css.css 5.3 KB

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