电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /* pages/Workorderdetails/index.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. background: linear-gradient(to bottom, #f9f9f9 -40%, #f9f9f9 100%,#F0F5F5 100%);
  6. /* background-color: #0F80DC; */
  7. }
  8. .process_bj1{
  9. width: 100%;
  10. height: 180rpx;
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-around;
  14. /* background-color: #cccccc; */
  15. color:#2BB991;
  16. background: linear-gradient(to bottom, #EAFFFA -40%, #EAFFFA 100%,#F0F5F5 100%);
  17. }
  18. .process_bj2{
  19. width: 100%;
  20. height: 180rpx;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-around;
  24. /* background-color: #cccccc; */
  25. color:#0F80DC;
  26. background: linear-gradient(to bottom, #cbe4f8 -40%, #cbe4f8 100%,#F0F5F5 100%);
  27. }
  28. .process_bj3{
  29. width: 100%;
  30. height: 180rpx;
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-around;
  34. /* background-color: #cccccc; */
  35. color:#D1815C;
  36. background: linear-gradient(to bottom, #FFF6F5 -40%, #FFF6F5 100%,#F0F5F5 100%);
  37. }
  38. .process_bj4{
  39. width: 100%;
  40. height: 180rpx;
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-around;
  44. /* background-color: #cccccc; */
  45. color:#0F80DC;
  46. background: linear-gradient(to bottom, #cbe4f8 -40%, #cbe4f8 100%,#F0F5F5 100%);
  47. }
  48. .process_bj5{
  49. width: 100%;
  50. height: 180rpx;
  51. display: flex;
  52. align-items: center;
  53. justify-content: space-around;
  54. /* background-color: #cccccc; */
  55. color:#D1815C;
  56. background: linear-gradient(to bottom, #FFF6F5 -40%, #FFF6F5 100%,#F0F5F5 100%);
  57. }
  58. .process_tp{
  59. width: 88rpx;
  60. height: 88rpx;
  61. }
  62. .process_name{
  63. font-size: 42rpx;
  64. }
  65. .flow_box{
  66. padding: 20rpx 20rpx 0rpx 20rpx;
  67. box-sizing: border-box;
  68. }
  69. .block {
  70. background-color: var(--bg-color-demo);
  71. padding: 32rpx;
  72. margin: 2rpx 0 0rpx;
  73. background-color: #ffffff;
  74. border-radius: 10rpx;
  75. }
  76. .flowflow{
  77. width: 100%;
  78. padding: 16rpx;
  79. margin-bottom: 20rpx;
  80. border-radius: 10rpx;
  81. background-color: #ffffff;
  82. box-sizing: border-box;
  83. }
  84. .flowflow_name{
  85. font-size: 32rpx;
  86. margin-bottom: 30rpx;
  87. }
  88. .flow_content{
  89. padding: 0rpx 20rpx;
  90. }
  91. .order{
  92. display: flex;
  93. margin-top: 20rpx;
  94. }
  95. .workorder{
  96. width: 200rpx;
  97. min-width: 200rpx;
  98. font-size: 28rpx;
  99. color: #cccccc;
  100. }
  101. .workorderimg{
  102. width: 100rpx;
  103. height: 100rpx;
  104. margin-right: 20rpx;
  105. }
  106. .step{
  107. width: 100%;
  108. height: 160rpx;
  109. display: flex;
  110. /* align-items: center; */
  111. justify-content: center;
  112. padding-top: 20rpx;
  113. position: fixed;
  114. bottom: 0rpx;
  115. left: 0rpx;
  116. background-color: #ffffff;
  117. box-sizing: border-box;
  118. }
  119. .step_button{
  120. width: 260rpx;
  121. height: 88rpx;
  122. display: flex;
  123. align-items: center;
  124. justify-content: center;
  125. color: #ffffff;
  126. background-color: #0F80DC;
  127. border-radius: 100rpx;
  128. }
  129. .step_buttonfailure{
  130. width: 260rpx;
  131. height: 88rpx;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. color: #ffffff;
  136. background-color: #e67373;
  137. border-radius: 100rpx;
  138. }
  139. .popup_box{
  140. width: 100%;
  141. height: 600rpx;
  142. padding: 20rpx;
  143. box-sizing: border-box;
  144. }
  145. .Scan_problem{
  146. padding:0rpx 30rpx 20rpx 30rpx;
  147. margin-top: 40rpx;
  148. background-color: #ffffff;
  149. }
  150. .Scan_problemname{
  151. font-size: 32rpx;
  152. color: #999999;
  153. }
  154. .Scan_handle{
  155. display: flex;
  156. font-size: 28rpx;
  157. margin-top: 30rpx;
  158. color: #999999;
  159. }
  160. .Scancode_right{
  161. display: flex;
  162. }
  163. .Scancode_right1{
  164. display: flex;
  165. align-items: center;
  166. justify-content: center;
  167. }
  168. .Scancode_left{
  169. margin-left: 6rpx;
  170. }
  171. .Scancode_lefticon1{
  172. display: flex;
  173. align-items: center;
  174. justify-content: center;
  175. margin-left: 20rpx;
  176. }
  177. .Scan_image{
  178. width: 100rpx;
  179. height: 100rpx;
  180. margin-right: 20rpx;
  181. border-radius: 10rpx;
  182. }
  183. .Scancode_lefticon{
  184. width: 100rpx;
  185. height: 100rpx;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. border: 1rpx solid #cccccc;
  190. border-radius: 10rpx;
  191. }
  192. .Scan_feedback{
  193. display: flex;
  194. font-size: 28rpx;
  195. margin-top: 40rpx;
  196. color: #222222;
  197. box-sizing: border-box;
  198. }
  199. .Scan_feedback1{
  200. display: flex;
  201. font-size: 28rpx;
  202. margin-top: 40rpx;
  203. color: #222222;
  204. }
  205. .Scan_width{
  206. width: 200rpx;
  207. min-width: 200rpx;
  208. display: flex;
  209. align-items: center;
  210. }
  211. .Scancode_textarea{
  212. width: 100%;
  213. height: 160rpx;
  214. border: 1rpx solid #cccccc;
  215. padding: 0rpx;
  216. border-radius: 10rpx;
  217. font-size: 26rpx;
  218. }
  219. .external-class{
  220. width: 100%;
  221. height: 160rpx;
  222. }
  223. .onstep{
  224. position: fixed;
  225. left: 0rpx;
  226. bottom: 60rpx;
  227. width: 100%;
  228. display: flex;
  229. align-items: center;
  230. justify-content: center;
  231. }
  232. .onstepbutton{
  233. width: 400rpx;
  234. height: 80rpx;
  235. display: flex;
  236. align-items: center;
  237. justify-content: center;
  238. border-radius: 100rpx;
  239. color: #ffffff;
  240. background-color: #0F80DC;
  241. }
  242. .onstepbuttonccc{
  243. width: 400rpx;
  244. height: 80rpx;
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. border-radius: 100rpx;
  249. color: #222222;
  250. background-color: #cccccc;
  251. }
  252. .onreview{
  253. width: 100%;
  254. display: flex;
  255. padding: 0rpx 40rpx;
  256. justify-content: space-around;
  257. /* justify-content: space-between; */
  258. }
  259. .calculation_imagebox{
  260. width: 120rpx;
  261. height: 120rpx;
  262. margin-right: 40rpx;
  263. position:relative;
  264. }
  265. .calculation_imagex{
  266. position: absolute;
  267. top: 0rpx;
  268. right: 0rpx;
  269. }
  270. .position{
  271. margin-left: 60rpx;
  272. display: flex;
  273. }
  274. .position_left{
  275. margin-left: 10rpx;
  276. }