boxClass.scss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. .work-item {
  2. margin-bottom: 12px;
  3. &.last-enter {
  4. .work-line .line-box::after {
  5. height: calc(100% - 26px);
  6. }
  7. }
  8. position: relative;
  9. &.has-bottom-btn {
  10. margin-bottom: 52px;
  11. .enter-btn {
  12. width: calc(100% - 22px);
  13. position: absolute;
  14. left: 22px;
  15. bottom: -52px;
  16. height: 40px;
  17. line-height: 40px;
  18. .btn {
  19. width: 100%;
  20. height: 40px;
  21. line-height: 40px;
  22. }
  23. }
  24. }
  25. &.dark {
  26. .work-info {
  27. background: #fff;
  28. border-color: rgba(218, 218, 218, 0.57);
  29. .card-item-title {
  30. color: #C3C3C3;
  31. .dotted {
  32. background: #C3C3C3;
  33. }
  34. }
  35. .service-name {
  36. color: #888888;
  37. }
  38. .item-table ::v-deep {
  39. border-color: rgba(218, 218, 218, 0.57);
  40. border-bottom: 0;
  41. .el-table .el-table__header th.el-table__cell {
  42. background: #F9F9F9 !important;
  43. }
  44. .el-table tr {
  45. background: #fff;
  46. }
  47. .el-table thead {
  48. color: #CCCCCC;
  49. }
  50. .el-table td.el-table__cell {
  51. border-color: #DADADA;
  52. }
  53. &.has-sub-title .el-table__header .el-table__cell:first-child {
  54. border-color: rgba(218, 218, 218, 0.57);
  55. }
  56. &.has-sub-title .el-table,
  57. &.has-sub-title .el-table__header,
  58. &.has-sub-title .el-table td.el-table__cell,
  59. &.has-sub-title .el-table__row .el-table__cell:first-child {
  60. border-color: rgba(218, 218, 218, 0.57);
  61. }
  62. &.has-sub-title .el-table__row .el-table__cell:first-child {
  63. border-color: rgba(218, 218, 218, 0.57);
  64. background: #FAFAFA;
  65. }
  66. &.has-sub-title {
  67. // border: none;
  68. border: 1px solid rgba(218, 218, 218, 0.57);
  69. .el-table, .el-table__header {
  70. border-bottom: 0;
  71. }
  72. }
  73. &.has-sub-title .remark-text {
  74. border-color: rgba(218, 218, 218, 0.57);
  75. }
  76. &.no-wrap-table {
  77. border: none;
  78. }
  79. }
  80. .prescription-box .prescription-item .sub-name {
  81. color: rgba(102, 102, 102);
  82. }
  83. .step-3-info .step-info-item .info-serve-r {
  84. color: rgba(102, 102, 102, 0.4);
  85. background: rgba(102, 102, 102, 0.05);
  86. }
  87. .prescription-box {
  88. .desc {
  89. color: rgba(0, 0, 0, 0.3);
  90. background: #FAFAFA;
  91. span {
  92. color: #BBBBBB;
  93. }
  94. }
  95. }
  96. }
  97. .prescription-result {
  98. border: none;
  99. .result-index {
  100. background: #DDDDDD;
  101. }
  102. .result-title .title-item .name {
  103. color: #CCCCCC;
  104. }
  105. .result-title .title-item .value {
  106. color: #AAAAAA;
  107. }
  108. }
  109. .work-line {
  110. .line-box::after {
  111. background: #C3C3C3;
  112. }
  113. .line-dotted {
  114. background: #DDDDDD;
  115. .dotted-inset {
  116. background: #C3C3C3;
  117. }
  118. }
  119. }
  120. }
  121. .card-item-title {
  122. display: inline-flex;
  123. align-items: center;
  124. color: rgba(0, 0, 0, 0.8);
  125. font-size: 16px;
  126. .dotted {
  127. display: block;
  128. width: 3px;
  129. height: 10px;
  130. border-radius: 20px;
  131. background: #2199f8;
  132. margin-right: 10px;
  133. }
  134. .real-text {
  135. padding-left: 4px;
  136. font-size: 12px;
  137. color: #2199F8;
  138. }
  139. }
  140. .work-info {
  141. position: relative;
  142. color: #fff;
  143. .step-box {
  144. position: absolute;
  145. right: 10px;
  146. top: 30px;
  147. }
  148. .todo-img {
  149. position: absolute;
  150. top: -1px;
  151. right: -1px;
  152. width: 46px;
  153. }
  154. .done-img {
  155. position: absolute;
  156. top: -1px;
  157. right: -1px;
  158. width: 30px;
  159. }
  160. .work-info-conetnt {
  161. padding-top: 6px;
  162. }
  163. .info-item {
  164. display: flex;
  165. align-items: center;
  166. font-size: 15px;
  167. margin-bottom: 5px;
  168. .info-name {
  169. color: #727272;
  170. flex: none;
  171. }
  172. .info-value {
  173. display: flex;
  174. align-items: center;
  175. &.primary-color {
  176. color: #2199f8;
  177. }
  178. .select-value {
  179. padding-left: 4px;
  180. }
  181. ::v-deep {
  182. .el-select__wrapper {
  183. box-shadow: 0 0 0 1px #2199F8 inset;
  184. background: none;
  185. height: 24px;
  186. min-height: 24px;
  187. padding: 4px 8px;
  188. .el-select__placeholder {
  189. color: #2199F8;
  190. }
  191. .el-select__caret {
  192. color: #2199F8;
  193. }
  194. }
  195. .date-info {
  196. height: 24px;
  197. .el-input__wrapper {
  198. box-shadow: 0 0 0 1px #2199F8 inset;
  199. background: none;
  200. .el-input__prefix {
  201. color: #2199F8;
  202. }
  203. .el-input__inner {
  204. color: #2199F8;
  205. }
  206. }
  207. }
  208. }
  209. }
  210. }
  211. .info-item + .info-item {
  212. &.time-picker {
  213. margin-top: 6px;
  214. }
  215. }
  216. .prescription-box {
  217. position: relative;
  218. padding-right: 10px;
  219. .desc {
  220. margin-top: 12px;
  221. border-radius: 4px;
  222. color: #727272;
  223. padding: 10px;
  224. background: rgba(255, 212, 137, 0.06);
  225. span {
  226. color: #2199f8;
  227. }
  228. }
  229. .service-wrap {
  230. padding: 12px 0;
  231. .service-item {
  232. margin-top: 8px;
  233. display: flex;
  234. align-items: center;
  235. border: 1px solid #DDDDDD;
  236. padding: 0 12px;
  237. height: 48px;
  238. color: #000000;
  239. font-size: 14px;
  240. border-radius: 8px;
  241. .service-img {
  242. width: 32px;
  243. margin-right: 8px;
  244. border-radius: 50%;
  245. }
  246. .service-c {
  247. flex: 1;
  248. text-align: center;
  249. color: #666666;
  250. }
  251. }
  252. .service-bottom {
  253. padding-top: 12px;
  254. .service-btn {
  255. padding-top: 12px;
  256. width: 100%;
  257. .btn {
  258. width: 100%;
  259. }
  260. }
  261. }
  262. }
  263. .bottom-map {
  264. width: 100%;
  265. height: 150px;
  266. border-radius: 8px;
  267. }
  268. .prescription-item {
  269. padding-top: 12px;
  270. .prescription-chart {
  271. margin-top: 6px;
  272. border: 1px solid rgba(196, 196, 196, 0.8);
  273. border-radius: 5px;
  274. padding: 4px 0 8px 0;
  275. position: relative;
  276. z-index: 1;
  277. ::v-deep {
  278. .card-chart {
  279. width: calc(100vw - 60px - 40px);
  280. height: 160px;
  281. }
  282. }
  283. }
  284. .sub-name {
  285. font-size: 15px;
  286. margin-bottom: 5px;
  287. span{
  288. color: #727272;
  289. }
  290. }
  291. .edit-select {
  292. ::v-deep {
  293. .el-select__wrapper {
  294. box-shadow: 0 0 0 1px #2199F8 inset;
  295. background: #f1f9ff;
  296. }
  297. }
  298. }
  299. .recipe-item {
  300. .recipe-form {
  301. padding-top: 8px;
  302. }
  303. .form-box {
  304. border: 1px solid #2199F8;
  305. border-radius: 4px;
  306. padding: 20px 10px;
  307. width: 100%;
  308. position: relative;
  309. .form-index {
  310. position: absolute;
  311. left: 0;
  312. top: 0;
  313. padding: 0 6px;
  314. background: #2199F8;
  315. border-radius: 4px 0 4px 0;
  316. height: 18px;
  317. line-height: 18px;
  318. font-size: 12px;
  319. color: #fff;
  320. }
  321. .box-item {
  322. display: flex;
  323. align-items: center;
  324. justify-content: space-between;
  325. color: rgba(0, 0, 0, 0.4);
  326. .r-text {
  327. width: 140px;
  328. text-align: center;
  329. }
  330. }
  331. .input-box {
  332. padding: 8px 0 12px 0;
  333. ::v-deep {
  334. .el-input__wrapper {
  335. box-shadow: 0 0 0 1px #2199F8 inset;
  336. }
  337. .el-input__inner {
  338. color: #2199F8;
  339. }
  340. }
  341. }
  342. .text-center {
  343. ::v-deep {
  344. .el-input__inner {
  345. text-align: center;
  346. }
  347. }
  348. }
  349. .action-btn {
  350. .btn {
  351. flex: 1;
  352. width: calc(50% - 6px);
  353. }
  354. .delete-btn {
  355. color: #FF943D;
  356. background: rgba(255, 148, 61, 0.1);
  357. border: 1px solid #FF943D;
  358. }
  359. }
  360. .btn-group {
  361. padding-top: 12px;
  362. }
  363. .sub-item {
  364. padding-left: 10px;
  365. .has-sub {
  366. display: flex;
  367. flex-direction: column;
  368. align-items: center;
  369. .main-name {
  370. line-height: 20px;
  371. }
  372. .sub-name {
  373. font-size: 10px;
  374. color: rgba(129, 129, 129, 0.5);
  375. line-height: 14px;
  376. }
  377. }
  378. .colunm-sub {
  379. display: flex;
  380. align-items: center;
  381. .sub-name {
  382. font-size: 10px;
  383. color: rgba(129, 129, 129, 0.5);
  384. }
  385. }
  386. .r-text {
  387. width: 132px;
  388. text-align: center;
  389. font-size: 14px;
  390. color: #474747;
  391. }
  392. .price {
  393. ::v-deep {
  394. .el-input__wrapper {
  395. box-shadow: 0 0 0 1px #2199F8 inset;
  396. }
  397. .el-input__inner {
  398. color: #2199F8;
  399. }
  400. }
  401. }
  402. }
  403. .form-title {
  404. color: #008EFF;
  405. font-size: 14px;
  406. padding-top: 6px;
  407. }
  408. .box-item + .box-item {
  409. margin-top: 8px;
  410. }
  411. ::v-deep {
  412. .el-select__wrapper {
  413. box-shadow: 0 0 0 1px #2199F8 inset;
  414. .el-select__placeholder {
  415. color: #2199F8;
  416. text-align: center;
  417. }
  418. }
  419. }
  420. }
  421. .form-box + .form-box {
  422. margin-top: 8px;
  423. }
  424. }
  425. .one-btn {
  426. width: 100%;
  427. }
  428. }
  429. }
  430. .step-3-info {
  431. padding-top: 12px;
  432. .step-info-item {
  433. display: flex;
  434. justify-content: space-between;
  435. align-items: center;
  436. .info-serve-l {
  437. flex: 1;
  438. display: flex;
  439. align-items: center;
  440. color: rgba(0, 0, 0, 0.4);
  441. .type-name {
  442. flex: none;
  443. }
  444. .img-list {
  445. display: flex;
  446. .img-item {
  447. position: relative;
  448. .serve-img {
  449. width: 32px;
  450. height: 32px;
  451. object-fit: cover;
  452. border-radius: 50%;
  453. }
  454. .checked-icon {
  455. position: absolute;
  456. bottom: 0;
  457. right: 0;
  458. width: 14px;
  459. }
  460. }
  461. .img-item + .img-item {
  462. margin-left: 10px;
  463. }
  464. }
  465. }
  466. .info-serve-r {
  467. flex: none;
  468. color: #2199f8;
  469. font-size: 12px;
  470. border-radius: 20px;
  471. padding: 4px 12px;
  472. background: rgba(33, 153, 248, 0.12);
  473. }
  474. }
  475. .step-info-item + .step-info-item {
  476. padding-top: 12px;
  477. }
  478. }
  479. .item-table {
  480. margin-top: 8px;
  481. border: 1px solid rgba(33, 153, 248, 0.5);
  482. // border-top: 0;
  483. // border-bottom: 0;
  484. border-radius: 4px;
  485. color: #333333;
  486. &.has-wrap-table {
  487. ::v-deep {
  488. .el-table__row {
  489. .el-table__cell:first-child {
  490. background: #E0F2FF;
  491. border-right: 1px solid rgba(33, 153, 248, 0.5);
  492. }
  493. }
  494. .el-table__header {
  495. .el-table__cell:first-child{
  496. border-right: 1px solid rgba(33, 153, 248, 0.5);
  497. }
  498. }
  499. }
  500. }
  501. &.has-sub-title {
  502. border: none;
  503. ::v-deep {
  504. .el-table__cell {
  505. text-align: center;
  506. }
  507. .el-table__row {
  508. // .el-table__cell:first-child {
  509. // background: #E0F2FF;
  510. // border-right: 1px solid rgba(33, 153, 248, 0.5);
  511. // }
  512. }
  513. .el-table__header {
  514. border-bottom: 1px solid rgba(33, 153, 248, 0.5);
  515. // .el-table__cell:first-child{
  516. // border-right: 1px solid rgba(33, 153, 248, 0.5);
  517. // }
  518. }
  519. .el-table {
  520. border: 1px solid rgba(33, 153, 248, 0.5);
  521. border-radius: 4px 4px 0 0 ;
  522. // border-bottom: 0;
  523. }
  524. }
  525. .remark-text {
  526. border: 1px solid rgba(33, 153, 248, 0.5);
  527. color: rgba(0, 0, 0, 0.3);
  528. height: 36px;
  529. line-height: 36px;
  530. padding: 0 6px;
  531. border-radius: 0 0 4px 4px;
  532. border-top: 0;
  533. }
  534. }
  535. &.no-wrap-table {
  536. border: none;
  537. }
  538. .table-l-title {
  539. height: 100%;
  540. }
  541. ::v-deep {
  542. .el-table {
  543. color: rgba(0, 0, 0, 0.4);
  544. }
  545. .el-table th.el-table__cell {
  546. padding: 4px 3px;
  547. }
  548. .el-table thead {
  549. color: rgba(33, 153, 248, 0.6);
  550. font-weight: normal !important;
  551. }
  552. .el-table .el-table__header th.el-table__cell {
  553. background: #e0f2ff !important;
  554. }
  555. .el-table tr {
  556. background: #f1f9ff;
  557. }
  558. .el-table--default .el-table__cell {
  559. padding: 4px 0;
  560. }
  561. .el-table--default .cell {
  562. padding: 0px 2px;
  563. font-size: 11px;
  564. font-weight: normal;
  565. }
  566. .el-table__header, .el-table__body {
  567. width: auto !important;
  568. }
  569. .el-table__header .cell {
  570. line-height: 13px;
  571. }
  572. .el-table td.el-table__cell {
  573. border-color: rgba(33, 153, 248, 0.5);
  574. }
  575. }
  576. }
  577. }
  578. }