personal.wxss
1.9 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
/* pages/personal/personal.wxss */
.main1 {
background-color: white;
}
.main1_li {
padding: 36rpx 32rpx;
box-sizing: border-box;
display: flex;
align-items: center;
}
.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_liTxt2 {
margin-left: auto;
font-size: 28rpx;
color: rgba(140, 145, 152, 1);
}
.main2 {
background-color: white;
margin-top: 20rpx;
}
.switchWid {
margin-left: auto;
}
.mask {
position: fixed;
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: 360rpx;
background-color: white;
border-radius: 22rpx;
}
.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;
}
.maskCon1{
padding: 42rpx 30rpx 0;
}
.maskConTiele {
font-size: 36rpx;
font-weight: bold;
color: rgba(34, 34, 34, 1);
}
.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);
}