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
| /* pages/wjjb/wjjb.wxss */
|
| .index-icon {
| width: 100%;
| }
|
| .wjjb-button {
| display: flex;
| background: #fe605f;
| color: #fff;
| border-radius: 6px;
| width: 100%;
| padding: 12px;
| justify-content: space-between;
| align-items: center;
| }
|
| .wjjb-button-l-large-size {
| font-size: 18px;
| margin: 12px 0;
| }
|
| .wjjb-button-l-s-size {
| font-size: 14px;
| margin: 12px 0;
| }
|
| .paddingtop-12 {
| padding: 12px;
| }
|
| .wjjb-button-l-button {
| width: 80px;
| background-color: #fff;
| color: #fe605f;
| text-align: center;
| padding: 8px;
| border-radius: 16px;
| }
|
| .wjjb-button-r {
| width: 68px;
| height: 68px;
| padding: 8px;
| border-radius: 50%;
| background: rgba(0, 0, 0, 0.3);
| }
|
| .zise {
| background-color: #c650fe;
| }
|
| .color_zise {
| color: #c650fe;
| }
|
| .wjjb-button-r-img {
| width: 100%;
| height: 100%;
| }
|
| .bottom-center {
| background-color: #d8dbfe;
| padding: 24px;
| font-size: 12px;
| /* position: fixed;
| bottom: 0; */
| }
|
| .title-size {
| font-size: 14px;
| text-align: center;
| color: #6776e7;
| margin-bottom: 12px;
| }
|
|