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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
| .toptxt {
| position: fixed;
| top: 0px;
| text-align: center;
| font-size: 0.3rem;
| width: 100%;
| background: #FFD100;
| padding: 10px 0;
| color: #fff;
| }
|
| .mtbodycont {
| background: #FFD100;
| width: 100%;
| padding-top: 95rpx;
| }
|
| .pageBac {
| width: 100%;
| height: 294rpx;
| margin-top: 20rpx;
| }
|
| .tabcont {
| display: flex;
| justify-content: center;
| align-items: center;
| }
|
| .tabcontsp {
| width: 35%;
| background: rgba(254, 254, 254, 0.3);
| border-radius: 23px;
| text-align: center;
|
|
| }
|
| .tabconttxt {
|
| width: 50%;
| border-radius: 23px;
| font-size: 14px;
| padding: 10rpx;
| }
|
| .getBtn-containe-uncheck {
| color: #fff;
| }
|
| .mttabconttxt-check {
| color: #FFD100;
| background: #fff;
| }
|
| .code-cont {
| background: #fff;
| width: 92%;
| margin: 0 auto;
| border-radius: 0.4rem;
| padding-bottom: 1.5rem;
| }
|
| .mtcode-flow {
| text-align: center;
| padding: 1rem;
| border-bottom: 1px dashed #FFD100;
| }
|
| .code-flow-img {
| width: 80%;
| height: 3.1rem;
| }
|
| .code-img {
| text-align: center;
| padding: 1rem 3rem;
| }
|
| .code-img-code {
| width: 9rem;
| height: 9rem;
| }
|
| .code-btn {
| width: 50%;
| margin: 0 auto;
| text-align: center;
| background: linear-gradient(0deg, #F1B641 0%, #FFCE6D 100%);
| font-size: 34rpx;
| font-weight: 500;
| color: #C03F11;
| width: 580rpx;
| height: 78rpx;
| border-radius: 39rpx;
| line-height: 78rpx;
| }
| .rulesContent{
| padding: 0 28rpx;
| margin-top: 45rpx;
| color: #fff;
| .txt-title {
| width: 100%;
| font-size: 32rpx;
| font-weight: 500;
| color: #FFFFFF;
| line-height: 48rpx;
| margin-bottom: 20rpx;
| }
|
| .richtext-content {
| width: 100%;
| margin-bottom: 40rpx;
| font-size: 26rpx;
| font-weight: 400;
| line-height: 48rpx;
| color: #FFFFFF;
| }
| }
|
|