index.less 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. .subform {
  2. padding: 20px 30px;
  3. .title {
  4. font-size: 36px;
  5. font-weight: bold;
  6. margin: 0 auto 30px;
  7. text-align: center;
  8. }
  9. .formItem {
  10. display: flex;
  11. // align-items: center;
  12. align-items: flex-start;
  13. font-size: 28px;
  14. padding: 10px 0;
  15. .formName {
  16. white-space: nowrap;
  17. display: flex;
  18. align-items: center;
  19. }
  20. .formValue {
  21. // text-align: right;
  22. flex: 1;
  23. display: flex;
  24. flex-flow: row nowrap;
  25. align-items: center;
  26. // justify-content: flex-end;
  27. picker {
  28. flex: 1;
  29. // margin-left: 20px;
  30. }
  31. .button {
  32. font-size: 22px;
  33. padding: 0 10px;
  34. }
  35. .time {
  36. flex: 1;
  37. font-size: 28px;
  38. // color: #bfbdbd;
  39. .timeContent {
  40. display: flex;
  41. flex-direction: column;
  42. // align-items: center;
  43. // flex-wrap: nowrap;
  44. // flex-flow: column nowrap;
  45. // align-items: flex-end;
  46. // justify-content: center;
  47. }
  48. .seltime {
  49. color: #333;
  50. opacity: 0.3;
  51. }
  52. }
  53. .formValueText {
  54. display: block;
  55. width: 452px;
  56. text-overflow: ellipsis;
  57. overflow: hidden;
  58. white-space: nowrap;
  59. }
  60. .fdeduction {
  61. display: flex;
  62. flex-direction: row;
  63. align-items: center;
  64. .fclose {
  65. position: absolute;
  66. right: 30px;
  67. font-size: 26px;
  68. background: red;
  69. color: #fff;
  70. padding: 10px;
  71. border-radius: 8px;
  72. }
  73. }
  74. }
  75. .formValues {
  76. display: flex;
  77. flex: 1;
  78. flex-flow: row nowrap;
  79. .at-textarea {
  80. // margin-left: 20px;
  81. }
  82. .at-textarea__textarea {
  83. font-size: 28px;
  84. }
  85. }
  86. .formValueremarks {
  87. border: 1px solid red;
  88. display: flex;
  89. flex: 1;
  90. // flex-wrap: wrap;
  91. // margin-left: 20px;
  92. // justify-content: flex-end;
  93. word-break: break-all;
  94. }
  95. }
  96. .formTitle {
  97. font-size: 32px;
  98. font-weight: bold;
  99. border-top: 1px solid #eae8e8;
  100. padding: 20px 0;
  101. display: flex;
  102. flex-direction: row;
  103. align-items: center;
  104. justify-content: space-between;
  105. .ftBottom {
  106. margin: 0;
  107. }
  108. }
  109. .operation {
  110. display: flex;
  111. flex-flow: row nowrap;
  112. margin: 30px 0;
  113. }
  114. .select {
  115. display: flex;
  116. flex-flow: row nowrap;
  117. justify-content: space-between;
  118. align-items: center;
  119. font-size: 28px;
  120. color: #fff;
  121. background: #6190E8;
  122. margin: 40px auto;
  123. padding: 20px;
  124. border-radius: 20px;
  125. }
  126. .unobstructedList {
  127. .noAccout {
  128. border: 1px solid #eae8e8;
  129. border-radius: 10px;
  130. display: flex;
  131. flex-direction: column;
  132. align-items: center;
  133. padding: 30px 0;
  134. .nbt {
  135. color: #6190E8;
  136. }
  137. }
  138. }
  139. .unItem {
  140. width: 690px;
  141. position: relative;
  142. background: rgba(0, 51, 255, .09);
  143. padding: 20px 30px;
  144. margin: 15px 0 20px -30px;
  145. .edit {
  146. position: absolute;
  147. top: 20px;
  148. right: 20px;
  149. font-size: 26px;
  150. background: rgb(97, 144, 232);
  151. color: #fff;
  152. padding: 10px;
  153. border-radius: 8px;
  154. }
  155. .close {
  156. position: absolute;
  157. bottom: 20px;
  158. right: 30px;
  159. font-size: 26px;
  160. background: red;
  161. color: #fff;
  162. padding: 10px;
  163. border-radius: 8px;
  164. }
  165. .formItem {
  166. display: flex;
  167. font-size: 28px;
  168. padding: 10px 0;
  169. align-items: baseline;
  170. .formName {
  171. white-space: nowrap;
  172. }
  173. .formValues {
  174. display: flex;
  175. flex: 1;
  176. }
  177. .formValue {
  178. flex: 1;
  179. display: flex;
  180. flex-flow: row nowrap;
  181. align-items: center;
  182. justify-content: flex-start;
  183. .ftxt {
  184. font-size: 28px;
  185. // width: 40%;
  186. // text-align: center;
  187. }
  188. .ricon {
  189. width: 100px;
  190. height: 20px;
  191. margin: 0 10px;
  192. }
  193. }
  194. .formValuetime {
  195. flex: 1;
  196. display: flex;
  197. flex-direction: row;
  198. align-items: center;
  199. }
  200. }
  201. }
  202. .inputFormItem {
  203. display: flex;
  204. align-items: center;
  205. // justify-content: space-between;
  206. font-size: 28px;
  207. .at-input__title {
  208. width: auto;
  209. margin-right: 0;
  210. }
  211. .close {
  212. font-size: 26px;
  213. background: red;
  214. color: #fff;
  215. padding: 10px;
  216. border-radius: 8px;
  217. margin-right: 20px;
  218. }
  219. .at-input input {
  220. font-size: 28px;
  221. // text-align: right;
  222. }
  223. .at-input__input {
  224. padding-right: 0;
  225. }
  226. .at-input {
  227. width: 100%;
  228. margin-left: 0;
  229. padding: 10px 0;
  230. .at-input__title {
  231. font-size: 28px;
  232. color: #000000;
  233. }
  234. .at-input__input {
  235. font-size: 28px;
  236. }
  237. }
  238. .at-input::after {
  239. border: 0;
  240. }
  241. }
  242. .inputFormItems {
  243. display: flex;
  244. align-items: center;
  245. justify-content: space-between;
  246. font-size: 28px;
  247. margin: 5px 0;
  248. .formName {
  249. // min-width: 160px;
  250. }
  251. .close {
  252. font-size: 26px;
  253. background: red;
  254. color: #fff;
  255. padding: 10px;
  256. border-radius: 8px;
  257. }
  258. .at-input input {
  259. font-size: 28px;
  260. }
  261. .at-input {
  262. width: 70%;
  263. margin-left: 0;
  264. padding: 15px 0;
  265. .at-input__title {
  266. font-size: 28px;
  267. color: #000000;
  268. }
  269. .at-input__input {
  270. font-size: 28px;
  271. }
  272. }
  273. .at-input::after {
  274. border: 0;
  275. }
  276. }
  277. .tips {
  278. color: #ff0000;
  279. font-size: 20px;
  280. // margin-left: 20px;
  281. }
  282. .bottom {
  283. width: 60%;
  284. padding: 30px 0;
  285. margin: 0 auto;
  286. }
  287. }
  288. .at-modal__container {
  289. width: 710px;
  290. }
  291. .modal {
  292. // min-height: 400px;
  293. .picker {
  294. display: flex;
  295. flex-direction: row;
  296. align-items: center;
  297. margin: 25px 0 20px;
  298. .ptit {
  299. display: flex;
  300. flex-direction: row;
  301. margin-right: 16px;
  302. width: 172px;
  303. font-size: 28px;
  304. line-height: 1.5;
  305. vertical-align: middle;
  306. text-align: left;
  307. }
  308. picker {
  309. width: 70%;
  310. }
  311. }
  312. .at-input input {
  313. font-size: 28px;
  314. }
  315. .at-input {
  316. width: 100%;
  317. margin-left: 0;
  318. padding: 15px 0;
  319. .at-input__title {
  320. font-size: 28px;
  321. color: #000000;
  322. }
  323. .at-input__input {
  324. font-size: 28px;
  325. }
  326. }
  327. .at-input::after {
  328. border: 0;
  329. }
  330. .pub {
  331. display: flex;
  332. flex-direction: row;
  333. align-items: center;
  334. padding: 15px 0;
  335. // margin: 25px 0 20px;
  336. .ptit {
  337. display: flex;
  338. flex-direction: row;
  339. margin-right: 16px;
  340. width: 172px;
  341. font-size: 28px;
  342. line-height: 1.5;
  343. vertical-align: middle;
  344. text-align: left;
  345. }
  346. .ptxt {
  347. width: 70%;
  348. display: flex;
  349. flex-direction: row;
  350. align-items: center;
  351. flex-wrap: nowrap;
  352. .pin {
  353. text-align: center;
  354. border-bottom: 1px solid #eae8e8;
  355. }
  356. .pick {
  357. display: flex;
  358. flex-direction: row;
  359. flex-wrap: nowrap;
  360. // font-size: 28px;
  361. .ptime {
  362. text-align: center;
  363. border-bottom: 1px solid #eae8e8;
  364. }
  365. }
  366. .ricon {
  367. width: 200px;
  368. height: 20px;
  369. }
  370. .icons {
  371. width: 200px;
  372. height: 40px;
  373. }
  374. }
  375. }
  376. }