|
|
@@ -17,16 +17,17 @@
|
|
|
:src="require('@assets/icon_shangchang@3x.png')"
|
|
|
alt=""
|
|
|
class="meta_domain_name_top_img_right"
|
|
|
+ @click="this.$toast('升级改版中')"
|
|
|
/>
|
|
|
</div>
|
|
|
- <!-- <div class="meta_domain_name_top_ones" v-if="action != 1">
|
|
|
+ <div class="meta_domain_name_top_ones" v-if="action == 3">
|
|
|
<img
|
|
|
:src="require('@assets/icon_fanhui@3x (1).png')"
|
|
|
alt=""
|
|
|
class="meta_domain_name_top_img_left"
|
|
|
@click="fallback"
|
|
|
/>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<div class="meta_domain_name_top_two" v-if="action == 1">
|
|
|
<img :src="require('@assets/png-.uni@3x.png')" alt="" class="meta_domain_name_top_two_img" />
|
|
|
</div>
|
|
|
@@ -573,8 +574,8 @@ export default {
|
|
|
}
|
|
|
.learn_more {
|
|
|
padding-top: 52px;
|
|
|
- // text-align: center;
|
|
|
- padding-left: 30px;
|
|
|
+ text-align: center;
|
|
|
+ // padding-left: 30px;
|
|
|
position: relative;
|
|
|
z-index: 3;
|
|
|
.learn_more_title {
|
|
|
@@ -642,8 +643,8 @@ export default {
|
|
|
.learn_more_btn {
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
- // bottom: 34px;
|
|
|
- bottom: 74px;
|
|
|
+ bottom: 34px;
|
|
|
+ // bottom: 74px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
z-index: 2;
|