From 45190f969dd8c7d3d2c6e366694f0dadc5ea07e8 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 19 May 2025 16:43:12 +0800
Subject: [PATCH] 样式修改
---
src/page/home.vue | 28 +++++++++++++++-------------
1 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/src/page/home.vue b/src/page/home.vue
index 82a8cda..df27477 100644
--- a/src/page/home.vue
+++ b/src/page/home.vue
@@ -1,10 +1,10 @@
<template>
<div class="home no_touch">
<!-- //头部组件-->
- <div class="px-32">
+ <div class="px-32 top-wrp">
<ex-header :unread_num="`${unreadMsg_num}`"></ex-header>
<ioe-swiper />
- <van-notice-bar
+ <!-- <van-notice-bar
style="margin-top: 5px"
class="font-26 textColor"
left-icon="volume-o"
@@ -13,6 +13,7 @@
:text="announceTitle"
>
<div slot="left-icon" class="pr-13 flex items-center">
+ <van-icon name="volume-o" />
<img class="w-50 h-56" src="../assets/image/diqiu.png" alt="" />
</div>
<van-swipe
@@ -35,13 +36,10 @@
>
<img class="w-36 h-36" src="../assets/more.png" alt="" />
</div>
- </van-notice-bar>
+ </van-notice-bar> -->
</div>
- <div
- class="contRound"
- style="border-top-left-radius: 30px; border-top-right-radius: 30px"
- >
- <div class="double">
+ <div class="contRound px-32">
+ <!-- <div class="double">
<div
class="double_box_left"
@click="$router.push('/recharge/rechargeList')"
@@ -76,7 +74,7 @@
HOT
</div>
</div>
- </div>
+ </div> -->
<ex-nav></ex-nav>
<!-- <div class="h-150 text-white rounded-lg mt-34 flex items-center justify-center contNav"
@click="$router.push('/wantBuy')">
@@ -490,10 +488,10 @@
width: 100%;
box-sizing: border-box;
padding: 0 0 108px;
-
- @include themify() {
- background: themed("home_bg");
- }
+ background-color: #000;
+ // @include themify() {
+ // background: themed("home_bg");
+ // }
::v-deep .van-cell {
@include themify() {
@@ -778,4 +776,8 @@
transform: translatex(-50%);
}
}
+
+.top-wrp {
+ margin-bottom: 2rem;
+}
</style>
--
Gitblit v1.9.3