Authored by htoooth

fix css

... ... @@ -149,7 +149,7 @@
{{/if}}
<span id="sold-out" class="buy-btn dis{{#unless soldOut}} hide{{/unless}}">
<i class="iconfont">&#xe61c;</i> 已售罄
<i class="iconfont">&#xe643;</i> 已售罄
</span>
<span id="enable-notify" class="buy-btn hide"> <i class="iconfont">
... ...
... ... @@ -69,5 +69,8 @@
</span>
{{#if presalePrice}}
<div class="arrival-date">上市期:{{arrivalDate}}</div>
<div class="arrival-date">
<span class="title">上市期:</span>
<span class="date">{{arrivalDate}}</span>
</div>
{{/if}}
... ...
No preview for this file type
... ... @@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
Created by FontForge 20120731 at Tue Dec 27 17:23:33 2016
Created by FontForge 20120731 at Tue Dec 27 20:13:37 2016
By admin
</metadata>
<defs>
... ...
No preview for this file type
No preview for this file type
... ... @@ -247,13 +247,16 @@
}
.arrival-date {
display: block;
color: #ee0014;
font-size: 15px;
font-weight: bold;
height: 17px;
padding-top: 3px;
line-height: 22px;
.date {
display: inline-block;
color: #ee0014;
font-size: 15px;
font-weight: bold;
height: 17px;
padding-top: 3px;
line-height: 22px;
}
}
.desc {
... ...