classSet.wxss
2.6 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
/* pages/classSet/classSet.wxss */
.main1 {
background-color: white;
}
.main1_li {
padding: 36rpx 32rpx;
box-sizing: border-box;
display: flex;
align-items: center;
}
.main1_fen{
padding: 36rpx 32rpx;
box-sizing: border-box;
display: flex;
line-height: 1;
align-items: center;
background-color: white;
}
.main1_fen::after{
content:'';
border: 0;
}
.main1_liTxt1 {
font-size: 30rpx;
color: rgba(6, 18, 30, 1);
}
.main1_liImg1 {
width: 58rpx;
height: 58rpx;
margin-left: auto;
margin-right: 24rpx;
}
.main1_liImg1 image {
border-radius: 50%;
}
.main1_liImg2 {
width: 48rpx;
height: 48rpx;
}
.main1_liImg3 {
width: 48rpx;
height: 48rpx;
margin-left: auto;
}
.main1_liTxt2 {
margin-left: auto;
font-size: 28rpx;
color: rgba(140, 145, 152, 1);
}
.switchWid {
margin-left: auto;
}
.setRemove {
width: 100%;
height: 120rpx;
margin-top: 38rpx;
background-color: white;
text-align: center;
line-height: 120rpx;
font-size: 32rpx;
color: rgba(213, 72, 88, 1);
}
.mask {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
background: rgba(20, 20, 20, 0.6);
}
.maskCon {
position: absolute;
top: 50%;
left: 50%;
z-index: 12;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 490rpx;
height: 282rpx;
background-color: white;
border-radius: 22rpx;
}
.maskConTxt1{
font-size:30rpx;
color:rgba(34,34,34,1);
padding-top: 80rpx;
text-align: center;
}
.maskConTxt2{
text-align: center;
font-size:30rpx;
color:rgba(34,34,34,1);
}
.maskConBottom{
width: 100%;
height: 80rpx;
display: flex;
position: absolute;
bottom: 0;
border-top: 1px solid #D9D9DD;
}
.maskConBottom1,.maskConBottom2{
width: 50%;
height: 80rpx;
line-height: 80rpx;
color: #5592F7;
text-align: center;
}
.maskConBottom1{
border-right: 1px solid #D9D9DD;
box-sizing: border-box;
}
.mask2Con{
position: absolute;
top: 50%;
left: 50%;
z-index: 12;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 490rpx;
height: 360rpx;
background-color: white;
border-radius: 22rpx;
}
.mask_ConInput {
margin-top: 40rpx;
}
.mask_ConInput2 {
padding-bottom: 14rpx;
border-bottom: 2px solid rgba(235, 235, 235, 1);
}
.mask_ConInput2 input {
font-size: 32rpx;
color: black;
}
.maks_ConWrong {
line-height: 1;
margin-top: 20rpx;
font-size: 24rpx;
color: rgba(255, 81, 81, 1);
}
.maskCon1{
padding: 42rpx 30rpx 0;
}