| 123456789101112131415161718192021222324252627282930313233343536373839404142 | 
							- $color: #ebeef7;
 
- .config_box {
 
-  padding: 10px;
 
-  margin: 0px 20px;
 
-  border-radius: 10px;
 
-  height: calc(100vh - 115px);
 
-  max-height: calc(100vh - 115px);
 
-  overflow: auto;
 
-  .div_style {
 
-   text-align: left;
 
-   margin: 18px 5px;
 
-   .b_style {
 
-    display: flex;
 
-    background: #909399;
 
-    padding: 5px 0 5px 5px;
 
-    border-radius: 5px;
 
-    color: white;
 
-    width: 550px;
 
-   }
 
-  }
 
-  .text_color {
 
-   color: red;
 
-  }
 
-  .tools_style {
 
-   text-align: left;
 
-   margin: 10px 5px;
 
-   .fun_style {
 
-    margin: 8px 0;
 
-   }
 
-   .tips {
 
-    font-size: 14px;
 
-    margin-left: 5px;
 
-    .red {
 
-     color: red;
 
-    }
 
-   }
 
-   //  样式
 
-   /deep/ .el-switch__label {
 
-    color: white;
 
-   }
 
-  }
 
- }
 
 
  |