index.less 6.5 KB

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