From 9ac1b8cc1e7a2bfd2a7be6385330d7f044d7de5b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 26 Jun 2025 21:23:25 +0800
Subject: [PATCH] style
---
src/components/layout/footerView.vue | 38 ++++++++++++++++++++------------------
1 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/src/components/layout/footerView.vue b/src/components/layout/footerView.vue
index a461c7c..13344e5 100644
--- a/src/components/layout/footerView.vue
+++ b/src/components/layout/footerView.vue
@@ -4,45 +4,48 @@
<div class="footer_top">
<div class="footer_left">
<div class="logo">
- <span class="avatar"></span><span class="text">Mateonline</span>
+ <span class="avatar"></span><span class="text">Deepcoin</span>
</div>
<div class="text">
- Coinmate成立於2014年,目前總部位於英國。是全球領先的數位貨幣資產交易平台,致力於為用戶提供安全,專業,便利的數位貨幣交易服務。在加密貨幣撮合交易領域佔了43.17%的市佔率。
+ {{ $t("message.user.ma38") }}
</div>
</div>
<div class="footer_list">
- <h1 class="about">關於</h1>
+ <h1 class="about">
+ {{ $t("message.user.ma39") }}
+ </h1>
<ul>
<li>
- <a href="javascript:void(0)" @click="goRouter('/about')"
- >關於我們</a
+ <a href="javascript:void(0)" @click="goRouter('/about')">
+ {{ $t("message.user.ma40") }}</a
>
</li>
<li>
- <a href="javascript:void(0)" @click="goRouter('/termsOfService')"
- >服務條款</a
+ <a href="javascript:void(0)" @click="goRouter('/termsOfService')">
+ {{ $t("message.user.ma41") }}</a
>
</li>
<li>
- <a href="javascript:void(0)" @click="goRouter('/agreement')"
- >合作協議</a
+ <a href="javascript:void(0)" @click="goRouter('/agreement')">
+ {{ $t("message.user.ma42") }}</a
>
</li>
</ul>
</div>
<div class="footer_list">
- <h1 class="about">聯繫我們</h1>
+ <h1 class="about">{{ $t("message.user.ma43") }}</h1>
<ul>
<li>
- <a href="javascript:void(0);" @click="goRouter('/helpCenter')"
- >幫助中心</a
+ <a href="javascript:void(0);" @click="goRouter('/helpCenter')">
+ {{ $t("message.user.ma44") }}</a
>
</li>
<li>
<a
href="javascript:void(0);"
@click="goRouter('/CustomerService')"
- >客服中心</a
+ >
+ {{ $t("message.user.ma45") }}</a
>
</li>
<li>
@@ -53,15 +56,15 @@
font-size: 12px;
text-decoration: underline;
"
- >coinmatecrypto@outlook.com</a
+ >support@usadeepcoin.com</a
>
</li>
</ul>
</div>
</div>
<div class="footer_bottom">
- <p>Coinmate全球優質數字資產</p>
- <p>Copyright © 2021 - Coinmate All rights reserved.</p>
+ <p>{{ $t("message.user.ma46") }}</p>
+ <p>Copyright © 2021 - Deepcoin All rights reserved.</p>
</div>
</div>
</div>
@@ -118,8 +121,7 @@
.avatar {
width: 40px;
height: 40px;
- background: url(../../assets/forexImages/logo-66dce226.png) no-repeat
- center center;
+ background: url(../../assets/logo.png) no-repeat center center;
background-size: 40px 40px;
}
.text {
--
Gitblit v1.9.3