wuliu.wxss
1.3 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* pages/wuliu/wuliu.wxss */
page{
padding:140rpx 0 0 0;
}
.top{
height: 120rpx;
position: fixed;
box-sizing: border-box;
top:0;
left:0;
width:100%;
color:#000;
font-size:28rpx;
padding:20rpx 34rpx;
z-index:600;
background: #fff;
}
.void{
height: 16rpx;
background: #F5F6FA;
}
.wuliu_box{
position: relative;
}
.wuliu_box::after{
position: absolute;
content: '';
height:90%;
width:5rpx;
background: #EBEBEB;
z-index: 100;
top:78rpx;
left:50rpx;
}
.wuliu_item{
position: relative;
/* height: 137rpx; */
display: flex;
align-items: center;
justify-content: space-between;
}
.item_left{
position: absolute;
left:0;
top:50%;
transform: translateY(-50%);
z-index:400;
}
.item_rigth{
border-bottom: 1rpx solid #EBEBEB;
}
.img_box{
margin: 0 0 0 32rpx;
width:40rpx;
height: 40rpx;
display: flex;
align-items: center;
justify-content: center;
}
.img_box image{
width:100%;
height: 100%;
display: block;
}
.item_no{
margin: 0 0 0 42rpx;
width:20rpx;
height: 20rpx;
border-radius: 50%;
background: #CAD5E0;
}
.item_rigth{
margin: 0 0 0 150rpx;
width:630rpx;
color:#97A0A8;
font-size:26rpx;
}
.title{
padding:36rpx 0 20rpx 0;
font-size:28rpx;
}
.time{
padding:0 0 30rpx 0;
}
.active .title{
color:#000;
}
.active .time{
color:#53575C;
}