css.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .container-box-block {
  2. margin-bottom: 20px;
  3. }
  4. .tow-container-box {
  5. display: flex;
  6. margin: 20px;
  7. }
  8. .tow-container-box .left-box,
  9. .tow-container-box .right-box {
  10. width: 800px;
  11. margin: 0 12px;
  12. }
  13. .card-box {
  14. border: 1px solid #eeeeee;
  15. }
  16. .card-box .card-box-title {
  17. background: #f6f6f6;
  18. padding: 11px 15px;
  19. position: relative;
  20. font-size: 14px;
  21. font-family: PingFangSC-Medium, PingFang SC;
  22. font-weight: 500;
  23. color: #26965c;
  24. }
  25. .card-box .card-box-title:after {
  26. position: absolute;
  27. display: block;
  28. top: 15px;
  29. left: 8px;
  30. content: '';
  31. width: 2px;
  32. height: 12px;
  33. background: #26965c;
  34. }
  35. .card-box .card-box-container {
  36. padding: 12px 12px 0 12px;
  37. }
  38. .card-box .card-box-container.fuse-box-container {
  39. padding: 0;
  40. }
  41. .card-box .card-box-container.fuse-box-container .table-box {
  42. margin: -1px;
  43. }
  44. .card-box .card-box-container .card-box-container-text .card-box-container-text-item-wrapper {
  45. margin-bottom: 10px;
  46. display: flex;
  47. }
  48. .card-box .card-box-container .card-box-container-text .card-box-container-text-item-wrapper .card-box-container-text-item {
  49. font-size: 12px;
  50. font-family: PingFangSC-Regular, PingFang SC;
  51. font-weight: 400;
  52. color: #666666;
  53. display: flex;
  54. min-width: 260px;
  55. }
  56. .card-box .card-box-container .card-box-container-text .card-box-container-text-item-wrapper .card-box-container-text-item > span {
  57. font-size: 12px;
  58. font-family: PingFangSC-Medium, PingFang SC;
  59. font-weight: 500;
  60. color: #555555;
  61. min-width: 61px;
  62. display: block;
  63. }
  64. .card-box .card-box-container .card-box-container-text .card-box-container-text-item-wrapper .card-box-container-text-item > a {
  65. font-size: 12px;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. color: #01aaed;
  69. text-decoration: underline;
  70. }
  71. .progress-bar-box {
  72. padding: 10px;
  73. }
  74. .progress-bar-box .progress-bar-box-wrapper {
  75. border-left: 2px solid #EEEEEE;
  76. padding-left: 10px;
  77. }
  78. .progress-bar-box .progress-bar-box-wrapper .progress-bar-box-item {
  79. position: relative;
  80. padding-bottom: 20px;
  81. }
  82. .progress-bar-box .progress-bar-box-wrapper .progress-bar-box-item:first-child:before {
  83. position: absolute;
  84. content: '';
  85. top: 0px;
  86. left: -16px;
  87. width: 10px;
  88. height: 10px;
  89. background-color: #fff;
  90. border-radius: 50%;
  91. }
  92. .progress-bar-box .progress-bar-box-wrapper .progress-bar-box-item:after {
  93. position: absolute;
  94. content: '';
  95. top: 5px;
  96. left: -16px;
  97. width: 10px;
  98. height: 10px;
  99. background: #dddddd;
  100. border-radius: 50%;
  101. }
  102. .progress-bar-box .progress-bar-box-wrapper .progress-bar-box-item .progress-bar-box-item-title {
  103. font-size: 14px;
  104. font-family: PingFangSC-Regular, PingFang SC;
  105. font-weight: 400;
  106. color: #666666;
  107. }
  108. .progress-bar-box .progress-bar-box-wrapper .progress-bar-box-item .progress-bar-box-item-message {
  109. font-size: 14px;
  110. font-family: PingFangSC-Regular, PingFang SC;
  111. font-weight: 400;
  112. color: #333333;
  113. }
  114. .select-box {
  115. border: 1px solid #eeeeee;
  116. font-size: 13px;
  117. font-family: PingFangSC-Regular, PingFang SC;
  118. font-weight: 400;
  119. color: #666666;
  120. }
  121. .table-box.deepen-thead thead {
  122. background: #f6f6f6;
  123. }
  124. .table-box.deepen-thead thead th {
  125. border: 1px solid #f6f6f6;
  126. }
  127. .table-box table {
  128. width: 100%;
  129. border-collapse: collapse;
  130. }
  131. .table-box table th,
  132. .table-box table td {
  133. padding: 12px;
  134. border: 1px solid #eeeeee;
  135. }
  136. .table-box table thead th {
  137. text-align: center;
  138. font-size: 13px;
  139. font-family: PingFangSC-Regular, PingFang SC;
  140. font-weight: 400;
  141. color: #333333;
  142. }
  143. .table-box table tbody td {
  144. padding-left: 17px;
  145. font-size: 13px;
  146. font-family: PingFangSC-Regular, PingFang SC;
  147. font-weight: 400;
  148. color: #666666;
  149. }
  150. .btn-box.primary-btn {
  151. background: #26965c;
  152. border-radius: 3px;
  153. font-size: 12px;
  154. font-family: PingFangSC-Regular, PingFang SC;
  155. font-weight: 400;
  156. color: #ffffff;
  157. padding: 5px 10px;
  158. text-align: center;
  159. }
  160. .tab-box {
  161. width: 100%;
  162. overflow-y: auto;
  163. border: 1px solid #eeeeee;
  164. }
  165. .tab-box .tab-box-title {
  166. background: #eeeeee;
  167. border-bottom: 1px solid #e7e7e7;
  168. display: flex;
  169. }
  170. .tab-box .tab-box-title .tab-box-title-item {
  171. padding: 10px 20px;
  172. font-size: 14px;
  173. font-family: PingFangSC-Regular, PingFang SC;
  174. font-weight: 400;
  175. color: #000000;
  176. cursor: pointer;
  177. }
  178. .tab-box .tab-box-title .tab-box-title-item.checked {
  179. background-color: #fff;
  180. }
  181. .tab-box .tab-box-container {
  182. padding: 15px;
  183. }
  184. /*# sourceMappingURL=css.css.map */