Browse Source

修改首页

master
liaoxinyu 11 months ago
parent
commit
90dfbe8a2a
  1. 2
      src/views/home/index.vue

2
src/views/home/index.vue

@ -243,7 +243,7 @@
</div>
<img src="@/assets/img/home/home9.svg" alt="" class="index_head__2wJi4">
<div class="right" style="padding-bottom: 70px;padding-right: 50px;">
<div style="font-size: 44px;width: 435px;">{{ $t("homeNewText.dd1") }}<span style="color: #F0944B;">.</span></div>
<div style="font-size: 44px;width: 435px;">{{ $t("homeNewText.dd1") }}</div>
<div style="margin-bottom: 42px;font-size: 16px;color: #808080;">{{ $t("homeNewText.dd2",{name:"GLOBAL"}) }}</div>
<router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}">
{{ $t("homeNewText.dd3") }}

Loading…
Cancel
Save