modifyPersonInformation.wxss
657 字节
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
/* pages/my/modifyPersonInformation/modifyPersonInformation.wxss */
page{
background-color: #F2F4F5;
}
.content_item{
background-color: #fff;
margin-top: 20rpx;
padding: 0 31rpx;
}
.item_list{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1rpx solid #F1F1F1;
padding: 28rpx 0;
}
.content_title{
font-size: 28rpx;
color: #222;
}
.person_information_box{
display: flex;
align-items: center;
font-size: 26rpx;
color: #999999;
}
.head_portrait{
width: 104rpx;
height: 104rpx;
}
.head_portrait image{
width: 100%;
height: 100%;
}
.icon-jinru{
font-size: 19rpx;
margin-left: 19rpx;
}