国内流行的内容管理系统(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.

455 lines
6.9KB

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