global.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .el-button--primary,.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  2. background: #33A7A7 !important;
  3. border-color: #33A7A7 !important;
  4. }
  5. .el-button--text,.el-checkbox__input.is-checked+.el-checkbox__label{
  6. color: #33A7A7 !important;
  7. }
  8. .el-button--danger{
  9. background: #FFFFFF !important;
  10. border-color: #33A7A7 !important;
  11. }
  12. .el-button.el-button--danger.el-button--default i,.el-button.el-button--danger.el-button--default span{
  13. color: #33A7A7 !important;
  14. }
  15. .el-radio__input.is-checked .el-radio__inner{
  16. background: #33A7A7 !important;
  17. border-color: #33A7A7 !important;
  18. }
  19. .el-radio__input.is-checked+.el-radio__label{
  20. color: #33A7A7 !important;
  21. }
  22. .eb_default{
  23. padding: 9px 27px;
  24. background: #F7F2F6;
  25. border-radius: 6px;
  26. font-family: PingFangSC, PingFang SC;
  27. font-weight: 400;
  28. font-size: 14px;
  29. color: #33A7A7;
  30. line-height: 14px;
  31. cursor: pointer;
  32. }
  33. .cus_dialog{
  34. width: 100%;
  35. height: 100vh;
  36. position: fixed;
  37. left: 0;
  38. right: 0;
  39. top: 0;
  40. bottom: 0;
  41. z-index: 9999;
  42. background: rgba(0,0,0,.4);
  43. }
  44. .zt_btn{
  45. width: 100%;
  46. height: 36px;
  47. background: #33A7A7;
  48. border-radius: 6px;
  49. font-family: PingFangSC, PingFang SC;
  50. font-weight: 400;
  51. font-size: 14px;
  52. color: #FFFFFF;
  53. line-height: 36px;
  54. text-align: center;
  55. cursor: pointer;
  56. }
  57. .el-submenu__icon-arrow{
  58. right: 0 !important;
  59. }
  60. aside{
  61. padding: 8px 14px 8px 24px !important;
  62. }
  63. .el-menu-item,.el-submenu__title{
  64. padding: 0 20px 0 0px !important;
  65. }
  66. .ap_title{
  67. font-family: PingFang-SC, PingFang-SC;
  68. font-weight: bold;
  69. font-size: 16px;
  70. color: #002846;
  71. line-height: 16px;
  72. }
  73. .ap_line{
  74. width: 100%;
  75. height: 12px;
  76. background: #FAFAFA;
  77. margin-top: -10px;
  78. }
  79. .el-form-item.red .el-form-item__label::before{
  80. content: "*";
  81. color: #f56c6c;
  82. margin-right: 4px;
  83. }