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
/* pages/testCircle/testCircle.wxss */
.girdList{
width: 96%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
font-size: 12px;
}
.girdList>view{
width: 25%;
height: 73px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.girdList>view>image{
width: 42px;
height: 42px;
}
.girdList>view>view{
width: 100%;
text-align: center;
}
.top_testCircle{
width: 100%;
border-bottom: 1px solid #ccc;
}
.top_testCircle>image{
width: 100%;
}
.top_circleGonggao{
width: 100%;
display: flex;
align-items: center;
font-size: 14px;
margin-top: 10px;
margin-bottom: 20px;
}
.top_circleGonggao>image{
width: 12px;
height: 12px;
margin: 0 5px;
}
.con_circleGonggao{
width: 100%;
}
.con_circleGonggao>text{
display: block;
font-size: 14px;
width: 90%;
margin: 0 auto;
}
.con_circleGonggao>image{
display: block;
width: 90%;
margin: 10px auto;
}
.activefabu{
width: 150px;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 14px;
background: #0D76ED;
color: #fff;
border-radius: 15px;
margin: 20px auto;
}