|
@@ -69,6 +69,12 @@
|
|
|
首发抢购倒计时<span>{{ startTime }}</span>
|
|
首发抢购倒计时<span>{{ startTime }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div style="margin-bottom: 30px" v-if="info.salable == false">
|
|
|
|
|
+ <div class="time">
|
|
|
|
|
+ <div class="time1">卖家特定</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="card init3">仅展示</div>
|
|
|
|
|
+ </div>
|
|
|
<div style="padding-bottom: 20px" class="price" v-if="info.salable">
|
|
<div style="padding-bottom: 20px" class="price" v-if="info.salable">
|
|
|
<div class="price1">
|
|
<div class="price1">
|
|
|
<div class="price2">价格</div>
|
|
<div class="price2">价格</div>
|
|
@@ -80,8 +86,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="price1 num">
|
|
<div class="price1 num">
|
|
|
<div class="num1">
|
|
<div class="num1">
|
|
|
- <div class="price2 num2">数量</div>
|
|
|
|
|
- <span class="span">{{ info.total }}</span>
|
|
|
|
|
|
|
+ <div class="price2 num2">单词限购 1 件</div>
|
|
|
|
|
+ <!-- <span class="span">{{ info.total }}</span> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="price2 num2">已售 {{ info.sale }} / 剩余 {{ info.stock }}</div>
|
|
<div class="price2 num2">已售 {{ info.sale }} / 剩余 {{ info.stock }}</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -590,7 +596,6 @@ export default {
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
background: #1c1e26;
|
|
background: #1c1e26;
|
|
|
border-radius: 8px 8px 0px 0px;
|
|
border-radius: 8px 8px 0px 0px;
|
|
|
- // width: 678px;
|
|
|
|
|
height: 56px;
|
|
height: 56px;
|
|
|
padding: 0 16px;
|
|
padding: 0 16px;
|
|
|
.time1 {
|
|
.time1 {
|
|
@@ -760,7 +765,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.card {
|
|
.card {
|
|
|
- // width: 590px;
|
|
|
|
|
height: 112px;
|
|
height: 112px;
|
|
|
border-radius: 0px 0px 8px 8px;
|
|
border-radius: 0px 0px 8px 8px;
|
|
|
background: #1f2230;
|
|
background: #1f2230;
|
|
@@ -787,6 +791,14 @@ export default {
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ &.init3 {
|
|
|
|
|
+ height: 79px;
|
|
|
|
|
+ padding-left: 16px;
|
|
|
|
|
+ font-size: 26px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ color: #939599;
|
|
|
|
|
+ line-height: 36px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.content {
|
|
.content {
|