Browse Source

修改ico和新增二维码

master
liaoxinyu 2 years ago
parent
commit
0d30a9a27a
  1. BIN
      src/assets/img/home/Ewmlogin.png
  2. BIN
      src/assets/img/home/catyapp.png
  3. BIN
      src/assets/img/home/dfiqr.png
  4. BIN
      src/assets/img/home/qrcode.png
  5. BIN
      src/assets/img/home/tro.png
  6. 2
      src/components/CommonFooter.vue
  7. BIN
      src/favicon.ico
  8. 2
      src/views/home/index.vue
  9. 2
      src/views/signIn/index.vue
  10. BIN
      static/favicon.ico

BIN
src/assets/img/home/Ewmlogin.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

BIN
src/assets/img/home/catyapp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

BIN
src/assets/img/home/dfiqr.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

BIN
src/assets/img/home/qrcode.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

BIN
src/assets/img/home/tro.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

2
src/components/CommonFooter.vue

@ -251,7 +251,7 @@
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Trocoin"}) }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh48") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.hh45") }}</router-link>
<img src="" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<img src="@/assets/img/home/tro.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #fff;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Trocoin"}) }}</div>
</div>
</div>

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

2
src/views/home/index.vue

@ -196,7 +196,7 @@
</div>
<div class="positionBox_box4">
<div class="trade_box">
<div class="trade_img"><img src="" style="border-radius: 10px;" alt=""></div>
<div class="trade_img"><img src="@/assets/img/home/tro.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.hh28") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>

2
src/views/signIn/index.vue

@ -3,7 +3,7 @@
<div class="sign_left">
<div class="sign_left_box">
<div style="width: 242px;height: 242px;background-color: #fff;line-height: 242px;text-align: center;border-radius: 10px;box-shadow: 0px 0px 6px 0px rgba(82, 72, 208, 0.25);">
<img src="" style="width: 205px;height: 205px;" />
<img src="@/assets/img/home/tro.png" style="width: 205px;height: 205px;" />
</div>
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Trocoin"}) }}</div>
</div>

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save