vip.css
977 字节
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
/* 个人信息 */
.person_msg{
width: 100%;
height: 324upx;
background-image: url("../../static/vip_top.png");
background-position: 0 0;
background-size: 100% 100%;
background-repeat: no-repeat;
}
/* 头像 */
.header_wrap{
padding-top: 80upx;
}
.header_box{
width: 148upx;
height: 148upx;
border-radius: 50%;
margin: 0 auto;
border: 2upx solid #fff;
position: relative;
}
.header{
width: 124upx;
height: 124upx;
border-radius: 50%;
margin:14upx auto;
}
.crown{
width: 96upx;
position: absolute;
right: -24upx;
bottom: -32upx;
}
.person_name{
font-size: 36upx;
color: #fff;
text-align: center;
margin-top: 22upx;
}
/* 菜单 */
.vip_single_box{
padding:0 30upx;
background-color: #fff;
}
.vip_single{
padding: 34upx 0;
border-bottom: 1upx solid #eee;
color: #06121E;
font-size: 28upx;
}
.single_no_bottom{
border-bottom: none;
}
.single_icon{
width: 36upx;
height: 36upx;
margin-right: 16upx;
}
.right_arrow{
width: 16upx;
height: 26upx;
}