jifenjilu.wxss
675 字节
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
.jilubox{
padding:0 35rpx;
box-sizing: border-box;
}
.jiluitem{
display:flex;
align-items: center;
justify-content: space-between;
}
.jilutext{
color:#1A1A1A;
font-size:32rpx;
}
.jiludate{
color:#999999;
font-size:24rpx;
margin-top:22rpx;
}
.righttop{
width:300rpx;
color:#FF5344;
font-size: 32rpx;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.righttext{
color:#666666;
font-size: 26rpx;
margin-top:22rpx;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.jiluitem{
padding: 42rpx 0;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
}