work-order-detail.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. /* pagesPublic/pages/work-order-detail/work-order-detail.wxss */
  2. page {
  3. background: #F5F5F5;
  4. }
  5. .navigation {
  6. margin-top: 20rpx;
  7. height: 136rpx;
  8. width: 100%;
  9. color: #FFFFFF;
  10. text-align: center;
  11. line-height: 136rpx;
  12. font-size: 36rpx;
  13. border-bottom: 2rpx solid #FFFFFF4D;
  14. }
  15. .nav-back {
  16. width: 18rpx;
  17. height: 33rpx;
  18. transform: scaleX(-1);
  19. position: absolute;
  20. left: 35rpx;
  21. top: 71rpx;
  22. }
  23. .bgimage {
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. display: block;
  28. width: 100%;
  29. z-index: -999;
  30. }
  31. .detail {
  32. margin-top: 19rpx;
  33. margin-left: 35rpx;
  34. margin-right: 35rpx;
  35. }
  36. .item-row {
  37. margin-top: 20rpx;
  38. color: #FFFFFF;
  39. font-size: 28rpx;
  40. display: inline-flex;
  41. flex-direction: row;
  42. align-items: center;
  43. width: 100%;
  44. }
  45. .item-label {
  46. width: 210rpx;
  47. text-align: right;
  48. color: #FFFFFF;
  49. opacity: 0.7;
  50. }
  51. .item-value {
  52. margin-left: 20rpx;
  53. font-size: 28rpx;
  54. }
  55. .item-image-box image {
  56. height: 98rpx;
  57. width: 98rpx;
  58. margin-left: 10rpx;
  59. }
  60. .progressBox {
  61. background: #FFFFFF;
  62. border-radius: 10rpx;
  63. margin-left: 35rpx;
  64. margin-right: 27rpx;
  65. height: 700rpx;
  66. /* margin-top: -10rpx; */
  67. }
  68. .progress-head {
  69. display: inline-flex;
  70. flex-direction: row;
  71. align-items: center;
  72. justify-content: center;
  73. padding-top: 46rpx;
  74. }
  75. .head-image {
  76. width: 24rpx;
  77. height: 28rpx;
  78. margin-left: 26rpx;
  79. }
  80. .head-title {
  81. font-size: 28rpx;
  82. font-family: PingFang SC;
  83. font-weight: 500;
  84. color: #F59F0E;
  85. margin-left: 20rpx;
  86. }
  87. .progress-detail {
  88. margin-top: 52rpx;
  89. margin-left: 30rpx;
  90. margin-right: 25rpx;
  91. display: flex;
  92. flex-direction: column;
  93. justify-content: flex-start;
  94. }
  95. .detail-row {
  96. display: flex;
  97. flex-direction: row;
  98. align-items: center;
  99. justify-content: space-between;
  100. }
  101. .detail-left {
  102. display: flex;
  103. flex-direction: row;
  104. align-items: center;
  105. }
  106. .detail-right {
  107. display: flex;
  108. flex-direction: row;
  109. align-items: center;
  110. }
  111. .circle {
  112. width: 21rpx;
  113. height: 21rpx;
  114. background: #FFFFFF;
  115. border: 1rpx solid #999999;
  116. border-radius: 50%;
  117. }
  118. .circle.checked {
  119. border: 1rpx solid #508FF4;
  120. }
  121. .circle.checked .inner-circle {
  122. border: 1rpx solid #508FF4;
  123. width: 9rpx;
  124. height: 9rpx;
  125. background: #508FF4;
  126. border-radius: 50%;
  127. position: relative;
  128. top: 5rpx;
  129. left: 5rpx;
  130. }
  131. .vertical-line {
  132. width: 1rpx;
  133. height: 80rpx;
  134. background: #999999;
  135. position: relative;
  136. left: -14rpx;
  137. top: 50rpx;
  138. }
  139. .vertical-line.checked {
  140. background: #508FF4;
  141. }
  142. .step-name {
  143. font-size: 26rpx;
  144. font-family: PingFang SC;
  145. font-weight: 500;
  146. color: #999999;
  147. line-height: 100rpx;
  148. width: 160rpx;
  149. margin-left: 19rpx;
  150. }
  151. .step-name.checked {
  152. color: #333333;
  153. font-weight: 500;
  154. }
  155. .icon-complete {
  156. width: 23rpx;
  157. height: 23rpx;
  158. }
  159. .status-text {
  160. font-size: 26rpx;
  161. color: #999999;
  162. text-align: right;
  163. width: 105rpx;
  164. margin-left: 9rpx;
  165. }
  166. .status-text.checked {
  167. color: #3A9C68;
  168. font-weight: 500;
  169. }
  170. .head-image2 {
  171. width: 28rpx;
  172. height: 33rpx;
  173. margin-left: 20rpx;
  174. }
  175. .head-title2 {
  176. font-size: 28rpx;
  177. font-family: PingFang SC;
  178. font-weight: 500;
  179. color: #4189FF;
  180. margin-left: 16rpx;
  181. }
  182. .report-row {
  183. margin-top: 65rpx;
  184. margin-left: 15rpx;
  185. display: inline-flex;
  186. flex-direction: row;
  187. align-items: center;
  188. font-size: 28rpx;
  189. }
  190. .report-label {
  191. width: 200rpx;
  192. text-align: right;
  193. color: #333333;
  194. }
  195. radio-group label:aria-checked {
  196. color: #508FF4;
  197. }
  198. radio-group radio:aria-checked {
  199. color: #508FF4;
  200. }
  201. radio-group label {
  202. color: #999999;
  203. }
  204. radio-group label:nth-child(2) {
  205. margin-left: 100rpx;
  206. }
  207. .report-photo {
  208. width: 44rpx;
  209. height: 40rpx;
  210. background: #E9E9E9 113rpx 113rpx;
  211. padding: 36rpx 35rpx;
  212. }
  213. .report-input {
  214. width: 427rpx;
  215. border-bottom: solid 1rpx #999999;
  216. }
  217. .report-submit {
  218. position: absolute;
  219. left: 0;
  220. bottom: 0;
  221. width: 100%;
  222. height: 96rpx;
  223. background: #508FF4;
  224. color: #FFFFFF;
  225. font-size: 28rpx;
  226. line-height: 96rpx;
  227. border-radius: 0;
  228. }