From 7a52988eb65d0e50cc56e9da8e0088dfc5f9e416 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 02 Jul 2025 15:41:31 +0800
Subject: [PATCH] style

---
 src/views/cryptos/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/cryptos/index.vue b/src/views/cryptos/index.vue
index b72cdd5..a035f16 100644
--- a/src/views/cryptos/index.vue
+++ b/src/views/cryptos/index.vue
@@ -1,11 +1,11 @@
 <template>
   <div class="home">
     <!-- <ex-header :unread_num="`${unreadMsg_num}`"></ex-header> -->
-    <ioe-swiper />
-    <div class="py-10">
+    <!-- <ioe-swiper /> -->
+    <!-- <div class="py-10"> -->
 
    
-    <van-notice-bar class="font-26 textColor" left-icon="" :scrollable="false" background="transparent">
+    <!-- <van-notice-bar class="font-26 textColor" left-icon="" :scrollable="false" background="transparent">
       <div slot="left-icon" class=" flex items-center more-img"><img class="w-20 h-20  more-img"
           src="../../assets/Horn.png" alt="">
       </div>
@@ -16,10 +16,10 @@
       <div class="ml-20 flex items-center " slot="right-icon" @click.stop="$router.push('/cryptos/announce')"><img
           class="w-20 h-20 more-img" src="../../assets/more.png" alt="">
       </div>
-    </van-notice-bar>
-  </div>
-    <cry-nav />
-    <div class="quickly">
+    </van-notice-bar> -->
+  <!-- </div> -->
+    <!-- <cry-nav /> -->
+    <!-- <div class="quickly">
       <div class="quickBox chongbi" :class="THEME == 'dark' ? 'dark' : 'white'"
         @click="$router.push('/cryptos/recharge/rechargeList')">
         <div class="left">
@@ -40,8 +40,8 @@
         </div>
         <div class="right"><img src="@/assets/theme/dark/image/goto.png" alt=""></div>
       </div>
-    </div>
-    <ex-hot :listData="hList"></ex-hot>
+    </div> -->
+    <!-- <ex-hot :listData="hList"></ex-hot> -->
     <list-quatation :listData="qList" />
     <van-popup v-model:show="item.showPopUp" style="border-radius:10px;" :close-on-click-overlay="false"
       v-for="item in popupNewsList" :key="item.id">

--
Gitblit v1.9.3