Merge branch 'develop' into 'develop'
Develop 活动列表样式修改 See merge request !81
Showing
3 changed files
with
8 additions
and
3 deletions
@@ -191,7 +191,9 @@ | @@ -191,7 +191,9 @@ | ||
191 | height: 4px; | 191 | height: 4px; |
192 | background-color: #000; | 192 | background-color: #000; |
193 | border-radius: 50%; | 193 | border-radius: 50%; |
194 | - margin-right: 8rem / $pxConvertRem; | 194 | + position: relative; |
195 | + left: 0; | ||
196 | + top: -.12rem; | ||
195 | } | 197 | } |
196 | } | 198 | } |
197 | .price-compute { | 199 | .price-compute { |
@@ -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 { |
-
Please register or login to post a comment