Newer
Older
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
.inteItem{
margin-bottom: 5px;
.inteTime{
color: #999999;
position: relative;
height: 1.6rem;
}
.inteTime:after{
content: '';
position: absolute;
top: 6px;
left: -16px;
width: 6px;
height: 6px;
background-color: #eeeeee;
border-radius: 50%;
}
.inteTime:before{
content: '';
position: absolute;
top: 6px;
left: -14px;
width: 2px;
height: 60px;
background-color: #eeeeee;
}
.iterType{
color: #333333;
font-size: 1.5rem;
padding-left: 0;
}
.inteScore{
text-align: right;
color: #e12724;
font-size: 0;
span:first-child{
font-weight: bold;
font-size: 1.8rem;
}
span:last-child{
font-size: 1.4rem;
}
}
}