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
/* pages/testCircle/testCircle.wxss */
.top_testCircle{
width: 100%;
border-bottom: 1px solid #ccc;
}
.top_testCircle>image{
width: 100%;
height: 130px;
}
.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%;
height: 100px;
margin: 10px auto;
}
.activefabu{
width: 150px;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 15px;
margin: 20px auto;
}