ksfx.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. :deep(.el-pagination.is-background .el-pager li.is-active){
  2. background-color: #003eee!important;
  3. }
  4. :deep(.el-sub-menu__title){
  5. background: #003eee;
  6. color: #fff;
  7. }
  8. :deep(.el-table__header thead tr th){
  9. background: #003eee !important;
  10. color: #fff;
  11. height: 50px;
  12. line-height: 50px;
  13. font-weight: normal;
  14. }
  15. :deep(.el-table__header thead tr th:first-child){
  16. border-top-left-radius: 9px;
  17. }
  18. :deep(.el-table__body tbody .el-table__row td){
  19. background-color: transparent;
  20. }
  21. :deep(.el-dialog__footer){
  22. text-align: center;
  23. }
  24. .normalTit{
  25. width: 158px;
  26. height: 42px;
  27. margin: 0 auto 10px auto;
  28. background: #ffffff;
  29. border: 1px solid #dbe7ec;
  30. border-radius: 6px;
  31. box-sizing: border-box;
  32. padding:9px 6px;
  33. text-align: center;
  34. span{
  35. font-size: 16px;
  36. font-family: PingFang SC, PingFang SC-Medium;
  37. font-weight: 500;
  38. color: #000000;
  39. background: #e2eaf9;
  40. border-radius: 4px;
  41. padding: 5px 15px;
  42. }
  43. }
  44. .marstReview{
  45. border-bottom: 1px solid #dee8ff;
  46. }
  47. .blueBg {
  48. background: #F1F7FF;
  49. }
  50. .whiteBG {
  51. background: #fff;
  52. }
  53. .singlepart {
  54. background-color: rgba($color: #ffffff, $alpha: 0.2);
  55. color: #fff;
  56. }
  57. .tableList {
  58. overflow-x: scroll;
  59. }
  60. .tableList_title {
  61. font-size: 14px;
  62. color: #fff;
  63. }
  64. .listMain {
  65. max-height: 600px;
  66. overflow-y: auto;
  67. }
  68. .listMain_title {
  69. font-size: 16px;
  70. color: #fff;
  71. background: #003eee;
  72. overflow-y: auto;
  73. }
  74. .singleT {
  75. flex: 1;
  76. font-size: 14px;
  77. line-height: 50px;
  78. width: fit-content;
  79. text-align: center;
  80. background: #003eee;
  81. }
  82. .singleT:first-child {
  83. border-top-left-radius: 5px;
  84. }
  85. .singleT:last-child {
  86. border-top-right-radius: 5px;
  87. }
  88. .singleD {
  89. flex: 1;
  90. }
  91. .singleTSec {
  92. width: fit-content;
  93. flex: 1;
  94. line-height: 60px;
  95. text-align: center;
  96. }
  97. .singleTSecDif {
  98. background-color: #fff;
  99. border-right: 1px solid #dee8ff;
  100. }
  101. .left_chart{
  102. border-right: 1px solid #dee8ff;
  103. }
  104. .left_chart,right_chart{
  105. width: fit-content;
  106. flex: 1;
  107. }
  108. .mainShow_single {
  109. margin-bottom:30px;
  110. }
  111. .mainShow_single:last-child {
  112. margin-bottom:0!important;
  113. }
  114. .mainShow_single p{
  115. font-size: 14px;
  116. font-family: PingFang SC, PingFang SC-Regular;
  117. font-weight: bold;
  118. text-align: left;
  119. color: #000000;
  120. letter-spacing: -0.01px;
  121. margin-bottom:10px;
  122. }
  123. .mainShow_single ul{
  124. display:flex;
  125. }
  126. .mainShow_single ul li{
  127. font-size: 14px;
  128. font-family: PingFang SC, PingFang SC-Regular;
  129. font-weight: 400;
  130. text-align: left;
  131. color: #000000;
  132. letter-spacing: -0.01px;
  133. margin-right:10px;
  134. margin-bottom: 10px;
  135. border: 1px dashed #414141;
  136. padding: 5px;
  137. }
  138. .mainShow_single ul li span{
  139. margin-right: 5px;
  140. }