serviceOrder.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. page {
  2. background: #F3F3F3;
  3. color: #333;
  4. /* padding:0 24rpx; */
  5. }
  6. view,text{
  7. box-sizing: border-box;
  8. color:#333;
  9. font-size: 34rpx;
  10. }
  11. .whole-page{
  12. min-height: 2000rpx;
  13. }
  14. /* 服务单 */
  15. .service-order{
  16. margin:10rpx 24rpx 16rpx;
  17. width:702rpx;
  18. background: #fff;
  19. border-radius: 18rpx;
  20. min-height: 300rpx;
  21. padding:0 20rpx 32rpx;
  22. }
  23. .service-title{
  24. height:96rpx;
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. line-height: 96rpx;
  29. }
  30. .ser-title-left image{
  31. width:36rpx;
  32. height:36rpx;
  33. margin-right:6rpx;
  34. }
  35. .ser-title-left view{
  36. font-size: 32rpx;
  37. }
  38. .ser-title-right view{
  39. font-size: 22rpx;
  40. color: #09AFFF;
  41. }
  42. .ser-title-right image{
  43. width:24rpx;
  44. height:24rpx;
  45. margin-right:6rpx;
  46. }
  47. .ser-title-left,.ser-title-right{
  48. display: flex;
  49. align-items: center;
  50. height: 96rpx;
  51. }
  52. .related-info{
  53. background: #F6FFED;
  54. border-radius: 18rpx;
  55. padding:24rpx 12rpx 32rpx;
  56. }
  57. .related-info .column{
  58. height: 60rpx;
  59. line-height: 60rpx;
  60. display: flex;
  61. justify-content: space-between;
  62. }
  63. .column .title{
  64. font-weight: bold;
  65. }
  66. .related-info .row{
  67. line-height: 60rpx;
  68. }
  69. .notice{
  70. padding:10rpx 12rpx;
  71. background: #E6F7FF;
  72. border-radius: 14rpx;
  73. display: flex;
  74. line-height: 36rpx;
  75. align-items: center;
  76. }
  77. .notice image{
  78. width:30rpx;
  79. height:30rpx;
  80. margin-right:20rpx;
  81. }
  82. .notice view{
  83. color: #09AFFF;
  84. font-size: 26rpx;
  85. }
  86. .service-info{
  87. padding-left:12rpx;
  88. }
  89. .service-info .row{
  90. line-height: 60rpx;
  91. }
  92. .service-info .order-num{
  93. height: 60rpx;
  94. display: flex;
  95. align-items: center;
  96. }
  97. .copy-img{
  98. width:36rpx;
  99. height:36rpx;
  100. margin-left:4rpx;
  101. }
  102. .service-info .column{
  103. height: 60rpx;
  104. line-height: 60rpx;
  105. display: flex;
  106. justify-content: space-between;
  107. align-items: center;
  108. }
  109. .callup-img{
  110. width:36rpx;
  111. height: 36rpx;
  112. }
  113. .service-info .address{
  114. display: flex;
  115. margin:6rpx 0;
  116. line-height: 48rpx;
  117. }
  118. .service-info .address .detail{
  119. flex:1;
  120. }
  121. .service-info .address image{
  122. margin:12rpx 0 0 30rpx;
  123. width:36rpx;
  124. height: 36rpx;
  125. }
  126. .operate-block{
  127. display: flex;
  128. align-items: center;
  129. margin-top:22rpx;
  130. height: 40rpx;
  131. line-height: 40rpx;
  132. justify-content: flex-end;
  133. flex-wrap: wrap;
  134. }
  135. .operate-item{
  136. display: flex;
  137. height: 40rpx;
  138. align-items: center;
  139. margin-left:20rpx;
  140. margin-bottom:10rpx;
  141. }
  142. .operate-item image{
  143. width:28rpx;
  144. height:28rpx;
  145. margin-right:4rpx;
  146. }
  147. .operate-item view{
  148. font-size: 30rpx;
  149. color: #0EAEFC;
  150. }
  151. .operate-item.disable view{
  152. color: rgba(0,0,0,0.25);
  153. }
  154. /* 日维度 */
  155. .date-board-wrapper{
  156. width: 702rpx;
  157. height: 250rpx;
  158. background: #FFFFFF;
  159. border-radius: 18rpx;
  160. padding:16rpx 26rpx;
  161. margin:0 24rpx;
  162. }
  163. .date-board{
  164. width: 650rpx;
  165. height: 218rpx;
  166. background: #E6F7FF;
  167. border-radius: 15rpx;
  168. display:flex;
  169. align-items: center;
  170. margin-bottom:38rpx;
  171. }
  172. view.date-order-left{
  173. height:218rpx;
  174. width:172rpx;
  175. border-right:2rpx solid #e4e4e4;
  176. display: flex;
  177. flex-direction: column;
  178. align-items: center;
  179. justify-content: center;
  180. font-size:30rpx;
  181. }
  182. .date-order-left view{
  183. font-size: 30rpx;
  184. }
  185. view.date-order-left .number{
  186. font-size: 36rpx;
  187. height: 50rpx;
  188. line-height: 50rpx;
  189. margin-bottom:10rpx;
  190. }
  191. .date-order-right{
  192. display:flex;
  193. flex-wrap: wrap;
  194. height: 218rpx;
  195. flex:1;
  196. }
  197. .data-item{
  198. height: 100rpx;
  199. display: flex;
  200. flex-direction: column;
  201. align-items: center;
  202. justify-content: space-around;
  203. width:158rpx;
  204. }
  205. .data-item .num{
  206. font-size: 36rpx;
  207. height: 50rpx;
  208. color:#E2B650;
  209. }
  210. .data-item .item-tag{
  211. font-size: 24rpx;
  212. height: 36rpx;
  213. line-height: 36rpx;
  214. border-radius:4rpx;
  215. color:#fff;
  216. width:120rpx;
  217. text-align: center;
  218. background:#E2B650;
  219. }
  220. .data-item.red .num{
  221. color: #E85050;
  222. }
  223. .data-item.red .item-tag{
  224. width:74rpx;
  225. background: #FF5050;
  226. }
  227. .data-item.green .num{
  228. color: #39CB7F;
  229. }
  230. .data-item.green .num text{
  231. font-size: 24rpx;
  232. color: #39CB7F;
  233. }
  234. .data-item.green .item-tag{
  235. width:74rpx;
  236. background: #39CB7F;
  237. }
  238. .data-item.blue .num{
  239. color: #09AFFF;
  240. }
  241. .data-item.blue .num text{
  242. font-size: 24rpx;
  243. color: #09AFFF;
  244. }
  245. .data-item.blue .item-tag{
  246. width:74rpx;
  247. background: #09AFFF;
  248. }
  249. .current-date{
  250. height: 70rpx;
  251. display:flex;
  252. align-items: center;
  253. padding-left:48rpx;
  254. background:#F3F3F3;
  255. }
  256. .current-date .day{
  257. color: #09AFFF;
  258. line-height: 48rpx;
  259. height: 48rpx;
  260. font-size: 30rpx;
  261. border-bottom: 4rpx solid #09afff;
  262. }
  263. .current-date .today{
  264. width: 64rpx;
  265. height: 40rpx;
  266. background: #FFFFFF;
  267. border-radius: 4rpx;
  268. border: 2rpx solid #1677FF;
  269. font-size: 24rpx;
  270. color:#1677FF;
  271. margin:8rpx 0 0 8rpx;
  272. text-align: center;
  273. }
  274. /* 请假记录 */
  275. .leave-fold{
  276. width: 702rpx;
  277. height: 66rpx;
  278. background: #FFFFFF;
  279. border-radius: 16rpx;
  280. display: flex;
  281. align-items: center;
  282. justify-content: space-between;
  283. margin:12rpx 24rpx;
  284. padding:0 20rpx 0 40rpx;
  285. }
  286. .fold-left{
  287. font-size: 32rpx;
  288. }
  289. .fold-right{
  290. display: flex;
  291. align-items: center;
  292. height: 66rpx;
  293. }
  294. .fold-right .leave-num{
  295. color: #666;
  296. }
  297. .fold-right image{
  298. width:24rpx;
  299. height: 24rpx;
  300. margin-left:6rpx;
  301. }
  302. .leave-item{
  303. width: 702rpx;
  304. background: #FFFFFF;
  305. border-radius: 18rpx;
  306. padding:28rpx 26rpx 40rpx;
  307. margin:0 24rpx;
  308. }
  309. .leave-title{
  310. height: 48rpx;
  311. display:flex;
  312. align-items: center;
  313. margin-bottom:16rpx;
  314. }
  315. .leave-title image{
  316. width:34rpx;
  317. height: 34rpx;
  318. margin-right:10rpx;
  319. }
  320. .leave-title view{
  321. font-size: 32rpx;
  322. line-height: 48rpx;
  323. }
  324. .leave-line{
  325. margin-bottom:6rpx;
  326. line-height: 48rpx;
  327. display:flex ;
  328. }
  329. .leave-line view:first-child{
  330. width:150rpx;
  331. }
  332. .leave-line view:last-child{
  333. flex:1;
  334. }
  335. .dqjsq{
  336. width:110rpx;
  337. height: 110rpx;
  338. background:#fff;
  339. border-radius: 110rpx;
  340. position:fixed;
  341. z-index: 99;
  342. right:64rpx;
  343. bottom:254rpx;
  344. }
  345. .calendar-wrapper{
  346. margin:12rpx 24rpx 0;
  347. width:702rpx;
  348. border-radius:18rpx;
  349. background:#fff;
  350. min-height: 200rpx;
  351. padding:30rpx 24rpx 18rpx;
  352. }
  353. .current-month{
  354. margin:12rpx 0 22rpx;
  355. height: 48rpx;
  356. font-size: 28rpx;
  357. line-height: 48rpx;
  358. }
  359. .month-title{
  360. height: 48rpx;
  361. display: flex;
  362. align-items: center;
  363. justify-content: space-between;
  364. }
  365. .month-title-left{
  366. height: 48rpx;
  367. display: flex;
  368. align-items: center;
  369. }
  370. .month-title-left view{
  371. font-size: 32rpx;
  372. }
  373. .month-title-left image{
  374. margin-left:12rpx;
  375. width:32rpx;
  376. height: 32rpx;
  377. }
  378. .month-title-right{
  379. display: flex;
  380. align-items: center;
  381. height: 48rpx;
  382. }
  383. .month-title-right image{
  384. width:28rpx;
  385. height: 28rpx;
  386. margin-left:4rpx;
  387. }
  388. .last-month{
  389. line-height: 48rpx;
  390. }
  391. .next-month{
  392. line-height: 48rpx;
  393. margin-left:14rpx;
  394. }
  395. .month-border-wrapper view.date-order-left{
  396. justify-content: space-between;
  397. }
  398. .month-order-item{
  399. height: 100rpx;
  400. display:flex;
  401. flex-direction: column;
  402. align-items: center;
  403. }
  404. view.date-order-left .month-order-item .number{
  405. margin-bottom:0;
  406. }
  407. .whole-calendar{
  408. display: flex;
  409. flex-wrap: wrap;
  410. }
  411. .calendar-item{
  412. display: flex;
  413. flex-direction: column;
  414. width:92rpx;
  415. align-items: flex-end;
  416. padding:14rpx 0 6rpx;
  417. }
  418. .calendar-week{
  419. font-size: 32rpx;
  420. color:#999;
  421. height: 36rpx;
  422. line-height: 36rpx;
  423. width: 68rpx;
  424. text-align: center;
  425. }
  426. .calendar-day{
  427. height: 30rpx;
  428. line-height: 30rpx;
  429. font-size: 32rpx;
  430. color:#666;
  431. margin:6rpx 0;
  432. width: 68rpx;
  433. text-align: center;
  434. }
  435. .selected-calendar{
  436. background: rgba(9,175,255,0.05);
  437. border-radius: 12rpx;
  438. }
  439. .selected-calendar .calendar-week{
  440. color:#09afff;
  441. }
  442. .selected-calendar .calendar-day{
  443. color:#09afff;
  444. }
  445. .selected-dot{
  446. margin:0 30rpx 6rpx 0;
  447. width:6rpx;
  448. height: 6rpx;
  449. border-radius: 6rpx;
  450. background:transparent;
  451. }
  452. .selected-calendar .selected-dot{
  453. background:#09afff;
  454. }
  455. .calendar-order-item .time{
  456. /* width: 48rpx;
  457. height: 18rpx;
  458. line-height: 18rpx;
  459. font-size: 12rpx; */
  460. width: 68rpx;
  461. height: 32rpx;
  462. line-height: 32rpx;
  463. font-size: 24rpx;
  464. border-radius: 4rpx;
  465. background: #39CB7F;
  466. color:#fff;
  467. text-align:center;
  468. margin-bottom:8rpx;
  469. }
  470. .calendar-order-item .time.pl{
  471. background: #09AFFF;
  472. }
  473. .calendar-order-item .time.no-finish{
  474. background: #fff;
  475. color:#39CB7F;
  476. border:2rpx solid #39CB7F;
  477. }
  478. .calendar-order-item .time.pl.no-finish{
  479. background: #fff;
  480. color:#09AFFF;
  481. border:2rpx solid #09AFFF;
  482. }
  483. .eval-wrapper{
  484. width:14rpx;
  485. height: 32rpx;
  486. align-items: center;
  487. display: flex;
  488. margin-right:2rpx;
  489. }
  490. .calendar-order-item{
  491. display: flex;
  492. width:92rpx;
  493. justify-content: flex-end;
  494. }
  495. .eval-wrapper image{
  496. width:14rpx;
  497. height: 14rpx;
  498. }
  499. .fold-calcendar{
  500. display: flex;
  501. align-items: center;
  502. flex-direction: column;
  503. width:140rpx;
  504. margin:0 auto;
  505. }
  506. .fold-calcendar image{
  507. width:36rpx;
  508. height: 36rpx;
  509. }
  510. .fold-calcendar view{
  511. color: #09AFFF;
  512. font-size: 24rpx;
  513. margin-left:6rpx;
  514. line-height: 14rpx;
  515. }
  516. .service-status{
  517. height:60rpx;
  518. align-items: center;
  519. display: flex;
  520. }
  521. .service-status image{
  522. width:24rpx;
  523. height:24rpx;
  524. margin-right:8rpx;
  525. }
  526. .invite-comment{
  527. background: #E6F7FF;
  528. border-radius: 7rpx;
  529. border: 2px solid #91D5FF;
  530. color: #096DD9;
  531. font-size: 22rpx;
  532. width: 92rpx;
  533. height: 32rpx;
  534. text-align:center;
  535. margin:0 10rpx;
  536. line-height: 24rpx;
  537. }
  538. .hp-wrapper{
  539. display:flex;
  540. align-items: center;
  541. margin-right:10rpx;
  542. width: 96rpx;
  543. height: 32rpx;
  544. background: #F6FFED;
  545. border-radius: 7rpx;
  546. border: 2rpx solid #A0D911;
  547. justify-content: center;
  548. }
  549. .hp-wrapper text{
  550. color: #73D13D;
  551. line-height: 24rpx;
  552. font-size: 22rpx;
  553. }
  554. .cp-wrapper{
  555. display:flex;
  556. align-items: center;
  557. width: 96rpx;
  558. height: 32rpx;
  559. background: #FFF2E8;
  560. border-radius: 7rpx;
  561. border: 2rpx solid #FA541C;
  562. justify-content: center;
  563. }
  564. .cp-wrapper text{
  565. color: #FA541C;
  566. line-height: 24rpx;
  567. font-size: 22rpx;
  568. }
  569. .service-order.cancel-order view{
  570. color:#aaa;
  571. }
  572. .service-order.cancel-order view.blue-font{
  573. color:#09AFFF;
  574. }
  575. .interview{
  576. width: 702rpx;
  577. /* height: 476rpx; */
  578. background: #FFFFFF;
  579. border-radius: 18rpx;
  580. padding:46rpx 24rpx 32rpx 24rpx;
  581. margin:20rpx 24rpx;
  582. }
  583. .interview-title{
  584. height:48rpx;
  585. display: flex;
  586. align-items: center;
  587. }
  588. .interview-title image{
  589. width:34rpx;
  590. height:34rpx;
  591. margin-right:14rpx;
  592. }
  593. .interview-date{
  594. height:48rpx;
  595. line-height: 48rpx;
  596. margin:70rpx 0 46rpx;
  597. }
  598. .interview-location{
  599. line-height: 48rpx;
  600. margin-bottom:48rpx;
  601. padding-right:24rpx;
  602. }
  603. .interview-operate{
  604. display:flex;
  605. align-items: center;
  606. justify-content: flex-end;
  607. height: 40rpx;
  608. color: #0EAEFC;
  609. }
  610. .overlay-wrapper{
  611. display: flex;
  612. align-items: center;
  613. justify-content: center;
  614. height: 100%;
  615. /* z-index:999; */
  616. padding:0 50rpx;
  617. flex-direction: column;
  618. }
  619. .star-wrapper{
  620. width: 650rpx;
  621. height: 624rpx;
  622. background: #FFFFFF;
  623. border-radius: 33rpx;
  624. border: 1px solid #979797;
  625. padding:44rpx 40rpx 0;
  626. display:flex;
  627. flex-direction: column;
  628. align-items: center;
  629. }
  630. .star-wrapper .title{
  631. font-size: 34rpx;
  632. height: 48rpx;
  633. margin-bottom:40rpx;
  634. }
  635. .submit-eval{
  636. width: 650rpx;
  637. height: 110rpx;
  638. background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
  639. border-radius: 110rpx;
  640. line-height: 110rpx;
  641. font-size: 44rpx;
  642. text-align: center;
  643. color:#fff;
  644. margin-top:40rpx;
  645. }
  646. .comment-area{
  647. margin-top: 40rpx;
  648. height: 280rpx;
  649. border: 2rpx solid #ddd;
  650. padding: 16rpx;
  651. width: 560rpx;
  652. box-sizing: border-box;
  653. text-align: justify;
  654. border-radius: 8rpx;
  655. }
  656. view.van-radio__icon-wrap .van-icon{
  657. color:#fff;
  658. font-size: 32rpx;
  659. }
  660. .pay-row{
  661. display: flex;
  662. justify-content: space-between;
  663. }
  664. .pay-total{
  665. color:#FF004E;
  666. flex:1;
  667. margin-right:14rpx;
  668. text-align: right;
  669. }
  670. .pay-success{
  671. color:#00B63D;
  672. }