Showing
7 changed files
with
10 additions
and
4 deletions
@@ -149,7 +149,7 @@ | @@ -149,7 +149,7 @@ | ||
149 | {{/if}} | 149 | {{/if}} |
150 | 150 | ||
151 | <span id="sold-out" class="buy-btn dis{{#unless soldOut}} hide{{/unless}}"> | 151 | <span id="sold-out" class="buy-btn dis{{#unless soldOut}} hide{{/unless}}"> |
152 | - <i class="iconfont"></i> 已售罄 | 152 | + <i class="iconfont"></i> 已售罄 |
153 | </span> | 153 | </span> |
154 | 154 | ||
155 | <span id="enable-notify" class="buy-btn hide"> <i class="iconfont"> | 155 | <span id="enable-notify" class="buy-btn hide"> <i class="iconfont"> |
@@ -69,5 +69,8 @@ | @@ -69,5 +69,8 @@ | ||
69 | </span> | 69 | </span> |
70 | 70 | ||
71 | {{#if presalePrice}} | 71 | {{#if presalePrice}} |
72 | - <div class="arrival-date">上市期:{{arrivalDate}}</div> | 72 | + <div class="arrival-date"> |
73 | + <span class="title">上市期:</span> | ||
74 | + <span class="date">{{arrivalDate}}</span> | ||
75 | + </div> | ||
73 | {{/if}} | 76 | {{/if}} |
No preview for this file type
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > | 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > |
3 | <svg xmlns="http://www.w3.org/2000/svg"> | 3 | <svg xmlns="http://www.w3.org/2000/svg"> |
4 | <metadata> | 4 | <metadata> |
5 | -Created by FontForge 20120731 at Tue Dec 27 17:23:33 2016 | 5 | +Created by FontForge 20120731 at Tue Dec 27 20:13:37 2016 |
6 | By admin | 6 | By admin |
7 | </metadata> | 7 | </metadata> |
8 | <defs> | 8 | <defs> |
No preview for this file type
No preview for this file type
@@ -247,7 +247,9 @@ | @@ -247,7 +247,9 @@ | ||
247 | } | 247 | } |
248 | 248 | ||
249 | .arrival-date { | 249 | .arrival-date { |
250 | - display: block; | 250 | + |
251 | + .date { | ||
252 | + display: inline-block; | ||
251 | color: #ee0014; | 253 | color: #ee0014; |
252 | font-size: 15px; | 254 | font-size: 15px; |
253 | font-weight: bold; | 255 | font-weight: bold; |
@@ -255,6 +257,7 @@ | @@ -255,6 +257,7 @@ | ||
255 | padding-top: 3px; | 257 | padding-top: 3px; |
256 | line-height: 22px; | 258 | line-height: 22px; |
257 | } | 259 | } |
260 | + } | ||
258 | 261 | ||
259 | .desc { | 262 | .desc { |
260 | display: inline-block; | 263 | display: inline-block; |
-
Please register or login to post a comment