vipdetail.wxss
899 字节
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
.huiyuandetailbox {
padding: 24rpx 32rpx 150rpx;
box-sizing: border-box;
}
.hguiyuandetailtop {
color: #06121e;
font-size: 32rpx;
}
.vipimg {
width: 686rpx;
height: 343rpx;
margin: 24rpx auto 0;
}
.viptext {
color: #06121e;
font-size: 28rpx;
margin-top: 36rpx;
}
/* .mai {
width: 128rpx;
height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
line-height: 44rpx;
color: rgba(255, 255, 255, 1);
opacity: 1;
text-align: center;
position: fixed;
bottom:0;
left:24rpx;
} */
.mai {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
opacity: 1;
border-radius: 4rpx;
color:#fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
margin:0 auto 36rpx;
box-sizing: border-box;
}
.buybottom{
width:750rpx;
height:124rpx;
background: #fff;
position: fixed;
bottom:0;
}