css.css 4.9 KB

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