|
@@ -29,7 +29,7 @@
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="meta_domain_name_top_two" v-if="action == 1">
|
|
<div class="meta_domain_name_top_two" v-if="action == 1">
|
|
|
- <img :src="require('@assets/png-.NFT.png')" alt="" class="meta_domain_name_top_two_img" />
|
|
|
|
|
|
|
+ <img :src="require('@assets/png-.NFT@3x.png')" alt="" class="meta_domain_name_top_two_img" />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="meta_domain_name_top_three" :style="{ paddingTop: paddingTop}" v-if="action != 3">
|
|
<div class="meta_domain_name_top_three" :style="{ paddingTop: paddingTop}" v-if="action != 3">
|
|
|
<div class="meta_domain_name_top_three_con" @click="change" v-if="action == 1">
|
|
<div class="meta_domain_name_top_three_con" @click="change" v-if="action == 1">
|
|
@@ -642,7 +642,7 @@ export default {
|
|
|
z-index: 3;
|
|
z-index: 3;
|
|
|
.meta_domain_name_top_two_img {
|
|
.meta_domain_name_top_two_img {
|
|
|
width: 200px;
|
|
width: 200px;
|
|
|
- height: 110px;
|
|
|
|
|
|
|
+ height: 100px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.meta_domain_name_top_three {
|
|
.meta_domain_name_top_three {
|