From 7e55ca7470a21a93402c4c8e410eeef7c7d1da0c Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 20 Jan 2026 13:58:14 +0800
Subject: [PATCH] 1

---
 src/views/homePage/index.vue |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index c5cc3d2..031b536 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -3,16 +3,16 @@
 
         <Head @search="onSearch"></Head>
         <!-- <div class="home_logo flex justify-center"><img src="@/assets/imgs/home/home_logo.png" alt=""></div> -->
+
         <!-- <van-swipe class="home_logo" :autoplay="3000" indicator-color="white">
             <van-swipe-item><img src="@/assets/imgs/home/Slider-1.jpg" alt=""></van-swipe-item>
             <van-swipe-item><img src="@/assets/imgs/home/Slider-2.jpg" alt=""></van-swipe-item>
             <van-swipe-item><img src="@/assets/imgs/home/Slider-3.jpg" alt=""></van-swipe-item>
-            <van-swipe-item><img src="@/assets/imgs/home/Slider-4.jpg" alt=""></van-swipe-item>
         </van-swipe> -->
 
-        <video autoplay loop muted playsinline class="home_logo">
+        <!-- <video autoplay loop muted playsinline class="home_logo">
             <source src="@/assets/video/home_1.mp4" type="video/mp4">
-        </video>
+        </video> -->
 
         <!-- <div class="text-center font-bold mt-8 logo_text">{{ $t('复制财富,從此刻開始') }}</div>
         <div class="text-center mt-2 logo_text_small">{{ $t('超6000種熱門交易類別,立即註冊领取5000USDT') }}!</div> -->
@@ -82,7 +82,7 @@
             <list-quatation :listData="qList" :tabShow="false" :tabActive="2" />
         </div>
 
-        <van-popup v-model:show="item.showPopUp" style="border-radius:10px;" :close-on-click-overlay="false"
+        <van-popup v-model:show="item.showPopUp" style="border-radius:10px;" 
             v-for="item in popupNewsList" :key="item.id">
             <div class="w-350 p-20 box-border popup_news">
                 <div class="font-700 text-center font-28 textColor">{{ item.title }}</div>
@@ -136,7 +136,7 @@
     // { key: 12, name: "C2C", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '/wantBuy' },
     // { key: 13, name: t('质押'), icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
     { key: 14, name: t('onLineService'), icon: new URL('@/assets/imgs/home/home_10.png', import.meta.url), path: '/customerService' },
-    { key: 15, name: 'DXCM PDF', icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: 'https://www.dexm-whitepaper.com/' },
+    // { key: 15, name: 'DXCM PDF', icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: 'https://www.dexm-whitepaper.com/' },
 ]
 
 // 获取公告数据
@@ -275,6 +275,20 @@
     $tab-c: #888;
     $inp-c: #999;
     $crd-b: #f7f7f7;
+    .js_title{
+        font-size: 2rem;
+        text-align: center;
+        background: linear-gradient(to right, #87CEEB, #1E90FF, #0000CD);
+        -webkit-background-clip: text;
+        background-clip: text;
+        -webkit-text-fill-color: transparent;
+        color: transparent;
+    }
+    .js_content{
+        font-size: 1.6rem;
+        text-align: center;
+    }
+
     .popup_news{
         font-size: 1.8rem;
     }
@@ -351,7 +365,7 @@
         width: 100%;
 
         .grid_item {
-            width: 25%;
+            width: 33%;
             color: $tab-c;
             font-size: 1.6rem;
 

--
Gitblit v1.9.3