formedit.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  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 5%;
  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. height:100px;
  218. position: relative;
  219. user-select: none;
  220. }
  221. .file-ul-li{
  222. width: 100%;
  223. position: relative;
  224. user-select: none;
  225. height: 50px;
  226. border-bottom: 1px solid #E7E7E7;
  227. margin-bottom: 5px;
  228. }
  229. .item-file{
  230. position: absolute;
  231. left: 0;
  232. right: 0;
  233. top: 0;
  234. bottom: 0;
  235. background:#ffffff;
  236. z-index: 100;
  237. transition: 0.3s;
  238. display: -webkit-box;
  239. padding: 3px 8px;
  240. box-sizing: border-box;
  241. }
  242. .item-action{
  243. position: absolute;
  244. width:120px;
  245. right: 0;
  246. top: 0;
  247. bottom: 0;
  248. color: #fff;
  249. text-align: center;
  250. line-height: 100%;
  251. }
  252. .item-action-blue{
  253. color: #ffffff;
  254. background-color: #1E74D5;
  255. width: 50%;
  256. height: 50px;
  257. line-height: 50px;
  258. float: left;
  259. }
  260. .item-action-red{
  261. color: #ffffff;
  262. background-color: #ff0000;
  263. width: 50%;
  264. height: 50px;
  265. line-height: 50px;
  266. float: left;
  267. }
  268. .file-icon{
  269. display: -webkit-box;
  270. width: 45px;
  271. height: 100%;
  272. background-image: url("../../../fawenbg/img/file.png");
  273. background-repeat: no-repeat;
  274. background-position: center center;
  275. background-size: 40px 40px;
  276. }
  277. .file-content{
  278. display: -webkit-box;
  279. -webkit-box-flex: 1;
  280. -webkit-box-orient: vertical;
  281. padding-left: 5px;
  282. }
  283. .file-name{
  284. height: 24px;
  285. line-height: 24px;
  286. text-overflow:ellipsis;
  287. overflow:hidden;
  288. width:100%;
  289. }
  290. .file-date{
  291. -webkit-box-flex: 1;
  292. height: 20px;
  293. line-height: 20px;
  294. font-size: 13px;
  295. color: #aaaaaa;
  296. }
  297. .edit-input-box .option-box{
  298. margin: 8px 0px 8px 10px;
  299. display: -webkit-box;
  300. -webkit-box-flex: 1;
  301. -webkit-box-orient: vertical;
  302. border: 1px solid #E7E7E7;
  303. padding:5px 0px;
  304. }
  305. .option-box-content{
  306. display: -webkit-box;
  307. line-height: 22px;
  308. -webkit-box-flex: 1;
  309. -webkit-box-pack: end;
  310. padding:0px 8px;
  311. margin-bottom: 5px;
  312. word-break: break-all;
  313. }
  314. .option-box-name,
  315. .option-box-date{
  316. display: -webkit-box;
  317. line-height: 25px;
  318. -webkit-box-flex: 1;
  319. -webkit-box-pack: end;
  320. padding:0px 8px;
  321. }
  322. .option-box-btn{
  323. display: -webkit-box;
  324. line-height: 25px;
  325. -webkit-box-flex: 1;
  326. -webkit-box-pack: end;
  327. padding:0px 8px;
  328. margin-top: 5px;
  329. }
  330. .option-box-btn-green{
  331. display: -webkit-box;
  332. width: 50px;
  333. height: 24px;
  334. background-color: #19be6b;
  335. color: #ffffff;
  336. -webkit-box-pack: center;
  337. -webkit-box-align: center;
  338. margin-right: 20px;
  339. border-radius: 4px;
  340. }
  341. .option-box-btn-red{
  342. display: -webkit-box;
  343. width: 50px;
  344. height: 24px;
  345. background-color: #ff2222;
  346. color: #ffffff;
  347. -webkit-box-pack: center;
  348. -webkit-box-align: center;
  349. border-radius: 4px;
  350. }
  351. .option-box-btn-blue{
  352. display: -webkit-box;
  353. width: 50px;
  354. height: 24px;
  355. background-color: #1E74D5;
  356. color: #ffffff;
  357. -webkit-box-pack: center;
  358. -webkit-box-align: center;
  359. border-radius: 4px;
  360. }
  361. .edit-input-box-btn{
  362. display: -webkit-box;
  363. -webkit-box-align: center;
  364. -webkit-box-pack: end;
  365. padding-right: 10px;
  366. margin-bottom: 8px;
  367. }
  368. .send-box{
  369. position: absolute;
  370. top: 45px;
  371. bottom: 40px;
  372. left: 0px;
  373. right: 0px;
  374. overflow: auto;
  375. }
  376. .weui-search-bar__btn {
  377. position: absolute;
  378. right: 0px;
  379. top: 1px;
  380. width: 50px;
  381. height: 26px;
  382. line-height: 26px;
  383. font-size: 14px;
  384. box-sizing: content-box;
  385. background: #1E74D5;
  386. color: #ffffff;
  387. text-align: center;
  388. border-radius: 4px;
  389. }
  390. .send-btn-box{
  391. width: 100%;
  392. overflow:hidden;
  393. padding:10px 8px 5px 8px;
  394. background-color: #ffffff;
  395. box-sizing: border-box;
  396. }
  397. .send-btn-item{
  398. float: left;
  399. padding: 4px 10px;
  400. background-color: #ffffff;
  401. border-radius: 6px;
  402. margin-right: 15px;
  403. margin-bottom: 10px;
  404. border: 1px solid #dddddd;
  405. }
  406. .send-btn-title{
  407. width: 100%;
  408. height: 30px;
  409. line-height: 30px;
  410. margin-bottom: 10px;
  411. text-indent: 8px;
  412. border-bottom: 1px solid #dddddd;
  413. }
  414. .send-btn-item.active{
  415. background-color: #1E74D5;
  416. color: #ffffff;
  417. border: 1px solid #1E74D5;
  418. }
  419. .send-user-box{
  420. width: 100%;
  421. overflow:hidden;
  422. padding:10px 8px 5px 8px;
  423. background-color: #ffffff;
  424. box-sizing: border-box;
  425. margin-top: 10px;
  426. }
  427. .send-user-title{
  428. width: 100%;
  429. height: 30px;
  430. line-height: 30px;
  431. text-indent: 8px;
  432. border-bottom: 1px solid #dddddd;
  433. }
  434. .send-user-name{
  435. font-size: 15px;
  436. }
  437. .send-user-depart{
  438. font-size: 14px;
  439. color: #666666;
  440. }
  441. .option-box-content img{
  442. width: 100%;
  443. }