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/views/market/page.vue | 48 ++----------------------------------------------
1 files changed, 2 insertions(+), 46 deletions(-)
diff --git a/src/views/market/page.vue b/src/views/market/page.vue
index f5023d1..488f3b7 100644
--- a/src/views/market/page.vue
+++ b/src/views/market/page.vue
@@ -290,7 +290,7 @@
<!-- <div class="join-us">
<div class="join-us-title">{{ $t("message.home.jiaruwomen") }}</div>
<div class="join-us-desc">
- {{ $t("message.home['您的加入,才能壯大BCWP社區!']") }}
+ {{ $t("message.home['您的加入,才能壯大Deepcoin社區!']") }}
</div>
</div> -->
<!-- <div class="footer-box footer-background">
@@ -471,51 +471,7 @@
</div>
</div> -->
- <div class="common-footer">
- <div class="footer">
- <div class="footer_top">
- <div class="footer_left">
- <div class="logo">
- <span class="avatar"></span><span class="text">Mateonline</span>
- </div>
- <div class="text">
- Coinmate成立於2014年,目前總部位於英國。是全球領先的數位貨幣資產交易平台,致力於為用戶提供安全,專業,便利的數位貨幣交易服務。在加密貨幣撮合交易領域佔了43.17%的市佔率。
- </div>
- </div>
- <div class="footer_list">
- <h1 class="about">關於</h1>
- <ul>
- <li><a href="javascript:void(0)">關於我們</a></li>
- <li><a href="javascript:void(0)">服務條款</a></li>
- <li><a href="javascript:void(0)">合作協議</a></li>
- </ul>
- </div>
- <div class="footer_list">
- <h1 class="about">聯繫我們</h1>
- <ul>
- <li><a href="javascript:void(0);">幫助中心</a></li>
- <li><a href="javascript:void(0);">客服中心</a></li>
- <li>
- <a
- href="javascript:void(0);"
- style="
- color: rgb(255, 255, 255);
- font-size: 12px;
- text-decoration: underline;
- "
- >coinmatecrypto@outlook.com</a
- >
- </li>
- </ul>
- </div>
- </div>
- <div class="footer_bottom">
- <p>Coinmate全球優質數字資產</p>
- <p>Copyright © 2021 - Coinmate All rights reserved.</p>
- </div>
- </div>
- </div>
-
+ <footer-view />
<!-- 语言和汇率弹窗 -->
<lang-select ref="langSelect" />
</div>
--
Gitblit v1.9.3