css.less 4.4 KB

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