Authored by Lynnic

修改商品tag样式

@@ -100,8 +100,8 @@ $basicBtnC:#eb0313; @@ -100,8 +100,8 @@ $basicBtnC:#eb0313;
100 margin-left: .5px; 100 margin-left: .5px;
101 font-size: pxToRem(23px); 101 font-size: pxToRem(23px);
102 text-align: center; 102 text-align: center;
103 - line-height: pxToRem(35px);  
104 - padding: 0 8px; 103 + line-height: pxToRem(33px);
  104 + padding: 0 5px;
105 } 105 }
106 .new-tag { 106 .new-tag {
107 background-color: #78dc7e; 107 background-color: #78dc7e;
@@ -121,6 +121,7 @@ $basicBtnC:#eb0313; @@ -121,6 +121,7 @@ $basicBtnC:#eb0313;
121 } 121 }
122 .limit-tag { 122 .limit-tag {
123 border: 1px solid #000; 123 border: 1px solid #000;
  124 + background-color: #fff;
124 color: #000; 125 color: #000;
125 } 126 }
126 .soonSoldOut-tag { 127 .soonSoldOut-tag {
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <div class="good-detail-page yoho-page"> 2 <div class="good-detail-page yoho-page">
3 <div class="banner-container"> 3 <div class="banner-container">
4 <div class="tag-container"> 4 <div class="tag-container">
5 - <!-- <p class="good-tag soonSoldOut-tag">即将售罄</p> --> 5 + <!-- <p class="good-tag new-tag">NEW</p> -->
6 {{# tags}} 6 {{# tags}}
7 {{# is_new}} 7 {{# is_new}}
8 <p class="good-tag new-tag">NEW</p> 8 <p class="good-tag new-tag">NEW</p>