userInfo.wxss
735 字节
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
/* pages/userInfo/userInfo.wxss */
.z_container{
background-color: #EFEFF4;
height: 100vh;
}
.user_top{
font-size: 30rpx;
padding: 30rpx 46rpx 18rpx;
color: #999;
}
.info_box{
background: #FFF;
padding: 0 36rpx 0 30rpx;
}
.info_item{
height: 88rpx;
border-bottom: 1px solid #E5E5E5;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 34rpx;
color: #333333;
}
.info_item:last-child{
border: none;
}
.info_item_input{
color: #999;
text-align: right;
margin-left: auto;
}
.save_btn{
color: #FFF;
display: flex;
align-items: center;
justify-content: center;
background: #51DBA2;
width: 670rpx;
height: 94rpx;
position: fixed;
bottom: 50rpx;
left: 40rpx;
border-radius: 10rpx;
}