index.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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: row;
  42. align-items: center;
  43. flex-wrap: nowrap;
  44. // justify-content: flex-end;
  45. // flex-flow: column nowrap;
  46. // align-items: flex-end;
  47. // justify-content: center;
  48. }
  49. }
  50. .formValueText {
  51. display: block;
  52. width: 452px;
  53. text-overflow: ellipsis;
  54. overflow: hidden;
  55. white-space: nowrap;
  56. }
  57. }
  58. .formValues {
  59. display: flex;
  60. flex: 1;
  61. flex-flow: row nowrap;
  62. .at-textarea {
  63. margin-left: 20px;
  64. }
  65. .at-textarea__textarea {
  66. font-size: 28px;
  67. }
  68. }
  69. .formValueremarks {
  70. display: flex;
  71. flex: 1;
  72. // flex-wrap: wrap;
  73. // margin-left: 20px;
  74. // justify-content: flex-end;
  75. word-break: break-all;
  76. }
  77. }
  78. .formTitle {
  79. font-size: 32px;
  80. font-weight: bold;
  81. border-top: 1px solid #eae8e8;
  82. padding: 20px 0;
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. justify-content: space-between;
  87. .ftBottom {
  88. margin: 0;
  89. }
  90. }
  91. .operation {
  92. display: flex;
  93. flex-flow: row nowrap;
  94. margin: 30px 0;
  95. }
  96. .select {
  97. display: flex;
  98. flex-flow: row nowrap;
  99. justify-content: space-between;
  100. align-items: center;
  101. font-size: 28px;
  102. color: #fff;
  103. background: #6190E8;
  104. margin: 40px auto;
  105. padding: 20px;
  106. border-radius: 20px;
  107. }
  108. .unobstructedList {
  109. .noAccout {
  110. border: 1px solid #eae8e8;
  111. border-radius: 10px;
  112. display: flex;
  113. flex-direction: column;
  114. align-items: center;
  115. padding: 30px 0;
  116. .nbt {
  117. color: #6190E8;
  118. }
  119. }
  120. }
  121. .unItem {
  122. width: 690px;
  123. position: relative;
  124. background: rgba(0, 51, 255, .09);
  125. padding: 20px 30px;
  126. margin: 15px 0 20px -30px;
  127. .formItem {
  128. display: flex;
  129. font-size: 28px;
  130. padding: 10px 0;
  131. align-items: baseline;
  132. .formName {
  133. // min-width: 150px;
  134. // margin-right: 16px;
  135. white-space: nowrap;
  136. display: flex;
  137. }
  138. .formValues {
  139. display: flex;
  140. flex: 1;
  141. }
  142. .formValue {
  143. flex: 1;
  144. display: flex;
  145. flex-flow: row nowrap;
  146. align-items: center;
  147. // justify-content: flex-end;
  148. .ftxt {
  149. // width: 40%;
  150. text-align: right;
  151. }
  152. }
  153. }
  154. }
  155. .inputFormItem {
  156. display: flex;
  157. align-items: center;
  158. justify-content: space-between;
  159. font-size: 28px;
  160. .close {
  161. font-size: 26px;
  162. background: red;
  163. color: #fff;
  164. padding: 10px;
  165. border-radius: 8px;
  166. margin-right: 20px;
  167. }
  168. .at-input input {
  169. font-size: 28px;
  170. }
  171. .at-input {
  172. width: 100%;
  173. margin-left: 0;
  174. padding: 10px 0;
  175. .at-input__title {
  176. font-size: 28px;
  177. color: #000000;
  178. }
  179. .at-input__input {
  180. font-size: 28px;
  181. }
  182. }
  183. .at-input::after {
  184. border: 0;
  185. }
  186. }
  187. .inputFormItems {
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. font-size: 28px;
  192. .close {
  193. font-size: 26px;
  194. background: red;
  195. color: #fff;
  196. padding: 10px;
  197. border-radius: 8px;
  198. margin-right: 20px;
  199. }
  200. .at-input input {
  201. font-size: 28px;
  202. }
  203. .at-input {
  204. width: 70%;
  205. margin-left: 0;
  206. padding: 15px 0;
  207. .at-input__title {
  208. font-size: 28px;
  209. color: #000000;
  210. }
  211. .at-input__input {
  212. font-size: 28px;
  213. }
  214. }
  215. .at-input::after {
  216. border: 0;
  217. }
  218. }
  219. .tips {
  220. color: #ff0000;
  221. font-size: 20px;
  222. margin-left: 20px;
  223. }
  224. .bottom {
  225. width: 60%;
  226. padding: 30px 0;
  227. margin: 0 auto;
  228. }
  229. }
  230. .at-modal__container {
  231. width: 710px;
  232. }
  233. .modal {
  234. // min-height: 400px;
  235. .picker {
  236. display: flex;
  237. flex-direction: row;
  238. align-items: center;
  239. margin: 25px 0 20px;
  240. .ptit {
  241. display: flex;
  242. flex-direction: row;
  243. margin-right: 16px;
  244. width: 172px;
  245. font-size: 28px;
  246. line-height: 1.5;
  247. vertical-align: middle;
  248. text-align: left;
  249. }
  250. picker {
  251. width: 70%;
  252. }
  253. }
  254. .at-input input {
  255. font-size: 28px;
  256. }
  257. .at-input {
  258. width: 100%;
  259. margin-left: 0;
  260. padding: 15px 0;
  261. .at-input__title {
  262. font-size: 28px;
  263. color: #000000;
  264. }
  265. .at-input__input {
  266. font-size: 28px;
  267. }
  268. }
  269. .at-input::after {
  270. border: 0;
  271. }
  272. .pub {
  273. display: flex;
  274. flex-direction: row;
  275. align-items: center;
  276. padding: 15px 0;
  277. // margin: 25px 0 20px;
  278. .ptit {
  279. display: flex;
  280. flex-direction: row;
  281. margin-right: 16px;
  282. width: 172px;
  283. font-size: 28px;
  284. line-height: 1.5;
  285. vertical-align: middle;
  286. text-align: left;
  287. }
  288. .ptxt {
  289. width: 70%;
  290. display: flex;
  291. flex-direction: row;
  292. align-items: center;
  293. flex-wrap: nowrap;
  294. .pin {
  295. text-align: center;
  296. border-bottom: 1px solid #eae8e8;
  297. }
  298. .pick {
  299. display: flex;
  300. flex-direction: row;
  301. flex-wrap: nowrap;
  302. // font-size: 28px;
  303. .ptime {
  304. text-align: center;
  305. border-bottom: 1px solid #eae8e8;
  306. }
  307. }
  308. .ricon {
  309. width: 200px;
  310. height: 20px;
  311. }
  312. }
  313. }
  314. }