Browse Source

修改常见问题

master
liaoxinyu 2 years ago
parent
commit
5af39e4108
  1. 33
      src/views/home/index.vue

33
src/views/home/index.vue

@ -473,34 +473,15 @@
</div>
<div style="width: 1200px;font-size: 40px;font-weight: 700;margin: 0px auto;background-color:#000000;padding-top: 100px;">{{ $t("homeNewText.ff14") }}</div>
<div class="illustration_area" style="background-color:#000000;margin-top: 10px;">
<div>
<div class="text_mai">
<div>
{{ $t("homeNewText.ff15") }}
</div>
<img src="@/assets/img/tiao.png" alt="mobile application" style="width: 36px;height: 36px;" />
</div>
<div class="text_mai">
<div>
{{ $t("homeNewText.ff15") }}
<div style="width: 1200px;">
<router-link :to="'/notice/'+item.id" v-for="(item, index) in helpList" :key="index+'help'">
<div class="text_mai">
<div style="color: #fff;">{{ item.title }}</div>
<img src="@/assets/img/tiao.png" alt="mobile application" style="width: 36px;height: 36px;" />
</div>
<img src="@/assets/img/tiao.png" alt="mobile application" style="width: 36px;height: 36px;" />
</div>
</div>
<div>
<div class="text_mai">
<div>
{{ $t("homeNewText.ff15") }}
</div>
<img src="@/assets/img/tiao.png" alt="mobile application" style="width: 36px;height: 36px;" />
</div>
<div class="text_mai">
<div>
{{ $t("homeNewText.ff15") }}
</div>
<img src="@/assets/img/tiao.png" alt="mobile application" style="width: 36px;height: 36px;" />
</div>
</router-link>
</div>
</div>
<!-- <div class="title1 fn-center">{{ $t("homeNewText.bb4") }}</div>
<div class="title2 fn-center">{{ $t("homeNewText.bb5") }}</div>

Loading…
Cancel
Save