From 066ec67b7080f07a0e47dda9864ee6be2e4b9053 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:03:54 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/~admin/aerospace-pc

---
 src/views/market/page.vue |  107 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 97 insertions(+), 10 deletions(-)

diff --git a/src/views/market/page.vue b/src/views/market/page.vue
index a748b50..eacab1f 100644
--- a/src/views/market/page.vue
+++ b/src/views/market/page.vue
@@ -3,7 +3,7 @@
     <pageDetail></pageDetail>
     <hangqing></hangqing>
     <pagePromote></pagePromote>
-    <div class="partner-list">
+    <!-- <div class="partner-list">
       <ul class="logo-list" style="animation-duration: 60s">
         <li class="pr48">
           <img
@@ -286,14 +286,14 @@
           />
         </li>
       </ul>
-    </div>
-    <div class="join-us">
+    </div> -->
+    <!-- <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">
+    </div> -->
+    <!-- <div class="footer-box footer-background">
       <div class="pc-all">
         <div class="content-view-box footer-view">
           <div class="left-footer" style="width: 1200px">
@@ -321,7 +321,6 @@
                 >
                   {{ $t("message.home.language") }}
                 </div>
-                <!--                <div class="dropdown-content"> 繁体中文</div>-->
                 <div class="arrow">
                   <img
                     src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAAXNSR0IArs4c6QAAADlQTFRFAAAAcHyLdHyLc3yJcn2Kcn2Lcn6LdH6LcoCNc3+Nc32Mc3yMc32Mcn6Nc36Ncn6Ncn6Nc36Nc36N+XnEgAAAABJ0Uk5TAEBAUGBwgICur7/P0N/f7u/+t+EvHQAAAENJREFUKM9jYBgFCCCEAIJUlORESHJgSDJxweS4GBlwymKTY2Bg5gHJcTNj9w0Ln5AQLwsuv7IK8LPiDgl2ttHUgA4AYVQFV3PnVtMAAAAASUVORK5CYII="
@@ -470,7 +469,9 @@
           <p>Vexus 2024 © {{ $t('message.home["版權所有"]') }}。</p>
         </div>
       </div>
-    </div>
+    </div> -->
+
+    <footer-view />
     <!-- 语言和汇率弹窗 -->
     <lang-select ref="langSelect" />
   </div>
@@ -503,7 +504,7 @@
 <style scoped lang="css">
 #move-main-scroll {
   width: 100vw;
-  background-color: #fdfeff;
+  background-color: #000000;
 
   .partner-list {
     width: 100%;
@@ -576,7 +577,7 @@
               height: 24px;
               margin-right: 24px;
               margin-bottom: 24px;
-              color: #2a64fb;
+              color: #f7b328;
               font-weight: 700;
               width: 45px;
               height: 39px;
@@ -735,4 +736,90 @@
     transform: translate(-50%);
   }
 }
+
+.footer {
+  min-height: 100px;
+  background: rgb(24, 26, 32);
+  border-top: 1px solid rgba(109, 109, 109, 0.5);
+  .footer_top {
+    width: 94%;
+    margin: 0 auto;
+    display: flex;
+    padding: 16px 0;
+    .footer_left {
+      flex: 0 0 40%;
+      box-sizing: border-box;
+      .logo {
+        display: flex;
+        align-items: center;
+        .avatar {
+          width: 40px;
+          height: 40px;
+          background: url(../../assets/logo.png) no-repeat center center;
+          background-size: 40px 40px;
+        }
+        .text {
+          color: #fff;
+          font-size: 16px;
+          letter-spacing: 3px;
+        }
+      }
+      .text {
+        color: #989898;
+        font-size: 14px;
+      }
+    }
+
+    .footer_list {
+      flex: 0 0 30%;
+      box-sizing: border-box;
+      display: flex;
+      flex-direction: column;
+      justify-content: flex-start;
+      align-items: center;
+      .about {
+        color: #fff;
+        font-size: 20px;
+        font-weight: 400;
+        width: 100%;
+        text-align: center;
+      }
+      /* h1 {
+          font-size: 16px;
+          color: #fff;
+          margin-bottom: 10px;
+        } */
+      ul {
+        width: 100%;
+        li {
+          width: 100%;
+          text-align: center;
+          a {
+            width: 100%;
+            text-align: center;
+            text-decoration: none;
+            color: #989898;
+            height: 40px;
+            line-height: 40px;
+            &:hover {
+              display: inline-block;
+              color: #f7b328;
+            }
+          }
+        }
+      }
+    }
+  }
+  .footer_bottom {
+    width: 94%;
+    margin: 0 auto;
+    padding: 16px 0;
+    border-top: 1px solid rgba(109, 109, 109, 0.5);
+    p {
+      margin-top: 4px;
+      color: #989898;
+      font-size: 12px;
+    }
+  }
+}
 </style>

--
Gitblit v1.9.3