完成3.0功能升级

This commit is contained in:
Gao xiaosong
2020-07-12 22:44:37 +08:00
parent 34565e6bf4
commit e8240a54a7
58 changed files with 1916 additions and 15048 deletions

View File

@ -1381,8 +1381,9 @@ page {
border-top: 1px solid #eee;
padding-top: 0.34*100rpx;
margin: 0 0.3*100rpx;
&.no-border{
border:0;
&.no-border {
border: 0;
}
}
@ -2405,8 +2406,8 @@ page {
}
.user .wrapper .myService .serviceList .item .pictrue {
width: 0.52*100rpx;
height: 0.52*100rpx;
width: 36rpx;
height: 36rpx;
margin-right: 0.16*100rpx;
}
@ -3583,22 +3584,17 @@ page {
}
.personal-data .wrapper .wrapList .item {
width: 6.9*100rpx;
height: 1.6*100rpx;
width: 100%;
/*height: 1.6rem;*/
background-color: #f8f8f8;
border-radius: 0.2*100rpx;
margin-bottom: 0.22*100rpx;
padding: 0 0.3*100rpx;
border-radius: 20rpx;
position: relative;
border: 0.02*100rpx solid #f8f8f8;
// border: 0.02rem solid #f8f8f8;
}
.personal-data .wrapper .wrapList .item.on {
border-color: #e93323;
border-radius: 0.2*100rpx;
background: url("https://h5.yixiang.co/static/images/figure.png") no-repeat;
background-size: 100% 100%;
background-color: #fff9f9;
background-color: #fff;
}
.personal-data .wrapper .wrapList .item .picTxt {
@ -4415,7 +4411,7 @@ page {
width: 1.8*100rpx;
height: 1.8*100rpx;
position: relative;
}
.bargain .wrapper .pictxt .pictrue image {