my.wxss
1.1 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
/* pages/my/my.wxss */
.my_head{
position: relative;
height: 268rpx;
width:750rpx;
}
.my_head image{
width:100%;
height: 100%;
display: block;
}
.my_headitem{
position: absolute;
left:50%;
bottom:-93rpx;
transform: translateX(-50%);
color:#5E6661;
font-weight: bold;
font-size:32rpx;
}
.my_headitemimg{
margin: 0 0 32rpx 0;
width:132rpx;
height: 132rpx;
border-radius: 50%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.my_headitemimg image{
width:100%;
height: 100%;
display: block;
}
.my_itembox{
margin: 210rpx 0 0 0;
}
.my_item{
display: flex;
align-items: center;
justify-content: space-between;
color:#333;
font-size:32rpx;
padding:30rpx 32rpx;
border-bottom: 1px solid #e6e6e6;
}
.my_item .iconfont{
color:#ccc;
font-size:32rpx;
}
.my_itemletf{
display: flex;
align-items: center;
justify-content: center;
color:#333;
font-size: 32rpx;
}
.my_itemletf .iconfont{
font-size:40rpx;
color:#FA8286;
margin: 0 32rpx 0 0;
}
.my_itemletf .icon-chakanshenqing{
color:#68A6FF;
}
.my_itemletf .icon-renyuanxiaozu{
color:#F9A949;
}
.my_itemletf .icon-gongzhang{
color:#44CBEE;
}