Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
2 changed files
with
10 additions
and
8 deletions
@@ -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 { |
@@ -219,6 +220,7 @@ $basicBtnC:#eb0313; | @@ -219,6 +220,7 @@ $basicBtnC:#eb0313; | ||
219 | .periodOfMarket { | 220 | .periodOfMarket { |
220 | font-size: pxToRem(24px); | 221 | font-size: pxToRem(24px); |
221 | float: right; | 222 | float: right; |
223 | + color: #d0021b; | ||
222 | h1 { | 224 | h1 { |
223 | display: inline-block; | 225 | display: inline-block; |
224 | line-height: pxToRem(88px); | 226 | line-height: pxToRem(88px); |
@@ -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> |
@@ -44,12 +44,12 @@ | @@ -44,12 +44,12 @@ | ||
44 | </div> | 44 | </div> |
45 | {{/ goodsPrice}} | 45 | {{/ goodsPrice}} |
46 | 46 | ||
47 | - {{# periodOfMarket}} | 47 | + {{#if periodOfMarket}} |
48 | <div class="periodOfMarket"> | 48 | <div class="periodOfMarket"> |
49 | <h1>上市期:</h1> | 49 | <h1>上市期:</h1> |
50 | - <h1 >{{.}}</h1> | 50 | + <h1 >{{peridOfMarket}}</h1> |
51 | </div> | 51 | </div> |
52 | - {{/ periodOfMarket}} | 52 | + {{/if}} |
53 | </div> | 53 | </div> |
54 | 54 | ||
55 | {{# vipLevel}} | 55 | {{# vipLevel}} |
@@ -113,8 +113,8 @@ | @@ -113,8 +113,8 @@ | ||
113 | </div> | 113 | </div> |
114 | {{/ enterStore}} | 114 | {{/ enterStore}} |
115 | 115 | ||
116 | - <div id="productDesc"></div> | ||
117 | - <!-- {{> product/product-description}} --> | 116 | + <!-- <div id="productDesc"></div> --> |
117 | + {{> product/product-description}} | ||
118 | {{> product/recommend-for-you}} | 118 | {{> product/recommend-for-you}} |
119 | 119 | ||
120 | {{#cartInfo}} | 120 | {{#cartInfo}} |
-
Please register or login to post a comment