Authored by yyq

购物车不支持七天商品提示

@@ -134,6 +134,7 @@ @@ -134,6 +134,7 @@
134 {{/isEqual}} 134 {{/isEqual}}
135 {{product_name}} 135 {{product_name}}
136 </p> 136 </p>
  137 + {{#isY is_limit_skn}}<p class="special-limit-7day">不支持7天无理由退换</p>{{/isY}}
137 </a> 138 </a>
138 </td> 139 </td>
139 <td class="border-top color-size"> 140 <td class="border-top color-size">

43.1 KB | W: | H:

42.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -667,7 +667,7 @@ @@ -667,7 +667,7 @@
667 .name { 667 .name {
668 display: inline-block; 668 display: inline-block;
669 width: 280px; 669 width: 280px;
670 - max-height: 88px; 670 + max-height: 68px;
671 font-size: 15px; 671 font-size: 15px;
672 padding-left: 20px; 672 padding-left: 20px;
673 line-height: 1.5; 673 line-height: 1.5;
@@ -689,6 +689,24 @@ @@ -689,6 +689,24 @@
689 } 689 }
690 } 690 }
691 691
  692 + .special-limit-7day {
  693 + color: #999;
  694 + line-height: 1;
  695 + position: absolute;
  696 + margin-top: -20px;
  697 + margin-left: 86px;
  698 +
  699 + &:before {
  700 + content: '';
  701 + display: inline-block;
  702 + width: 16px;
  703 + height: 16px;
  704 + background: url(/cart/7day-limit.png);
  705 + vertical-align: text-bottom;
  706 + margin-right: 4px;
  707 + }
  708 + }
  709 +
692 .color-size { 710 .color-size {
693 color: #9a9a9a; 711 color: #9a9a9a;
694 712