style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  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_query_QueryExplorer/$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_query_QueryExplorer/$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_query_QueryExplorer/$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_query_QueryExplorer/$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_query_QueryExplorer/$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_query_QueryExplorer/$Main/default/icon/query_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_query_QueryExplorer/$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_query_QueryExplorer/$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_query_QueryExplorer/$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_query_QueryExplorer/$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: #0f81cc;
  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_contentView {
  291. height: 56px;
  292. line-height: 30px;
  293. }
  294. .o2_process_AppExp_item_contentStat {
  295. height: 56px;
  296. line-height: 30px;
  297. margin-top: 10px;
  298. }
  299. .o2_process_AppExp_item_contentTitle {
  300. font-size: 16px;
  301. color: #333333;
  302. text-align: center;
  303. float: left;
  304. height: 30px;
  305. }
  306. .o2_process_AppExp_item_contentList {
  307. font-size: 13px;
  308. color: #666666;
  309. height: 56px;
  310. overflow: hidden;
  311. }
  312. .o2_process_AppExp_item_content_element {
  313. height: 28px;
  314. line-height: 28px;
  315. float: left;
  316. margin-right: 4px;
  317. padding: 0 13px;
  318. border-radius: 14px;
  319. color: #666666;
  320. cursor: pointer;
  321. overflow: hidden;
  322. }
  323. .o2_process_AppExp_item_content_element_over {
  324. background-color: #f0f0f0;
  325. color: #666666;
  326. }
  327. .o2_process_AppExp_item_categoryNode {
  328. width: 80px;
  329. padding: 0 5px;
  330. height: 20px;
  331. line-height: 20px;
  332. float: right;
  333. border-top-left-radius: 10px;
  334. border-bottom-left-radius: 10px;
  335. background-color: #F0F0F0;
  336. font-size: 11px;
  337. color: #666666;
  338. text-align: center;
  339. position: relative;
  340. top: -175px;
  341. cursor: default;
  342. overflow: hidden;
  343. }
  344. .o2_process_AppExp_item_categoryColorNode {
  345. background-color: #ecf3fc;
  346. }
  347. .o2_process_AppExp_applicationCreateMarkNode {
  348. opacity: 0.6;
  349. position: absolute;
  350. background-color: #CCCCCC;
  351. top: 0;
  352. left: 0;
  353. }
  354. .o2_process_AppExp_applicationCreateAreaNode {
  355. opacity: 0;
  356. position: absolute;
  357. top: 0;
  358. }
  359. .o2_process_AppExp_applicationCreateNode {
  360. background-color: #FFF;
  361. width: 80%;
  362. max-width: 600px;
  363. box-shadow: 0 0 20px #999;
  364. margin: auto;
  365. border-radius: 8px;
  366. border: 6px solid #666;
  367. overflow: hidden;
  368. }
  369. .o2_process_AppExp_applicationCreateNewNode {
  370. width: 47px;
  371. height: 47px;
  372. background: url(../x_component_query_QueryExplorer/$Main/default/icon/new.png) no-repeat;
  373. }
  374. .o2_process_AppExp_applicationCreateFormNode {
  375. border-radius: 8px;
  376. border: 0px solid #666;
  377. width: 70%;
  378. margin: auto;
  379. font-size: 16px;
  380. color: #666;
  381. }
  382. .o2_process_AppExp_applicationCreateOkActionNode {
  383. height: 30px;
  384. width: 85px;
  385. cursor: pointer;
  386. float: right;
  387. line-height: 30px;
  388. padding-left: 65px;
  389. font-size: 16px;
  390. border-radius: 3px;
  391. border: 1px solid #354f67;
  392. color: #FFF;
  393. margin-right: 20px;
  394. margin-top: 20px;
  395. box-shadow: 0px 0px 0px #666;
  396. background: url(../x_component_query_QueryExplorer/$Main/default/icon/editOk_bg.png) no-repeat;
  397. }
  398. .o2_process_AppExp_applicationCreateCancelActionNode {
  399. height: 30px;
  400. width: 60px;
  401. cursor: pointer;
  402. float: right;
  403. line-height: 30px;
  404. padding-left: 40px;
  405. font-size: 16px;
  406. border-radius: 3px;
  407. color: #FFF;
  408. margin-top: 20px;
  409. box-shadow: 0 0 0 #666;
  410. border: 1px solid #999;
  411. background: url(../x_component_query_QueryExplorer/$Main/default/icon/editCancel_bg.png) no-repeat;
  412. }
  413. .o2_process_AppExp_item_newNode {
  414. width: 34px;
  415. height: 30px;
  416. background: #F23030;
  417. background: url(../x_component_query_QueryExplorer/$Main/default/icon/new.png) no-repeat;
  418. font-size: 8px;
  419. color: #FFFFFF;
  420. text-align: center;
  421. position: relative;
  422. top: -180px;
  423. display: none;
  424. }
  425. .o2_process_AppExp_item_newNode_text {
  426. width: 28px;
  427. height: 28px;
  428. transform: rotate(-45deg);
  429. line-height: 20px;
  430. }
  431. .o2_process_AppExp_item_ActionArea {
  432. height: 20px;
  433. /*position: relative;*/
  434. /*top: -45px;*/
  435. width: 50px;
  436. float: right;
  437. margin-right: 10px;
  438. clear: both;
  439. opacity: 0;
  440. }
  441. .o2_process_AppExp_item_Action_export {
  442. width: 20px;
  443. height: 20px;
  444. background: url(../x_component_query_QueryExplorer/$Main/default/icon/export.png) center center no-repeat;
  445. cursor: pointer;
  446. float: right;
  447. margin-right: 5px;
  448. }
  449. .o2_process_AppExp_item_Action_delete {
  450. width: 20px;
  451. height: 20px;
  452. background: url(../x_component_query_QueryExplorer/$Main/default/icon/delete.png) center center no-repeat;
  453. cursor: pointer;
  454. float: right;
  455. margin-right: 5px;
  456. }
  457. .o2_process_AppExp_item_Action_delete_select {
  458. background: url(../x_component_query_QueryExplorer/$Main/default/icon/delete_red.png) center center no-repeat !important;
  459. }
  460. .o2_process_AppExp_deleteElements {
  461. position: absolute;
  462. background-color: #c04444;
  463. border: 2px solid #FFF;
  464. border-radius: 5px;
  465. box-shadow: 0 0 10px #999;
  466. cursor: pointer;
  467. color: #FFF;
  468. padding: 5px 10px;
  469. }