|
|
@@ -80,7 +80,7 @@
|
|
|
</div>
|
|
|
<div class="price1 num">
|
|
|
<div class="num1">
|
|
|
- <div class="price2 num2">限购</div>
|
|
|
+ <div class="price2 num2">数量</div>
|
|
|
<span class="span">{{ info.total }}</span>
|
|
|
</div>
|
|
|
<div class="price2 num2">已售 {{ info.sale }} / 剩余 {{ info.stock }}</div>
|
|
|
@@ -656,6 +656,7 @@ export default {
|
|
|
}
|
|
|
.price4 {
|
|
|
font-size: 40px;
|
|
|
+ font-family: OSP-DIN, OSP;
|
|
|
font-weight: normal;
|
|
|
color: @prim;
|
|
|
line-height: 36px;
|
|
|
@@ -715,11 +716,13 @@ export default {
|
|
|
background: #1f2230;
|
|
|
border-radius: 0px 0px 8px 8px;
|
|
|
.name {
|
|
|
+ width: 128px;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
|
line-height: 24px;
|
|
|
padding-left: 16px;
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
.bor {
|
|
|
width: 1px;
|
|
|
@@ -728,7 +731,7 @@ export default {
|
|
|
border-radius: 1px;
|
|
|
}
|
|
|
.box {
|
|
|
- width: 220px;
|
|
|
+ width: 235px;
|
|
|
}
|
|
|
.del {
|
|
|
font-size: 14px;
|