wuliu.wxss
656 字节
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
38
39
40
41
/* pages/wuliu/wuliu.wxss */
/**logisticsStatus.wxss**/
page {
background-color: #F9F9F9;
padding-bottom: 46rpx;
}
.wul{
height: 228rpx;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 62rpx 0 60rpx;
box-sizing: border-box;
background-color: #fff;
}
.wul_y image{
width: 250rpx;
height: 160rpx;
}
.wul_z{
font-size: 28rpx;
color: #06121E;
margin: 8rpx 0;
}
.wul_z .bt{
color: #06121E;
font-size: 36rpx;
font-weight: 500;
}
.zt{
padding: 20px 60px;
box-sizing: border-box;
color:rgba(140,145,152,1);
font-size: 24rpx;
}
.text{
line-height: 38rpx;
margin-bottom: 40rpx;
}