index.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. html, body, #app {
  2. height: 100%;
  3. background-color: #EBF4F6;
  4. }
  5. *:focus-visible {
  6. outline: none;
  7. }
  8. .el-message {
  9. max-width: 400px;
  10. }
  11. .el-scrollbar.hc-main-scrollbar .el-scrollbar__bar {
  12. right: -18px;
  13. }
  14. .el-scrollbar:not(.hc-main-scrollbar) .el-scrollbar__bar {
  15. right: 0;
  16. }
  17. .el-scrollbar.hc--right-15 .el-scrollbar__bar {
  18. right: -15px;
  19. }
  20. .hc-main-row {
  21. position: relative;
  22. width: 100%;
  23. overflow: hidden;
  24. }
  25. .hc-sb-table .el-tabs .el-tabs__header .el-tabs__nav .el-tabs__item {
  26. background: #f1f5f8;
  27. }
  28. .hc-sb-table .el-tabs .el-tabs__active-bar {
  29. background: white;
  30. }
  31. .hc-sb-table .el-tabs .el-tabs__active-bar:after,
  32. .hc-sb-table .el-tabs .el-tabs__active-bar:before {
  33. background: white;
  34. }
  35. .hac-card-title {
  36. position: relative;
  37. display: flex;
  38. align-items: center;
  39. height: 100%;
  40. margin-left: 8px;
  41. &::before {
  42. content: '';
  43. position: relative;
  44. display: inline-block;
  45. width: 5px;
  46. height: 18px;
  47. border-radius: 10px;
  48. background-color: var(--el-color-primary-dark-2);
  49. right: 8px;
  50. }
  51. }
  52. .bg-purple1 {
  53. background-color: rgb(184, 122, 253);
  54. }
  55. .bg-purple1-gradient {
  56. background: linear-gradient(90.99deg, rgba(98,113,252,1) 0.63%,rgba(115,115,252,1) 19%,rgba(152,119,253,1) 35.04%,rgba(163,121,253,1) 51.28%,rgba(178,122,253,1) 73.03%,rgba(184,122,253,1) 97.29%);
  57. color: white;
  58. }
  59. .bg-blue1 {
  60. background-color: rgba(109,131,251,1);
  61. }
  62. .bg-blue1-gradient {
  63. background: linear-gradient(90.99deg, rgba(62,162,246,1) 0.63%,rgba(74,154,247,1) 20.93%,rgba(71,155,247,1) 37.36%,rgba(87,145,249,1) 53.8%,rgba(101,136,250,1) 73.03%,rgba(109,131,251,1) 97.29%);
  64. color: white;
  65. }
  66. .bg-blue2 {
  67. background-color: rgba(109,131,251,1);
  68. }
  69. .bg-blue2-gradient {
  70. background: linear-gradient(90.99deg, rgba(62,162,246,1) 0.63%,rgba(74,154,247,1) 20.93%,rgba(71,155,247,1) 37.36%,rgba(87,145,249,1) 53.8%,rgba(101,136,250,1) 73.03%,rgba(109,131,251,1) 97.29%);
  71. color: white;
  72. }
  73. .bg-red1 {
  74. background-color: rgba(239,148,100,1);
  75. }
  76. .bg-red1-gradient {
  77. background: linear-gradient(90.99deg, rgba(234,100,110,1) 0.63%,rgba(235,111,110,1) 19%,rgba(236,121,108,1) 35.04%,rgba(237,134,104,1) 51.28%,rgba(238,141,101,1) 73.13%,rgba(239,148,100,1) 97.29%);
  78. color: white;
  79. }
  80. .bg-green1 {
  81. background-color: rgba(111,210,165,1);
  82. }
  83. .bg-green1-gradient {
  84. background: linear-gradient(90.99deg, rgba(74,199,214,1) 0.63%,rgba(84,202,203,1) 19%,rgba(92,205,189,1) 35.04%,rgba(101,207,180,1) 51.28%,rgba(103,208,178,1) 73.03%,rgba(111,210,165,1) 97.29%);
  85. color: white;
  86. }
  87. .bg-pink1 {
  88. background-color: rgba(239,148,100,1);
  89. }
  90. .bg-pink1-gradient {
  91. background: linear-gradient(90.99deg, rgba(234,100,110,1) 0.63%,rgba(235,111,110,1) 19%,rgba(236,121,108,1) 35.04%,rgba(237,134,104,1) 51.28%,rgba(238,141,101,1) 73.13%,rgba(239,148,100,1) 97.29%);
  92. color: white;
  93. }
  94. .hc-table-ref-box {
  95. border-color: #f3f3f3;
  96. }
  97. .el-card.hc-card-box {
  98. --el-card-bg-color: white;
  99. }
  100. .el-card.hc-card-box .el-card__body .hc-card-action-box {
  101. background-color: white;
  102. }
  103. .el-card .el-card__body .hc-card-main-box .hc-card-item-box {
  104. background: #f3f8fc;
  105. }
  106. .hac-card-item.hc-card-item-box {
  107. background: white;
  108. .hc-card-item-header {
  109. .item-header, .item-extra {
  110. height: 100%;
  111. }
  112. .item-extra {
  113. margin-left: 14px;
  114. }
  115. }
  116. }
  117. .hc-table-ref-box.no-border {
  118. border: 0;
  119. }
  120. .el-card.hc-card-box .el-card__body .hc-card-action-box {
  121. .el-button + .el-button {
  122. margin-left: 32px;
  123. }
  124. }