WeldingOperations.wxss 5.9 KB

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