formedit.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. .active-tab {
  2. display: -webkit-box;
  3. width: 100%;
  4. background-color: #ffffff;
  5. height: 42px;
  6. box-sizing: border-box;
  7. }
  8. .active-tab .tab-item {
  9. display: -webkit-box;
  10. -webkit-box-flex: 1;
  11. height: 30px;
  12. margin-top: 6px;
  13. padding: 0px 2%;
  14. }
  15. .active-tab .tab-item div {
  16. display:-webkit-box;
  17. width: 100%;
  18. height: 100%;
  19. -webkit-box-pack: center;
  20. -webkit-box-align: center;
  21. font-size: 14px;
  22. }
  23. .active-tab .tab-item div.active {
  24. border-bottom: 2px solid #3da9f1;
  25. }
  26. .action-bar{
  27. display: -webkit-box;
  28. width: 100%;
  29. height: 40px;
  30. position: fixed;
  31. bottom: 0px;
  32. }
  33. .action-bar>div{
  34. display: -webkit-box;
  35. -webkit-box-flex: 1;
  36. height: 100%;
  37. -webkit-box-pack: center;
  38. -webkit-box-align: center;
  39. cursor: pointer;
  40. box-sizing: border-box;
  41. }
  42. .save-btn{
  43. background-color: #1E74D5;
  44. color: #ffffff;
  45. border: 1px solid #bbbbbb;
  46. }
  47. .send-btn2{
  48. background-color: #1E74D5;
  49. color: #ffffff;
  50. border: 1px solid #bbbbbb;
  51. }
  52. .send-btn{
  53. background-color: #ffffff;
  54. border-top: 1px solid #bbbbbb;
  55. border-bottom: 1px solid #bbbbbb;
  56. border-right: 1px solid #bbbbbb;
  57. }
  58. .content-box{
  59. position: absolute;
  60. top: 50px;
  61. bottom: 40px;
  62. left: 0px;
  63. right: 0px;
  64. overflow: auto;
  65. }
  66. .edit-box {
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. padding: 10px;
  70. font-size: 14px;
  71. background-color: #ffffff;
  72. margin-bottom: 10px;
  73. }
  74. .edit-box-item {
  75. display: -webkit-box;
  76. border-bottom: 1px solid #E7E7E7;
  77. margin-bottom: 5px;
  78. }
  79. .edit-name {
  80. display: -webkit-box;
  81. height: 35px;
  82. line-height: 35px;
  83. margin-right: 10px;
  84. text-indent: 2px;
  85. color: #aaaaaa;
  86. }
  87. .edit-box-item .edit-input-box {
  88. -webkit-box-flex: 1;
  89. margin-right: 8px;
  90. }
  91. .edit-box-item .text-input {
  92. width: 100%;
  93. height: 35px;
  94. font-size: 14px;
  95. line-height: 35px;
  96. color: #333333;
  97. text-align: right;
  98. }
  99. .edit-box-item .text-area {
  100. width: 100%;
  101. height: 70px;
  102. border: none;
  103. outline: none;
  104. line-height: 22px;
  105. padding: 6px 0px;
  106. font-size: 14px;
  107. font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif !important;
  108. color: #333333;
  109. text-align: right;
  110. }
  111. .router-list,
  112. .file-list
  113. {
  114. display: -webkit-box;
  115. -webkit-box-orient: vertical;
  116. padding: 10px 0px 10px 0px;
  117. }
  118. .time-line{
  119. display: -webkit-box;
  120. list-style: none;
  121. margin: 0px 30px 0px 30px;
  122. padding-left: 20px;
  123. border-left: 4px solid #eee9dc;
  124. -webkit-box-orient: vertical;
  125. -webkit-box-flex: 1;
  126. }
  127. .time-line li {
  128. display: -webkit-box;
  129. position: relative;
  130. border:1px solid #eee9dc;
  131. padding: 8px;
  132. -webkit-box-orient: vertical;
  133. -webkit-box-flex: 1;
  134. border-radius: 6px;
  135. }
  136. .time-line li:first-child{
  137. margin: 25px 0px 10px 0px;
  138. }
  139. .time-line li:last-child{
  140. margin: 10px 0px 25px 0px;
  141. }
  142. .time-line li{
  143. margin: 10px 0px 10px 0px;
  144. }
  145. .circle {
  146. margin-top: -10px;
  147. top: 12px;
  148. left: -33px;
  149. width: 10px;
  150. height: 10px;
  151. background: #1E74D5;
  152. border: 5px solid #eee9dc;
  153. border-radius: 50%;
  154. display: block;
  155. position: absolute;
  156. }
  157. .ul-content{
  158. display: -webkit-box;
  159. -webkit-box-orient: vertical;
  160. margin-top: 8px;
  161. }
  162. .item-content{
  163. display: -webkit-box;
  164. line-height: 22px;
  165. }
  166. .item-content:not(:last-of-type){
  167. margin-bottom: 6px;
  168. }
  169. .item-content-left{
  170. display: -webkit-box;
  171. width: 40px;
  172. }
  173. .item-content-right{
  174. display: -webkit-box;
  175. -webkit-box-flex: 1;
  176. }
  177. .item-name{
  178. display:-webkit-box;
  179. width:100%;
  180. line-height: 25px;
  181. }
  182. .ul-content{
  183. display: -webkit-box;
  184. }
  185. .start-node{
  186. width: 36px;
  187. height: 36px;
  188. background: #1E74D5;
  189. margin-left: 10px;
  190. margin-top: 10px;
  191. color: #ffffff;
  192. line-height: 36px;
  193. text-align: center;
  194. border: 5px solid #eee9dc;
  195. border-radius: 50%;
  196. }
  197. .end-node{
  198. width: 36px;
  199. height: 36px;
  200. background: #1E74D5;
  201. margin-left: 10px;
  202. margin-bottom: 10px;
  203. color: #ffffff;
  204. line-height: 36px;
  205. text-align: center;
  206. border: 5px solid #eee9dc;
  207. border-radius: 50%;
  208. }
  209. .now-node .circle{
  210. background: orange !important;
  211. }
  212. .now-node{
  213. border:1px solid orange !important;
  214. }
  215. .file-ul{
  216. width: 100%;
  217. position: relative;
  218. user-select: none;
  219. }
  220. .file-ul-li{
  221. width: 100%;
  222. position: relative;
  223. user-select: none;
  224. height: 50px;
  225. border-bottom: 1px solid #E7E7E7;
  226. margin-bottom: 5px;
  227. }
  228. .item-file{
  229. position: absolute;
  230. left: 0;
  231. right: 0;
  232. top: 0;
  233. bottom: 0;
  234. background:#ffffff;
  235. z-index: 100;
  236. transition: 0.3s;
  237. display: -webkit-box;
  238. padding: 3px 8px;
  239. box-sizing: border-box;
  240. }
  241. .item-action{
  242. position: absolute;
  243. width:120px;
  244. right: 0;
  245. top: 0;
  246. bottom: 0;
  247. color: #fff;
  248. text-align: center;
  249. line-height: 100%;
  250. }
  251. .item-action-blue{
  252. color: #ffffff;
  253. background-color: #1E74D5;
  254. width: 50%;
  255. height: 50px;
  256. line-height: 50px;
  257. float: left;
  258. }
  259. .item-action-red{
  260. color: #ffffff;
  261. background-color: #ff0000;
  262. width: 50%;
  263. height: 50px;
  264. line-height: 50px;
  265. float: left;
  266. }
  267. .file-icon{
  268. display: -webkit-box;
  269. width: 45px;
  270. height: 100%;
  271. background-image: url("../../../fawenbg/img/file.png");
  272. background-repeat: no-repeat;
  273. background-position: center center;
  274. background-size: 35px 35px;
  275. }
  276. .file-content{
  277. display: -webkit-box;
  278. -webkit-box-flex: 1;
  279. -webkit-box-orient: vertical;
  280. padding-left: 5px;
  281. }
  282. .file-name{
  283. height: 24px;
  284. line-height: 24px;
  285. text-overflow:ellipsis;
  286. overflow:hidden;
  287. width:100%;
  288. }
  289. .file-date{
  290. -webkit-box-flex: 1;
  291. height: 20px;
  292. line-height: 20px;
  293. font-size: 13px;
  294. color: #aaaaaa;
  295. }
  296. .edit-input-box .option-box{
  297. margin: 8px 0px 8px 10px;
  298. display: -webkit-box;
  299. -webkit-box-flex: 1;
  300. -webkit-box-orient: vertical;
  301. border: 1px solid #E7E7E7;
  302. padding:5px 0px;
  303. }
  304. .option-box-content{
  305. display: -webkit-box;
  306. line-height: 22px;
  307. -webkit-box-flex: 1;
  308. -webkit-box-pack: end;
  309. padding:0px 8px;
  310. margin-bottom: 5px;
  311. word-break: break-all;
  312. }
  313. .option-box-name,
  314. .option-box-date{
  315. display: -webkit-box;
  316. line-height: 25px;
  317. -webkit-box-flex: 1;
  318. -webkit-box-pack: end;
  319. padding:0px 8px;
  320. }
  321. .option-box-btn{
  322. display: -webkit-box;
  323. line-height: 25px;
  324. -webkit-box-flex: 1;
  325. -webkit-box-pack: end;
  326. padding:0px 8px;
  327. margin-top: 5px;
  328. }
  329. .option-box-btn-green{
  330. display: -webkit-box;
  331. width: 50px;
  332. height: 24px;
  333. background-color: #19be6b;
  334. color: #ffffff;
  335. -webkit-box-pack: center;
  336. -webkit-box-align: center;
  337. margin-right: 20px;
  338. border-radius: 4px;
  339. }
  340. .option-box-btn-red{
  341. display: -webkit-box;
  342. width: 50px;
  343. height: 24px;
  344. background-color: #ff2222;
  345. color: #ffffff;
  346. -webkit-box-pack: center;
  347. -webkit-box-align: center;
  348. border-radius: 4px;
  349. }
  350. .option-box-btn-blue{
  351. display: -webkit-box;
  352. width: 50px;
  353. height: 24px;
  354. background-color: #1E74D5;
  355. color: #ffffff;
  356. -webkit-box-pack: center;
  357. -webkit-box-align: center;
  358. border-radius: 4px;
  359. }
  360. .edit-input-box-btn{
  361. display: -webkit-box;
  362. -webkit-box-align: center;
  363. -webkit-box-pack: end;
  364. padding-right: 10px;
  365. margin-bottom: 8px;
  366. }
  367. .send-box{
  368. position: absolute;
  369. top: 45px;
  370. bottom: 40px;
  371. left: 0px;
  372. right: 0px;
  373. overflow: auto;
  374. }
  375. .weui-search-bar__btn {
  376. position: absolute;
  377. right: 0px;
  378. top: 1px;
  379. width: 50px;
  380. height: 26px;
  381. line-height: 26px;
  382. font-size: 14px;
  383. box-sizing: content-box;
  384. background: #1E74D5;
  385. color: #ffffff;
  386. text-align: center;
  387. border-radius: 4px;
  388. }
  389. .send-btn-box{
  390. width: 100%;
  391. overflow:hidden;
  392. padding:10px 8px 5px 8px;
  393. background-color: #ffffff;
  394. box-sizing: border-box;
  395. }
  396. .send-btn-item{
  397. float: left;
  398. padding: 4px 10px;
  399. background-color: #ffffff;
  400. border-radius: 6px;
  401. margin-right: 15px;
  402. margin-bottom: 10px;
  403. border: 1px solid #dddddd;
  404. }
  405. .send-btn-title{
  406. width: 100%;
  407. height: 30px;
  408. line-height: 30px;
  409. margin-bottom: 10px;
  410. text-indent: 8px;
  411. border-bottom: 1px solid #dddddd;
  412. }
  413. .send-btn-item.active{
  414. background-color: #1E74D5;
  415. color: #ffffff;
  416. border: 1px solid #1E74D5;
  417. }
  418. .send-user-box{
  419. width: 100%;
  420. overflow:hidden;
  421. padding:10px 8px 5px 8px;
  422. background-color: #ffffff;
  423. box-sizing: border-box;
  424. margin-top: 10px;
  425. }
  426. .send-user-title{
  427. width: 100%;
  428. height: 30px;
  429. line-height: 30px;
  430. text-indent: 8px;
  431. border-bottom: 1px solid #dddddd;
  432. }
  433. .send-user-name{
  434. font-size: 15px;
  435. }
  436. .send-user-depart{
  437. font-size: 14px;
  438. color: #666666;
  439. }
  440. .option-box-content img{
  441. width: 100%;
  442. }
  443. .file-title{
  444. display: -webkit-box;
  445. height: 35px;
  446. -webkit-box-align: center;
  447. padding: 0px 12px;
  448. margin-top: 8px;
  449. }
  450. .file-list-file{
  451. display: -webkit-box;
  452. -webkit-box-orient: vertical;
  453. padding: 0px 0px 0px 0px;
  454. }
  455. .office-box{
  456. position: absolute;
  457. top: 0px;
  458. bottom: 40px;
  459. left: 0px;
  460. right: 0px;
  461. overflow: auto;
  462. }