main.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. body{
  2. background:#f1f2f6;
  3. font-family:'Microsoft YaHei';
  4. }
  5. .login_logo{
  6. background:rgba(47,64,80,0.4);
  7. height:45px;
  8. }
  9. .login_logo img{
  10. margin:5px 0 0 10px;
  11. }
  12. .header{
  13. width:100%;
  14. height:60px;
  15. overflow:hidden;
  16. background:#2f4050;
  17. position:fixed;
  18. left:0px;
  19. top:0px;
  20. }
  21. .header .logo{
  22. width:194px;
  23. height:33px;
  24. margin:13px 0 0 20px;
  25. }
  26. .header .logout{
  27. width:90px;
  28. height:30px;
  29. background:url(../images/icons.png) 10px -344px no-repeat #1ab394;
  30. margin:15px 20px 0 0;
  31. border-radius:4px;
  32. text-indent:40px;
  33. line-height:30px;
  34. font-size:14px;
  35. color:#fff;
  36. }
  37. .header .logout:hover{
  38. width:88px;
  39. height:28px;
  40. border:1px solid #1ab394;
  41. background:url(../images/icons.png) 10px -344px no-repeat #2f4050;
  42. opacity:0.5;
  43. }
  44. .side_bar{
  45. position:fixed;
  46. width:210px;
  47. background:#466079;
  48. left:0px;
  49. top:60px;
  50. bottom:0px;
  51. }
  52. .user_info{
  53. width:210px;
  54. overflow:hidden;
  55. }
  56. .user_info img{
  57. display:block;
  58. margin:20px auto 0;
  59. width:68px;
  60. height:68px;
  61. border-radius:34px;
  62. }
  63. .user_info p{
  64. text-align:center;
  65. font-size:14px;
  66. color:#bdcbd8;
  67. margin:10px auto;
  68. }
  69. .user_info em{
  70. font-weight:bold;
  71. color:#1ab394;
  72. }
  73. .menu_con{
  74. width:210px;
  75. margin-top:10px;
  76. overflow:hidden;
  77. }
  78. .first_menu{
  79. height:44px;
  80. border-bottom:1px solid #597b9b;
  81. background:url(../images/icons.png) 190px -283px no-repeat;
  82. }
  83. .menu_con .active{
  84. background:url(../images/icons.png) 190px -283px no-repeat #2f4050;
  85. border-bottom:0px;
  86. }
  87. .menu_con a{
  88. display:block;
  89. height:44px;
  90. line-height:44px;
  91. color:#e5f1fc;
  92. font-size:12px;
  93. text-indent:60px;
  94. }
  95. .icon01{
  96. background:url(../images/icons.png) 20px 12px no-repeat;
  97. }
  98. .icon02{
  99. background:url(../images/icons.png) 20px -38px no-repeat;
  100. }
  101. .icon021{
  102. background:url(../images/icons.png) 50px -87px no-repeat;
  103. }
  104. .icon022{
  105. background:url(../images/icons.png) 50px -139px no-repeat;
  106. }
  107. .icon03{
  108. background:url(../images/icons.png) 20px -89px no-repeat;
  109. }
  110. .icon031{
  111. background:url(../images/icons.png) 50px -185px no-repeat;
  112. }
  113. .icon032{
  114. background:url(../images/icons.png) 50px -235px no-repeat;
  115. }
  116. .icon033{
  117. background:url(../images/icons.png) 50px -336px no-repeat;
  118. }
  119. .icon034{
  120. background:url(../images/icons.png) 50px -390px no-repeat;
  121. }
  122. .sub_menu{
  123. display:none;
  124. border-bottom:1px solid #597b9b;
  125. }
  126. .sub_menu li{
  127. background:url(../images/icons.png) 190px -283px no-repeat #2f4050;
  128. }
  129. .sub_menu a{
  130. text-indent:80px;
  131. }
  132. .show{
  133. display:block;
  134. }
  135. .main_body{
  136. position:fixed;
  137. background:#f9f9f9;
  138. left:210px;
  139. top:60px;
  140. right:0px;
  141. bottom:0px;
  142. }
  143. .breadcrub{
  144. width:96%;
  145. height:35px;
  146. line-height:35px;
  147. background-color:#deecf9;
  148. margin:20px auto 0;
  149. font-size:14px;
  150. border-left:5px solid #f80;
  151. text-indent:10px;
  152. color:#666;
  153. }
  154. .pannel{
  155. width:96%;
  156. overflow:hidden;
  157. margin:20px auto 0;
  158. background-color:#fff;
  159. }
  160. .pannel img{
  161. display:block;
  162. width:90%;
  163. margin:20px auto 0;
  164. }
  165. .spannels{
  166. overflow:hidden;
  167. margin:20px auto 0;
  168. }
  169. .spannel{
  170. width:31%;
  171. float:left;
  172. margin-left:2%;
  173. height:100px;
  174. overflow:hidden;
  175. text-align:center;
  176. position:relative;
  177. }
  178. .spannel2{
  179. width:30%;
  180. float:left;
  181. margin-left:2%;
  182. height:100px;
  183. overflow:hidden;
  184. text-align:center;
  185. position:relative;
  186. }
  187. .spannel em,.spannel2 em{
  188. font-size:50px;
  189. line-height:50px;
  190. display:inline-block;
  191. margin:10px 0 0 20px;
  192. font-family:'Arial';
  193. color:rgba(255,255,255,0.8);
  194. }
  195. .spannel span,.spannel2 span{
  196. font-size:14px;
  197. display:inline-block;
  198. color:rgba(255,255,255,0.8);
  199. margin-left:10px;
  200. }
  201. .spannel b,.spannel2 b{
  202. position:absolute;
  203. left:0;
  204. bottom:0;
  205. width:100%;
  206. line-height:24px;
  207. background:rgba(0,0,0,0.1);
  208. color:#fff;
  209. font-size:14px;
  210. font-weight:normal;
  211. }
  212. .scolor01{
  213. background-color:#ff9565;
  214. }
  215. .scolor02{
  216. background-color:#9ed367;
  217. }
  218. .scolor03{
  219. background-color:#23b7e5;
  220. }
  221. .chart_show{
  222. width:100%;
  223. height:400px;
  224. }
  225. .login_bg{
  226. position:fixed;
  227. left:0;
  228. top:0;
  229. width:100%;
  230. height:100%;
  231. z-index:-9999;
  232. background:url(../images/login-bg.jpg) no-repeat;
  233. }
  234. .login_form{
  235. width:330px;
  236. height:292px;
  237. background:#fff;
  238. position:fixed;
  239. left:50%;
  240. top:50%;
  241. margin-top:-146px;
  242. margin-left:-165px;
  243. overflow:hidden;
  244. border-radius:6px;
  245. }
  246. .login_form .error_tip{
  247. position:absolute;
  248. font-size:12px;
  249. color:#f00;
  250. bottom:84px;
  251. left:18px;
  252. display:none;
  253. }
  254. .login_title{
  255. line-height:72px;
  256. text-align:center;
  257. background:#1ab394;
  258. color:#fff;
  259. font-size:20px;
  260. }
  261. .input_txt{
  262. display:block;
  263. margin:20px auto 0;
  264. width:298px;
  265. height:32px;
  266. border:1px solid #d0d0d0;
  267. border-radius:4px;
  268. outline:none;
  269. text-indent:10px;
  270. }
  271. .forget_pass{
  272. display:block;
  273. width:298px;
  274. margin:10px auto 0;
  275. text-align:right;
  276. font-size:14px;
  277. color:#5195d0;
  278. }
  279. .input_sub{
  280. display:block;
  281. margin:40px auto 0;
  282. width:298px;
  283. height:32px;
  284. border:0px;
  285. border-radius:4px;
  286. background:#1ab394;
  287. color:#fff;
  288. cursor:pointer;
  289. }
  290. .input_sub:hover{
  291. opacity:0.8;
  292. }
  293. .common_table{
  294. width:100%;
  295. border-collapse:collapse;
  296. border:1px solid #d1d1d1;
  297. }
  298. .common_table th,.common_table td{
  299. border:1px solid #d1d1d1;
  300. text-align:center;
  301. padding:13px 0px;
  302. font-size:12px;
  303. }
  304. .pagenation{
  305. padding:0px;
  306. list-style:none;
  307. width:960px;
  308. height:40px;
  309. margin:20px auto 0;
  310. text-align:center;
  311. font-size:0px;
  312. }
  313. .pagenation li{
  314. display:inline-block;
  315. height:26px;
  316. font-size:12px;
  317. margin:7px 5px 0px;
  318. }
  319. .pagenation a{
  320. line-height:26px;
  321. text-decoration:none;
  322. color:#393c35;
  323. display:block;
  324. padding:0px 10px;
  325. border:1px solid #d1d1d1;
  326. }
  327. .pagenation a:hover{
  328. background:#f80;
  329. color:#fff;
  330. }
  331. .review,.edit,.addtype{
  332. display:block;
  333. width:40px;
  334. line-height:20px;
  335. margin:-5px auto;
  336. border-radius:4px;
  337. color:#fff;
  338. background:#25c192;
  339. }
  340. .addtype{
  341. width:100px;
  342. line-height:26px;
  343. }
  344. .edit{
  345. background:#25c192;
  346. }
  347. .common_table .tleft{
  348. text-align:left;
  349. text-indent:10px;
  350. }
  351. .review_title{
  352. font-size:18px;
  353. line-height:40px;
  354. text-indent:20px;
  355. border-bottom:1px solid #ddd;
  356. margin-bottom:20px;
  357. }
  358. .form_group{
  359. overflow:hidden;
  360. margin-bottom:15px;
  361. }
  362. .form_group label{
  363. float:left;
  364. width:12%;
  365. line-height:30px;
  366. text-align:right;
  367. font-size:14px;
  368. }
  369. .form_group .input_txt2{
  370. width:86%;
  371. height:30px;
  372. float:left;
  373. text-indent:10px;
  374. outline:none;
  375. border-radius:4px;
  376. border:1px solid #d0d0d0;
  377. box-sizing:border-box;
  378. }
  379. .form_group .input_area,.form_group .input_multxt{
  380. width:86%;
  381. height:300px;
  382. float:left;
  383. padding:10px;
  384. outline:none;
  385. font-family:'Microsoft YaHei';
  386. font-size:14px;
  387. border-radius:4px;
  388. border:1px solid #d0d0d0;
  389. box-sizing:border-box;
  390. }
  391. .form_group .input_multxt{
  392. height:50px;
  393. }
  394. .rich_wrap{
  395. width:86%;
  396. }
  397. .form_group .sel_opt{
  398. width:150px;
  399. height:30px;
  400. float:left;
  401. border:1px solid #ddd;
  402. border-radius:4px;
  403. outline:none;
  404. text-indent:10px;
  405. }
  406. .form_group .index_pic{
  407. width:100px;
  408. height:100px;
  409. float:left;
  410. margin:0px;
  411. }
  412. .group_hide{
  413. display:none;
  414. }
  415. .indent_group{
  416. text-indent:12%;
  417. margin-top:15px;
  418. }
  419. .confirm{
  420. width:80px;
  421. height:30px;
  422. border-radius:4px;
  423. color:#fff;
  424. background:#25c192;
  425. border:0px;
  426. outline:none;
  427. }
  428. .cancel{
  429. width:80px;
  430. height:30px;
  431. border-radius:4px;
  432. color:#fff;
  433. background:#25c192;
  434. border:0px;
  435. outline:none;
  436. }
  437. .line_top{
  438. border-top:1px solid #ddd;
  439. padding:10px 0px;
  440. }
  441. .input_file{
  442. margin-top:4px;
  443. }
  444. .pop{
  445. width:500px;
  446. height:270px;
  447. border:1px solid #ddd;
  448. background:#fff;
  449. position:fixed;
  450. left:50%;
  451. top:50%;
  452. margin-top:-151px;
  453. margin-left:-251px;
  454. z-index:9999;
  455. }
  456. .pop h3{
  457. background:#25c192;
  458. line-height:40px;
  459. margin:2px;
  460. color:#fff;
  461. text-indent:10px;
  462. }
  463. .form_group .input_label{
  464. width:80px;
  465. line-height:32px;
  466. margin-left:60px;
  467. }
  468. .form_group .error_tip{
  469. position:absolute;
  470. left:141px;
  471. top:132px;
  472. color:#f00;
  473. font-size:12px;
  474. display:none;
  475. }
  476. .input_txt3{
  477. width:298px;
  478. height:32px;
  479. border:1px solid #d0d0d0;
  480. border-radius:4px;
  481. outline:none;
  482. text-indent:10px;
  483. }
  484. .mt50{
  485. margin-top:50px;
  486. }
  487. .pop .line_top{
  488. text-align:center;
  489. margin-top:80px;
  490. padding-top:15px;
  491. }
  492. .mask{
  493. position:fixed;
  494. width:100%;
  495. height:100%;
  496. background:#000;
  497. left:0px;
  498. top:0px;
  499. opacity:0.3
  500. }
  501. .pop_con{
  502. display:none;
  503. }
  504. .category_name{
  505. font-size:14px;
  506. line-height:30px;
  507. }
  508. .ui-pagination-container{
  509. text-align:center;
  510. margin-top:5px;
  511. }
  512. .news_filter_form{
  513. float:right;
  514. height:36px;
  515. margin:4px 10px 0 0;
  516. }
  517. .news_filter_form .input_txt{
  518. float:left;
  519. margin:0px;
  520. width:298px;
  521. height:26px;
  522. border:1px solid #d0d0d0;
  523. border-radius:4px;
  524. outline:none;
  525. text-indent:10px;
  526. }
  527. .news_filter_form .input_sub{
  528. float:left;
  529. margin:0px;
  530. margin-left:15px;
  531. width:100px;
  532. height:28px;
  533. border:0px;
  534. border-radius:4px;
  535. background:#1ab394;
  536. color:#fff;
  537. cursor:pointer;
  538. }