增加定位功能
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
Reference in New Issue
Block a user