diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue
index 51abef8..086a62e 100644
--- a/src/views/Home/Index.vue
+++ b/src/views/Home/Index.vue
@@ -193,7 +193,7 @@
>
.el-carousel__item h3 {
- color: #475669;
opacity: 0.75;
line-height: 200px;
margin: 0;
text-align: center;
}
-
-.el-carousel__item:nth-child(2n) {
- background-color: #99a9bf;
-}
-
-.el-carousel__item:nth-child(2n + 1) {
- background-color: #d3dce6;
-}