clocklist.wxss
1.2 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
.nei {
width: 224rpx;
height: 92rpx;
background: rgba(255, 240, 230, 1);
opacity: 1;
border-radius: 8rpx;
color: #fc8749;
font-size: 32rpx;
text-align: center;
line-height: 92rpx;
margin: 32rpx auto 0;
}
.listtop {
width: 750rpx;
padding: 40rpx 32rpx;
box-sizing: border-box;
}
.listleft {
font-size: 48rpx;
}
.neik {
width: 152rpx;
height: 60rpx;
background: rgba(255, 240, 230, 1);
opacity: 1;
border-radius: 8rpx;
color: #fc8749;
font-size: 28rpx;
text-align: center;
line-height: 60rpx;
}
.waik{
width: 152rpx;
height: 60rpx;
background: rgba(230, 243, 255, 1);
opacity: 1;
border-radius: 8rpx;
color: #1c8fff;
font-size: 28rpx;
text-align: center;
line-height: 60rpx;
}
.listhead {
width: 750rpx;
height: 88rpx;
background: rgba(247, 247, 247, 1);
opacity: 1;
padding: 0 32rpx;
box-sizing: border-box
}
.listheadleft{
font-weight: normal
}
.listbox{
padding: 0 32rpx;
box-sizing: border-box;
margin-top:238rpx;
}
.listboxitem{
padding: 24rpx 0;
box-sizing: border-box
}
.itemtime{
color:#8C9198;
font-size: 24rpx;
margin-top:4rpx;
}
.head{
position: fixed;
top:0;
left:0;
background: #fff;
}