personalCenter.wxss
1.4 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
/* pages/personalCenter/personalCenter.wxss */
page{
background: #F5F5FA;
}
.banner_box {
background: #0286ff;
display: flex;
align-items: center;
font-size: 28rpx;
color: #fff;
position: relative;
padding: 50rpx;
}
.head_img {
width: 180rpx;
height: 180rpx;
display: flex;
align-items: center;
justify-items: center;
margin-right: 32rpx;
}
.head_img image {
width: 100%;
height: 100%;
}
.head_info_box {
line-height: 50rpx;
}
.user_name {
font-size: 32rpx;
font-weight: bold;
}
.edit_box {
display: flex;
align-items: center;
font-size: 26rpx;
color: #f80;
background: #fff;
border-radius: 26rpx 0 0 26rpx;
padding: 13rpx;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.icon-xiugai{
font-size: 26rpx;
margin-right: 11rpx;
}
.content_box{
background: #fff;
margin-top: 16rpx;
}
.item_list{
display: flex;
align-items: center;
}
.list_icon{
width: 44rpx;
height: 44rpx;
border-radius: 6rpx;
background: #0286FF;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #FFFFFF;
margin: 0 30rpx;
}
.list_item_box{
width: 84%;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #EBEBEB;
padding: 30rpx 30rpx 30rpx 0;
font-size: 30rpx;
color: #1A1A1A;
}
.icon-jinru{
color: #CCCCCC;
}
.icon-baogao1,.icon-yaoqing{
font-size: 24rpx;
}