style.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. @font-face {
  2. font-family: "o2WorkApplication"; /* Project id 3538045 */
  3. src: url('../x_component_process_Application/$Main/default/fonts/iconfont.woff2?t=1678685748483') format('woff2'),
  4. url('../x_component_process_Application/$Main/default/fonts/iconfont.woff?t=1678685748483') format('woff'),
  5. url('../x_component_process_Application/$Main/default/fonts/iconfont.ttf?t=1678685748483') format('truetype'),
  6. url('../x_component_process_Application/$Main/default/fonts/iconfont.svg?t=1678685748483#o2WorkApplication') format('svg');
  7. }
  8. .o2WorkApplication {
  9. font-family: "o2WorkApplication" !important;
  10. font-style: normal;
  11. font-weight: normal;
  12. font-variant: normal;
  13. text-transform: none;
  14. line-height: 1;
  15. -webkit-font-smoothing: antialiased;
  16. -moz-osx-font-smoothing: grayscale;
  17. }
  18. .icon-delete:before {
  19. content: "\e619";
  20. }
  21. .icon-icon__chakan:before {
  22. content: "\e609";
  23. }
  24. .icon-xuanzhong:before {
  25. content: "\e605";
  26. }
  27. .icon-right:before {
  28. content: "\e783";
  29. }
  30. .icon-left:before {
  31. content: "\e67e";
  32. }
  33. .icon-add:before {
  34. content: "\e610";
  35. }
  36. .icon-workCompleted:before {
  37. content: "\e614";
  38. }
  39. .icon-serial:before {
  40. content: "\e615";
  41. }
  42. .icon-dict:before {
  43. content: "\e616";
  44. }
  45. .icon-snap:before {
  46. content: "\e617";
  47. }
  48. .icon-work:before {
  49. content: "\e618";
  50. }
  51. .icon-icon_liebiao1:before {
  52. content: "\e60e";
  53. }
  54. .icon-taskDone:before {
  55. content: "\e60f";
  56. }
  57. .icon-task:before {
  58. content: "\e612";
  59. }
  60. .icon-read:before {
  61. content: "\e603";
  62. }
  63. .icon-readDone:before {
  64. content: "\e604";
  65. }
  66. .icon-icon_sousuo:before {
  67. content: "\e606";
  68. }
  69. .icon-zhankai:before {
  70. content: "\5c55";
  71. }
  72. .icon-icon_saixuan:before {
  73. content: "\e607";
  74. }
  75. .icon-icon_shu_ju_shi_tu:before {
  76. content: "\e60a";
  77. }
  78. .icon-icon_allwendang:before {
  79. content: "\e60b";
  80. }
  81. .icon-draft:before {
  82. content: "\e60c";
  83. }
  84. .appNode{
  85. overflow: hidden;
  86. height: 100%;
  87. }
  88. .menuArea{
  89. max-width: 300px;
  90. min-width: 250px;
  91. height: 100%;
  92. background: #FFFFFF;
  93. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  94. float: left;
  95. }
  96. .menu{
  97. margin: 0;
  98. user-select: none;
  99. height:calc(100% - 55px);
  100. overflow: auto;
  101. }
  102. .menuTitle{
  103. margin: 0 20px;
  104. max-height: 80px;
  105. overflow: hidden;
  106. font-size: 16px;
  107. color: #333333;
  108. line-height: 40px;
  109. border-bottom: 1px solid #E6E6E6;
  110. }
  111. .menuTitleText{
  112. float: left;
  113. width: 160px;
  114. }
  115. .menuTitleIcon{
  116. width: 40px;
  117. height: 40px;
  118. background-position: center;
  119. background-repeat: no-repeat;
  120. background-size: 20px 20px;
  121. float : left;
  122. }
  123. .menuTitleAction {
  124. text-align: right;
  125. width: 40px;
  126. height: 40px;
  127. float: right;
  128. cursor: pointer;
  129. color: #4A90E2;
  130. }
  131. .menuDivider{
  132. margin: 0 40px;
  133. border-bottom: 1px solid #f1f2f4;
  134. }
  135. .menuItem{
  136. height: 40px;
  137. cursor: pointer;
  138. }
  139. .menuItem_current{
  140. background-color: #EBF1F7;
  141. }
  142. .menuItem_over{
  143. background-color: #F7F7F7;
  144. }
  145. .menuItemIcon {
  146. margin-left: 20px;
  147. height: 16px;
  148. width: 16px;
  149. padding: 11px 10px 12px 0;
  150. float: left;
  151. color: #999999;
  152. }
  153. .menuItemAction {
  154. text-align: right;
  155. width: 20px;
  156. line-height: 40px;
  157. float: right;
  158. cursor: pointer;
  159. color: #4A90E2;
  160. margin-right: 20px;
  161. }
  162. .menuItemCount{
  163. margin-right: 20px;
  164. float: right;
  165. width: 60px;
  166. font-size: 12px;
  167. color: #999999;
  168. line-height: 40px;
  169. text-align: right;
  170. }
  171. .menuItemText{
  172. float:left;
  173. height: 40px;
  174. line-height: 40px;
  175. color: #666666;
  176. width : 120px;
  177. overflow: hidden;
  178. }
  179. .skeleton {
  180. padding: 10px 30px;
  181. }
  182. .skeleton_item {
  183. height: 16px;
  184. border-radius: 15px;
  185. margin-top: 20px;
  186. background: #f2f2f2;
  187. }
  188. .st_processList{
  189. padding: 10px 20px;
  190. overflow: hidden;
  191. }
  192. .st_processItemArea{
  193. height: 30px;
  194. color: #666666;
  195. line-height: 30px;
  196. overflow: hidden;
  197. float: left;
  198. margin-right: 20px;
  199. }
  200. .st_processItem{
  201. cursor: pointer;
  202. height: 30px;
  203. line-height: 30px;
  204. overflow: hidden;
  205. float: left;
  206. padding: 0 10px;
  207. border-radius: 20px;
  208. user-select: none;
  209. }
  210. .contentArea {
  211. height: 100%;
  212. background: #F0F0F0;
  213. display: flex;
  214. flex-direction:column;
  215. }
  216. .content{
  217. height: 100%;
  218. margin: 10px;
  219. background: #FFFFFF;
  220. border-radius: 4px;
  221. overflow: auto;
  222. display: flex;
  223. flex-direction: column;
  224. }
  225. .contentTitle{
  226. padding: 0px 20px;
  227. }
  228. .contentList{
  229. height: calc(100% - 150px);
  230. overflow: auto;
  231. padding: 0 20px;
  232. position: relative;
  233. }
  234. .contentList::-webkit-scrollbar {
  235. width: 8px;
  236. }
  237. .contentList::-webkit-scrollbar-track {
  238. background-color: #e2dfdf;
  239. -webkit-border-radius: 2em;
  240. -moz-border-radius: 2em;
  241. border-radius:2em;
  242. }
  243. .contentList::-webkit-scrollbar-thumb {
  244. background-color: #d0d0d0;
  245. -webkit-border-radius: 2em;
  246. -moz-border-radius: 2em;
  247. border-radius:2em;
  248. }
  249. .contentList table {
  250. width:100%;
  251. border-spacing: 0;
  252. table-layout: fixed;
  253. border-collapse: collapse;
  254. }
  255. .contentList tr {
  256. border-bottom: 1px solid #E6E6E6;
  257. }
  258. .contentList tr:hover {
  259. background: #F7F7F7;
  260. }
  261. .contentList td {
  262. height: 40px;
  263. line-height: 40px;
  264. color: #333333;
  265. font-weight: 400;
  266. text-align: left;
  267. padding-left: 4px;
  268. }
  269. .toolBarList{
  270. /*height: 40px;*/
  271. padding: 0px 20px;
  272. margin-bottom: 10px;
  273. }
  274. .contentBottom{
  275. height: 80px;
  276. display: flex;
  277. justify-content: center;
  278. align-items: center;
  279. }
  280. .contentPageArea{
  281. height: 60px;
  282. }
  283. .firstPage, .lastPage, .pageItem, .prevPage, .nextPage{
  284. height: 24px;
  285. width: 80px;
  286. border-radius: 12px;
  287. background: #FFFFFF;
  288. border: 1px solid #E6E6E6;
  289. font-size: 12px;
  290. line-height: 24px;
  291. text-align: center;
  292. cursor: pointer;
  293. }
  294. .firstPage{
  295. float: left;
  296. }
  297. .lastPage {
  298. float: right;
  299. margin-left: 10px;
  300. }
  301. .prevPage{
  302. float: left;
  303. margin-left: 10px;
  304. width: 24px;
  305. font-size: 24px;
  306. color: #999999;
  307. }
  308. .nextPage{
  309. float: right;
  310. margin-left: 10px;
  311. width: 24px;
  312. font-size: 24px;
  313. color: #999999;
  314. }
  315. .pageNumberArea{
  316. float: left;
  317. }
  318. .pageItem{
  319. float: left;
  320. width: 24px;
  321. margin-left: 10px;
  322. }
  323. .contentTitleArea {
  324. overflow: hidden;
  325. }
  326. .contentTitleArea table{
  327. width:100%;
  328. border-spacing: 0;
  329. table-layout: fixed;
  330. border-collapse: collapse;
  331. }
  332. .contentTitleArea table th{
  333. height: 40px;
  334. background: #F0F0F0;
  335. color: #333333;
  336. font-weight: 400;
  337. text-align: left;
  338. padding-left: 4px;
  339. }
  340. /*list*/
  341. .listItem{
  342. background: #FFFFFF;
  343. border-bottom: 1px solid #E6E6E6;
  344. cursor: pointer;
  345. overflow: hidden;
  346. }
  347. .listItem_over{
  348. background: #F7F7F7;
  349. }
  350. .selectFlag{
  351. float: left;
  352. width: 50px;
  353. text-align: center;
  354. }
  355. .selectFlagIcon{
  356. color: #cccccc;
  357. width: 12px;
  358. height: 12px;
  359. border: 1px solid #cccccc;
  360. border-radius: 20px;
  361. margin-left : 20px;
  362. }
  363. .selectFlagArea_disabled{
  364. opacity: 0;
  365. }
  366. .selectFlagIcon_select{
  367. border: 0;
  368. }
  369. .emptyListArea{
  370. position: absolute;
  371. top: 40%;
  372. left: 50%;
  373. height: 120px;
  374. transform: translateX(-50%) translateY(-50%);
  375. }
  376. .emptyListIcon{
  377. width: 72px;
  378. height: 72px;
  379. background-image: url(../x_component_process_Application/$Main/default/empty.png);
  380. background-position: center;
  381. background-repeat: no-repeat;
  382. margin: auto;
  383. }
  384. .emptyListText{
  385. height: 22px;
  386. font-size: 16px;
  387. color: #CCCCCC;
  388. line-height: 22px;
  389. }
  390. .toolgroupNode{
  391. padding-right: 10px;
  392. display: flex;
  393. float: left;
  394. }
  395. .toolItemNode_single{
  396. border-radius: 15px;
  397. }
  398. .toolItemNode_left{
  399. border-top-left-radius: 15px;
  400. border-bottom-left-radius: 15px;
  401. border-right: 1px solid rgba(204,204,204,1);;
  402. }
  403. .toolItemNode_right{
  404. border-top-right-radius: 15px;
  405. border-bottom-right-radius: 15px;
  406. }
  407. .toolItemNode_center{
  408. border-right: 1px solid rgba(204,204,204,1);;
  409. }
  410. /*
  411. common
  412. */
  413. .button{
  414. }
  415. .textarea {
  416. width: 100%;
  417. border-radius: 13px;
  418. border: 1px solid rgb(222, 222, 222);
  419. background-color: rgb(255, 255, 255);
  420. margin-left: 10px;
  421. }
  422. .table {
  423. width : 100%;
  424. table-layout: fixed;
  425. }
  426. .table tr:hover{
  427. overflow: hidden;
  428. background-color: rgb(247, 247, 247);
  429. min-height: 29px;
  430. color: rgb(102, 102, 102);
  431. font-size: 14px;
  432. cursor: pointer;
  433. }
  434. .table th {
  435. background-color: rgb(247, 247, 247);
  436. text-align: center;
  437. line-height: 24px;
  438. font-size: 15px;
  439. padding: 8px 0px;
  440. font-weight: normal;
  441. border-top: 1px solid rgb(255, 255, 255);
  442. border-bottom: 1px solid rgb(230, 230, 230);
  443. }
  444. .table td {
  445. height: 39px;
  446. text-align: center;
  447. overflow: hidden;
  448. border-bottom: 1px solid rgb(230, 230, 230);
  449. cursor: pointer;
  450. }
  451. .operateicon{
  452. color : #999999;
  453. margin-right: 5px;
  454. }
  455. .operateicon:hover{
  456. color :#4A90E2
  457. }