WeldingOperations.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. .container {
  2. background-color: #f7f7f7;
  3. font-size: 0;
  4. }
  5. .helpBox {
  6. padding: 20rpx;
  7. }
  8. .formBox {
  9. margin: 0;
  10. padding-bottom: 140rpx;
  11. }
  12. .fway-btnBox {
  13. position: absolute;
  14. bottom: 0;
  15. width: 100%;
  16. padding: 20rpx 0 30rpx;
  17. background-color: #f7f7f7;
  18. z-index: 9;
  19. }
  20. .hiddenDangerBox {
  21. padding: 0 20rpx;
  22. }
  23. .hiddenDangerItemBox {
  24. padding: 0;
  25. background-color: #fff;
  26. margin-top: 20rpx;
  27. box-shadow: 0rpx 5rpx 12rpx 0rpx #c7c7c7;
  28. border-radius: 10rpx;
  29. }
  30. .hiddenDangerHeader {
  31. padding: 30rpx 20rpx 20rpx;
  32. font-size: 30rpx;
  33. font-weight: bold;
  34. color: #000;
  35. }
  36. .hiddenDangerBody {
  37. padding: 0 20rpx 10rpx;
  38. }
  39. .hiddenDangerItem {
  40. margin-bottom: 20rpx;
  41. }
  42. .hiddenDangerItemHeader {
  43. padding: 10rpx 0;
  44. display: flex;
  45. justify-content: left;
  46. align-items: center;
  47. height: 32rpx;
  48. }
  49. .mustTips {
  50. width: 30rpx;
  51. font-size: 32rpx;
  52. font-weight: bold;
  53. color: #fd0101;
  54. }
  55. .itemHeaderText {
  56. color: #000;
  57. font-size: 28rpx;
  58. }
  59. .itemHeaderTips {
  60. font-size: 24rpx;
  61. color: #777;
  62. }
  63. .hiddenDangerItemBody {
  64. padding: 0;
  65. }
  66. .hiddenDangerHeaderBtn {
  67. width: calc(100% - 288rpx);
  68. display: inline-block;
  69. vertical-align: middle;
  70. text-align: right;
  71. }
  72. .fway-form-item {
  73. padding: 0 10rpx;
  74. }
  75. .fway-form-textarea {
  76. width: calc(100% - 40rpx);
  77. padding: 20rpx;
  78. height: 180rpx;
  79. }
  80. .fway-form-tips {
  81. padding: 10rpx 0;
  82. }
  83. .workBox .fway-form-lable {
  84. width: 150rpx;
  85. }
  86. .workBox .lableTips {
  87. font-size: 24rpx;
  88. color: #777;
  89. }
  90. .workBox .fway-form-input {
  91. width: calc(100% - 20rpx);
  92. }
  93. .workBox .fway-form-input-select {
  94. width: calc(100% - 180rpx);
  95. position: relative;
  96. }
  97. .workBox .fway-form-input-inline {
  98. width: calc(100% - 180rpx);
  99. position: relative;
  100. }
  101. .workBox .fway-form-input-select .fway-form-input {
  102. width: calc(100% - 50rpx);
  103. padding-right: 40rpx;
  104. }
  105. .workBox .fway-form-input-select .fway-form-selectImg {
  106. position: absolute;
  107. right: 10rpx;
  108. top: 34rpx;
  109. }
  110. .workBox .fway-form-checkbox {
  111. margin-right: 20rpx;
  112. }
  113. .reportPersonBox .fway-form-item {
  114. border-bottom: 2rpx #eaeaea solid;
  115. }
  116. .reportPersonBox .fway-form-lable {
  117. padding: 10rpx 0;
  118. width: 150rpx;
  119. color: #777;
  120. }
  121. .reportPersonBox .fway-form-input-inline {
  122. width: calc(100% - 150rpx);
  123. padding: 10rpx 0 0;
  124. }
  125. .reportPersonBox .fway-form-input {
  126. background-color: #fff;
  127. }
  128. .chooseFileItem {
  129. padding: 0 0 0 10rpx;
  130. }
  131. .chooseFileItemHeader {
  132. display: flex;
  133. justify-content: space-between;
  134. align-items: center;
  135. height: 60rpx;
  136. line-height: 60rpx;
  137. }
  138. .chooseFileItemBtn {
  139. height: 50rpx;
  140. line-height: 50rpx;
  141. color: #FFFFFF;
  142. background-color: #3e6ffd;
  143. text-align: center;
  144. border-radius: 20rpx;
  145. padding: 0 40rpx;
  146. }
  147. .photoListBox {
  148. width: calc(100% - 20rpx);
  149. padding: 10rpx 0 20rpx;
  150. display: flex;
  151. justify-content: left;
  152. align-items: start;
  153. flex-wrap: wrap;
  154. align-content: start;
  155. }
  156. .photoItemBox {
  157. width: calc(25% - 20rpx);
  158. height: 130rpx;
  159. position: relative;
  160. border: 2rpx #E5E5E5 solid;
  161. border-radius: 10rpx;
  162. }
  163. .photoItemBox + .photoItemBox {
  164. margin-left: 20rpx;
  165. }
  166. .photoItemBox + .photoItemBoxsel {
  167. margin-left: 20rpx;
  168. }
  169. .photoItemBoxsel {
  170. width: calc(25% - 20rpx);
  171. height: 130rpx;
  172. position: relative;
  173. background-color: #f7f7f7;
  174. border-radius: 10rpx;
  175. display: flex;
  176. justify-content: center;
  177. align-items: center;
  178. }
  179. .photoItemImg {
  180. width: 100%;
  181. height: 100%;
  182. }
  183. .photoItemImgsel {
  184. width: 60rpx;
  185. height: 60rpx;
  186. }
  187. .closeBtn {
  188. background-color: #00000060;
  189. width: 30rpx;
  190. height: 30rpx;
  191. position: absolute;
  192. padding: 10rpx;
  193. top: 0;
  194. right: 0;
  195. }
  196. .fileListBox {
  197. padding: 20rpx 10rpx;
  198. }
  199. .fileItemBox {
  200. display: flex;
  201. justify-content: space-between;
  202. align-items: center;
  203. width: 100%;
  204. }
  205. .fileItemBox + .fileItemBox {
  206. margin-top: 20rpx;
  207. }
  208. .fileName {
  209. width: calc(100% - 60rpx);
  210. margin-right: 20rpx;
  211. white-space: nowrap;
  212. overflow: hidden;
  213. text-overflow: ellipsis;
  214. color: #53d4fc;
  215. }
  216. .fileDeleteBtn {
  217. width: 40rpx;
  218. height: 40rpx;
  219. }
  220. .tipsBox {
  221. background-color: #f7f7f7;
  222. margin-top: 20rpx;
  223. }
  224. .tipsHeader {
  225. padding: 30rpx 20rpx 10rpx;
  226. font-size: 30rpx;
  227. font-weight: bold;
  228. color: #000;
  229. }
  230. .tipsBody {
  231. padding: 0 20rpx 10rpx;
  232. }
  233. .tipsItem {
  234. display: flex;
  235. justify-content: space-between;
  236. align-items: center;
  237. border-bottom: 2rpx #d2d2d2 dashed;
  238. padding: 20rpx 0 10rpx;
  239. }
  240. .tipsItemImg {
  241. width: 30rpx;
  242. height: 40rpx;
  243. margin-right: 20rpx;
  244. }
  245. .tipsItemText {
  246. width: calc(100% - 180rpx);
  247. font-size: 28rpx;
  248. white-space: nowrap;
  249. overflow: hidden;
  250. text-overflow: ellipsis;
  251. color: #000;
  252. }
  253. .tipsItemBtn {
  254. width: 130rpx;
  255. padding: 10rpx 0;
  256. text-align: center;
  257. border: 2rpx #d2d2d2 solid;
  258. border-radius: 30rpx;
  259. }
  260. .tipsItemBtnText {
  261. margin-right: 10rpx;
  262. vertical-align: middle;
  263. }
  264. .tipsItemBtnImg {
  265. width: 30rpx;
  266. height: 30rpx;
  267. vertical-align: middle;
  268. }
  269. .remarkBox {
  270. margin-top: 20rpx;
  271. }
  272. .remarkHeader {
  273. padding: 10rpx 20rpx;
  274. font-size: 30rpx;
  275. color: #000;
  276. }
  277. .remarkBody {
  278. padding: 0 20rpx;
  279. }
  280. .remarkItem {
  281. padding: 10rpx 0;
  282. color: #000;
  283. }