From a51ae716cb1eb8e21fc4a5c355d3cdbe02b27d7f Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 04 Jun 2025 18:38:25 +0800
Subject: [PATCH] style
---
src/components/layout/footerView.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/components/layout/footerView.vue b/src/components/layout/footerView.vue
index 0016e0e..1cf9f14 100644
--- a/src/components/layout/footerView.vue
+++ b/src/components/layout/footerView.vue
@@ -8,44 +8,44 @@
</div>
<div class="text">
{{ $t("message.user.ma38") }}
-
</div>
</div>
<div class="footer_list">
<h1 class="about">
- {{ $t("message.user.ma39") }}</h1>
+ {{ $t("message.user.ma39") }}
+ </h1>
<ul>
<li>
- <a href="javascript:void(0)" @click="goRouter('/about')"
- >
+ <a href="javascript:void(0)" @click="goRouter('/about')">
{{ $t("message.user.ma40") }}</a
>
</li>
<li>
- <a href="javascript:void(0)" @click="goRouter('/termsOfService')"
- > {{ $t("message.user.ma41") }}</a
+ <a href="javascript:void(0)" @click="goRouter('/termsOfService')">
+ {{ $t("message.user.ma41") }}</a
>
</li>
<li>
- <a href="javascript:void(0)" @click="goRouter('/agreement')"
- > {{ $t("message.user.ma42") }}</a
+ <a href="javascript:void(0)" @click="goRouter('/agreement')">
+ {{ $t("message.user.ma42") }}</a
>
</li>
</ul>
</div>
<div class="footer_list">
- <h1 class="about"> {{ $t("message.user.ma43") }}</h1>
+ <h1 class="about">{{ $t("message.user.ma43") }}</h1>
<ul>
<li>
- <a href="javascript:void(0);" @click="goRouter('/helpCenter')"
- > {{ $t("message.user.ma44") }}</a
+ <a href="javascript:void(0);" @click="goRouter('/helpCenter')">
+ {{ $t("message.user.ma44") }}</a
>
</li>
<li>
<a
href="javascript:void(0);"
@click="goRouter('/CustomerService')"
- > {{ $t("message.user.ma45") }}</a
+ >
+ {{ $t("message.user.ma45") }}</a
>
</li>
<li>
@@ -56,14 +56,14 @@
font-size: 12px;
text-decoration: underline;
"
- >Deepcoincrypto@outlook.com</a
+ >support@usadeepcoin.com</a
>
</li>
</ul>
</div>
</div>
<div class="footer_bottom">
- <p> {{ $t("message.user.ma46") }}</p>
+ <p>{{ $t("message.user.ma46") }}</p>
<p>Copyright © 2021 - Deepcoin All rights reserved.</p>
</div>
</div>
--
Gitblit v1.9.3