css.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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('../c_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('../c_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. .dialog {
  237. padding: 10px;
  238. }
  239. .dialog .dialog-form .form-rate .layui-rate {
  240. padding: 0;
  241. }
  242. .dialog .dialog-form .form-rate .layui-inline {
  243. color: #F03B3B;
  244. font-size: 12px;
  245. font-family: PingFangSC-Regular, PingFang SC;
  246. font-weight: 400;
  247. }
  248. .dialog .dialog-form .form-evaluate {
  249. display: flex;
  250. }
  251. .dialog .dialog-form .form-evaluate > div {
  252. width: 40px;
  253. font-size: 12px;
  254. font-family: PingFangSC-Regular, PingFang SC;
  255. font-weight: 400;
  256. color: #666666;
  257. position: relative;
  258. padding-left: 20px;
  259. }
  260. .dialog .dialog-form .form-evaluate > div.good.checked {
  261. color: #f03b3b;
  262. }
  263. .dialog .dialog-form .form-evaluate > div.good.checked:before {
  264. position: absolute;
  265. top: 0;
  266. left: 0;
  267. width: 16px;
  268. height: 16px;
  269. background: url("../c_image/好评@2x.png") no-repeat;
  270. content: '';
  271. background-size: contain;
  272. }
  273. .dialog .dialog-form .form-evaluate > div.good:before {
  274. position: absolute;
  275. top: 0;
  276. left: 0;
  277. width: 16px;
  278. height: 16px;
  279. background: url("../c_image/icon_good_def@2x.png") no-repeat;
  280. content: '';
  281. background-size: contain;
  282. }
  283. .dialog .dialog-form .form-evaluate > div.middle.checked {
  284. color: #FCBD29;
  285. }
  286. .dialog .dialog-form .form-evaluate > div.middle.checked:before {
  287. position: absolute;
  288. top: 0;
  289. left: 0;
  290. width: 16px;
  291. height: 16px;
  292. background: url("../c_image/icon_normal_pre@2x.png") no-repeat;
  293. content: '';
  294. background-size: contain;
  295. }
  296. .dialog .dialog-form .form-evaluate > div.middle:before {
  297. position: absolute;
  298. top: 0;
  299. left: 0;
  300. width: 16px;
  301. height: 16px;
  302. background: url("../c_image/icon_normal_def@2x.png") no-repeat;
  303. content: '';
  304. background-size: contain;
  305. }
  306. .dialog .dialog-form .form-evaluate > div.bad.checked {
  307. color: #44A7F8;
  308. }
  309. .dialog .dialog-form .form-evaluate > div.bad.checked:before {
  310. position: absolute;
  311. top: 0;
  312. left: 0;
  313. width: 16px;
  314. height: 16px;
  315. background: url("../c_image/icon_bad_pre@2x.png") no-repeat;
  316. content: '';
  317. background-size: contain;
  318. }
  319. .dialog .dialog-form .form-evaluate > div.bad:before {
  320. position: absolute;
  321. top: 0;
  322. left: 0;
  323. width: 16px;
  324. height: 16px;
  325. background: url("../c_image/icon_bad_def@2x.png") no-repeat;
  326. content: '';
  327. background-size: contain;
  328. }
  329. .dialog .dialog-form .dialog-form-item {
  330. padding: 5px;
  331. display: flex;
  332. align-items: baseline;
  333. }
  334. .dialog .dialog-form .dialog-form-item .dialog-form-item-title {
  335. font-size: 12px;
  336. font-family: PingFangSC-Regular, PingFang SC;
  337. font-weight: 400;
  338. color: #333333;
  339. width: 60px;
  340. }
  341. /*# sourceMappingURL=css.css.map */