From 3a30b0817d5601b86fb530511dc5822d5d966a58 Mon Sep 17 00:00:00 2001
From: jinhhanhan <1683105490@qq.com>
Date: Sat, 31 Jan 2026 09:03:58 +0800
Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=9B=BF=E6=8D=A2=E4=BA=86pages/?=
=?UTF-8?q?index/index.vue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 387 +++++++++++++++++++++---------------------
1 file changed, 198 insertions(+), 189 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 13f0583..968d4f3 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,159 +1,167 @@
-
-
-
-
-
-
-
-
- {{ siteInfo.site_name }}
- {{ followOfficialAccount.welcomeMsg }}
-
-
- {{ isEnEnv ? 'Follow Official Account' : '关注公众号'
- }}
-
+
+
+
+
+
+
+
+
+ {{ siteInfo.site_name }}
+ {{ followOfficialAccount.welcomeMsg }}
+
+
+ {{ isEnEnv ? 'Follow Official Account' : '关注公众号'
+ }}
+
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+ 关注了解更多
+
+
+
+
-
-
-
-
-
- 关注了解更多
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -162,85 +170,86 @@ export default {
@import './public/css/index.scss';
.small-bot {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 122;
+ width: 100%;
+ height: 100%;
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: 122;
}
.small-bot swiper {
- width: 560rpx;
- height: 784rpx;
- margin: 120rpx auto 0;
- border-radius: 10rpx;
- overflow: hidden;
+ width: 560rpx;
+ height: 784rpx;
+ margin: 120rpx auto 0;
+ border-radius: 10rpx;
+ overflow: hidden;
}
.small-bot swiper .slide-image {
- width: 100%;
- height: 100%;
+ width: 100%;
+ height: 100%;
}
.small-bot-close {
- width: 66rpx;
- height: 66rpx;
- border-radius: 50%;
- text-align: center;
- line-height: 64rpx;
- font-size: 64rpx;
- color: #fff;
- margin: 30rpx auto 0;
+ width: 66rpx;
+ height: 66rpx;
+ border-radius: 50%;
+ text-align: center;
+ line-height: 64rpx;
+ font-size: 64rpx;
+ color: #fff;
+ margin: 30rpx auto 0;
}
.small-bot-close i {
- font-size: 60rpx;
+ font-size: 60rpx;
}
+
\ No newline at end of file