|
@@ -276,7 +276,7 @@ $basicBtnC:#eb0313; |
|
@@ -276,7 +276,7 @@ $basicBtnC:#eb0313; |
276
|
}
|
276
|
}
|
277
|
}
|
277
|
}
|
278
|
.price-date {
|
278
|
.price-date {
|
279
|
- // width: 100%;
|
279
|
+ width: 100%;
|
280
|
color: $subFontC;
|
280
|
color: $subFontC;
|
281
|
height: pxToRem(88px);
|
281
|
height: pxToRem(88px);
|
282
|
padding-left: pxToRem(28px);
|
282
|
padding-left: pxToRem(28px);
|
|
@@ -365,6 +365,9 @@ $basicBtnC:#eb0313; |
|
@@ -365,6 +365,9 @@ $basicBtnC:#eb0313; |
365
|
}
|
365
|
}
|
366
|
}
|
366
|
}
|
367
|
.goodsDiscount {
|
367
|
.goodsDiscount {
|
|
|
368
|
+ display: block;
|
|
|
369
|
+ width: 100%;
|
|
|
370
|
+ height:auto;
|
368
|
font-size: pxToRem(28px);
|
371
|
font-size: pxToRem(28px);
|
369
|
color: $mainFontC;
|
372
|
color: $mainFontC;
|
370
|
background-color: #fff;
|
373
|
background-color: #fff;
|
|
@@ -373,7 +376,6 @@ $basicBtnC:#eb0313; |
|
@@ -373,7 +376,6 @@ $basicBtnC:#eb0313; |
373
|
position: relative;
|
376
|
position: relative;
|
374
|
padding: pxToRem(30px) pxToRem(60px) pxToRem(30px) pxToRem(28px);
|
377
|
padding: pxToRem(30px) pxToRem(60px) pxToRem(30px) pxToRem(28px);
|
375
|
line-height: pxToRem(36px);
|
378
|
line-height: pxToRem(36px);
|
376
|
- // line-height: pxToRem(88px);
|
|
|
377
|
}
|
379
|
}
|
378
|
|
380
|
|
379
|
.short-text {
|
381
|
.short-text {
|