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
/* pages/myNewsDetail/myNewsDetail.wxss */
.firstpage{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 20px auto;
width: 90%;
height: 400px;
}
.title_firstpage{
width: 100%;
text-align: center;
font-size: 16px;
height:40px;
font-weight: 600;
}
.content_firstpage{
width: 100%;
box-sizing: border-box;
text-align: left;
}
/* .btn_firstpage{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
display: flex;
align-items: center;
}
.btn_firstpage>view{
flex: 1;
height: 30px;
line-height: 30px;
text-align: center;
} */
.con_checkJoinCircle{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 300px;
height: 400px;
}
.btn{
width: 100%;
background: #fff;
text-align: center;
margin-top: 40px;
}
/* .btn>view{
flex: 1;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 8px;
overflow: hidden;
} */
.agreen{
background: #00C56B;
}