general-config.scss 690 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. $color: #ebeef7;
  2. .config_box {
  3. padding: 10px;
  4. margin: 0px 20px;
  5. border-radius: 10px;
  6. height: calc(100vh - 115px);
  7. max-height: calc(100vh - 115px);
  8. overflow: auto;
  9. .div_style {
  10. text-align: left;
  11. margin: 18px 5px;
  12. .b_style {
  13. display: flex;
  14. background: #909399;
  15. padding: 5px 0 5px 5px;
  16. border-radius: 5px;
  17. color: white;
  18. width: 550px;
  19. }
  20. }
  21. .text_color {
  22. color: red;
  23. }
  24. .tools_style {
  25. text-align: left;
  26. margin: 10px 5px;
  27. .fun_style {
  28. margin: 8px 0;
  29. }
  30. .tips {
  31. font-size: 14px;
  32. margin-left: 5px;
  33. .red {
  34. color: red;
  35. }
  36. }
  37. // 样式
  38. /deep/ .el-switch__label {
  39. color: white;
  40. }
  41. }
  42. }