vipManage.wxss
731 字节
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
/* pages/my/vipManage/vipManage.wxss */
.content_box {
padding: 0 40rpx;
box-sizing: border-box;
}
.more_info_box {
width: 686rpx;
height: 150rpx;
background: rgba(255, 255, 255, 1);
box-shadow:0rpx 0rpx 8rpx 0rpx rgba(51,51,51,0.1);
border-radius: 10rpx;
font-size: 30rpx;
font-weight: bold;
color: #333;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20rpx;
box-sizing: border-box;
margin-top: 30rpx;
}
.null_box{
color: #fff;
}
.more_info_box image {
width: 120rpx;
height: 120rpx;
border-radius: 8rpx;
}
.more_btn {
padding: 20rpx;
border-bottom: 1rpx solid #e8e8e8;
}
.more_btn:last-child {
border-bottom: 0;
}
.more_active {
color: #ff8080;
}