platform.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. html {
  2. height: 100%;
  3. background: #1da028;
  4. /*min-width: 1200px;*/
  5. overflow: hidden
  6. }
  7. #pf-hd {
  8. height: 70px;
  9. position: relative;
  10. z-index: 2;
  11. background-color: #1da02b;
  12. background: url('../images/main/xg_left.png?1464005190') left center no-repeat,url('../images/main/xg_right.png?1464005212') right center no-repeat,url('../images/main/top_bottombg.png?1464006836') left bottom repeat-x
  13. }
  14. #pf-hd .pf-logo {
  15. float: left;
  16. padding: 0 15px;
  17. height: 100%;
  18. width: 230px;
  19. /*border-right: 1px solid #198b25;*/ /*zhangxing*/
  20. line-height: 70px
  21. }
  22. #pf-hd .pf-logo img {
  23. vertical-align: middle;
  24. margin-left: -10px
  25. }
  26. #pf-hd .pf-logo .system-name {
  27. display: none;
  28. float: left;
  29. line-height: 70px;
  30. font-size: 26px;
  31. color: #fff;
  32. text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
  33. }
  34. #pf-hd .pf-nav {
  35. float: left
  36. }
  37. #pf-hd .pf-nav .pf-nav-item {
  38. float: left;
  39. height: 70px;
  40. color: #fff;
  41. padding: 0 15px;
  42. /*border-right: 1px solid #198b25*/ /*zhangxing*/
  43. }
  44. #pf-hd .pf-nav .pf-nav-item a {
  45. display: block;
  46. color: #fff;
  47. text-decoration: none
  48. }
  49. #pf-hd .pf-nav .pf-nav-item .iconfont {
  50. display: block;
  51. margin-top: 12px;
  52. font-size: 26px;
  53. height: 30px;
  54. text-align: center
  55. }
  56. #pf-hd .pf-nav .pf-nav-item.current {
  57. background: url('../images/main/navbg.png?1465303472')
  58. }
  59. #pf-hd .pf-nav .pf-nav-item.current a {
  60. color: #fff
  61. }
  62. #pf-hd .pf-nav-wrap {
  63. position: relative;
  64. float: left
  65. }
  66. #pf-hd .pf-nav-wrap .pf-nav-ww {
  67. float: left;
  68. height: 70px;
  69. width: 625px;
  70. overflow: hidden
  71. }
  72. #pf-hd .pf-nav-prev, #pf-hd .pf-nav-next {
  73. position: absolute;
  74. right: -32px;
  75. top: 10px;
  76. width: 26px;
  77. height: 23px;
  78. border-radius: 3px 3px 0 0;
  79. background: #188323;
  80. color: #fff;
  81. text-decoration: none;
  82. text-align: center;
  83. line-height: 23px
  84. }
  85. #pf-hd .pf-nav-prev:hover, #pf-hd .pf-nav-next:hover {
  86. background: #fff;
  87. color: #1da02b
  88. }
  89. #pf-hd .pf-nav-prev.disabled, #pf-hd .pf-nav-next.disabled {
  90. color: #cccccc;
  91. background: #fff;
  92. cursor: default
  93. }
  94. #pf-hd .pf-nav-next {
  95. top: 36px;
  96. border-radius: 0 0 3px 3px
  97. }
  98. #pf-hd .pf-user {
  99. position: relative;
  100. float: right;
  101. margin-right: 20px;
  102. padding: 0 10px;
  103. height: 70px;
  104. line-height: 70px;
  105. cursor: pointer
  106. }
  107. #pf-hd .pf-user .pf-user-photo {
  108. float: left;
  109. margin: 12px 10px 0 0;
  110. width: 48px;
  111. height: 48px
  112. }
  113. #pf-hd .pf-user .pf-user-photo img {
  114. margin: 4px
  115. }
  116. #pf-hd .pf-user .pf-user-name {
  117. float: left;
  118. max-width: 150px;
  119. color: #fff;
  120. font-size: 14px;
  121. margin-right: 5px
  122. }
  123. #pf-hd .pf-user .xiala {
  124. color: #fff;
  125. position: relative;
  126. top: -2px
  127. }
  128. #pf-hd .pf-user .pf-user-panel {
  129. display: none;
  130. position: absolute;
  131. left: 0;
  132. right: 0;
  133. top: 70px;
  134. background: #fff;
  135. z-index: 111;
  136. border: 1px solid #e1e1e1;
  137. box-shadow: 1px 1px 2px #ddd
  138. }
  139. #pf-hd .pf-user .pf-user-panel li {
  140. height: 30px;
  141. line-height: 30px;
  142. font-size: 13px;
  143. padding: 0 15px
  144. }
  145. #pf-hd .pf-user .pf-user-panel li a {
  146. color: #000;
  147. text-decoration: none
  148. }
  149. #pf-hd .pf-user .pf-user-panel li .iconfont {
  150. margin-right: 10px;
  151. color: #000
  152. }
  153. #pf-hd .pf-user .pf-user-panel li:hover {
  154. background: #f1f1f1
  155. }
  156. #pf-hd .pf-user .pf-user-panel li:hover .iconfont {
  157. color: #1da02b
  158. }
  159. #pf-hd .pf-user:hover {
  160. background: url('../images/main/top_userbg.png?1464007598')
  161. }
  162. #pf-hd .pf-user:hover .pf-user-panel {
  163. display: block
  164. }
  165. #pf-bd {
  166. position: absolute;
  167. top: 70px;
  168. bottom: 31px;
  169. left: 0;
  170. right: 0;
  171. padding: 0 0 0 220px;
  172. z-index: 1;
  173. transition: all 0.3s ease
  174. }
  175. #pf-bd.toggle {
  176. padding-left: 0
  177. }
  178. #pf-bd.toggle #pf-sider {
  179. margin-left: -440px
  180. }
  181. #pf-bd.toggle #pf-sider .pf-model-name .toggle-icon {
  182. position: fixed;
  183. top: 84px;
  184. left: 0;
  185. z-index: 10;
  186. background-position: -22px 0
  187. }
  188. #pf-bd #pf-sider {
  189. float: left;
  190. height: 100%;
  191. margin-left: -220px;
  192. width: 220px;
  193. background: #fff;
  194. overflow-y: auto;
  195. overflow-x: hidden;
  196. z-index: 1;
  197. transition: all 0.3s ease
  198. }
  199. #pf-bd #pf-sider .pf-model-name {
  200. position: relative;
  201. padding: 0 20px;
  202. height: 49px;
  203. line-height: 49px;
  204. color: #2d4112;
  205. background: #e3e3e3;
  206. border-bottom: 1px solid #bdbdbd;
  207. font-size: 16px
  208. }
  209. #pf-bd #pf-sider .pf-model-name .iconfont {
  210. font-size: 20px
  211. }
  212. #pf-bd #pf-sider .pf-model-name .pf-sider-icon {
  213. float: left;
  214. margin: 10px 15px 0 0;
  215. width: 20px;
  216. height: 20px;
  217. font-size: 20px
  218. }
  219. #pf-bd #pf-sider .pf-model-name .toggle-icon {
  220. position: absolute;
  221. right: 0;
  222. top: 14px;
  223. width: 19px;
  224. height: 22px;
  225. background: url(../images/main/sider-toggle.png) no-repeat;
  226. background-position: 0 0;
  227. cursor: pointer
  228. }
  229. .my-toggle-icon {
  230. position: absolute;
  231. right: 0;
  232. top: 0px;
  233. width: 19px;
  234. height: 22px;
  235. background: url(../images/main/sider-toggle.png) no-repeat;
  236. background-position: 0 0;
  237. cursor: pointer
  238. }
  239. #pf-bd #pf-sider .sider-nav > li {
  240. border-bottom: 1px solid #dbdbdb;
  241. background: #fff
  242. }
  243. #pf-bd #pf-sider .sider-nav > li a {
  244. display: block;
  245. padding: 0 15px;
  246. height: 100%;
  247. height: 50px;
  248. line-height: 50px;
  249. color: #000;
  250. font-size: 14px;
  251. text-decoration: none
  252. }
  253. #pf-bd #pf-sider .sider-nav > li .sider-nav-title {
  254. float: left;
  255. width: 112px;
  256. white-space: nowrap;
  257. text-overflow: ellipsis;
  258. overflow: hidden;
  259. font-size: 14px
  260. }
  261. #pf-bd #pf-sider .sider-nav > li .iconfont {
  262. float: right;
  263. font-size: 12px;
  264. color: #acacab
  265. }
  266. #pf-bd #pf-sider .sider-nav > li .sider-nav-icon {
  267. float: left;
  268. margin: 0 10px 0 0;
  269. color: #4fb259;
  270. font-size: 20px
  271. }
  272. #pf-bd #pf-sider .sider-nav > li.current {
  273. border-bottom: none;
  274. background: #1da02b
  275. }
  276. #pf-bd #pf-sider .sider-nav > li.current > a {
  277. border-left: 3px solid #ffa405;
  278. padding-left: 12px;
  279. color: #fff
  280. }
  281. #pf-bd #pf-sider .sider-nav > li.current .iconfont {
  282. color: #fff
  283. }
  284. #pf-bd #pf-sider .sider-nav > li.current .sider-nav-icon {
  285. color: #fff
  286. }
  287. #pf-bd #pf-sider .sider-nav > li .sider-nav-s {
  288. display: none;
  289. padding: 10px 0;
  290. background: #f1f1f1;
  291. color: #000;
  292. font-size: 12px;
  293. border-bottom: 1px solid #dbdbdb
  294. }
  295. #pf-bd #pf-sider .sider-nav > li .sider-nav-s li.active {
  296. /*background: #fff*/ /*zhangxing*/
  297. }
  298. #pf-bd #pf-sider .sider-nav > li .sider-nav-s li.active a {
  299. color: #1da02b;
  300. font-weight: bold
  301. }
  302. #pf-bd #pf-sider .sider-nav > li .sider-nav-s a {
  303. height: 31px;
  304. line-height: 31px;
  305. color: #000;
  306. font-size: 12px;
  307. padding-left: 40px;
  308. background: url('../images/main/left_list.png?1463555463') no-repeat 30px center
  309. }
  310. #pf-bd #pf-sider .sider-nav > li.current .sider-nav-s {
  311. display: block
  312. }
  313. #pf-bd #pf-page {
  314. float: left;
  315. width: 100%;
  316. height: 100%;
  317. background: #fff;
  318. z-index: 0
  319. }
  320. #pf-bd #pf-page .easyui-tabs1 {
  321. min-width: 980px !important;
  322. height: 100% !important
  323. }
  324. #pf-bd #pf-page .easyui-tabs1 .tabs-header {
  325. border-top: none
  326. }
  327. #pf-bd #pf-page .easyui-tabs1 .tabs li {
  328. border-top: 1px solid #bfbfbf;
  329. -moz-border-radius: 2px 2px 0 0;
  330. -webkit-border-radius: 2px 2px 0 0;
  331. border-radius: 2px 2px 0
  332. }
  333. #pf-bd #pf-page .easyui-tabs1 .tabs li a.tabs-close {
  334. background: url('../images/main/tabs_close_pf.png?1464531592')
  335. }
  336. #pf-bd #pf-page .easyui-tabs1 .tabs li:hover a.tabs-close {
  337. background: url('../images/main/tabs_close_hover.png?1464355659')
  338. }
  339. #pf-bd #pf-page .easyui-tabs1 .tabs {
  340. padding-left: 24px !important
  341. }
  342. #pf-bd #pf-page .easyui-tabs1 .tabs li.tabs-selected {
  343. border-top: 3px solid #1da02b
  344. }
  345. #pf-bd #pf-page .easyui-tabs1 .tabs-panels {
  346. border-bottom: none !important
  347. }
  348. #pf-bd #pf-page .easyui-tabs1 .tabs li a.tabs-inner {
  349. background: #dbdbdb;
  350. color: #000;
  351. border-bottom: 1px solid #bfbfbf;
  352. height: 42px !important;
  353. line-height: 42px !important
  354. }
  355. #pf-bd #pf-page .easyui-tabs1 .tabs li:hover a.tabs-inner, #pf-bd #pf-page .easyui-tabs1 .tabs li.tabs-selected a.tabs-inner {
  356. background: #fff
  357. }
  358. #pf-bd #pf-page .panel-body {
  359. overflow: hidden
  360. }
  361. #pf-ft {
  362. position: absolute;
  363. width: 100%;
  364. height: 27px;
  365. line-height: 27px;
  366. bottom: 3px;
  367. background: #f1f1f1;
  368. border-top: 1px solid #cacaca
  369. }
  370. #pf-ft .system-name, #pf-ft .copyright-name {
  371. float: left;
  372. margin-left: 8px;
  373. font-size: 12px;
  374. color: #8b8b8b
  375. }
  376. #pf-ft .system-name .iconfont, #pf-ft .copyright-name .iconfont {
  377. color: #1da02b;
  378. margin-right: 3px
  379. }
  380. #pf-ft .copyright-name {
  381. float: right
  382. }
  383. #pf-ft .copyright-name .iconfont {
  384. font-size: 8px;
  385. }
  386. .menu .menu-active {
  387. background: #1da02b;
  388. color: #fff
  389. }