style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. @font-face {
  2. font-family: 'o2appExplorer';
  3. src:
  4. url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.ttf?yxaxqt') format('truetype'),
  5. url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.woff?yxaxqt') format('woff'),
  6. url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.svg?yxaxqt#o2appExplorer') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="o2icon-"], [class*=" o2icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'o2appExplorer' !important;
  14. speak: never;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .o2icon-search:before {
  25. content: "\e994";
  26. }
  27. .o2_process_AppExp_content {
  28. width: 100%;
  29. height: 100%;
  30. background: #FFFFFF;
  31. }
  32. .o2_process_AppExp_top {
  33. background: #FAFAFA;
  34. height: 50px;
  35. }
  36. .o2_process_AppExp_All {
  37. float: left;
  38. margin-left: 30px;
  39. width: 32px;
  40. height: 48px;
  41. padding-left: 22px;
  42. line-height: 48px;
  43. border-bottom: 2px solid #FAFAFA;
  44. font-size: 16px;
  45. color: #333333;
  46. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icon_quanbu.png") 0 center no-repeat;
  47. cursor: pointer;
  48. }
  49. .o2_process_AppExp_All_over {
  50. border-bottom: 2px solid #999999;
  51. }
  52. .o2_process_AppExp_All_current {
  53. color: #4A90E2;
  54. border-bottom: 2px solid #4A90E2;
  55. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icon_quanbu_click.png") 0 center no-repeat;
  56. }
  57. .o2_process_AppExp_create {
  58. background-color: #4A90E2;
  59. border-radius: 100px;
  60. font-size: 14px;
  61. color: #FFFFFF;
  62. background-image: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icon_zengjia_click2.png");
  63. background-position: 21px center;
  64. background-repeat: no-repeat;
  65. width: 77px;
  66. padding-left: 43px;
  67. height: 30px;
  68. line-height: 30px;
  69. margin-top: 10px;
  70. float: right;
  71. margin-right: 30px;
  72. cursor: pointer;
  73. }
  74. .o2_process_AppExp_import {
  75. float: right;
  76. margin-right: 30px;
  77. width: 56px;
  78. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icon__leading_in_grey.png") 0 center no-repeat;
  79. padding-left: 22px;
  80. height: 50px;
  81. line-height: 50px;
  82. font-size: 14px;
  83. color: #333333;
  84. cursor: pointer;
  85. }
  86. .o2_process_AppExp_find {
  87. float: right;
  88. margin-right: 30px;
  89. width: 56px;
  90. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icons_find.png") 0 center no-repeat;
  91. padding-left: 22px;
  92. height: 50px;
  93. line-height: 50px;
  94. font-size: 14px;
  95. color: #333333;
  96. cursor: pointer;
  97. }
  98. .o2_process_AppExp_search{
  99. float: right;
  100. width: 132px;
  101. border: 1px solid #DDDDDD;
  102. border-radius: 20px;
  103. margin: 12px 10px 0 0px;
  104. padding: 0 0 0 10px;
  105. }
  106. .o2_process_AppExp_searchInput {
  107. width: calc( 100% - 26px );
  108. height: 24px;
  109. line-height: 24px;
  110. font-size: 13px;
  111. color: #666;
  112. border: 0;
  113. background: inherit;
  114. }
  115. .o2_process_AppExp_searchButton{
  116. cursor: pointer;
  117. line-height: 20px;
  118. font-size: 13px;
  119. color: #ccc;
  120. margin-top:3px;
  121. }
  122. .o2_process_AppExp_category {
  123. background: #FAFAFA;
  124. height: 50px;
  125. line-height: 50px;
  126. margin-left: 102px;
  127. margin-right: 300px;
  128. overflow: hidden;
  129. position: relative;
  130. box-shadow: 0 ;
  131. }
  132. .o2_process_AppExp_category_more{
  133. position: absolute;
  134. box-shadow: 0 0 10px #999999 ;
  135. }
  136. .o2_process_AppExp_bottom {
  137. height: 80px;
  138. background-image: url("../x_component_process_ApplicationExplorer/$Main/default/icon/pic_sy_liucheng.png");
  139. background-repeat: no-repeat;
  140. background-size: cover;
  141. background-position: top center;
  142. }
  143. .o2_process_AppExp_contentArea {
  144. overflow: auto;
  145. background: #f0f0f0;
  146. padding-top: 30px;
  147. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/process_bg.png") left bottom;
  148. }
  149. .o2_process_AppExp_contentNode {
  150. margin: 0 30px 20px 50px;
  151. overflow: hidden;
  152. }
  153. .o2_process_AppExp_categoryItem {
  154. float: left;
  155. margin-left: 20px;
  156. height: 48px;
  157. padding-left: 22px;
  158. padding-right: 10px;
  159. line-height: 48px;
  160. border-bottom: 2px solid #FAFAFA;
  161. font-size: 14px;
  162. color: #333333;
  163. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icon_files.png") 0 center no-repeat;
  164. cursor: pointer;
  165. }
  166. .o2_process_AppExp_categoryItem_over {
  167. border-bottom: 2px solid #999999;
  168. }
  169. .o2_process_AppExp_categoryItem_current {
  170. color: #4A90E2;
  171. border-bottom: 2px solid #4A90E2;
  172. background: url("../x_component_process_ApplicationExplorer/$Main/default/icon/icon_files_click.png") 0 center no-repeat;
  173. }
  174. .o2_process_AppExp_categoryExpandButtonArea{
  175. height: 10px;
  176. width: 100%;
  177. position: absolute;
  178. margin: auto;
  179. bottom: 2px;
  180. }
  181. .o2_process_AppExp_categoryExpandButton {
  182. width: 20px;
  183. height: 50px;
  184. line-height: 5px;
  185. text-align: center;
  186. font-size: 16px;
  187. font-weight: bold;
  188. /*border: 1px solid #eeeeee;*/
  189. border-radius: 5px;
  190. background-image: url("../x_component_process_ApplicationExplorer/$Main/default/icon/more.png");
  191. background-position: center center;
  192. background-repeat: no-repeat;
  193. /*background-color: #dddddd;*/
  194. cursor: pointer;
  195. margin: auto;
  196. margin-right: 20px;
  197. float: right;
  198. }
  199. .o2_process_AppExp_noApplicationNode {
  200. background-image: url("../x_component_process_ApplicationExplorer/$Main/default/icon/empty.png");
  201. background-position: top center;
  202. background-repeat: no-repeat;
  203. padding-top: 80px;
  204. color: #999999;
  205. font-size: 22px;
  206. text-align: center;
  207. margin-top: 10%;
  208. line-height: 40px;
  209. cursor: pointer;
  210. }
  211. .o2_process_AppExp_item_node {
  212. height: 180px;
  213. background-color: #FFFFFF;
  214. float: left;
  215. margin-bottom: 20px;
  216. margin-right: 20px;
  217. border-radius: 6px;
  218. border: 1px solid #ffffff;
  219. }
  220. .o2_process_AppExp_item_node_over {
  221. box-shadow: 2px 2px 16px #999999;
  222. border-top-width: 1px;
  223. border-bottom-width: 1px;
  224. border-left-width: 1px;
  225. border-right-width: 1px;
  226. border-color: #4A90E2;
  227. }
  228. .o2_process_AppExp_item_node_del {
  229. background-color: #fae3e3 !important;
  230. }
  231. .o2_process_AppExp_item_titleArea {
  232. width: 180px;
  233. float: left;
  234. height: 180px;
  235. cursor: pointer;
  236. }
  237. .o2_process_AppExp_item_titleNode {
  238. padding: 0px 10px;
  239. margin: 30px 0px 20px 0px;
  240. height: 130px;
  241. border-right: 1px solid #E6E6E6;
  242. }
  243. .o2_process_AppExp_item_icon {
  244. height: 50px;
  245. width: 50px;
  246. border-radius: 19px;
  247. margin: auto;
  248. background-repeat: no-repeat;
  249. background-position: center;
  250. background-size: 50px;
  251. }
  252. .o2_process_AppExp_item_titleContent{
  253. text-align: center;
  254. height: 70px;
  255. }
  256. .o2_process_AppExp_item_titleName {
  257. font-size: 16px;
  258. height: 44px;
  259. line-height: 22px;
  260. margin-top: 8px;
  261. color: #323C47;
  262. text-overflow: ellipsis;
  263. word-wrap: break-word;
  264. word-break: break-all;
  265. }
  266. .o2_process_AppExp_item_titleDescription {
  267. height: 22px;
  268. line-height: 22px;
  269. font-size: 12px;
  270. color: #999999;
  271. }
  272. .o2_process_AppExp_item_contentArea {
  273. margin-left: 180px;
  274. height: 180px;
  275. overflow: hidden;
  276. }
  277. .o2_process_AppExp_item_contentNode {
  278. margin: 34px 20px 0 20px;
  279. height: 120px;
  280. }
  281. .o2_process_AppExp_item_contentForm {
  282. height: 56px;
  283. line-height: 30px;
  284. }
  285. .o2_process_AppExp_item_contentProcess {
  286. height: 56px;
  287. line-height: 30px;
  288. margin-top: 10px;
  289. }
  290. .o2_process_AppExp_item_contentTitle {
  291. font-size: 16px;
  292. color: #333333;
  293. text-align: center;
  294. float: left;
  295. height: 30px;
  296. }
  297. .o2_process_AppExp_item_contentList {
  298. font-size: 13px;
  299. color: #666666;
  300. height: 56px;
  301. overflow: hidden;
  302. }
  303. .o2_process_AppExp_item_content_element {
  304. height: 28px;
  305. line-height: 28px;
  306. float: left;
  307. margin-right: 4px;
  308. padding: 0 13px;
  309. border-radius: 14px;
  310. color: #666666;
  311. cursor: pointer;
  312. overflow: hidden;
  313. }
  314. .o2_process_AppExp_item_content_element_over {
  315. background-color: #f0f0f0;
  316. color: #666666;
  317. }
  318. .o2_process_AppExp_item_categoryNode {
  319. width: 80px;
  320. padding: 0 5px;
  321. height: 20px;
  322. line-height: 20px;
  323. float: right;
  324. border-top-left-radius: 10px;
  325. border-bottom-left-radius: 10px;
  326. background-color: #F0F0F0;
  327. font-size: 11px;
  328. color: #666666;
  329. text-align: center;
  330. position: relative;
  331. top: -175px;
  332. cursor: default;
  333. overflow: hidden;
  334. }
  335. .o2_process_AppExp_item_categoryColorNode {
  336. background-color: #ecf3fc;
  337. }
  338. .o2_process_AppExp_applicationCreateMarkNode {
  339. opacity: 0.6;
  340. position: absolute;
  341. background-color: #CCCCCC;
  342. top: 0;
  343. left: 0;
  344. }
  345. .o2_process_AppExp_applicationCreateAreaNode {
  346. opacity: 0;
  347. position: absolute;
  348. top: 0;
  349. }
  350. .o2_process_AppExp_applicationCreateNode {
  351. background-color: #FFF;
  352. width: 80%;
  353. max-width: 600px;
  354. box-shadow: 0 0 20px #999;
  355. margin: auto;
  356. border-radius: 8px;
  357. border: 6px solid #666;
  358. overflow: hidden;
  359. }
  360. .o2_process_AppExp_applicationCreateNewNode {
  361. width: 47px;
  362. height: 47px;
  363. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/new.png) no-repeat;
  364. }
  365. .o2_process_AppExp_applicationCreateFormNode {
  366. border-radius: 8px;
  367. border: 0px solid #666;
  368. width: 70%;
  369. margin: auto;
  370. font-size: 16px;
  371. color: #666;
  372. }
  373. .o2_process_AppExp_applicationCreateOkActionNode {
  374. height: 30px;
  375. width: 85px;
  376. cursor: pointer;
  377. float: right;
  378. line-height: 30px;
  379. padding-left: 65px;
  380. font-size: 16px;
  381. border-radius: 3px;
  382. border: 1px solid #354f67;
  383. color: #FFF;
  384. margin-right: 20px;
  385. margin-top: 20px;
  386. box-shadow: 0px 0px 0px #666;
  387. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/editOk_bg.png) no-repeat;
  388. }
  389. .o2_process_AppExp_applicationCreateCancelActionNode {
  390. height: 30px;
  391. width: 60px;
  392. cursor: pointer;
  393. float: right;
  394. line-height: 30px;
  395. padding-left: 40px;
  396. font-size: 16px;
  397. border-radius: 3px;
  398. color: #FFF;
  399. margin-top: 20px;
  400. box-shadow: 0 0 0 #666;
  401. border: 1px solid #999;
  402. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/editCancel_bg.png) no-repeat;
  403. }
  404. .o2_process_AppExp_item_newNode {
  405. width: 34px;
  406. height: 30px;
  407. background: #F23030;
  408. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/new.png) no-repeat;
  409. font-size: 8px;
  410. color: #FFFFFF;
  411. text-align: center;
  412. position: relative;
  413. top: -180px;
  414. display: none;
  415. }
  416. .o2_process_AppExp_item_newNode_text {
  417. width: 28px;
  418. height: 28px;
  419. transform: rotate(-45deg);
  420. line-height: 20px;
  421. }
  422. .o2_process_AppExp_item_ActionArea {
  423. height: 20px;
  424. /*position: relative;*/
  425. /*top: -45px;*/
  426. width: 50px;
  427. float: right;
  428. margin-right: 10px;
  429. clear: both;
  430. opacity: 0;
  431. }
  432. .o2_process_AppExp_item_Action_export {
  433. width: 20px;
  434. height: 20px;
  435. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/export.png) center center no-repeat;
  436. cursor: pointer;
  437. float: right;
  438. margin-right: 5px;
  439. }
  440. .o2_process_AppExp_item_Action_delete {
  441. width: 20px;
  442. height: 20px;
  443. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/delete.png) center center no-repeat;
  444. cursor: pointer;
  445. float: right;
  446. margin-right: 5px;
  447. }
  448. .o2_process_AppExp_item_Action_delete_select {
  449. background: url(../x_component_process_ApplicationExplorer/$Main/default/icon/delete_red.png) center center no-repeat !important;
  450. }
  451. .o2_process_AppExp_deleteElements {
  452. position: absolute;
  453. background-color: #c04444;
  454. border: 2px solid #FFF;
  455. border-radius: 5px;
  456. box-shadow: 0 0 10px #999;
  457. cursor: pointer;
  458. color: #FFF;
  459. padding: 5px 10px;
  460. }