This commit is contained in:
2020-12-06 21:34:33 +08:00
parent ce2985998b
commit 16de00c866
5 changed files with 8 additions and 31 deletions

View File

@ -37,7 +37,7 @@ body:after {
.check_0 {
width: 18px;
height: 18px;
background: url(http://www.zgqlg.com.cn/static/app2/img/no_checked.png) no-repeat top left;
background: url(../img/icon_check0.png) no-repeat top left;
background-size: 18px 18px;
border-radius: 50%;
}
@ -45,7 +45,7 @@ body:after {
.check_1 {
width: 18px;
height: 18px;
background: url(http://www.zgqlg.com.cn/static/app2/img/checked.png) no-repeat top left;
background: url(../img/icon_check1.png) no-repeat top left;
background-size: 18px 18px;
border-radius: 50%;
}