Просмотр исходного кода

Merge branch 'develop-new' of http://39.106.8.246:3003/web/wanda-bm-guide into develop-new

zhangyu 4 лет назад
Родитель
Сommit
3d35d909c6
1 измененных файлов с 42 добавлено и 0 удалено
  1. 42 0
      src/components/floorMap/index.vue

+ 42 - 0
src/components/floorMap/index.vue

@@ -651,5 +651,47 @@ a:hover {
             background-color: #F5F6F7;
         }
     }
+    .el-button--primary{
+         background: linear-gradient(180deg, #369cf7 0%, #025baa 100%);
+    }
+    .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
+    .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
+    .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
+    .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
+        padding-left: 16px;
+    }
+    .el-tabs--bottom .el-tabs__item.is-bottom:last-child,
+    .el-tabs--bottom .el-tabs__item.is-top:last-child,
+    .el-tabs--top .el-tabs__item.is-bottom:last-child,
+    .el-tabs--top .el-tabs__item.is-top:last-child {
+        padding-right: 16px;
+    }
+    .el-tabs__nav-wrap::after {
+        height: 0;
+    }
+    .is-active {
+        color: #fff !important;
+        border-color: #025baa !important;
+        background: linear-gradient(180deg, #369cf7 0%, #025baa 100%);
+    }
+    .el-tabs__item {
+        padding: 5px 16px;
+        height: 30px;
+        line-height: 22px;
+        font-size: 14px;
+        font-family: MicrosoftYaHei;
+        color: rgba(31, 36, 41, 1);
+        border: 1px solid rgba(195, 199, 203, 1);
+    }
+    .el-tabs__active-bar {
+        background-color: transparent !important;
+    }
+    /deep/ .el-tabs__item:last-child {
+        border-radius: 0px 4px 4px 0px;
+    }
+    /deep/ .el-tabs__item:nth-child(2) {
+        border-radius: 4px 0px 0px 4px;
+    }
 }
+    
 </style>