Authored by yyq

990 兼容

@@ -1541,8 +1541,10 @@ exports.handleBrandShopCoupons = (data, params) => { @@ -1541,8 +1541,10 @@ exports.handleBrandShopCoupons = (data, params) => {
1541 length: length, 1541 length: length,
1542 showNextBtn: length > 3 1542 showNextBtn: length > 3
1543 }, params); 1543 }, params);
  1544 +
  1545 + return resData;
1544 } 1546 }
1545 1547
1546 - return resData; 1548 + return false;
1547 }; 1549 };
1548 1550
@@ -197,6 +197,73 @@ @@ -197,6 +197,73 @@
197 } 197 }
198 } 198 }
199 199
  200 +.min-screen .top-coupon-wrap {
  201 + .coupon-list {
  202 + width: 644px;
  203 + }
  204 +
  205 + .coupon-item {
  206 + width: 178px;
  207 +
  208 + .cp-info {
  209 + width: 94px;
  210 +
  211 + .price {
  212 + font-size: 20px;
  213 + line-height: 32px;
  214 + }
  215 + }
  216 + }
  217 +
  218 + &.num1 {
  219 + .coupon-list {
  220 + width: 580px;
  221 + }
  222 +
  223 + .coupon-item {
  224 + width: 566px;
  225 +
  226 + .cp-info {
  227 + width: 246px;
  228 + padding-left: 170px;
  229 + }
  230 +
  231 + .price {
  232 + line-height: 80px;
  233 + font-size: 40px;
  234 + margin-left: -150px;
  235 + }
  236 + }
  237 + }
  238 +
  239 + &.num2 .coupon-item {
  240 + width: 302px;
  241 +
  242 + .cp-info {
  243 + width: 186px;
  244 +
  245 + .limit-text {
  246 + padding-left: 64px;
  247 + }
  248 + }
  249 +
  250 + .pick-btn {
  251 + width: 40px;
  252 + line-height: 1;
  253 + white-space: pre-line;
  254 + }
  255 + }
  256 +
  257 + &.num3 .coupon-item {
  258 + width: 192px;
  259 +
  260 + .cp-info {
  261 + width: 94px;
  262 + }
  263 + }
  264 +
  265 +}
  266 +
200 .top-coupon-dialog { 267 .top-coupon-dialog {
201 > .close .iconfont { 268 > .close .iconfont {
202 font-size: 28px; 269 font-size: 28px;