Browse Source

轮播图微调

East 4 years ago
parent
commit
ca53f17edb
2 changed files with 4 additions and 2 deletions
  1. 1 1
      src/views/home/Home.vue
  2. 3 1
      src/views/home/swiperMulti.vue

+ 1 - 1
src/views/home/Home.vue

@@ -730,7 +730,7 @@ export default {
     .el-dialog__title {
         color: white !important;
     }
-.gutter {
+th.gutter {
     background:#060a2d!important;
 }
 .el-table__body-wrapper {

+ 3 - 1
src/views/home/swiperMulti.vue

@@ -293,7 +293,7 @@ export default {
         height: 100%;
         li {
             // border: 1px solid rgb(60, 206, 16);
-            background-color: #0D1943;
+            // background-color: #060a2d;
             width: 24%;
             height: 100%;
             position: absolute;
@@ -313,8 +313,10 @@ export default {
             }
             > .warp {
                 flex-grow: 1;
+                background-color: #0E1E51;
                 // border: 1px solid rgb(221, 218, 16);
                 .gutter {
+                    background-color: #0E1E51;
                     padding: 30px 0 20px 0;
                     text-align: center;
                     font-size: 22px;