国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

477 lines
7.7KB

  1. * {
  2. padding:0px;
  3. margin:0px
  4. }
  5. html,body {
  6. width:100%;
  7. height:100%
  8. }
  9. body {
  10. height:100%;
  11. font-size:12px;
  12. overflow:hidden;
  13. z-index:1
  14. }
  15. body.showmenu {
  16. background:url(../images/leftmenu_bg.gif) -11px top repeat-y
  17. }
  18. body.hidemenu {
  19. background:none
  20. }
  21. ul {
  22. list-style:none
  23. }
  24. form {
  25. margin:0;
  26. padding:0
  27. }
  28. .head {
  29. width:100%;
  30. height:76px;
  31. overflow:hidden;
  32. z-index:8;
  33. position:relative
  34. }
  35. .top {
  36. height:47px;
  37. width:100%;
  38. background-image:linear-gradient(135deg,#008E38 0%,#639709 100%);
  39. overflow:hidden;
  40. clear:both
  41. }
  42. .top .top_logo {
  43. width:170px;
  44. height:37px;
  45. margin-top:5px;
  46. float:left
  47. }
  48. .top .top_link {
  49. float:right;
  50. padding:10px 10px 0px 0px
  51. }
  52. .top .top_link ul {
  53. float:left;
  54. padding:8px 0px 0px 0px;
  55. line-height:14px;
  56. overflow:hidden
  57. }
  58. .top .top_link ul li.welcome {
  59. border-right:none;
  60. color:#A8C280;
  61. padding-right:6px
  62. }
  63. .top .top_link ul li {
  64. float:left;
  65. color:#CBDAB3;
  66. border-right:1px solid #61910F;
  67. margin-right:-1px
  68. }
  69. .top .top_link ul li a {
  70. color:#CBDAB3;
  71. padding-left:11px;
  72. padding-right:11px;
  73. text-decoration:none
  74. }
  75. .top .top_link ul li a:hover {
  76. color:#FFF;
  77. text-decoration:underline
  78. }
  79. .top .top_link .quick {
  80. padding:3px 0px 0px 0px;
  81. float:left
  82. }
  83. .top .top_link .quick a {
  84. display:block;
  85. text-decoration:none;
  86. color:#C60;
  87. float:left;
  88. line-height:21px;
  89. height:21px;
  90. overflow:hidden
  91. }
  92. .top .top_link .quick a.ac_qucikmenu {
  93. width:81px;
  94. background:url(../images/quick_bg.gif) left top no-repeat;
  95. letter-spacing:1px;
  96. text-indent:8px
  97. }
  98. .top .top_link .quick a.ac_qucikmenu:hover {
  99. background:url(../images/quick_bg.gif) left bottom no-repeat
  100. }
  101. .top .top_link .quick a.ac_qucikadd {
  102. width:19px;
  103. background:url(../images/quick_bg.gif) right top no-repeat
  104. }
  105. .top .top_link .quick a.ac_qucikadd:hover {
  106. background:url(../images/quick_bg.gif) right bottom no-repeat
  107. }
  108. .topnav {
  109. width:100%;
  110. height:29px;
  111. background:url(../images/admin_top_bg.jpg) left -37px repeat-x;
  112. overflow:hidden;
  113. clear:both
  114. }
  115. .topnav .menuact {
  116. width:168px;
  117. float:left;
  118. padding-left:10px;
  119. overflow:hidden;
  120. padding-top:6px
  121. }
  122. .topnav .menuact a {
  123. overflow:hidden;
  124. color:#999999;
  125. padding-left:22px;
  126. padding-right:3px;
  127. text-decoration:none
  128. }
  129. .topnav .menuact a:hover {
  130. color:#FFF;
  131. text-decoration:none
  132. }
  133. .topnav .menuact #togglemenu {
  134. background:url(../images/toggle_menu.gif) 5px 0px no-repeat
  135. }
  136. .topnav .menuact #allmenu {
  137. background:url(../images/allmenu.gif) 5px 0px no-repeat
  138. }
  139. .nav {
  140. float:left;
  141. padding-left:2px;
  142. line-height:27px;
  143. color:#999
  144. }
  145. .nav ul li {
  146. float:left;
  147. display:block;
  148. margin-left:4px
  149. }
  150. .nav ul li a {
  151. padding:0px 11px 0px 11px;
  152. color:#FFCC00;
  153. text-decoration:none
  154. }
  155. .nav ul li a:hover {
  156. color:#FFFFFF
  157. }
  158. .nav ul li a.thisclass,.nav ul li a.thisclass:hover {
  159. color:#4E8100;
  160. display:block;
  161. font-weight:bold;
  162. background:#FFF;
  163. line-height:23px;
  164. border-top:2px solid #FFDE59;
  165. margin-top:4px;
  166. padding:0px 10px 0px 10px
  167. }
  168. .sysmsg {
  169. height:27px;
  170. overflow:hidden;
  171. line-height:27px;
  172. padding-right:10px;
  173. float:right;
  174. color:#999;
  175. width:500px
  176. }
  177. .sysmsg h3 {
  178. font-size:12px;
  179. float:left;
  180. padding-right:6px;
  181. font-weight:normal;
  182. color:#FC0;
  183. display:none
  184. }
  185. .scroll {
  186. padding-top:1px;
  187. float:right;
  188. overflow:hidden;
  189. height:25px
  190. }
  191. .scroll ul {
  192. }.scroll ul li,.sysmsg ul li a {
  193. color:#BBB;
  194. text-decoration:none
  195. }
  196. .scroll ul li {
  197. height:27px;
  198. overflow:hidden;
  199. line-height:27px;
  200. float:right;
  201. clear:both;
  202. padding-left:19px;
  203. background:url(../images/ico-sysmsg.png) 5px 8px no-repeat
  204. }
  205. .scroll ul li a:hover {
  206. text-decoration:underline
  207. }
  208. .scroll {
  209. padding-right:20px
  210. }
  211. .scroll a {
  212. padding-left:20px;
  213. color:#ffffff;
  214. text-decoration:none;
  215. margin-right:10px;
  216. background:url(../images/ico-sysmsg.png) 3px 1px no-repeat
  217. }
  218. .scroll a:hover {
  219. text-decoration:underline
  220. }
  221. body.showmenu .left {
  222. display:block
  223. }
  224. body.hidemenu .left {
  225. display:none
  226. }
  227. body.showmenu .right {
  228. left:212px
  229. }
  230. body.hidemenu .right {
  231. left:0px
  232. }
  233. .left {
  234. position:absolute;
  235. top:76px;
  236. width:212px;
  237. left:0px;
  238. bottom:0px;
  239. z-index:7
  240. }
  241. .menu {
  242. height:100%
  243. }
  244. .top_link {
  245. font-size:13px
  246. }
  247. .menu iframe {
  248. height:100%;
  249. width:99.99%;
  250. z-index:20
  251. }
  252. .right {
  253. position:absolute;
  254. right:0;
  255. top:76px;
  256. bottom:0px;
  257. z-index:7
  258. }
  259. .main {
  260. height:100%
  261. }
  262. .main iframe {
  263. height:100%;
  264. width:99.99%;
  265. z-index:20
  266. }
  267. .qucikmenu {
  268. position:absolute;
  269. right:10px;
  270. top:32px;
  271. z-index:9;
  272. display:none
  273. }
  274. .qucikmenu ul {
  275. width:110px;
  276. list-style:none;
  277. border:1px solid #E7E7E7;
  278. background:#FFF
  279. }
  280. .qucikmenu ul li {
  281. display:block;
  282. text-align:left
  283. }
  284. .qucikmenu ul li a {
  285. height:29px;
  286. line-height:29px;
  287. display:block;
  288. color:#666666;
  289. padding-left:10px;
  290. padding-right:10px;
  291. text-decoration:none
  292. }
  293. .qucikmenu ul li a:hover {
  294. text-decoration:none;
  295. background:#F7F7F7
  296. }
  297. .pagemask {
  298. width:100%;
  299. height:100%;
  300. background:#000;
  301. position:absolute;
  302. z-index:100;
  303. filter:alpha(opacity=70);
  304. -moz-opacity:0.7;
  305. opacity:0.7;
  306. display:none
  307. }
  308. .iframemask {
  309. position:absolute;
  310. z-index:80;
  311. top:0;
  312. left:0;
  313. background-color:#fff;
  314. border:none;
  315. filter:alpha(opacity=0);
  316. -moz-opacity:0;
  317. opacity:0;
  318. height:100%;
  319. width:100%;
  320. display:none
  321. }
  322. .allmenu {
  323. width:726px;
  324. background:#FFF;
  325. border:4px solid #333;
  326. z-index:999;
  327. position:absolute;
  328. left:50%;
  329. top:38px;
  330. margin-left:-350px;
  331. display:none;
  332. padding:5px 0px
  333. }
  334. .allmenu .allmenu-box {
  335. width:720px;
  336. margin:0px auto;
  337. text-align:left;
  338. overflow:hidden;
  339. padding-left:2px
  340. }
  341. .maptop {
  342. float:left;
  343. width:113px;
  344. overflow:hidden;
  345. padding-right:3px;
  346. padding-left:3px;
  347. border-right:1px solid #EEE;
  348. border-left:1px solid #EEE;
  349. margin-left:-1px
  350. }
  351. .maptop dt.bigitem {
  352. padding:2px;
  353. background:#455656;
  354. color:#FFF;
  355. line-height:19px;
  356. font-weight:bold;
  357. margin-bottom:3px;
  358. text-indent:3px
  359. }
  360. .mapitem dt {
  361. line-height:21px;
  362. font-weight:bold;
  363. text-indent:10px;
  364. background:#EFF1F1
  365. }
  366. .mapitem ul {
  367. margin-top:2px;
  368. margin-bottom:5px
  369. }
  370. .mapitem ul li {
  371. text-indent:13px;
  372. line-height:22px;
  373. background:url(../images/arrr.gif) 4px 6px no-repeat
  374. }
  375. .allmenu a {
  376. color:#5C604F;
  377. text-decoration:none
  378. }
  379. .allmenu a:hover {
  380. color:#F63
  381. }
  382. #login .theme {
  383. clear:both;
  384. padding:10px;
  385. width:70%;
  386. margin-top:20px
  387. }
  388. #login .theme li {
  389. margin-bottom:15px;
  390. margin-top:5px;
  391. overflow:hidden
  392. }
  393. #login .theme span {
  394. color:#000000;
  395. width:150px;
  396. display:inline-block;
  397. float:left;
  398. text-align:right;
  399. height:22px;
  400. line-height:22px
  401. }
  402. input {
  403. color:#000;
  404. font-size:12px
  405. }
  406. input[type="text"],input[type="password"] {
  407. width:219px;
  408. border-width:1px;
  409. border-style:solid;
  410. border-color:#707070 #CECECE #CECECE #707070;
  411. padding:2px 4px;
  412. height:18px;
  413. line-height:18px;
  414. vertical-align:middle;
  415. background:#FFF url("../images/input.gif") 0 0 no-repeat
  416. }
  417. input[type="text"]:focus,input[type="password"]:focus {
  418. border-color:#6FB1DF;
  419. color:#333;
  420. -moz-box-shadow:0 0 3px #A5C760;
  421. -webkit-border-shadow:0 0 3px #A5C760;
  422. box-shadow:0 0 3px #A5C760
  423. }
  424. * html input.text {
  425. width:223px;
  426. border:1px solid #a7a6aa;
  427. background:#FFF url("../images/input.gif") 0 0 no-repeat;
  428. margin-top:-1px;
  429. margin-right:5px;
  430. margin-bottom:0;
  431. margin-left:2px;
  432. padding:3px;
  433. line-height:12px
  434. }
  435. * html input.radio {
  436. margin:-1px 0 0 -2px
  437. }
  438. .allsearch {
  439. float:left;
  440. margin-top:4px!important;
  441. background:#FFF url("../images/input.gif") 0 0 no-repeat;
  442. border:1px solid #a7a6aa;
  443. padding:2px;
  444. height:12px!important;
  445. line-height:12px!important;
  446. height:19px
  447. }
  448. .np {
  449. width:40px;
  450. height:18px;
  451. line-height:18px;
  452. border:none;
  453. background:url(../images/search_bn.gif) #EFF7D0;
  454. cursor:pointer;
  455. margin-top:4px;
  456. margin-left:2px;
  457. margin-right:8px;
  458. vertical-align:top
  459. }
  460. #help {
  461. background:url("../images/dlgtitle.gif") repeat-x scroll 0 0 transparent;
  462. bottom:0;
  463. left:0;
  464. position:absolute;
  465. width:100%;
  466. height:28px;
  467. border-top:1px solid #390;
  468. line-height:28px;
  469. text-align:right;
  470. padding-top:0;
  471. padding-bottom:0
  472. }
  473. #help #content {
  474. padding-right:12px;
  475. background:url(../images/gtk-edit.png) no-repeat scroll 0px -1px;
  476. padding-left:20px
  477. }