Showing
1 changed file
with
1 additions
and
38 deletions
@@ -515,48 +515,11 @@ $basicBtnC:#eb0313; | @@ -515,48 +515,11 @@ $basicBtnC:#eb0313; | ||
515 | height: pxToRem(260px); | 515 | height: pxToRem(260px); |
516 | img { | 516 | img { |
517 | float: left; | 517 | float: left; |
518 | - width: pxToRem(270px); | 518 | + width: 100%; |
519 | height: pxToRem(239px); | 519 | height: pxToRem(239px); |
520 | margin-top: pxToRem(18px); | 520 | margin-top: pxToRem(18px); |
521 | margin-right: pxToRem(28px); | 521 | margin-right: pxToRem(28px); |
522 | } | 522 | } |
523 | - .right-part { | ||
524 | - overflow: hidden; | ||
525 | - .title { | ||
526 | - >h1 { | ||
527 | - margin-top: pxToRem(10px); | ||
528 | - display: inline-block; | ||
529 | - padding-right: pxToRem(10px); | ||
530 | - border-right: 1px solid $borderC; | ||
531 | - line-height: 100%; | ||
532 | - } | ||
533 | - >span { | ||
534 | - font-size: pxToRem(12px); | ||
535 | - } | ||
536 | - } | ||
537 | - ul.items { | ||
538 | - margin-top: pxToRem(20px); | ||
539 | - padding: 0; | ||
540 | - line-height: pxToRem(30px); | ||
541 | - font-size: pxToRem(13px); | ||
542 | - li { | ||
543 | - span { | ||
544 | - display: inline-block; | ||
545 | - width: pxToRem(15px); | ||
546 | - height: pxToRem(15px); | ||
547 | - background-color: $basicBtnC; | ||
548 | - border-radius: 50%; | ||
549 | - color: #fff; | ||
550 | - text-align: center; | ||
551 | - line-height: pxToRem(15px); | ||
552 | - font-size: pxToRem(13px); | ||
553 | - margin-right: pxToRem(12px); | ||
554 | - vertical-align: text-bottom; | ||
555 | - } | ||
556 | - } | ||
557 | - } | ||
558 | - } | ||
559 | - clear:both; | ||
560 | } | 523 | } |
561 | } | 524 | } |
562 | .cart-bar { | 525 | .cart-bar { |
-
Please register or login to post a comment