修改图片引用问题

This commit is contained in:
Gao xiaosong
2020-06-09 00:30:09 +08:00
parent cceddb9e87
commit b23f9a2272
14 changed files with 135 additions and 56 deletions

View File

@ -104,7 +104,7 @@
.start {
width: 1.22*100rpx;
height: 0.3*100rpx;
background-image: url("https://h5.dayouqiantu.cn/static/images/start.png");
background-image: url("https://h5.yixiang.co/static/images/start.png");
background-repeat: no-repeat;
background-size: 1.22*100rpx auto;
}
@ -147,7 +147,7 @@
.checkbox-wrapper input:checked + .icon {
background-color: #e93323;
border-color: #e93323;
background-image: url("https://h5.dayouqiantu.cn/static/images/enter.png");
background-image: url("https://h5.yixiang.co/static/images/enter.png");
background-size: 0.21*100rpx 0.15*100rpx;
background-repeat: no-repeat;
background-position: center center;