detail-bx.component.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. @import "../../../../src/theme.less";
  2. :host {
  3. width: 100%;
  4. height: 100%;
  5. position: fixed;
  6. left: 0;
  7. top: 0;
  8. background: rgba(0, 0, 0, 0.4);
  9. z-index: 9;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .thumbList{
  15. display: flex;
  16. align-items: center;
  17. flex-wrap: wrap;
  18. gap: 8px;
  19. .thumb{
  20. width: 64px;
  21. height: 64px;
  22. padding: 4px;
  23. border-radius: 4px;
  24. border: 1px solid rgba(0,0,0,0.15);
  25. img{
  26. width: 100%;
  27. height: 100%;
  28. object-fit: cover;
  29. object-position: center;
  30. cursor: pointer;
  31. }
  32. }
  33. }
  34. .detail {
  35. width: 1000px;
  36. height: calc(100vh - 100px);
  37. min-height: 530px;
  38. border-radius: 5px;
  39. background: #fff;
  40. color: #333;
  41. font-size: 14px;
  42. padding: 12px 20px;
  43. position: relative;
  44. padding-bottom: 70px;
  45. .imgViewHelp {
  46. ul {
  47. margin: 0;
  48. padding: 0;
  49. img {
  50. margin-right: 8px;
  51. }
  52. }
  53. }
  54. // 流程 start
  55. .processBox {
  56. width: 100%;
  57. margin-top: 12px;
  58. }
  59. .process {
  60. padding: 0 12px;
  61. display: flex;
  62. }
  63. .process .status {
  64. width: 12%;
  65. font-size: 14px;
  66. text-align: center;
  67. }
  68. .process .ico {
  69. width: 6%;
  70. text-align: center;
  71. }
  72. .process .ico i {
  73. font-size: 14px;
  74. }
  75. .process .last {
  76. color: #005359;
  77. }
  78. .process .now {
  79. color: #48a843;
  80. }
  81. .process .time {
  82. width: 80%;
  83. font-size: 12px;
  84. color: #999999;
  85. padding-left: 2%;
  86. }
  87. .processCont {
  88. padding: 0 12px;
  89. display: flex;
  90. margin: 4px 0;
  91. }
  92. .processCont .status {
  93. width: 12%;
  94. }
  95. .processCont .conents {
  96. width: 80%;
  97. margin-left: 3%;
  98. font-size: 12px;
  99. color: #666666;
  100. padding: 4px 0 20px 0;
  101. padding-left: 5%;
  102. border-left: 1px #999999 solid;
  103. word-break: break-all;
  104. }
  105. .processCont .conents.lastContent {
  106. border-left: none;
  107. }
  108. .processCont .lastConents {
  109. border-left: none;
  110. }
  111. // 流程 end
  112. .title {
  113. font-size: 18px;
  114. text-align: center;
  115. line-height: 24px;
  116. margin: 0;
  117. margin-bottom: 12px;
  118. position: relative;
  119. i {
  120. position: absolute;
  121. right: 0;
  122. top: 0;
  123. font-size: 20px;
  124. color: #666;
  125. cursor: pointer;
  126. padding: 0 5px;
  127. }
  128. }
  129. .content {
  130. width: 960px;
  131. min-height: 400px;
  132. border: 1px solid #e5e9ed;
  133. border-radius: 5px;
  134. overflow: hidden;
  135. & > .top {
  136. padding: 10px 32px;
  137. border-bottom: 1px solid #e5e9ed;
  138. .num {
  139. font-size: 16px;
  140. overflow: hidden;
  141. margin-bottom: 6px;
  142. .left {
  143. float: left;
  144. font-weight: 600;
  145. }
  146. .right {
  147. float: right;
  148. }
  149. }
  150. .info {
  151. color: #666;
  152. & > div {
  153. margin: 4px 0;
  154. }
  155. }
  156. }
  157. & > .center {
  158. padding: 27px 0 17px 0;
  159. border-bottom: 1px solid #e5e9ed;
  160. font-size: 12px;
  161. .box {
  162. display: flex;
  163. justify-content: center;
  164. .steps {
  165. &:nth-last-child(1) {
  166. .line {
  167. display: none !important;
  168. }
  169. }
  170. .step {
  171. .info {
  172. width: 90px;
  173. text-align: center;
  174. display: inline-block;
  175. vertical-align: top;
  176. i {
  177. color: #e5e9ed;
  178. &.green {
  179. color: @primary-color;
  180. }
  181. }
  182. }
  183. p {
  184. margin: 0;
  185. }
  186. .line {
  187. display: inline-block;
  188. width: 60px;
  189. height: 2px;
  190. background: #e5e9ed;
  191. }
  192. }
  193. }
  194. }
  195. }
  196. & > .bottom {
  197. padding: 28px 32px;
  198. background: #f9fafb;
  199. .urgent {
  200. display: flex;
  201. justify-content: space-between;
  202. margin-bottom: 8px;
  203. input {
  204. width: 600px;
  205. }
  206. .candelBtn {
  207. margin-left: 20px;
  208. }
  209. }
  210. .table {
  211. width: 100%;
  212. height: 160px;
  213. // padding: 6px;
  214. background: #fff;
  215. // border: 1px solid #e5e9ed;
  216. border-radius: 5px;
  217. margin-top: 16px;
  218. .thead {
  219. background: linear-gradient(to right, @bg-start, @bg-end) !important;
  220. th {
  221. color: #fff !important;
  222. text-align: center;
  223. font-size: 12px;
  224. border: none;
  225. }
  226. }
  227. .ant-table-tbody {
  228. tr {
  229. text-align: center;
  230. font-size: 12px;
  231. border: none;
  232. td {
  233. border: none;
  234. position: relative;
  235. }
  236. }
  237. tr:nth-child(2n) {
  238. background: #f9fafb;
  239. }
  240. }
  241. }
  242. }
  243. }
  244. .btns {
  245. width: 100%;
  246. position: absolute;
  247. left: 0;
  248. bottom: 20px;
  249. button {
  250. margin: 9px;
  251. margin-bottom: 0;
  252. }
  253. }
  254. .ant-table {
  255. border: none !important;
  256. }
  257. }
  258. // 撤回工单
  259. .recallOrder {
  260. position: fixed;
  261. left: 0;
  262. top: 0;
  263. width: 100%;
  264. height: 100%;
  265. display: flex;
  266. justify-content: center;
  267. align-items: center;
  268. background: rgba(0, 0, 0, 0.4);
  269. z-index: 99;
  270. .modalBody {
  271. width: 350px;
  272. height: 220px;
  273. background: #fff;
  274. border-radius: 5px;
  275. padding: 10px 20px;
  276. color: #333;
  277. .title {
  278. width: 100%;
  279. text-align: center;
  280. font-size: 18px;
  281. position: relative;
  282. i {
  283. position: absolute;
  284. right: 0;
  285. top: 0;
  286. font-size: 20px;
  287. color: #666;
  288. cursor: pointer;
  289. padding: 0 5px;
  290. }
  291. }
  292. .content {
  293. width: 310px;
  294. height: 117px;
  295. background: #f9fafb;
  296. border: 1px solid #e5e9ed;
  297. border-radius: 5px;
  298. overflow: hidden;
  299. margin-top: 12px;
  300. div {
  301. text-align: center;
  302. margin: 0;
  303. &.icon {
  304. margin-top: 17px;
  305. i {
  306. color: #ff3b53;
  307. font-size: 30px !important;
  308. &.transport-wenhao {
  309. color: #f5a523;
  310. }
  311. }
  312. }
  313. &.defeat {
  314. color: #333;
  315. font-size: 18px;
  316. }
  317. &:nth-child(3) {
  318. font-size: 14px;
  319. color: #666;
  320. }
  321. }
  322. .conditions {
  323. padding: 16px 20px;
  324. div {
  325. text-align: left;
  326. }
  327. }
  328. }
  329. .btns {
  330. button {
  331. margin-top: 10px;
  332. &.btn {
  333. margin-left: 8px;
  334. }
  335. }
  336. }
  337. }
  338. }
  339. .txtC {
  340. text-align: center;
  341. }