Browse Source

修改币名、二维码

master
liaoxinyu 5 months ago
parent
commit
96eb29b383
  1. BIN
      src/assets/img/home/iweb.png
  2. 4
      src/components/CommonFooter.vue
  3. 2
      src/index.html
  4. 4
      src/views/home/index.vue
  5. 4
      src/views/signIn/index.vue

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

4
src/components/CommonFooter.vue

@ -248,11 +248,11 @@
<!-- </div> -->
</div>
<div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Iwebcoin"}) }}</div>
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Iwebpal"}) }}</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="@/assets/img/home/iweb.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Iwebcoin"}) }}</div>
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Iwebpal"}) }}</div>
</div>
</div>
</footer>

2
src/index.html

@ -6,7 +6,7 @@
<meta name="google" content="notranslate">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title id="appTitle">Iwebcoin</title>
<title id="appTitle">Iwebpal</title>
<link rel="icon" id="appIcon" href="/static/favicon.ico" type="image/x-icon">
<style>
#MICHAT-MINI-WRAP{

4
src/views/home/index.vue

@ -192,7 +192,7 @@
<!-- 如何开始 -->
<div class="started" style="padding: 0px;">
<div class="started1">
<div class="started_div">{{ $t("homeNewText.hh8",{name:'Iwebcoin'}) }}</div>
<div class="started_div">{{ $t("homeNewText.hh8",{name:'Iwebpal'}) }}</div>
<div class="travel_area">
<div class="travel_box">
<div class="travel_img" style="width: 260px;"><img src="@/assets/img/home/home7.png" width="260" class="travel_img1" /></div>
@ -227,7 +227,7 @@
<!-- 随时随地 -->
<div class="title1" style="margin-top: 100px;">{{ $t("homeNewText.hh21") }}</div>
<div class="title2">{{ $t("homeNewText.hh22",{name:'Iwebcoin'}) }}</div>
<div class="title2">{{ $t("homeNewText.hh22",{name:'Iwebpal'}) }}</div>
<div class="positionBox">
<div class="positionBox_box4">
<div class="trade_box">

4
src/views/signIn/index.vue

@ -5,14 +5,14 @@
<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="@/assets/img/home/iweb.png" style="width: 205px;height: 205px;" />
</div>
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Iwebcoin"}) }}</div>
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Iwebpal"}) }}</div>
</div>
</div>
<div class="sign_right" style="width: 53%;background-color: #fff;">
<div class="form-access">
<form class="login-body">
<div class="mb-4 h3" style="font-size: 40px;color: #101010;">
<span>{{ $t("login.a1",{name:'Iwebcoin'}) }}</span>
<span>{{ $t("login.a1",{name:'Iwebpal'}) }}</span>
</div>
<template v-if="step === 1 ">

Loading…
Cancel
Save