5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-20 d5db05869b00fb72b4944f1fdcfa147eae854bc8
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 {