|
|
@@ -8,7 +8,7 @@
|
|
|
<div class="collection_information_right">
|
|
|
<div class="collection_information_right_name">{{ item.name }}</div>
|
|
|
<div class="collection_information_right_no" v-if="item.type == 'DOMAIN'">
|
|
|
- 剩余时长:{{ item.endTime }}
|
|
|
+ <!-- 剩余时长:{{ item.endTime }} -->
|
|
|
</div>
|
|
|
<div class="collection_information_right_no" v-else>{{ item.number }}</div>
|
|
|
<div class="collection_information_right_price_one">¥{{ item.price }}</div>
|
|
|
@@ -370,7 +370,8 @@ export default {
|
|
|
font-weight: 400;
|
|
|
color: #939599;
|
|
|
line-height: 24px;
|
|
|
- margin-bottom: 6px;
|
|
|
+ // margin-bottom: 6px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
.collection_information_right_price_one {
|