huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
 
.uni-mask {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}
.uni-popup {
    position: fixed;
    z-index: 999;
}
.uni-popup-middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 600rpx;
    /* height:800upx; */
    border-radius: 10rpx;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    justify-content: flex-start;
    padding: 30rpx;
    overflow: auto;
}
.popup-head{ width: 100%; padding-bottom: 40rpx; box-sizing: border-box; font-size: 30rpx; font-weight: bold;}
.uni-popup-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 100rpx;
    line-height: 100rpx;
    text-align: center;
}
.uni-popup-bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
 
 
.flow-fixed-footer.data-v-c9349d74 {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* 兑换券 */
/* 新样式 by lyzflash */
.l-s.data-v-c9349d74 {
    letter-spacing: 2rpx;
}
.coupon-box.data-v-c9349d74 {
    border-radius: 12rpx;
    height: 210rpx;
}
.coupon-box .circles.data-v-c9349d74 {
    left: auto;
    right: 0;
    top: 70rpx;
    bottom: 70rpx;
}
.coupon-box .circles-right text.data-v-c9349d74 {
    border-radius: 10rpx 0 0 10rpx;
    width: 8rpx;
    height: 15rpx;
    background: #f6f6f6;
}
.coupon-box .operation .coupon-content.data-v-c9349d74 {
    position: relative;
    /* background-color: #FFF2EC; */
    color: #FFFFFF;
    padding: 20rpx;
    display: block;
}
.coupon-box .coupon-sp.data-v-c9349d74::before,
.coupon-box .coupon-sp.data-v-c9349d74::after {
  position: absolute;
  display: block;
  content: '';
  width: 11rpx;
  height: 22rpx;
  background: #FFFFFF;
  z-index: 10;
  top: 120rpx;
}
.coupon-box .coupon-sp.data-v-c9349d74::before {
  left: 0;
  border-radius: 0 15rpx 15rpx 0;
}
.coupon-box .coupon-sp.data-v-c9349d74::after {
  right: 0;
  border-radius: 15rpx 0 0 15rpx;
}
.coupon-box .btns.data-v-c9349d74 {
    width: 150rpx;
    padding: 0 20rpx;
    background: transparent;
}
.coupon-box.coupon-item- .btns.data-v-c9349d74 {
    /* background-color: #BEBEBE; */
}
.coupon-box .btns button.data-v-c9349d74 {
    width: auto;
    background: #FFFFFF;
    border-radius: 60rpx;
    font-size: 22rpx;
    padding: 4rpx 20rpx;
}
.coupon-box .operation.data-v-c9349d74 {
    padding-left: 0;
    margin-top: 4rpx;
    border-radius: 12rpx;
}
.coupon-product.data-v-c9349d74 {
    width: 100%;
}
.coupon-product-item image.data-v-c9349d74 {
    width: 124rpx;
    height: 124rpx;
    border-radius: 12rpx;
    background-color: rgba(0, 0, 0, 0.1);
}
.coupon-box .coupon-sp .btns.data-v-c9349d74 {
    width: 446rpx;
    background: #FFFFFF;
    position: relative;
    color: #333333;
    box-sizing: border-box;
    padding: 20rpx;
}
.coupon-box .coupon-sp .btns.data-v-c9349d74:after {
    position: absolute;
    content: " ";
    border-left: 2rpx dashed #EEEEEE;
    left: -2rpx;
    height: 100%;
}
.coupon-title-top.data-v-c9349d74 {
    height: 110rpx;
    border-bottom: 2rpx dashed #DDDDDD;
}
.buy-btn-box.data-v-c9349d74 {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 98;
}
.buy-btn.data-v-c9349d74 {
    height: 80rpx;
    line-height: 80rpx;
    border-radius: 80rpx;
    overflow: hidden;
}
/* 兑换券内容 */
.project-item.data-v-c9349d74 {
    position: relative;
}
.project-box .iconfont.data-v-c9349d74 {
    color: #333333;
}
.coupon-project.data-v-c9349d74 {
    background-color: #FFF2EC;
}