style.css 10 KB

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