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