|
@@ -7,7 +7,7 @@
|
|
|
<van-image width="80" height="80" :radius="6" :src="getImg(changeImgs(item.pic))" fit="cover" />
|
|
<van-image width="80" height="80" :radius="6" :src="getImg(changeImgs(item.pic))" fit="cover" />
|
|
|
<div class="collection_information_right">
|
|
<div class="collection_information_right">
|
|
|
<div class="collection_information_right_name">{{ item.name }}</div>
|
|
<div class="collection_information_right_name">{{ item.name }}</div>
|
|
|
- <div class="collection_information_right_no" v-if="item.type == 'DOMAIN'">
|
|
|
|
|
|
|
+ <div class="collection_information_right_nos" v-if="item.type == 'DOMAIN'">
|
|
|
<!-- 剩余时长:{{ item.endTime }} -->
|
|
<!-- 剩余时长:{{ item.endTime }} -->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="collection_information_right_no" v-else>{{ item.number }}</div>
|
|
<div class="collection_information_right_no" v-else>{{ item.number }}</div>
|
|
@@ -370,10 +370,15 @@ export default {
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #939599;
|
|
color: #939599;
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
- // margin-bottom: 6px;
|
|
|
|
|
|
|
+ margin-bottom: 6px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .collection_information_right_nos {
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ color: #939599;
|
|
|
|
|
+ line-height: 24px;
|
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.collection_information_right_price_one {
|
|
.collection_information_right_price_one {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|