style.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  1. @font-face {
  2. font-family: 'ooicon';
  3. src:
  4. url('/x_desktop/css/v10/ooicon.ttf') format('truetype'),
  5. url('/x_desktop/css/v10/ooicon.woff') format('woff'),
  6. url('/x_desktop/css/v10/ooicon.svg') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. oo-button,
  12. oo-tag,
  13. oo-org {
  14. display: inline-block;
  15. border-radius: var(--oo-default-radius);
  16. }
  17. oo-input, oo-select, oo-textarea, oo-datetime{
  18. display: inline-block;
  19. border-radius: var(--oo-default-radius);
  20. color: var(--oo-color-text2);
  21. }
  22. oo-selector {
  23. display: block;
  24. border-radius: var(--oo-default-radius);
  25. color: var(--oo-color-text2);
  26. }
  27. oo-input:focus,
  28. oo-textarea:focus {
  29. color: var(--oo-color-text2);
  30. }
  31. oo-capsulae {
  32. display: contents;
  33. }
  34. oo-code-editor {
  35. display: block;
  36. border-top-left-radius: var(--oo-menu-radius);
  37. border-top-right-radius: var(--oo-menu-radius);
  38. height: 12rem;
  39. resize: vertical;
  40. overflow: auto;
  41. }
  42. oo-code-editor.max {
  43. position: absolute;
  44. width: 100% !important;
  45. height: 100% !important;
  46. top: 0 !important;
  47. left: 0 !important;
  48. z-index: 20000;
  49. resize: none;
  50. }
  51. oo-radio,
  52. oo-checkbox {
  53. display: inline-block;
  54. line-height: 1.5em;
  55. padding: 0.1em 1em 0.1em 0;
  56. }
  57. oo-radio-group,
  58. oo-checkbox-group {
  59. display: inline-block;
  60. }
  61. oo-pagination {
  62. display: block;
  63. font-size: 0.875rem;
  64. }
  65. oo-menu,
  66. oo-dialog {
  67. font-size: 0.875rem;
  68. position: absolute;
  69. z-index: 10000;
  70. border-radius: var(--oo-menu-radius);
  71. border: 1px solid var(--oo-menu-border-color);
  72. box-shadow: var(--oo-menu-shadow);
  73. background-color: var(--oo-menu-bg-color);
  74. display: flex;
  75. justify-content: flex-start;
  76. align-items: flex-start;
  77. flex-direction: column;
  78. flex-wrap: nowrap;
  79. user-select: none;
  80. overflow: hidden;
  81. visibility: hidden;
  82. transform-origin: 0 0;
  83. opacity: 0;
  84. }
  85. oo-dialog {
  86. box-shadow: var(--oo-dialog-shadow);
  87. top: 0;
  88. }
  89. oo-dialog.resize {
  90. resize: both;
  91. }
  92. oo-menu.transition,
  93. oo-dialog.transition {
  94. transition: scale 0.2s;
  95. }
  96. oo-menu.show,
  97. oo-dialog.show {
  98. visibility: visible;
  99. opacity: 1;
  100. top: unset;
  101. }
  102. oo-card {
  103. display: inline-block;
  104. border-radius: var(--oo-area-radius);
  105. }
  106. oo-calendar {
  107. width: 25em;
  108. height: 20em;
  109. display: block;
  110. border-radius: 0.25rem;
  111. box-shadow: 0 0 0 1px var(--oo-color-gray-d);
  112. }
  113. oo-calendar[year-only='true'],
  114. oo-calendar[date-only='true'],
  115. oo-calendar[month-only='true'] {
  116. width: 18em;
  117. }
  118. oo-calendar[week-only='true'] {
  119. width: 19em;
  120. }
  121. oo-calendar[time-only='true'] {
  122. width: 10em;
  123. }
  124. oo-calendar[time-only='true'][second-enable='false'] {
  125. width: 6rem;
  126. }
  127. oo-menu-item {
  128. display: contents;
  129. }
  130. oo-menu-item .icon {
  131. min-width: 1.2em;
  132. }
  133. oo-menu-item .item {
  134. display: contents;
  135. }
  136. oo-menu-item hr {
  137. width: 100%;
  138. padding: 0;
  139. margin: 0;
  140. }
  141. oo-menu-item oo-radio,
  142. oo-menu-item oo-checkbox {
  143. width: 100%;
  144. }
  145. oo-menu-item hr {
  146. width: 100%;
  147. padding: 0;
  148. margin: 0;
  149. }
  150. oo-menu-item .label {
  151. padding-right: 1.8em;
  152. padding-left: 0.5em;
  153. }
  154. .oo-dialog-modal {
  155. position: absolute;
  156. width: 100%;
  157. height: 100%;
  158. top: 0;
  159. left: 0;
  160. background-color: var(--oo-color-gray-d);
  161. opacity: 0;
  162. transition: opacity 0.1s;
  163. }
  164. oo-notice {
  165. z-index: 100;
  166. }
  167. oo-notice.default {
  168. opacity: 0;
  169. }
  170. oo-notice.banner {
  171. width: 100%;
  172. opacity: 0;
  173. }
  174. oo-notice.body-center {
  175. left: 50%;
  176. transform: translateX(-50%);
  177. }
  178. oo-notice.absolute {
  179. position: absolute;
  180. }
  181. oo-notice.fixed {
  182. position: fixed;
  183. }
  184. oo-notice.transition {
  185. transition: top 0.3s, left 0.3s, bottom 0.3s, right 0.3s, opacity 0.3s;
  186. }
  187. .hide {
  188. display: none !important;
  189. }
  190. oo-tabs {
  191. display: block;
  192. position: relative;
  193. }
  194. oo-tab {
  195. display: block;
  196. transition: opacity 0.2s;
  197. }
  198. oo-tab.hide {
  199. opacity: 0;
  200. display: none;
  201. }
  202. oo-skeleton {
  203. display: block;
  204. }
  205. oo-icon {
  206. display: inline-block;
  207. width: 100%;
  208. height: 100%;
  209. }
  210. oo-file {
  211. display: inline-block;
  212. }
  213. .v10_dialog_content .MWF_configAttachmentPower>div>div:last-child{
  214. padding: 8px!important;
  215. background-color: #f7f7f7;
  216. }
  217. oo-nav{
  218. display: block;
  219. }
  220. .oo-confirm-icon-info {
  221. color: var(--oo-color-info);
  222. font-size: var(--oo-font-size-larger);
  223. text-align: center;
  224. margin-right: 0.4em;
  225. }
  226. .oo-confirm-icon-warn {
  227. color: var(--oo-color-warn);
  228. font-size: var(--oo-font-size-larger);
  229. text-align: center;
  230. margin-right: 0.4em;
  231. }
  232. .oo-confirm-icon-success {
  233. color: var(--oo-color-success);
  234. font-size: var(--oo-font-size-larger);
  235. text-align: center;
  236. margin-right: 0.4em;
  237. }
  238. .oo-confirm-icon-error {
  239. color: var(--oo-color-error);
  240. font-size: var(--oo-font-size-larger);
  241. text-align: center;
  242. margin-right: 0.4em;
  243. }
  244. .ooicon-loading {
  245. position: relative;
  246. width: 0.875em;
  247. height: 0.875em;
  248. border: 0.125em solid #000;
  249. border-top-color: rgba(0, 0, 0, 0.2);
  250. border-right-color: rgba(0, 0, 0, 0.2);
  251. border-bottom-color: rgba(0, 0, 0, 0.2);
  252. border-radius: 100%;
  253. animation: circle infinite 0.75s linear;
  254. }
  255. @keyframes circle {
  256. 0% {
  257. transform: rotate(0);
  258. }
  259. 100% {
  260. transform: rotate(360deg);
  261. }
  262. }
  263. .ooicon-blank {
  264. width: 0.875em;
  265. height: 0.875em;
  266. }
  267. [class^="ooicon-"],
  268. [class*=" ooicon-"] {
  269. /* use !important to prevent issues with browser extensions that change fonts */
  270. font-family: 'ooicon' !important;
  271. speak: never;
  272. font-style: normal;
  273. font-weight: normal;
  274. font-variant: normal;
  275. text-transform: none;
  276. line-height: 1;
  277. /* Better Font Rendering =========== */
  278. -webkit-font-smoothing: antialiased;
  279. -moz-osx-font-smoothing: grayscale;
  280. }
  281. .ooicon-daiban:before {
  282. content: "\e742";
  283. }
  284. .ooicon-yiban:before {
  285. content: "\e73f";
  286. }
  287. .ooicon-caogao:before {
  288. content: "\e740";
  289. }
  290. .ooicon-daiyue:before {
  291. content: "\e741";
  292. }
  293. .ooicon-ijian:before {
  294. content: "\e743";
  295. }
  296. .ooicon-files:before {
  297. content: "\e73e";
  298. }
  299. .ooicon-upload:before {
  300. content: "\e73d";
  301. }
  302. .ooicon-gprs:before {
  303. content: "\e73b";
  304. }
  305. .ooicon-lashen:before {
  306. content: "\e73c";
  307. }
  308. .ooicon-kaiqi:before {
  309. content: "\e738";
  310. }
  311. .ooicon-jia1:before {
  312. content: "\e739";
  313. }
  314. .ooicon-icon_weikaiqi:before {
  315. content: "\e73a";
  316. }
  317. .ooicon-stop:before {
  318. content: "\e737";
  319. }
  320. .ooicon-jian:before {
  321. content: "\e735";
  322. }
  323. .ooicon-jia:before {
  324. content: "\e736";
  325. }
  326. .ooicon-shuzipaixu:before {
  327. content: "\e72c";
  328. }
  329. .ooicon-zhankai:before {
  330. content: "\e72d";
  331. }
  332. .ooicon-arrow_right:before {
  333. content: "\e72e";
  334. }
  335. .ooicon-jiadian:before {
  336. content: "\e72f";
  337. }
  338. .ooicon-zhedie:before {
  339. content: "\e730";
  340. }
  341. .ooicon-fujian:before {
  342. content: "\e731";
  343. }
  344. .ooicon-arrow_left:before {
  345. content: "\e732";
  346. }
  347. .ooicon-quanping:before {
  348. content: "\e733";
  349. }
  350. .ooicon-news1:before {
  351. content: "\e734";
  352. }
  353. .ooicon-right:before {
  354. content: "\e72b";
  355. }
  356. .ooicon-down:before {
  357. content: "\e729";
  358. }
  359. .ooicon-up:before {
  360. content: "\e72a";
  361. }
  362. .ooicon-message:before {
  363. content: "\e668";
  364. }
  365. .ooicon-collapse:before {
  366. content: "\e728";
  367. }
  368. .ooicon-execution:before {
  369. content: "\e649";
  370. }
  371. .ooicon-process-goback:before {
  372. content: "\e726";
  373. }
  374. .ooicon-process-submit:before {
  375. content: "\e727";
  376. }
  377. .ooicon-delete:before {
  378. content: "\e6c0";
  379. }
  380. .ooicon-process-monitor:before {
  381. content: "\e6c4";
  382. }
  383. .ooicon-edit:before {
  384. content: "\e6cf";
  385. }
  386. .ooicon-retract:before {
  387. content: "\e6d2";
  388. }
  389. .ooicon-process-downloadall:before {
  390. content: "\e6d3";
  391. }
  392. .ooicon-process-end:before {
  393. content: "\e6d4";
  394. }
  395. .ooicon-checkmark:before {
  396. content: "\e6d6";
  397. }
  398. .ooicon-process-add-task:before {
  399. content: "\e6de";
  400. }
  401. .ooicon-process-split2:before {
  402. content: "\e6df";
  403. }
  404. .ooicon-redo:before {
  405. content: "\e6e0";
  406. }
  407. .ooicon-print:before {
  408. content: "\e6e5";
  409. }
  410. .ooicon-process-read:before {
  411. content: "\e722";
  412. }
  413. .ooicon-save:before {
  414. content: "\e723";
  415. }
  416. .ooicon-process-rollback:before {
  417. content: "\e724";
  418. }
  419. .ooicon-publish:before {
  420. content: "\e725";
  421. }
  422. .ooicon-process-flow:before {
  423. content: "\e68f";
  424. }
  425. .ooicon-process-message:before {
  426. content: "\e691";
  427. }
  428. .ooicon-control-panel:before {
  429. content: "\e692";
  430. }
  431. .ooicon-close:before {
  432. content: "\e69c";
  433. }
  434. .ooicon-process-begin:before {
  435. content: "\e6a9";
  436. }
  437. .ooicon-reset:before {
  438. content: "\e6af";
  439. }
  440. .ooicon-log-viewer:before {
  441. content: "\e71f";
  442. }
  443. .ooicon-icon_caiwushenpi:before {
  444. content: "\e720";
  445. }
  446. .ooicon-data-center:before {
  447. content: "\e721";
  448. }
  449. .ooicon-design:before {
  450. content: "\e70a";
  451. }
  452. .ooicon-a-flowprocess:before {
  453. content: "\e714";
  454. }
  455. .ooicon-a-treeorg:before {
  456. content: "\e715";
  457. }
  458. .ooicon-person_file:before {
  459. content: "\e716";
  460. }
  461. .ooicon-procurement:before {
  462. content: "\e717";
  463. }
  464. .ooicon-travel:before {
  465. content: "\e718";
  466. }
  467. .ooicon-systemconfig:before {
  468. content: "\e719";
  469. }
  470. .ooicon-workcenter:before {
  471. content: "\e71a";
  472. }
  473. .ooicon-party:before {
  474. content: "\e71b";
  475. }
  476. .ooicon-role:before {
  477. content: "\e71c";
  478. }
  479. .ooicon-cms-maintain:before {
  480. content: "\e71d";
  481. }
  482. .ooicon-computer:before {
  483. content: "\e71e";
  484. }
  485. .ooicon-doc-cooperation:before {
  486. content: "\e6f4";
  487. }
  488. .ooicon-process-maintain:before {
  489. content: "\e6f5";
  490. }
  491. .ooicon-app-build:before {
  492. content: "\e6f6";
  493. }
  494. .ooicon-office-supplies:before {
  495. content: "\e6f7";
  496. }
  497. .ooicon-work-report:before {
  498. content: "\e6f8";
  499. }
  500. .ooicon-veriface:before {
  501. content: "\e6f9";
  502. }
  503. .ooicon-leave:before {
  504. content: "\e6fa";
  505. }
  506. .ooicon-information:before {
  507. content: "\e6fb";
  508. }
  509. .ooicon-netraffic:before {
  510. content: "\e6fc";
  511. }
  512. .ooicon-score:before {
  513. content: "\e6fd";
  514. }
  515. .ooicon-shijianchangjingku:before {
  516. content: "\e6fe";
  517. }
  518. .ooicon-ternary-management:before {
  519. content: "\e6ff";
  520. }
  521. .ooicon-logistics:before {
  522. content: "\e6e7";
  523. }
  524. .ooicon-weekly:before {
  525. content: "\e6e8";
  526. }
  527. .ooicon-neibudaohang:before {
  528. content: "\e6e9";
  529. }
  530. .ooicon-file-gateway:before {
  531. content: "\e6ea";
  532. }
  533. .ooicon-work-overtime:before {
  534. content: "\e6eb";
  535. }
  536. .ooicon-employment:before {
  537. content: "\e6ec";
  538. }
  539. .ooicon-xinxifabu:before {
  540. content: "\e6ed";
  541. }
  542. .ooicon-reports:before {
  543. content: "\e6ee";
  544. }
  545. .ooicon-shichangguanli:before {
  546. content: "\e6ef";
  547. }
  548. .ooicon-process-service:before {
  549. content: "\e6f0";
  550. }
  551. .ooicon-xingzhengshiwu:before {
  552. content: "\e6f1";
  553. }
  554. .ooicon-work-plan:before {
  555. content: "\e6f2";
  556. }
  557. .ooicon-appstore:before {
  558. content: "\e6f3";
  559. }
  560. .ooicon-icon_zhanlue:before {
  561. content: "\e6e6";
  562. }
  563. .ooicon-jiekuanshenqing:before {
  564. content: "\e6d7";
  565. }
  566. .ooicon-customer:before {
  567. content: "\e6d8";
  568. }
  569. .ooicon-description:before {
  570. content: "\e6d9";
  571. }
  572. .ooicon-meeting:before {
  573. content: "\e6da";
  574. }
  575. .ooicon-onduty:before {
  576. content: "\e6db";
  577. }
  578. .ooicon-xiangmuxiezuo:before {
  579. content: "\e6dc";
  580. }
  581. .ooicon-qianfangguanli:before {
  582. content: "\e6dd";
  583. }
  584. .ooicon-kucunguanli:before {
  585. content: "\e6e2";
  586. }
  587. .ooicon-zhaobiaoshenqing:before {
  588. content: "\e6e3";
  589. }
  590. .ooicon-toubiaoshenqing:before {
  591. content: "\e6e4";
  592. }
  593. .ooicon-duty:before {
  594. content: "\e6ca";
  595. }
  596. .ooicon-person_manage:before {
  597. content: "\e6cb";
  598. }
  599. .ooicon-message2:before {
  600. content: "\e6cc";
  601. }
  602. .ooicon-zhichuzhengming:before {
  603. content: "\e6cd";
  604. }
  605. .ooicon-contract:before {
  606. content: "\e6ce";
  607. }
  608. .ooicon-kaijufapiao:before {
  609. content: "\e6d0";
  610. }
  611. .ooicon-ai:before {
  612. content: "\e6d1";
  613. }
  614. .ooicon-config:before {
  615. content: "\e6d5";
  616. }
  617. .ooicon-taizhang:before {
  618. content: "\e6bd";
  619. }
  620. .ooicon-payment:before {
  621. content: "\e6be";
  622. }
  623. .ooicon-employee-file:before {
  624. content: "\e6bf";
  625. }
  626. .ooicon-hot-article:before {
  627. content: "\e6c1";
  628. }
  629. .ooicon-supplier:before {
  630. content: "\e6c2";
  631. }
  632. .ooicon-pentagram:before {
  633. content: "\e6c3";
  634. }
  635. .ooicon-cloud-note:before {
  636. content: "\e6c5";
  637. }
  638. .ooicon-zhaopin:before {
  639. content: "\e6c6";
  640. }
  641. .ooicon-finance:before {
  642. content: "\e6c7";
  643. }
  644. .ooicon-pms:before {
  645. content: "\e6c8";
  646. }
  647. .ooicon-xinxicaibian:before {
  648. content: "\e6c9";
  649. }
  650. .ooicon-jiezhibeiyongjin_sq:before {
  651. content: "\e6b0";
  652. }
  653. .ooicon-chat:before {
  654. content: "\e6b1";
  655. }
  656. .ooicon-schedule:before {
  657. content: "\e6b2";
  658. }
  659. .ooicon-news:before {
  660. content: "\e6b3";
  661. }
  662. .ooicon-jixiaokaohe:before {
  663. content: "\e6b4";
  664. }
  665. .ooicon-bulletin:before {
  666. content: "\e6b5";
  667. }
  668. .ooicon-asset:before {
  669. content: "\e6b6";
  670. }
  671. .ooicon-shouwen:before {
  672. content: "\e6b7";
  673. }
  674. .ooicon-a-home2:before {
  675. content: "\e6b8";
  676. }
  677. .ooicon-a-attendanceprocess-invoke:before {
  678. content: "\e6b9";
  679. }
  680. .ooicon-qinggoushenqing:before {
  681. content: "\e6ba";
  682. }
  683. .ooicon-work-overtime-record:before {
  684. content: "\e6bb";
  685. }
  686. .ooicon-training:before {
  687. content: "\e6bc";
  688. }
  689. .ooicon-profile:before {
  690. content: "\e6a1";
  691. }
  692. .ooicon-zhaodaifeiyong_sq:before {
  693. content: "\e6a2";
  694. }
  695. .ooicon-reimbursement:before {
  696. content: "\e6a3";
  697. }
  698. .ooicon-minder:before {
  699. content: "\e6a4";
  700. }
  701. .ooicon-cost:before {
  702. content: "\e6a5";
  703. }
  704. .ooicon-vehicle:before {
  705. content: "\e6a6";
  706. }
  707. .ooicon-notes:before {
  708. content: "\e6a7";
  709. }
  710. .ooicon-create:before {
  711. content: "\e6a8";
  712. }
  713. .ooicon-shixiangshenpi:before {
  714. content: "\e6aa";
  715. }
  716. .ooicon-personnel:before {
  717. content: "\e6ab";
  718. }
  719. .ooicon-shigongshenqing:before {
  720. content: "\e6ac";
  721. }
  722. .ooicon-myjob:before {
  723. content: "\e6ad";
  724. }
  725. .ooicon-home:before {
  726. content: "\e6ae";
  727. }
  728. .ooicon-mail:before {
  729. content: "\e695";
  730. }
  731. .ooicon-contacts:before {
  732. content: "\e696";
  733. }
  734. .ooicon-document:before {
  735. content: "\e697";
  736. }
  737. .ooicon-work-management:before {
  738. content: "\e698";
  739. }
  740. .ooicon-yixiaopin:before {
  741. content: "\e699";
  742. }
  743. .ooicon-xiezuo:before {
  744. content: "\e69a";
  745. }
  746. .ooicon-forum:before {
  747. content: "\e69b";
  748. }
  749. .ooicon-activities:before {
  750. content: "\e69d";
  751. }
  752. .ooicon-lingdaoxinxiang:before {
  753. content: "\e69e";
  754. }
  755. .ooicon-xiansuo:before {
  756. content: "\e69f";
  757. }
  758. .ooicon-knowledge:before {
  759. content: "\e6a0";
  760. }
  761. .ooicon-work-management2:before {
  762. content: "\e68c";
  763. }
  764. .ooicon-gongzjitiao1:before {
  765. content: "\e68d";
  766. }
  767. .ooicon-zongheguanli:before {
  768. content: "\e68e";
  769. }
  770. .ooicon-seal:before {
  771. content: "\e690";
  772. }
  773. .ooicon-platform:before {
  774. content: "\e693";
  775. }
  776. .ooicon-fangkeguanli:before {
  777. content: "\e694";
  778. }
  779. .ooicon-pentagram_fill:before {
  780. content: "\e688";
  781. }
  782. .ooicon-version_add:before {
  783. content: "\e689";
  784. }
  785. .ooicon-menu:before {
  786. content: "\e68a";
  787. }
  788. .ooicon-icon_ok_round:before {
  789. content: "\e68b";
  790. }
  791. .ooicon-Import:before {
  792. content: "\e678";
  793. }
  794. .ooicon-audit:before {
  795. content: "\e679";
  796. }
  797. .ooicon-department:before {
  798. content: "\e67a";
  799. }
  800. .ooicon-tanhao:before {
  801. content: "\e67b";
  802. }
  803. .ooicon-help:before {
  804. content: "\e67c";
  805. }
  806. .ooicon-switch:before {
  807. content: "\e67d";
  808. }
  809. .ooicon-radio-unchecked:before {
  810. content: "\e67e";
  811. }
  812. .ooicon-empty:before {
  813. content: "\e67f";
  814. }
  815. .ooicon-update:before {
  816. content: "\e680";
  817. }
  818. .ooicon-review:before {
  819. content: "\e681";
  820. }
  821. .ooicon-password:before {
  822. content: "\e682";
  823. }
  824. .ooicon-skin:before {
  825. content: "\e683";
  826. }
  827. .ooicon-sub_depart_stat:before {
  828. content: "\e684";
  829. }
  830. .ooicon-guard:before {
  831. content: "\e685";
  832. }
  833. .ooicon-note:before {
  834. content: "\e686";
  835. }
  836. .ooicon-list-alt:before {
  837. content: "\e687";
  838. }
  839. .ooicon-srcipt:before {
  840. content: "\e669";
  841. }
  842. .ooicon-desktop_mac:before {
  843. content: "\e66a";
  844. }
  845. .ooicon-text:before {
  846. content: "\e66b";
  847. }
  848. .ooicon-default:before {
  849. content: "\e66c";
  850. }
  851. .ooicon-business_trip:before {
  852. content: "\e66d";
  853. }
  854. .ooicon-error:before {
  855. content: "\e66e";
  856. }
  857. .ooicon-person_lock:before {
  858. content: "\e66f";
  859. }
  860. .ooicon-identity:before {
  861. content: "\e670";
  862. }
  863. .ooicon-strategy:before {
  864. content: "\e671";
  865. }
  866. .ooicon-forward:before {
  867. content: "\e672";
  868. }
  869. .ooicon-net-meeting:before {
  870. content: "\e673";
  871. }
  872. .ooicon-window-max:before {
  873. content: "\e674";
  874. }
  875. .ooicon-version:before {
  876. content: "\e675";
  877. }
  878. .ooicon-file-text:before {
  879. content: "\e676";
  880. }
  881. .ooicon-share:before {
  882. content: "\e677";
  883. }
  884. .ooicon-storage:before {
  885. content: "\e657";
  886. }
  887. .ooicon-process-embed:before {
  888. content: "\e658";
  889. }
  890. .ooicon-party_portal:before {
  891. content: "\e659";
  892. }
  893. .ooicon-window-return:before {
  894. content: "\e65a";
  895. }
  896. .ooicon-zoom_out:before {
  897. content: "\e65b";
  898. }
  899. .ooicon-personnel_export:before {
  900. content: "\e65c";
  901. }
  902. .ooicon-pad:before {
  903. content: "\e65d";
  904. }
  905. .ooicon-full-text-search:before {
  906. content: "\e65e";
  907. }
  908. .ooicon-unit-post:before {
  909. content: "\e65f";
  910. }
  911. .ooicon-table-tool:before {
  912. content: "\e660";
  913. }
  914. .ooicon-tree:before {
  915. content: "\e661";
  916. }
  917. .ooicon-file_upload:before {
  918. content: "\e662";
  919. }
  920. .ooicon-portal:before {
  921. content: "\e663";
  922. }
  923. .ooicon-radio-checked:before {
  924. content: "\e664";
  925. }
  926. .ooicon-wps:before {
  927. content: "\e665";
  928. }
  929. .ooicon-folder-open:before {
  930. content: "\e666";
  931. }
  932. .ooicon-process-add-task-person:before {
  933. content: "\e667";
  934. }
  935. .ooicon-process-cancel:before {
  936. content: "\e647";
  937. }
  938. .ooicon-file_download:before {
  939. content: "\e648";
  940. }
  941. .ooicon-rename:before {
  942. content: "\e64a";
  943. }
  944. .ooicon-person_import:before {
  945. content: "\e64b";
  946. }
  947. .ooicon-arrow_forward:before {
  948. content: "\e64c";
  949. }
  950. .ooicon-point3:before {
  951. content: "\e64d";
  952. }
  953. .ooicon-process-parallel:before {
  954. content: "\e64e";
  955. }
  956. .ooicon-help_outline:before {
  957. content: "\e64f";
  958. }
  959. .ooicon-verified:before {
  960. content: "\e650";
  961. }
  962. .ooicon-arrow_back:before {
  963. content: "\e651";
  964. }
  965. .ooicon-onlyoffice:before {
  966. content: "\e652";
  967. }
  968. .ooicon-sub_depart:before {
  969. content: "\e653";
  970. }
  971. .ooicon-block:before {
  972. content: "\e654";
  973. }
  974. .ooicon-drop_down:before {
  975. content: "\e655";
  976. }
  977. .ooicon-a-window-return2:before {
  978. content: "\e656";
  979. }
  980. .ooicon-documents:before {
  981. content: "\e637";
  982. }
  983. .ooicon-drive:before {
  984. content: "\e638";
  985. }
  986. .ooicon-checkbox-checked:before {
  987. content: "\e639";
  988. }
  989. .ooicon-clock:before {
  990. content: "\e63a";
  991. }
  992. .ooicon-farword:before {
  993. content: "\e63b";
  994. }
  995. .ooicon-process-delay:before {
  996. content: "\e63c";
  997. }
  998. .ooicon-meeting-room:before {
  999. content: "\e63d";
  1000. }
  1001. .ooicon-process-merge:before {
  1002. content: "\e63e";
  1003. }
  1004. .ooicon-phone:before {
  1005. content: "\e63f";
  1006. }
  1007. .ooicon-group:before {
  1008. content: "\e640";
  1009. }
  1010. .ooicon-sorting:before {
  1011. content: "\e641";
  1012. }
  1013. .ooicon-unit:before {
  1014. content: "\e642";
  1015. }
  1016. .ooicon-crm:before {
  1017. content: "\e643";
  1018. }
  1019. .ooicon-search:before {
  1020. content: "\e644";
  1021. }
  1022. .ooicon-qr:before {
  1023. content: "\e645";
  1024. }
  1025. .ooicon-expand:before {
  1026. content: "\e646";
  1027. }
  1028. .ooicon-person:before {
  1029. content: "\e627";
  1030. }
  1031. .ooicon-details:before {
  1032. content: "\e628";
  1033. }
  1034. .ooicon-puzzle:before {
  1035. content: "\e629";
  1036. }
  1037. .ooicon-dynamic:before {
  1038. content: "\e62a";
  1039. }
  1040. .ooicon-process-split:before {
  1041. content: "\e62b";
  1042. }
  1043. .ooicon-export:before {
  1044. content: "\e62c";
  1045. }
  1046. .ooicon-process-agent:before {
  1047. content: "\e62d";
  1048. }
  1049. .ooicon-person_disable:before {
  1050. content: "\e62e";
  1051. }
  1052. .ooicon-alphabet:before {
  1053. content: "\e62f";
  1054. }
  1055. .ooicon-check_outline:before {
  1056. content: "\e630";
  1057. }
  1058. .ooicon-checkbox-unchecked:before {
  1059. content: "\e631";
  1060. }
  1061. .ooicon-category:before {
  1062. content: "\e632";
  1063. }
  1064. .ooicon-reload:before {
  1065. content: "\e633";
  1066. }
  1067. .ooicon-maintain:before {
  1068. content: "\e634";
  1069. }
  1070. .ooicon-find:before {
  1071. content: "\e635";
  1072. }
  1073. .ooicon-remove_outline:before {
  1074. content: "\e636";
  1075. }
  1076. .ooicon-integral:before {
  1077. content: "\e61f";
  1078. }
  1079. .ooicon-app-center:before {
  1080. content: "\e620";
  1081. }
  1082. .ooicon-process-choice:before {
  1083. content: "\e621";
  1084. }
  1085. .ooicon-dimission:before {
  1086. content: "\e622";
  1087. }
  1088. .ooicon-calendar:before {
  1089. content: "\e623";
  1090. }
  1091. .ooicon-lock:before {
  1092. content: "\e624";
  1093. }
  1094. .ooicon-eye:before {
  1095. content: "\e625";
  1096. }
  1097. .ooicon-zoom_in:before {
  1098. content: "\e626";
  1099. }
  1100. .ooicon-icon_boy:before {
  1101. content: "\e613";
  1102. }
  1103. .ooicon-animals:before {
  1104. content: "\e60c";
  1105. }
  1106. .ooicon-picture:before {
  1107. content: "\e614";
  1108. }
  1109. .ooicon-icon_arrow_up:before {
  1110. content: "\e615";
  1111. }
  1112. .ooicon-icon_more:before {
  1113. content: "\e616";
  1114. }
  1115. .ooicon-file:before {
  1116. content: "\e617";
  1117. }
  1118. .ooicon-emoji-travel:before {
  1119. content: "\e618";
  1120. }
  1121. .ooicon-emote:before {
  1122. content: "\e619";
  1123. }
  1124. .ooicon-emoji-activities:before {
  1125. content: "\e61a";
  1126. }
  1127. .ooicon-emoji-clothes:before {
  1128. content: "\e61b";
  1129. }
  1130. .ooicon-emoji-food:before {
  1131. content: "\e61c";
  1132. }
  1133. .ooicon-camera:before {
  1134. content: "\e61d";
  1135. }
  1136. .ooicon-add-circle:before {
  1137. content: "\e61e";
  1138. }
  1139. .ooicon-scan:before {
  1140. content: "\e60d";
  1141. }
  1142. .ooicon-send:before {
  1143. content: "\e60e";
  1144. }
  1145. .ooicon-voice:before {
  1146. content: "\e60f";
  1147. }
  1148. .ooicon-emoji-prompt:before {
  1149. content: "\e610";
  1150. }
  1151. .ooicon-icon_girl:before {
  1152. content: "\e611";
  1153. }
  1154. .ooicon-keyboard:before {
  1155. content: "\e612";
  1156. }
  1157. .ooicon-person_clock:before {
  1158. content: "\e709";
  1159. }
  1160. .ooicon-gongwentaizhang:before {
  1161. content: "\e6e1";
  1162. }
  1163. .ooicon-gongzuolianxidan:before {
  1164. content: "\e70c";
  1165. }
  1166. .ooicon-guizhangzhidu:before {
  1167. content: "\e70d";
  1168. }
  1169. .ooicon-home_zd:before {
  1170. content: "\e70e";
  1171. }
  1172. .ooicon-information1:before {
  1173. content: "\e70f";
  1174. }
  1175. .ooicon-hetongshenpi:before {
  1176. content: "\e710";
  1177. }
  1178. .ooicon-hetongbiangeng:before {
  1179. content: "\e711";
  1180. }
  1181. .ooicon-hangyexinwen:before {
  1182. content: "\e712";
  1183. }
  1184. .ooicon-gongzjitiao:before {
  1185. content: "\e713";
  1186. }
  1187. .ooicon-gongwen:before {
  1188. content: "\e70b";
  1189. }
  1190. .ooicon-caigoushenqing:before {
  1191. content: "\e702";
  1192. }
  1193. .ooicon-dingbiaobaogao:before {
  1194. content: "\e703";
  1195. }
  1196. .ooicon-duchaduban:before {
  1197. content: "\e704";
  1198. }
  1199. .ooicon-dingcan:before {
  1200. content: "\e705";
  1201. }
  1202. .ooicon-fawen:before {
  1203. content: "\e706";
  1204. }
  1205. .ooicon-baojiashenqing:before {
  1206. content: "\e707";
  1207. }
  1208. .ooicon-fapiaoguanli:before {
  1209. content: "\e708";
  1210. }
  1211. .ooicon-gonghai:before {
  1212. content: "\e700";
  1213. }
  1214. .ooicon-anliku:before {
  1215. content: "\e701";
  1216. }