work-order-detail.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* pagesPublic/pages/work-order-detail/work-order-detail.wxss */
  2. /* .pageBox {
  3. width: 100%;
  4. background-size: 100% 100%;
  5. position: relative;
  6. color: #fff;
  7. background-image: url('/pages/images/work-order-detail-bg.png');
  8. } */
  9. page {
  10. background: #F5F5F5;
  11. }
  12. .navigation {
  13. margin-top: 20rpx;
  14. height: 136rpx;
  15. width: 100%;
  16. color: #FFFFFF;
  17. text-align: center;
  18. line-height: 136rpx;
  19. font-size: 36rpx;
  20. border-bottom: 2rpx solid #FFFFFF30;
  21. }
  22. .nav-back {
  23. width: 18rpx;
  24. height: 33rpx;
  25. transform: scaleX(-1);
  26. position: absolute;
  27. left: 35rpx;
  28. top: 71rpx;
  29. }
  30. .bgimage {
  31. position: absolute;
  32. left: -31%;
  33. top: 0;
  34. display: block;
  35. width: 160%;
  36. z-index: -999;
  37. }
  38. .detail {
  39. margin-top: 39rpx;
  40. margin-left: 35rpx;
  41. margin-right: 35rpx;
  42. }
  43. .item-row {
  44. margin-top: 20rpx;
  45. color: #FFFFFF;
  46. font-size: 28rpx;
  47. display: inline-flex;
  48. flex-direction: row;
  49. align-items: center;
  50. width: 100%;
  51. }
  52. .item-label {
  53. width: 210rpx;
  54. text-align: right;
  55. color: #FFFFFF;
  56. opacity: 0.7;
  57. }
  58. .item-value {
  59. margin-left: 20rpx;
  60. font-size: 28rpx;
  61. }
  62. .item-image-box image {
  63. height: 98rpx;
  64. width: 98rpx;
  65. margin-left: 10rpx;
  66. }
  67. .progressBox {
  68. background: #FFFFFF;
  69. border-radius: 10rpx;
  70. margin-left: 35rpx;
  71. margin-right: 35rpx;
  72. height: 900rpx;
  73. }