运维小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.wxss 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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. .block_block {
  77. display: flex;
  78. flex-direction: column;
  79. }
  80. .flowflow{
  81. width: 100%;
  82. padding: 16rpx;
  83. margin-bottom: 20rpx;
  84. border-radius: 10rpx;
  85. background-color: #ffffff;
  86. box-sizing: border-box;
  87. }
  88. .flowflow_name{
  89. font-size: 32rpx;
  90. margin-bottom: 30rpx;
  91. }
  92. .flow_content{
  93. padding: 0rpx 20rpx;
  94. }
  95. .order{
  96. display: flex;
  97. margin-top: 20rpx;
  98. box-sizing: border-box;
  99. }
  100. .order11{
  101. display: flex;
  102. overflow: hidden;
  103. display: -webkit-box;
  104. text-overflow: ellipsis;
  105. box-orient: vertical;
  106. -webkit-box-orient: vertical;
  107. -moz-box-orient: vertical;
  108. -o-box-orient: vertical;
  109. -ms-box-orient: vertical;
  110. line-clamp: 1; /* 超出2行显示省略号 */
  111. -webkit-line-clamp: 1; /* 超出2行显示省略号 */
  112. box-sizing: border-box;
  113. }
  114. .workorder{
  115. width: 200rpx;
  116. min-width: 200rpx;
  117. font-size: 28rpx;
  118. color: #cccccc;
  119. }
  120. .workorder_equipment{
  121. display: flex;
  122. max-width: 480rpx;
  123. min-width: 200rpx;
  124. font-size: 28rpx;
  125. }
  126. .workorderimg{
  127. width: 100rpx;
  128. height: 100rpx;
  129. margin-right: 20rpx;
  130. }
  131. .step{
  132. width: 100%;
  133. height: 160rpx;
  134. display: flex;
  135. /* align-items: center; */
  136. justify-content: center;
  137. padding-top: 20rpx;
  138. position: fixed;
  139. bottom: 0rpx;
  140. left: 0rpx;
  141. background-color: #ffffff;
  142. box-sizing: border-box;
  143. }
  144. .step_button{
  145. width: 260rpx;
  146. height: 88rpx;
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. color: #ffffff;
  151. background-color: #0F80DC;
  152. border-radius: 100rpx;
  153. }
  154. .step_buttonfailure{
  155. width: 260rpx;
  156. height: 88rpx;
  157. display: flex;
  158. align-items: center;
  159. justify-content: center;
  160. color: #ffffff;
  161. background-color: #e67373;
  162. border-radius: 100rpx;
  163. }
  164. .popup_box{
  165. width: 100%;
  166. height: 600rpx;
  167. padding: 20rpx;
  168. box-sizing: border-box;
  169. }
  170. .Scan_problem{
  171. padding:0rpx 30rpx 20rpx 30rpx;
  172. margin-top: 40rpx;
  173. background-color: #ffffff;
  174. }
  175. .Scan_problemname{
  176. font-size: 32rpx;
  177. color: #999999;
  178. }
  179. .Scan_handle{
  180. display: flex;
  181. font-size: 28rpx;
  182. margin-top: 30rpx;
  183. color: #999999;
  184. }
  185. .Scancode_right{
  186. display: flex;
  187. }
  188. .Scancode_right1{
  189. display: flex;
  190. align-items: center;
  191. justify-content: center;
  192. }
  193. .Scancode_left{
  194. margin-left: 6rpx;
  195. }
  196. .Scancode_lefticon1{
  197. display: flex;
  198. align-items: center;
  199. justify-content: center;
  200. margin-left: 20rpx;
  201. }
  202. .Scan_image{
  203. width: 100rpx;
  204. height: 100rpx;
  205. margin-right: 20rpx;
  206. border-radius: 10rpx;
  207. }
  208. .Scancode_lefticon{
  209. width: 100rpx;
  210. height: 100rpx;
  211. display: flex;
  212. align-items: center;
  213. justify-content: center;
  214. border: 1rpx solid #cccccc;
  215. border-radius: 10rpx;
  216. }
  217. .Scan_feedback{
  218. display: flex;
  219. font-size: 28rpx;
  220. margin-top: 40rpx;
  221. color: #222222;
  222. box-sizing: border-box;
  223. }
  224. .Scan_feedback1{
  225. display: flex;
  226. font-size: 28rpx;
  227. margin-top: 40rpx;
  228. color: #222222;
  229. }
  230. .Scan_width{
  231. width: 200rpx;
  232. min-width: 200rpx;
  233. display: flex;
  234. align-items: center;
  235. }
  236. .Scancode_textarea{
  237. width: 100%;
  238. height: 160rpx;
  239. border: 1rpx solid #cccccc;
  240. padding: 0rpx;
  241. border-radius: 10rpx;
  242. font-size: 26rpx;
  243. }
  244. .external-class{
  245. width: 100%;
  246. height: 160rpx;
  247. }
  248. .onstep{
  249. position: fixed;
  250. left: 0rpx;
  251. bottom: 60rpx;
  252. width: 100%;
  253. display: flex;
  254. align-items: center;
  255. justify-content: center;
  256. }
  257. .onstepbutton{
  258. width: 400rpx;
  259. height: 80rpx;
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. border-radius: 100rpx;
  264. color: #ffffff;
  265. background-color: #0F80DC;
  266. }
  267. .onstepbuttonccc{
  268. width: 400rpx;
  269. height: 80rpx;
  270. display: flex;
  271. align-items: center;
  272. justify-content: center;
  273. border-radius: 100rpx;
  274. color: #222222;
  275. background-color: #cccccc;
  276. }
  277. .onreview{
  278. width: 100%;
  279. display: flex;
  280. padding: 0rpx 40rpx;
  281. justify-content: space-around;
  282. /* justify-content: space-between; */
  283. }
  284. .calculation_imagebox{
  285. width: 120rpx;
  286. height: 120rpx;
  287. margin-right: 40rpx;
  288. position:relative;
  289. }
  290. .calculation_imagex{
  291. position: absolute;
  292. top: 0rpx;
  293. right: 0rpx;
  294. }
  295. .position{
  296. margin-left: 60rpx;
  297. display: flex;
  298. }
  299. .position_left{
  300. margin-left: 10rpx;
  301. }