personcenter.wxss
1.5 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
/* pages/personcenter/personcenter.wxss */
.cen_box{
width: 686rpx;
height: 317rpx;
margin: 16rpx auto;
padding-top: 62rpx;
border-radius: 16rpx;
box-sizing:border-box;
-moz-box-shadow:0px 2px 6px #FBF2E5; -webkit-box-shadow:0px 2px 8px #FBF2E5; box-shadow:0px 2px 8px #FBF2E5;
background: -webkit-gradient(linear,0% 0%, 0% 100%, from(#F06E57), to(#EE765A), color-stop(0.6,#EE7957),color-stop(0.5,#F2735C));
}
.cen_img{
width: 120rpx;
height: 120rpx;
border-radius: 50%;
margin: 0 auto;
font-size: 0
}
.cen_img image{
width: 100%;
height: 100%;
border-radius:50%;
}
.cen_name{
padding-top: 32rpx;
color: #fff;
font-size: 30rpx;
text-align: center;
font-weight: bold;
}
.cen_list{
padding: 0 32rpx;
}
.cen_border .cen_tab:last-child{
border-bottom: none;
}
.cen_tab{
display: flex;
align-items: center;
justify-content: space-between;
height: 100rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.cen_title{
display: flex;
align-items: center;
color: #000000;
font-size: 30rpx;
}
.cen_select{
display: flex;
align-items: center;
}
.cen_select text{
padding-right: 16rpx;
color: #666666;
font-size: 26rpx;
}
.cen_arrow{
width: 40rpx;
height: 40rpx;
}
.cen_border{
border-bottom: solid 16rpx #FCF8F7;
}
.cen_icon{
width: 44rpx;
height: 44rpx;
}
.tab_wid{
width: 600rpx;
margin-left: 40rpx;
}
.cen_info{
display: flex;
align-items: center;
justify-content: flex-start;
}
.statu{
color:#666666;
font-size:26rpx;
}