Authored by huangyCode

修改已售罄

... ... @@ -184,9 +184,9 @@
{{/if}}
</button>
{{else}}
<div class='soldOut disable'>
<span class="bottom-title mainText">已售罄</span>
<span class="bottom-title subText">还有机会</span>
<div class='disable'>
<span class="bottom-title top">已售罄</span>
<span class="bottom-title sub">还有机会</span>
</div>
{{/if}}
</div>
... ...
... ... @@ -14,6 +14,20 @@
}
}
.disable {
background-color: #b0b0b0;
flex: 1;
.top {
margin-top: 10px;
font-size: 36px;
}
.sub {
font-size: 28px !important;
}
}
.previous-price {
vertical-align: middle;
font-size: 20px;
... ...