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
/* pages/gongyiClass/gongyiClass.wxss */
.top_gongyiClass{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.top_gongyiClass>view{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.top_gongyiClass>view>view{
height: 36px;
text-align: center;
line-height: 30px;
font-size: 14px;
margin-top: 10px;
padding: 0 20px;
}
.top_gongyiClass>view>view>view{
width: 40px;
height: 6px;
margin: 0 auto;
border-radius: 30px;
}
.firstTab{
color: #ff3535;
}
.firstTab>view{
background: #ff9696;
}
.top_gongyiClass>view>text{
display: block;
padding: 3px 20px;
font-size: 13px;
height: 25px;
line-height: 25px;
margin-top: 5px;
}
.lookHistory{
width: 100%;
position: relative;
margin-bottom: 20px;
}
.lookHistory>view{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #000;
}
.leftLine{
width: 22%;
height: 2px;
background: linear-gradient(to left, #599eff, #fff);
margin-right: 10px;
}
.rightLine{
width: 22%;
height: 2px;
background: linear-gradient(to right, #599eff, #fff);
margin-left: 10px;
}
.lookHistory>text{
position: absolute;
right: 10px;
top: 0;
bottom: 0;
margin: auto;
display: block;
height: 40px;
line-height: 40px;
text-align: right;
font-size: 12px;
box-sizing: border-box;
color: #599eff;
}