passenger.wxss
571 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.listBox{
padding: 18.11rpx 21.73rpx;
}
.itemBox{
padding: 25.36rpx 0;
background: #FFFFFF;
position: relative;
margin-bottom: 18.11rpx;
}
.itemBox:active{
background: #EEEEEE;
}
.icons{
width: 28.98rpx;
position: absolute;
top: 48.91rpx;
left: 43.47rpx;
}
.texts{
display: inline-block;
height: 68.84rpx;
line-height: 68.84rpx;
border-left:3.62rpx #EEEEEE solid;
padding-left: 34.42rpx;
font-size: 25.4rpx;
color: #000000;
margin-left:115.94rpx;
}
.arrows{
width: 14.49rpx;
height: 25.36rpx;
position: absolute;
right: 25.36rpx;
top: 47.1rpx;
}