member_center.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
84
85
/* pages/member_center/member_center.wxss */
page{
background: #FCFEFF;
}
.center{
margin: 70rpx 32rpx 18rpx 32rpx;
padding:40rpx 20rpx 30rpx 20rpx;
background:linear-gradient(90deg,rgba(245,249,255,1),rgba(249,252,255,1));
box-shadow:0rpx 1rpx 24rpx 0rpx rgba(73,73,73,0.12);
border-radius:10rpx;
}
.center_title{
color:#333;
font-size:30rpx;
font-weight: bold;
}
.huiyuan_icon{
margin: 0 12rpx 0 0;
width:33rpx;
height:26rpx;
display: flex;
align-items: center;
justify-content: center;
}
.huiyuan_icon image{
width:100%;
height: 100%;
display: block;
}
.huiguan{
display: flex;
align-items: center;
justify-content: center;
color:#E2C8B1;
font-weight: bold;
font-size:24rpx;
}
.center_line{
position: relative;
margin: 30rpx 0 30rpx 0;
height: 4rpx;
background: #fff;
border:1rpx solid #f8f8f8;
border-radius: 2rpx;
/* overflow: hidden; */
}
.center_line_active{
position: absolute;
top:50%;
height: 3rpx;
transform: translateY(-50%);
background: #1C5A97;
border-radius: 2rpx -2rpx -2rpx 2rpx;
width:30%;
left:0;
z-index:10;
}
.center_item{
display: flex;
align-items: center;
justify-content:space-between;
padding:33rpx 0;
margin: 0 32rpx;
background: #fff;
border-radius: 8rpx;
color:#333;
font-size:30rpx;
font-weight: bold;
border-bottom:1rpx solid #E8E8E8;
}
.center_item:last-child{
border-bottom:none;
}
.membercost{
color:#333333;
font-size:24rpx;
}
.membermoney{
color:#FF8080;
font-size: 24rpx;
}
.memberlist{
/* margin-top:20rpx; */
}