diff --git a/src/components/XtxSwiper.vue b/src/components/XtxSwiper.vue
index dafe056..b1cff24 100644
--- a/src/components/XtxSwiper.vue
+++ b/src/components/XtxSwiper.vue
@@ -1,39 +1,17 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
@@ -42,41 +20,21 @@
diff --git a/src/components/styles/XtxSwiper.scss b/src/components/styles/XtxSwiper.scss
new file mode 100644
index 0000000..79cc141
--- /dev/null
+++ b/src/components/styles/XtxSwiper.scss
@@ -0,0 +1,31 @@
+/* 轮播图 */
+.carousel {
+ height: 280rpx;
+ position: relative;
+ overflow: hidden;
+ transform: translateY(0);
+ background-color: #efefef;
+ .indicator {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 16rpx;
+ display: flex;
+ justify-content: center;
+ .dot {
+ width: 30rpx;
+ height: 6rpx;
+ margin: 0 8rpx;
+ border-radius: 6rpx;
+ background-color: rgba(255, 255, 255, 0.4);
+ }
+ .active {
+ background-color: #fff;
+ }
+ }
+ .navigator,
+ .image {
+ width: 100%;
+ height: 100%;
+ }
+}
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index a27bb01..73702dd 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -2,13 +2,35 @@
-
+
+