修改微信授权样式

This commit is contained in:
Gaoxs
2020-09-10 18:35:29 +08:00
parent bf2fd75e8d
commit a1bd7c1146
8 changed files with 44 additions and 44 deletions

View File

@ -104,7 +104,7 @@
.start {
width: 1.22*100rpx;
height: 0.3*100rpx;
background-image: url("https://h5.yixiang.co/static/images/start.png");
background-image: url("https://wx.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.yixiang.co/static/images/enter.png");
background-image: url("https://wx.yixiang.co/static/images/enter.png");
background-size: 0.21*100rpx 0.15*100rpx;
background-repeat: no-repeat;
background-position: center center;