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
 
.coupon-wrap {
    padding: 30rpx;
    background-color: #EEEEEE;
}
.item-wrap {
    margin-bottom: 20rpx;
}
.range_item{
    border: 1rpx solid #D9D9D9;
    border-top: none;
    padding: 8rpx;
    border-bottom-left-radius:10rpx ;
    border-bottom-right-radius:10rpx ;
    color: #666666;
    box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.1);
}
 
/* 新样式 by lyzflash */
.coupon-box {
    border-radius: 12rpx;
    height: 242rpx;
}
.coupon-box .circles {
    left: auto;
    right: 0;
    top: 70rpx;
    bottom: 70rpx;
}
.coupon-box .circles-right text {
    border-radius: 10rpx 0 0 10rpx;
    width: 8rpx;
    height: 15rpx;
    background: #f6f6f6;
}
.coupon-box .operation .coupon-content {
    position: relative;
    background-color: #FFFFFF;
    color: #333333;
    padding: 20rpx 30rpx;
}
.coupon-box .coupon-content::before,
.coupon-box .coupon-content::after {
  position: absolute;
  display: block;
  content: '';
  width: 22rpx;
  height: 11rpx;
  background: #EEEEEE;
  z-index: 10;
}
.coupon-box .coupon-content::before {
  top: 0;
  right: -10rpx;
  border-radius: 0 0 15rpx 15rpx;
}
.coupon-box .coupon-content::after {
  bottom: 0;
  right: -10rpx;
  border-radius: 15rpx 15rpx 0 0;
}
.coupon-box .btns {
    width: 150rpx;
    padding: 0 20rpx;
    background: transparent;
}
.coupon-box.coupon-item- .btns {
    /* background-color: #BEBEBE; */
}
.coupon-box .btns button {
    width: auto;
    background: #FFFFFF;
    border-radius: 60rpx;
    font-size: 22rpx;
    padding: 4rpx 20rpx;
}
.coupon-box .operation {
    padding-left: 0;
    margin-left: 4rpx;
    border-radius: 12rpx;
}
.coupon-product {
    width: 100%;
}
.coupon-product-item image {
    width: 124rpx;
    height: 124rpx;
    border-radius: 12rpx;
    background-color: rgba(0, 0, 0, 0.1);
}
.coupon-box .coupon-sp .btns {
    width: 446rpx;
    background: #FFFFFF;
    position: relative;
    color: #333333;
    box-sizing: border-box;
    padding: 20rpx;
}
.coupon-box .coupon-sp .btns:after {
    position: absolute;
    content: " ";
    border-left: 2rpx dashed #EEEEEE;
    left: -2rpx;
    height: 100%;
}
.coupon-sp .coupon-product-item image {
    width: 180rpx;
    height: 180rpx;
}
.btns-box {
    width: 100%;
    padding-top: 30rpx;
    border-top: 1rpx solid #eee;
}
.btns-box .btns-sp {
    width: 150rpx;
    text-align: center;
}
.btns-box .btns-sp button {
    color: #FFFFFF;
    display: inline-block;
}
.coupon-item-red .btns-sp button {
    background: #e62423;
}
.coupon-item-blue .btns-sp button {
    background: #178ed9;
    /* linear-gradient(-128deg, #1fd6ff, #3661ff); */
}
.coupon-item-violet .btns-sp button {
    background: #ab0bf6;
    /* linear-gradient(-128deg, #d63efc, #6600c3); */
}
.coupon-item-yellow .btns-sp button {
    background: #f4a50b;
    /* linear-gradient(-128deg, #ffe31f, #ffaf36); */
}
.coupon-item-gray .btns-sp button {
    background: #999999;
    /* linear-gradient(-128deg, #888888, #999999); */
}
.coupon-item .coupon-sp .coupon-content {
    align-items: center;
}
.coupon-sp .coupon-tong {
    background: #eee;
    width: 150rpx;
    height: 150rpx;
    text-align: center;
    line-height: 150rpx;
    border-radius: 150rpx;
}
.coupon-item-normal {
    background: #BEBEBE;
}
.coupon-item-normal .btns button {
    color: #BEBEBE;
}
.coupon-item-normal .btns-sp button {
    background: #BEBEBE;
    color: #FFFFFF;
}