增加定位功能

This commit is contained in:
Gao xiaosong
2020-06-13 01:38:36 +08:00
parent b23f9a2272
commit ba199ff02d
15 changed files with 170 additions and 117 deletions

View File

@ -2373,17 +2373,42 @@ page {
}
.user .wrapper .myService .serviceList .item {
width: 25%;
text-align: center;
width: 100%;
text-align: left;
font-size: 0.26*100rpx;
color: #333;
margin-top: 0.3*100rpx;
display: flex;
align-items: center;
padding: 0.2*100rpx 0.3*100rpx;
position: relative;
.iconfont {
font-size: .26*100rpx;
color: #666;
}
&::after {
content: "";
display: block;
position: absolute;
left: 0.3*100rpx;
right: 0;
bottom: 0;
border-bottom: 1rpx solid #f5f5f5;
z-index: 999;
height: 1rpx;
}
}
.user .wrapper .myService .serviceList .item .pictrue {
width: 0.52*100rpx;
height: 0.52*100rpx;
margin: 0 auto 0.16*100rpx auto;
margin-right: 0.16*100rpx;
}
.user .wrapper .myService .serviceList .item .cell {
flex: 1
}
.user .wrapper .myService .serviceList .item .pictrue image {