index.less
1.06 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
body {
background: #f8f1f1;
}
.list {
.item {
height: 1.467rem;
background: #ffffff;
font-size: 0;
border-bottom: 1px solid #f8f1f1;
padding: 0 0.35rem;
.left {
float: left;
.gem {
display: inline-block;
vertical-align: top;
height: 0.35rem;
margin: 0.6085rem 0.05rem 0 0;
}
.num {
display: inline-block;
vertical-align: top;
font-size: 0.4rem;
color: #fc8c9c;
height: 1.467rem;
line-height: 1.5rem;
}
}
.right {
float: right;
.notice {
font-size: 0.4rem;
color: #979ea5;
text-align: right;
margin-top: 0.2rem;
margin-bottom: 0.06rem;
}
.time {
font-size: 0.267rem;
color: #2f2c42;
text-align: right;
}
}
}
}
.no-record-box {
.no-record {
width: 2.6rem;
display: block;
margin: 0 auto;
margin-top: 2.4rem;
margin-bottom: 0.3rem;
}
.notice {
font-size: 0.4rem;
text-align: center;
color: #979ea5;
}
}