global.scss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. }