style.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. /*Reset 样式初始化*/
  2. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  3. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  4. padding: 0;
  5. margin: 0;
  6. font-weight: normal;
  7. font-style: normal;
  8. font-size: 12px;
  9. font-family:"微软雅黑","Tahoma";
  10. vertical-align: baseline;
  11. text-align:justify;
  12. word-wrap:break-word;
  13. text-justify:inter-ideograph
  14. }
  15. body{text-align:center}
  16. ul, ol, li, h1 {
  17. line-height:normal;
  18. list-style-image:none;
  19. list-style-position:outside;
  20. list-style-type:none
  21. }
  22. dl {
  23. margin:0
  24. }
  25. dd {
  26. margin-left:0
  27. }
  28. a {
  29. outline:none;
  30. }
  31. a img {
  32. border:0 none
  33. }
  34. img {
  35. vertical-align:middle;
  36. border:0px
  37. }
  38. table {
  39. border-collapse:collapse
  40. }
  41. .clearfix:after {
  42. content:".";
  43. display:block;
  44. height:0;
  45. clear:both;
  46. visibility:hidden
  47. }
  48. .clearfix {
  49. display:inline-block;
  50. overflow:hidden
  51. }
  52. .clearfix {
  53. display:block
  54. }
  55. body {color:#333}
  56. a {color:#00A0E9;text-decoration:none}
  57. a:hover {color:#0091d3;text-decoration:underline}
  58. /**/
  59. .clearB {clearfix:both}
  60. .fL {float:left}
  61. .fR {float:right}
  62. .colGreen{color:#17ab0c}
  63. .colRed {color:#f70000}
  64. .colOrange {color:#ed8b00}
  65. .width960 {width:960px;margin-left:auto;margin-right:auto}
  66. /*css*/
  67. .warpHeader .mainLogo {
  68. width:437px;
  69. height:57px;
  70. margin:10px
  71. }
  72. .warpHeader .mainLogo a {
  73. display:block;
  74. width:348px;
  75. height:57px;
  76. background:url(mainLogo.png) no-repeat
  77. }
  78. .warpHeader .mainSearch {
  79. float:right;
  80. height:32px;
  81. border:1px solid #ccc;
  82. border-radius:5px;
  83. margin:25px 0 0 0
  84. }
  85. .warpHeader .mainSearch input{
  86. vertical-align: top;
  87. margin:5px 0 0 0;
  88. height:22px;
  89. font-size:14px;
  90. color:#666;
  91. padding:0 5px;
  92. border:none;
  93. width:250px
  94. }
  95. .warpHeader .mainSearch .searchBtn {
  96. display:inline-block;
  97. *display:inline;
  98. zoom:1;
  99. width:24px;
  100. height:24px;
  101. background:url(searchBtn.png) no-repeat 0 0;
  102. margin:5px 5px 0 0
  103. }
  104. .warpHeader .mainSearch .searchBtn:hover {
  105. background-position: 0 -24px
  106. }
  107. .warpHeader .mainNav {
  108. height:24px;
  109. width:100%;
  110. background:url(navBg.png) repeat-x 0 -48px;
  111. margin:0 0 20px 0
  112. }
  113. .warpHeader .mainNav .navBgLeft,.warpHeader .mainNav .navBgRight {
  114. background:url(navBg.png) no-repeat 0 0;
  115. font-size:1px;
  116. width:7px;
  117. height:24px;
  118. float:left
  119. }
  120. .warpHeader .mainNav .navBgRight {
  121. background-position:0 -24px;
  122. float:right
  123. }
  124. .warpContent {
  125. width:950px
  126. }
  127. .warpContent .sideBar {
  128. width:190px;
  129. float:left
  130. }
  131. .warpContent .sideBar .mainMenuEntry{
  132. margin:10px 0 10px 30px;
  133. padding:8px 10px 8px 10px
  134. }
  135. .warpContent .sideBar .mainMenuEntry h3{
  136. text-align:right;
  137. font-size:14px;
  138. font-weight:600;
  139. cursor:pointer
  140. }
  141. .warpContent .sideBar .mainMenuEntry ul {
  142. display:none
  143. }
  144. .warpContent .sideBar .mainMenuEntry ul li{
  145. text-align:right;
  146. margin:8px 0 0 0
  147. }
  148. .warpContent .sideBar .mainMenuEntry ul li a:hover{
  149. padding:0 5px 0 0
  150. }
  151. .warpContent .sideBar .mainMenuEntry ul li a.now {
  152. padding:0 10px 0 0;
  153. font-weight:600;
  154. color:#993333;
  155. cursor:default
  156. }
  157. .warpContent .sideBar .mainMenuEntry ul li a.now:hover {
  158. }
  159. .warpContent .sideBar .menuHover {
  160. background:#fff
  161. }
  162. .warpContent .sideBar .menuHover h3{
  163. padding:0 0 5px 0;
  164. border-bottom:1px dashed #d2d2d2;
  165. cursor:default
  166. }
  167. .warpContent .sideBar .menuHover ul{
  168. display:block
  169. }
  170. .warpContent .sideBar .adminInfo {
  171. margin:10px 0 0 30px
  172. }
  173. .warpContent .mainContent {
  174. margin:0 0 0 200px;
  175. padding:10px 0 10px 10px
  176. }
  177. .mainContent .helpContent .listEntry {
  178. margin: 10px 0;
  179. background:url(iconSlideup.png) no-repeat 0 7px;
  180. padding:0 16px
  181. }
  182. .mainContent .helpContent .listEntry h3{
  183. cursor:pointer;
  184. font-size:14px;
  185. padding:5px 8px 0 5px;
  186. color:#00A0E9
  187. }
  188. .mainContent .helpContent .listEntry h3 span{
  189. color:#999
  190. }
  191. .mainContent .helpContent .listEntry h3:hover{
  192. font-weight:600
  193. }
  194. .mainContent .helpContent .listEntry .listItem {
  195. display:none;
  196. border-bottom:1px dashed #ededed;
  197. padding:0 8px 10px 8px;
  198. margin:0 0 20px 0
  199. }
  200. .mainContent .helpContent .listEntry .listItem p {
  201. line-height:22px;
  202. color:#666
  203. }
  204. .mainContent .helpContent .listEntry .listItem p img {
  205. padding:3px;
  206. background:#f3f3f3;
  207. border:1px solid #dfdfdf
  208. }
  209. .helpContent .qDone {
  210. margin:20px 0 0 0;
  211. padding:15px 15px;
  212. background:#f7f7f7;
  213. float:left
  214. }
  215. .mainContent .helpContent .listEntryDown {
  216. background:url(iconSlidedown.png) no-repeat 0 7px
  217. }
  218. .mainContent .helpContent .listEntryDown h3 {
  219. font-weight:600
  220. }
  221. .mainContent .formPage h3{
  222. font-size:16px;
  223. font-weight:600;
  224. padding:0 0 10px 0;
  225. margin:0 0 10px 0;
  226. border-bottom:1px dashed #ccc
  227. }
  228. .mainContent .formPage li {
  229. margin:0 0 10px 0
  230. }
  231. .mainContent .formPage .postList {
  232. margin:10px 0
  233. }
  234. .mainContent .formPage .postList li {
  235. border-bottom:1px dashed #f2f2f2;
  236. padding:0 0 5px 0;
  237. margin:0 0 5px 0
  238. }
  239. .mainContent .formPage .postList li .editBar a{
  240. margin:0 5px;
  241. color:#ccc
  242. }
  243. .mainContent .formPage .postList li .editBar a:hover{
  244. color:#FF6500
  245. }
  246. .mainContent .formPage .pageBar {
  247. text-align:center;
  248. margin:20px 0 0 0
  249. }
  250. .mainContent .formPage .pageBar a{
  251. margin:0 5px;
  252. color:#0061DE;
  253. padding:2px 6px;
  254. margin:0 3px 0 0;
  255. border:1px solid #dedfde
  256. }
  257. .mainContent .formPage .pageBar a:hover{
  258. background:#0061de;
  259. border-color:#000;
  260. color:#fff
  261. }
  262. .mainContent .formPage .pageBar a.current{
  263. border-color:#fff;
  264. color:#FF6500;
  265. font-weight:600;
  266. cursor:default
  267. }
  268. .mainContent .formPage .pageBar a.current:hover{
  269. border-color:#fff;
  270. color:#FF6500;
  271. cont-weight:600;
  272. background:#fff
  273. }
  274. .mainContent .formPage .pageBar a.inactivePrev{
  275. border-color:#fff;
  276. color:#ccc;
  277. cursor:default
  278. }
  279. .mainContent .formPage .pageBar a.inactivePrev:hover{
  280. background:#fff
  281. }
  282. .mainContent .catePage dl{
  283. margin:20px 0;
  284. width:350px
  285. }
  286. .mainContent .catePage dl dt{
  287. font-size:14px;
  288. margin:0 0 10px 0;
  289. font-weight:600
  290. }
  291. .mainContent .catePage dl dd{
  292. margin:0 0 5px 0;
  293. padding:0 0 5px 0;
  294. border-bottom:1px dashed #f2f2f2
  295. }
  296. .loginContent {
  297. background:#fff
  298. }
  299. .loginContent .loginPanel {
  300. margin:100px 0 100px 350px
  301. }
  302. .loginContent .loginPanel dt{
  303. font-size:18px;
  304. margin:15px 0 5px 0
  305. }
  306. .loginContent .loginPanel dd input {
  307. width:200px;
  308. height:22px;
  309. line-height:22px;
  310. font-size:18px;
  311. padding:5px
  312. }
  313. .loginContent .loginPanel dd button {
  314. margin:20px 0 0 0;
  315. width:210px;
  316. padding:5px;
  317. text-align:center
  318. }
  319. .warpFooter {
  320. margin-top:15px;
  321. padding-top:10px;
  322. border-top:1px solid #f1f1f1
  323. }
  324. .warpFooter .tel {
  325. font-size:20px;
  326. color:#ff7e00
  327. }
  328. .warpFooter .copyright {
  329. color:#ccc
  330. }
  331. .fbList li {
  332. margin:0 0 40px 0;
  333. padding:0 0 0 0;
  334. color:#666
  335. }
  336. .qItem .qImg,.aItem .aImg{
  337. width:48px;
  338. height:48px;
  339. background:url(qaImg.png) no-repeat
  340. }
  341. .aItem .aImg{
  342. background-position:0 -48px
  343. }
  344. .qItem .qContent,.aItem .aContent {
  345. padding:10px;
  346. margin:0 58px 0 48px;
  347. background:#FDF7ED;
  348. }
  349. .qItem .qContent,.aItem .aContent p{
  350. line-height:22px
  351. }
  352. .aItem {margin:5px 0 0 0}
  353. .aItem .aContent {
  354. background:#EAFAEA;
  355. margin:0 48px 0 58px
  356. }
  357. .fbList li .fbInfo{
  358. background:#999;
  359. padding:0 5px;
  360. height:20px;
  361. color:#fff;
  362. margin:0 0 0 48px
  363. }
  364. .categoryList dt {
  365. margin:0 0 10px 0;
  366. color:#ccc
  367. }
  368. .categoryList dt a{
  369. display:inline-block;
  370. *display:inline;
  371. *zoom:1;
  372. color:#333;
  373. padding:5px 0 5px 30px;
  374. width:160px;
  375. font-weight:600
  376. }
  377. .categoryList dt a:hover{
  378. background:#f2f2f2 url(categoryListLeftArrow.gif) no-repeat 10px 5px
  379. }
  380. .categoryList dt span {
  381. margin:0 0 0 30px
  382. }
  383. .categoryList dd a{
  384. padding:8px 0 8px 30px;
  385. display:inline-block;
  386. *display:inline;
  387. *zoom:1;
  388. width:160px;
  389. color:#666
  390. }
  391. .categoryList dd a:hover{
  392. background:#f2f2f2;
  393. color:#333;
  394. text-decoration:none
  395. }
  396. .categoryList dd a.now{
  397. color:#6c9e00;
  398. border-left:5px solid #90C61A;
  399. font-weight:600;
  400. padding-left:25px;
  401. cursor:default
  402. }
  403. .categoryList dd a.now:hover{
  404. background:none;
  405. text-decoration:none;
  406. }
  407. .categoryList dd a span{
  408. padding-right:16px;
  409. background:url(catrgoryListMoreArrow.png) no-repeat right center
  410. }
  411. .helpContent {line-height:22px}
  412. .helpContent h2.conTitle {
  413. font-size:22px;
  414. margin:0 0 15px 0
  415. }
  416. .helpContent blockquote{
  417. margin:10px;
  418. padding:10px;
  419. background:#f2f2f2
  420. }
  421. .helpContent img{
  422. padding:3px;
  423. border:1px solid #ccc;
  424. background:#ccc;
  425. margin:5px
  426. }
  427. .helpContent a img{
  428. border:1px solid #999
  429. }
  430. .helpContent a:hover img{
  431. border:1px solid #ccc;
  432. box-shadow: 0 0 5px 0 #999;
  433. background-color: #ff6501;
  434. }
  435. .helpContent table th {
  436. background:#f2f2f2;
  437. padding:5px 8px
  438. }
  439. .helpContent table td {
  440. border-bottom:1px solid #ccc;
  441. padding:5px 8px
  442. }
  443. .subCategoryList li{
  444. margin:10px 0
  445. }
  446. .subCategoryList li a{
  447. font-size:14px
  448. }
  449. .subCategoryList li a span{
  450. background: url(catrgoryListMoreArrow.png) no-repeat scroll right center transparent;
  451. padding-right: 16px;
  452. }
  453. a.backIndex {
  454. margin:0 0 15px 0;
  455. display:inline-block;
  456. *display:inline;
  457. *zoom:1;
  458. background:#f2f2f2 url(categoryListLeftArrow.gif) no-repeat left center;
  459. padding:3px 5px 3px 16px;
  460. color:#666;
  461. border-radius:5px;
  462. box-shadow:1px 1px 1px -1px #999
  463. }