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
| /**index.wxss**/
| .icon {
| height: 40rem;
| overflow: auto;
| }
|
| .font-wenzi {
| float: right;
| font-size: 30px;
| margin-right: 20px;
| margin-top: -15px;
| color: rgba(0, 0, 0, 0.2);
| }
|
| .font-name {
| font-size: 14px;
| margin-bottom: 1%;
| margin-left: 2%;
| }
|
| .font-qita {
| font-size: 13px;
| margin-bottom: 1rem;
| margin-left: 2%;
| }
|
| .conter {
| margin-top: 1rem;
| border-bottom: 1px solid rgba(0, 0, 0, 0.1);
| }
|
| .buttonView {
| position: absolute;
| width: 100%;
| bottom: 5%;
| }
|
| .button {
| width: 90%;
| color: #ffffff;
| font-size: 13px;
| background-color: #6699ff;
| }
|
| .inGroup {
| float: right;
| font-size: 14px;
| margin-right: 50%;
| color: #1890FF;
| }
|
| .noInGroup {
| float: right;
| color: red;
| font-size: 14px;
| margin-right: 50%;
| color: #D9001B;
|
| }
|
|