eidt_myinfo.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
120
121
122
123
124
/* pages/eidt_myinfo/eidt_myinfo.wxss */
page{
padding:0 0 150rpx 0;
}
.itembox{
padding:10rpx 32rpx 0 32rpx;
}
.my_item{
display: flex;
justify-content: space-between;
align-items: center;
padding:36rpx 0;
border-bottom:1rpx solid #EBEBEB;
}
.my_item:last-child{
border:none;
}
.my_left{
color:#000;
font-size:30rpx;
}
.heaimg{
height: 84rpx;
width: 84rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.heaimg image{
width:100%;
height: 100%;
display: block;
}
.my_rigth{
font-size:26rpx;
color:#666666;
}
.bg{
width:100%;
height: 16rpx;
background: #F5F6FA;
}
.my_infobtn{
width:686rpx;
position: fixed;
bottom:0;
left: 0;
margin: 32rpx;
height: 80rpx;
border-radius: 40rpx;
display: flex;
align-items: center;
justify-content: center;
background: #8DE063;
color:#fff;
font-size:30rpx;
z-index:1;
}
.my_infobtn:active{
opacity: 0.7
}
.mold{
position: fixed;
width:100%;
height: 100%;
top:0;
left:0;
background-color: rgba(0,0,0,0.1);
z-index:30;
}
.mold_box{
position: absolute;
top:50%;
left:50%;
width:718rpx;
transform: translate(-50%,-50%);
background: #fff;
border-radius: 36rpx;
overflow: hidden;
z-index:50;
}
.mold_top{
padding:30rpx 0;
text-align: center;
color:#000000;
font-size:36rpx;
border-bottom:1rpx solid #EBEBEB;
}
.mold_bottom{
margin: 0 55rpx
}
.mold_input{
margin: 50rpx 0 60rpx 0;
color:#000;
font-size:30rpx;
border-bottom: 1rpx solid #999;
}
.mold_input input{
width:100%;
height: 100%;
margin: 0 0 10rpx 0;
}
.my_btnbox{
margin: 0 32rpx 0 32rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.my_btnbox .my_btn{
height: 82rpx;
margin: 0 0 30rpx 0;
width:312rpx;
border-radius: 41rpx;
background:rgba(247,247,247,1);
border:1px solid rgba(226,226,226,1);
color:#53B920;
font-size:30rpx;
display: flex;
align-items: center;
justify-content: center;
}