style.css 11 KB

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