goldDetail.wxss
1.6 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
86
87
88
89
/* pages/index/goldDetail/goldDetail.wxss */
@import "/pages/course/courseDetail/courseDetail.wxss";
@import '/pages/template/template.wxss';
.person_info {
font-size: 24rpx;
color: #333;
display: flex;
align-items: center;
}
.name {
margin-right: 36rpx;
}
.cotent_img {
/* padding: 0 90rpx; */
display: flex;
align-items: center;
justify-content: center;
margin-top: 30rpx;
}
.cotent_img image {
width: 568rpx;
height: 302rpx;
}
/*会员充值弹框样式开始*/
.mask_vip {
width: 100%;
height: 100%;
background: rgba(250, 250, 250, 0.7);
/* filter: blur(2rpx); */
position: fixed;
top: 0;
left: 0;
overflow: hidden;
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
}
.popup_vip {
width: 500rpx;
height: 410rpx;
background: rgba(29, 185, 250, 1);
border-radius: 20rpx;
position: absolute;
z-index: 10;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: #fff;
}
.vip {
margin-bottom: 20rpx;
}
.vip_money {
font-size: 72rpx;
font-weight: normal;
color: #fff;
margin-top: 40rpx;
}
.btn_box {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30rpx;
}
.vip_btn {
width: 200rpx;
height: 60rpx;
border-radius: 40rpx;
font-size: 30rpx;
color: #2ebbf6;
background: #fff;
text-align: center;
line-height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
}
.btn2 {
background: none;
border: 1rpx solid #fff;
color: #fff;
margin-left: 30rpx;
}
/*会员充值弹框样式开始*/