Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[素材] 怎么把这个模版背景颜色由白色改为其他颜色?

[复制链接]
小镇网 发表于 2013-10-14 16:41:16 | 显示全部楼层 |阅读模式
Discuz!模板
适用版本: Discuz! X3
语言编码: GBK简体 
风格转换者: 仿制
(如把http://gejiu.town9.com白色背景改为其他颜色)
extend_common.css文件代码如下:
  1. /* ----------------------------------

  2. Main CSS file for Discuz! X
  3. (C) 巅峰设计.
  4. http://www.dfbar.net
  5. Created & Modified by 北北″.

  6. ---------------------------------- */

  7. a,a:visited { text-decoration: none; color: #333; cursor: pointer; }
  8. a:hover { text-decoration: underline; color: #0657B2; }
  9. .iblock { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; }
  10. .fr { float: right; }
  11. .tl { text-align: left; }
  12. .tr { text-align: right; }
  13. .tc { text-align: center; }
  14. button { border: 0; }
  15. .mt10 { margin-top: 10px!important; }
  16. .mb10 { margin-bottom: 10px; }
  17. .fix-ie6 { position: absolute; top: 0; left: 0; width: 999px; height: 999px; z-index: -1; background: none; border: 0 none; _filter: Alpha(opacity=0); }
  18. .color1 { color: #334F67; }
  19. .color2 { color: #8CA226; }
  20. .color3 { color: #FC6D02; }
  21. .color6 { color: #666; }
  22. .color9 { color: #999; }
  23. .placeholder { color: #999!important; }
  24. :-moz-placeholder { color: #999!important; }
  25. ::-webkit-input-placeholder { color: #999!important; }
  26. .yahei { font: 700 16px/1.5 "Microsoft YaHei"; }
  27. .arial { font-family: Arial; }
  28. .f12 { font-size: 12px; }
  29. .f14 { font-size: 14px; }
  30. .f16 { font-size: 16px; }
  31. .fb { font-weight: 700; }
  32. .link0 a,.link0 a:visited { color: #0657B2; }
  33. .link0 a:hover { color: #FC6D02; }
  34. .link1 a,.link1 a:visited,.link1 a:hover { color: #334F67; }
  35. .link2 a,.link2 a:visited,.link2 a:hover { color: #8CA226; }
  36. .link3 a,.link3 a:visited { color: #FC6D02; }
  37. .link3 a:hover { color: #0657B2; }
  38. .link6 a,.link6 a:visited { color: #666; }
  39. .link6 a:hover { color: #0657B2; }
  40. .link9 a,.link9 a:visited { color: #999; }
  41. .link9 a:hover { color: #0657B2; }
  42. .txt { padding: 3px; outline: none; line-height: 14px; font-size: 12px; color: #333; border: 1px solid #ddd; border-radius: 3px; height: 14px; width: 192px; }
  43. .txt-large,.txt-middle { font-size: 14px; }
  44. .txt-large { height: 22px; line-height: 22px; }
  45. .txt-middle { height: 18px; line-height: 18px; }
  46. .txt:hover,.txt:focus,.txtarea:hover,.txtarea:focus { border-color: #7DBDE2; box-shadow: 0 0 5px #7DBDE2; }
  47. .error,.error:hover,.error:focus { border-color: #FFABAB; box-shadow: 0 0 5px #FFABAB; }
  48. .checkbox,.radio { width: 13px; height: 13px; }
  49. .dfsj_hdfixed { position: fixed !important; top: 0; left: 0; width: 100%; }
  50. .close{position:absolute;top:4px;right:5px;padding-top:15px;width:15px;height:0;background:url({STYLEIMGDIR}/icon_common.png) no-repeat 4px 4px;overflow:hidden;z-index:9;cursor:pointer;}
  51. .close:hover{background-position:4px -32px;}

  52. .projection-ad { display: none; position: relative; margin: 0 auto; width: 980px; }
  53.         .projection-ad .projection-ad-close { position: absolute; right: 10px; top: 10px; width: 19px; height: 19px; background: url({STYLEIMGDIR}/dk_ad_closed.gif) 0 0 no-repeat; outline: none; z-index: 1; }
  54.         .projection-ad .projection-ad-replay { position: absolute; right: -60px; top: -10px; width: 52px; height: 19px; line-height: 19px; text-align: center; background: url({STYLEIMGDIR}/bn_play.gif) 0 0 no-repeat; outline: none; }
  55.         .projection-ad .projection-ad-content { display: none; position: relative; margin-bottom: 10px; height: 400px; overflow: hidden; _zoom: 1; }
  56.                 .projection-ad .projection-ad-content .ad-embed-mask { width: 980px; height: 400px; }
  57. .post-ad { position: relative; float: right; margin-left: 10px; width: 100px; height: 300px; overflow: hidden; _display: inline; }
  58.         .post-ad .ad-embed-mask { width: 100px; height: 300px; }

  59. .ad-980x90,.ad-980x60,.ad-650x60 { position: relative; margin: 0 auto; width: 980px; overflow: hidden; }
  60. .ad-980x90 { margin-bottom: 10px; height: 90px; }
  61. .ad-980x60 { margin-bottom: 10px; height: 60px; }
  62. .ad-740x60 { width: 740px; height: 60px; }
  63. .ad-230x60 { width: 230px; height: 60px; }
  64. .ad-650x60 { margin-left: 5px; width: 650px; margin-bottom: 10px; height: 60px; }
  65. .ad-980x90 .ad-embed-mask,.ad-980x60 .ad-embed-mask { width: 980px; }
  66. .ad-980x90 .ad-embed-mask { height: 90px; }
  67. .ad-980x60 .ad-embed-mask,.ad-650x60 .ad-embed-mask { height: 60px; }
  68. .ad-170x60 { width: 680px; overflow: hidden; }
  69.         .ad-170x60 li { float: left; width: 170px; height: 60px; overflow: hidden; }
  70.         .ad-170x60 .ad-embed-mask { width: 170px; height: 60px; }
  71. .ad-190x60 { margin: auto; width: 985px; overflow: hidden; line-height: 0; font-size: 0; }
  72.         .ad-190x60 li { float: left; position: relative; margin: 0 7px 10px 0; *margin-bottom: 0; *padding-bottom: 10px; width: 190px; height: 60px; overflow: hidden; *zoom: 1; }
  73.                 .ad-190x60 li.adv-320-60 { margin-right: 10px; width: 320px; }
  74.                 .ad-190x60 li.adv-410-60 { margin-right: 10px; width: 410px; }
  75.                 .ad-190x60 li.adv-230-60 { margin-right: 0; width: 230px; }
  76.         .ad-190x60 .ad-embed-mask { width: 190px; height: 60px; }
  77. .ad-230x180,.ad-230x180 .ad-embed-mask { width: 230px; height: 180px; }
  78. .ad-680x90 { margin: 0 auto; width: 980px; overflow: hidden; _zoom: 1; }
  79.         .ad-680x90 li { float: left; position: relative; margin-bottom: 10px; *margin-bottom: 0; *padding-bottom: 10px; width: 140px; height: 90px; overflow: hidden; }
  80.         .ad-680x90 .ad-main { float: left; margin: 0 10px 10px; width: 680px; height: 90px; overflow: hidden; }
  81.                 .ad-680x90 .ad-main .ad-embed-mask { width: 680px; height: 90px; }
  82. .ad-230x60,.ad-740x60 { margin-bottom: 10px; height: 60px; overflow: hidden; }
  83. .ad-230x60 { width: 230px; }
  84. .ad-740x60 { width: 740px; }
  85. .ad-980x40 { position: relative; height: 40px; overflow: hidden; z-index: 10; }
  86. .ad-320x90 { margin: 0 auto; width: 980px; overflow: hidden; }
  87.         .ad-320x90 .ad-center { margin: 0 10px; }
  88.         .ad-320x90 .ad-cycle { float: left; margin-top: 10px; width: 320px; height: 90px; overflow: hidden; }
  89. .dfsj_btn::-moz-focus-inner { padding: 0; border: 0; }
  90. .dfsj_btn:first-child { *margin-left: 0; }
  91. .dfsj_btn,.dfsj_btn:visited { display: inline-block; _display: inline; _zoom: 1; margin-left: 5px; padding: 0 15px; font-size: 14px; line-height: 25px; color: #FFF; background: #868686; border-radius: 10px; }
  92. .dfsj_btn:hover { color: #FFF; background: #E8952D; text-decoration: none; }
  93. .dfsj_btn1,.dfsj_btn1:visited { display: inline-block; _display: inline; _zoom: 1; margin-right: 10px; width: 60px; height: 30px; color: #FFF; font-size: 14px; line-height: 30px; text-align: center; background: #ECA640; background: -webkit-linear-gradient(top,#EFBA55,#E99730); background: -moz-linear-gradient(top,#EFBA55,#E99730); border-radius: 5px; overflow: hidden; }
  94. .dfsj_btn1:hover { color: #FFF; background: #F0B84C; background: -webkit-linear-gradient(top,#F8D361,#E99730); background: -moz-linear-gradient(top,#EFBA55,#F0B64B); text-decoration: none; }
  95. .at,.at:hover { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; padding-left: 15px; font-size: 12px; line-height: 18px; color: #83A013; text-decoration: none; background: url({STYLEIMGDIR}/common.png) -380px 3px no-repeat; }
  96. .at:visited { color: #83A013; }
  97. .submit-btn,.submit-btn span,.reply-btn,.reply-btn span,.option-btn,.option-btn span,.confirm-btn,.confirm-btn span,.options-btn,.options-btn span { background: url({STYLEIMGDIR}/bg_btn.png) no-repeat; }
  98. .confirm-btn,.options-btn,.submit-btn,.reply-btn,.option-btn { display: inline-block; _display: inline; zoom: 1; padding-left: 10px; height: 25px; vertical-align: middle; overflow: hidden; }
  99. .confirm-btn:hover,.options-btn:hover { text-decoration: none; }
  100. .confirm-btn span,.options-btn span,.submit-btn span,.reply-btn span,.option-btn span { cursor: pointer; float: left; padding-right: 10px; height: 25px; line-height: 25px; font: 700 12px/25px "Simsun"; }
  101. .confirm-btn { background-position: 0 -420px; }
  102.         .confirm-btn span { color: #FFF; background-position: right -445px; }
  103.         .confirm-btn:hover { background-position: 0 -470px; }
  104.                 .confirm-btn:hover span { background-position: right -495px; }
  105. .options-btn { background-position: 0 -520px; }
  106.         .options-btn span { color: #334f67; background-position: right -545px; }
  107.         .options-btn:hover { background-position: 0 -570px; }
  108.                 .options-btn:hover span { background-position: right -595px; }
  109. .disabled-small span,.disabled-small:hover span { cursor: default; color: #666; background-position: right -705px; }
  110. .disabled-small .loading,.disabled-small:hover .loading { margin: 4px 0; padding: 16px 5px 0 0; width: 16px; height: 0; background: url({STYLEIMGDIR}/btn_loading.gif) no-repeat; overflow: hidden; }
  111. .disabled-small,.disabled-small:hover { background-position: 0 -680px; }
  112. .submit-btn,.reply-btn,.option-btn { height: 30px; }
  113. .submit-btn:hover,.reply-btn:hover,.option-btn:hover { text-decoration: none; }
  114. .submit-btn span,.reply-btn span,.option-btn span { height: 30px; font: 700 14px/30px "Simsun"; }
  115. .submit-btn span { background-position: right -30px; color: #FFF; }
  116. .submit-btn:hover { background-position: 0 -90px; }
  117.         .submit-btn:hover span { background-position: right -120px; }
  118. .option-btn { background-position: 0 -300px; }
  119.         .option-btn span { color: #334f67; background-position: right -330px; }
  120.         .option-btn:hover { background-position: 0 -360px; }
  121.                 .option-btn:hover span { background-position: right -390px; }
  122. .pgs .submit-btn span { padding-right: 30px; background-position: right -60px; }
  123. .pgs .submit-btn:hover span { background-position: right -150px; }
  124. .reply-btn { background-position: 0 -180px; }
  125.         .reply-btn:hover { background-position: 0 -240px; }
  126.         .reply-btn span { color: #654302; background-position: right -210px; }
  127.         .reply-btn:hover span { background-position: right -270px; }
  128. .disabled-big,.disabled-big:hover { background-position: 0 -620px; }
  129. .disabled-big span,.disabled-big:hover span { cursor: default; color: #666; background-position: right -650px; }
  130. .disabled-big .loading,.disabled-big:hover .loading { margin: 7px 0; padding: 16px 5px 0 0; width: 16px; height: 0; background: url({STYLEIMGDIR}/btn_loading.gif) no-repeat; overflow: hidden; }
  131. .option-btn-s,.option-btn-s:visited { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; padding-left: 3px; height: 16px; line-height: 17px; color: #333; background: url({STYLEIMGDIR}/bg_btn.png) 0 -730px no-repeat; overflow: hidden; }
  132. .option-btn-s span { float: left; padding: 0 8px 0 5px; cursor: pointer; zoom: 1; background: url({STYLEIMGDIR}/bg_btn.png) right -746px no-repeat; }
  133. .option-btn-s:hover { text-decoration: none; color: #333; }

  134. #dfsj_body { background: url({STYLEIMGDIR}/dfsj_hdbg.png) no-repeat center 25px; }
  135. .wp { width: 980px; }
  136. #hd { margin-bottom: 10px; }
  137. #hd .wp { padding: 0; }
  138.                         .hdc { min-height: 95px; }
  139.                                 .ie6 .hdc { height: 95px; }
  140. #hd h2 { padding: 10px 0 0; }
  141. #hd h2 img { width: 200px; height: 80px; }

  142. #header { position: relative; height: 25px; background: #EFEFEF; z-index: 11; -webkit-text-size-adjust: none; box-shadow: 0 2px 2px rgba(0,0,0,0.1); }
  143.         #header.brown { background: #42382E; }
  144. .brown .header-city dt a,.brown .header-city dt a:visited,.brown .header-floor dt a,.brown .header-floor dt a:visited,.brown .header-home dt,#header.brown .header-link,#header.brown .header-link:visited,.brown .header-logined .user-name,.brown .user-msg dt,.brown .user-nav dt,.header-login,.brown .header-home dt a,.brown .header-home dt a:visited,.brown .user-name a,.brown .user-name a:visited,#header.brown .header-link:hover,.brown .header-login,.brown .header-login a,.brown .header-login a:visited { color: #fff; }
  145. .header-hd { position: relative; float: left; width: 158px; z-index: 1000; zoom: 1; }
  146. .header-city dd,.header-logined,.header-floor dd,.user-msg dd,.user-switch dd,.user-nav-on dd .user-switch dd,.user-nav dd,.user-switch dd,.header-bd .header-home dd { display: none; }
  147. .header-city-on dd,.header-floor-on dd,.user-msg-on dd,.user-nav-on dd,.user-nav-on dd .user-switch-on dd,.header-bd .header-home-on dd { display: block; }
  148. .header-city { position: relative; float: left; width: 98px; z-index: 11; zoom: 1; }
  149.         .header-city .header-logo { z-index: 2; position: relative; top: 1px; float: left; padding-left: 1px; width: 88px; height: 25px; line-height: 25px; }
  150. .header-logo .logo { float: left; padding-left: 55px; height: 25px; background: url({STYLEIMGDIR}/common.png) -350px -15px no-repeat; }
  151. .header-logo .triangle { cursor: pointer; float: left; height: 25px; width: 16px; background-position: 0 -419px; }
  152. .brown .logo { background-position: -350px -54px; }
  153. .brown .triangle { background: 0 -612px; }
  154. .header-city-on .header-logo { padding-left: 0; height: 24px; line-height: 23px; border: 1px solid #CDCDCD; border-bottom: none; background-color: #FFF; }
  155. .header-city-on .logo { height: 24px; background-position: -350px -36px; }
  156. .brown .header-city-on .logo,.brown .header-city-on .logo:visited { color: #666; }
  157. .header-city-on .triangle { height: 24px; background-position: 0 -459px; }
  158. .header-city-on .header-city-cont { position: absolute; top: 25px; left: 0; box-shadow: 0 2px 3px #DDD; overflow: visible; _overflow: hidden; }
  159. .header-city .header-cities { padding: 8px; width: 240px; background: #FFF; border: 1px solid #CDCDCD; overflow: hidden; }
  160. .header-cities dt { font-weight: 700; }
  161. .header-cities dd { overflow: hidden; _zoom: 1; }
  162. .header-city dd a { float: left; padding: 2px 5px; color: #333; word-break: keep-all; }
  163. .header-hd .header-city dd a:hover { color: #fff; text-decoration: none; background: #808080; border-radius: 2px; }
  164. .header-floor a,.header-floor a:visited,.header-home a,.header-home a:visited,.user-msg dd a,.user-msg dd a:visited,.user-nav dd a,.user-nav dd a:visited,.user-name a,.user-name a:visited,.header-city dd a:visited,.header-login a,.header-login a:visited,.header-login { color: #666; }
  165. .header-bd { float: left; margin-right: 20px; }
  166. .header-floor,.header-home { float: left; }
  167. .header-bd .header-floor dt,.header-bd .header-home dt { z-index: 2; position: relative; top: 1px; float: left; padding-left: 2px; padding-right: 15px; height: 25px; line-height: 25px; text-indent: 7px; font-size: 12px; background-position: right -419px; }
  168. .header-bd .header-floor-on dt,.header-bd .header-home-on dt { padding-left: 1px; padding-right: 14px; height: 24px; line-height: 23px; color: #333; border: 1px solid #CDCDCD; border-bottom: none; background-color: #FFF; background-position: right -459px; }
  169. .header-floor,.header-home { position: relative; }
  170. .header-floor-on dd { position: absolute; top: 25px; left: 0; overflow: visible; _overflow: hidden; box-shadow: 0 2px 3px #ddd; }
  171. .header-floor-on ul { padding: 10px 0 10px 0; width: 475px; border: 1px solid #cdcdcd; background: #fff; overflow: hidden; }
  172. .header-floor-on li { margin-left: -1px; float: left; padding: 4px 5px; width: 108px; border-left: 1px solid #D7D7D7; }
  173.         .header-floor-on li a { display: block; width: 108px; height: 20px; line-height: 20px; font-size: 14px; text-indent: 10px; overflow: hidden; }
  174.                 .header-floor-on li a:hover { text-decoration: none; color: #fff; background: #808080; border-radius: 10px; box-shadow: 0 3px 3px #666 inset; }
  175. .header-home-on dd { position: absolute; left: 0; top: 36px; box-shadow: 0 2px 3px #ddd; overflow: visible; _overflow: hidden; }
  176. .header-home-on ul { width: 138px; border: 1px solid #cdcdcd; border-top: none; background: #fff; }
  177. .header-hd dt a,.header-hd dt a:visited,.header-hd dt a:hover,.header-bd dt a,.header-bd dt a:visited,.header-bd dt a:hover,#header.brown .header-floor-on dt a,#header.brown .header-floor-on dt a:visited,#header.brown .header-floor-on dt a:hover,#header.brown .header-home-on dt a,#header.brown .header-home-on dt a:visited,#header.brown .header-home-on dt { color: #666; text-decoration: none; }
  178. #header .header-link,#header .header-link:visited { display: block; float: left; margin-left: 5px; padding: 0 10px 0 10px; height: 25px; line-height: 27px; color: #666; font-size: 12px; overflow: hidden; }
  179. #header .header-link:hover,#header .header-bd .header-link-on,#header .header-bd .header-link-on:visited { color: #FFF; text-decoration: none; background: #808080; }
  180. #header.brown .header-link:hover,#header.brown .header-bd .header-link-on,#header.brown .header-bd .header-link-on:visited { background-color: #E9952E; }
  181. .header-search { position: relative; float: left; padding-top: 1px; width: 193px; }
  182.         .header-search input { float: left; padding: 3px 7px; width: 145px; height: 15px; font-size: 12px; line-height: 15px; vertical-align: middle; border: 1px solid #cdcdcd; border-right: none; border-top-left-radius: 2px; border-bottom-left-radius: 2px; box-shadow: 2px 2px 2px #ebebeb inset; }
  183.         .header-search .search-button { cursor: pointer; z-index: 11; float: left; width: 28px; height: 21px; border: 1px solid #CDCDCD; border-top-right-radius: 2px; border-bottom-right-radius: 2px; background: #E6E6E6; background: -webkit-linear-gradient(top,#F7F7F7,#DBDBDB); background: -moz-linear-gradient(top,#F7F7F7,#DBDBDB); overflow: hidden; }
  184.                 .header-search .search-button i { display: block; padding-top: 21px; width: 28px; height: 0; background-position: 5px -293px; }
  185.         .header-search .search-button-on { background: #EDEDED; }
  186. .header-login,.header-logined { position: relative; float: right; width: 240px; }
  187. .header-login { height: 25px; line-height: 25px; text-align: right; }
  188.         .header-login a,.user-name a { padding: 5px 3px; }
  189.         .header-login a:hover,.user-name a:hover { color: #FFF; text-decoration: none; background: #808080; }
  190. .brown .header-login a:hover,.brown .user-name a:hover { background: #E9952E; }
  191. .header-logined .user-name,.header-logined .user-msg { float: right; margin-right: 20px; }
  192. .header-logined .user-name { height: 25px; line-height: 27px; text-align: right; overflow: hidden; }
  193. .header-logined .user-msg { position: relative; }
  194.         .header-logined .user-msg .user-msg-count { position: absolute; top: 0; right: -9px; padding: 0 3px; font: 400 10px/100% Arial; text-indent: 0; color: #fff; background: #FF9400; background: -webkit-linear-gradient(top,#FFAB00,#FF8400); background: -moz-linear-gradient(top,#FFAB00,#FF8400); border-radius: 8px; z-index: 2; }
  195. .header-logined .user-msg-on .user-msg-count { top: -1px; right: -10px; }
  196. .header-logined .user-msg dt { cursor: pointer; z-index: 2; position: relative; top: 1px; padding-left: 2px; width: 42px; height: 25px; line-height: 25px; color: #666; background-position: right -419px; }
  197. .brown .user-msg dt { color: #FFF; }
  198. .header-logined .user-msg-on dt,.header-logined .user-nav-on dt { padding-left: 0; text-indent: 5px; width: 46px; height: 24px; line-height: 23px; color: #666; background: #fff; border: 1px solid #CDCDCD; border-bottom: none; background-position: right -459px; }
  199. .header-logined .user-msg-on dd { position: absolute; top: 25px; right: 0; box-shadow: 0 2px 3px #ddd; overflow: visible; _overflow: hidden; }
  200. .header-logined .user-msg-on ul { width: 120px; border: 1px solid #cdcdcd; background: #fff; }
  201. .header-logined .user-msg a { display: block; height: 34px; line-height: 34px; font-size: 12px; text-indent: 32px; }
  202. .header-logined .user-msg em { padding: 0 5px; font: 400 10px/34px Arial; color: #fff; background: #FF9400; background: -webkit-linear-gradient(top,#FFAB00,#FF8400); background: -moz-linear-gradient(top,#FFAB00,#FF8400); border-radius: 8px; }
  203. .header-logined .user-nav { position: absolute; right: 0; }
  204.         .header-logined .user-nav dt { cursor: pointer; z-index: 2; position: relative; top: 1px; height: 25px; width: 20px; background-position: 0 -419px; }
  205. .header-logined .user-nav-on dt { padding-left: 0; height: 24px; text-indent: 1px; background-position: 0 -459px; }
  206. .user-nav-on dd { position: absolute; right: 0; box-shadow: 0 2px 3px #ddd; }
  207. .user-nav-on ul { width: 138px; border: 1px solid #cdcdcd; background: #fff; }
  208. .user-nav-ul li { float: left; }
  209. .user-nav-on dd a,.header-home-on dd a { display: block; width: 138px; height: 29px; line-height: 29px; text-indent: 30px; font-size: 12px; color: #666; }
  210. .user-nav-on dd a:hover,.user-msg-on dd a:hover,.header-home-on dd a:hover { color: #666; text-decoration: none; background-color: #ededed; }
  211. .user-nav-on .user-switch { position: relative; border: 1px solid #fff; border-left: 0 none; border-right: 0 none; }
  212.         .user-nav-on .user-switch dt { display: block; position: relative; width: 137px; text-indent: 30px; font-size: 12px; border: 0 none; height: 27px; line-height: 27px; z-index: 2; border-radius: 0; }
  213. .user-nav-ul { background: #fff; }
  214. .user-nav-on .user-switch-on { border-color: #cdcdcd; background-color: #ededed; }
  215.         .user-nav-on .user-switch-on dt { left: -1px; border-left: 1px solid #ededed; background-color: #ededed; }
  216. .user-nav-on .user-switch .triangle { position: relative; display: block; background-position: 120px -489px; cursor: pointer; border-radius: 0; }
  217. .user-nav-on .user-switch-on dd { position: absolute; top: -1px; _top: 0; left: -140px; width: 140px; overflow: hidden; }
  218. .user-nav-on .user-switch-on ul { border: 1px solid #cdcdcd; background: #ededed; zoom: 1; z-index: 1; box-shadow: none; }
  219. .user-nav-on .user-switch-on a { display: block; float: none; height: 24px; line-height: 24px; font-size: 12px; text-indent: 10px; }
  220.         .user-nav-on .user-switch-on a:hover { color: #333; text-decoration: none; background: #fff; }
  221. .iframe-fix { position: relative; width: 263px; overflow: hidden; }
  222. .header-icon-home,.header-icon-thread,.header-icon-count,.header-icon-photo,.header-icon-blog,.header-icon-follow,.header-icon-fans,.header-icon-userInfo,.header-icon-logout,.user-nav-on .user-switch dt,.header-icon-msg,.header-icon-remind,.header-icon-at,.header-floor dt,.header-logined .user-nav dt,.header-logined .user-msg dt,.header-logined .user-nav-on dt,.header-city .triangle,.user-nav-on .user-switch .triangle,.search-button i,.header-bd .header-home dt,.header-icon-special,.header-icon-event,.header-icon-new,.header-icon-cityMsg { background-image: url({STYLEIMGDIR}/headnav_icon.png); background-repeat: no-repeat; }
  223. .header-icon-home { background-position: 8px -2px; }
  224. .header-icon-thread { background-position: 8px -33px; }
  225. .header-icon-count { background-position: 8px -65px; }
  226. .header-icon-photo { background-position: 8px -96px; }
  227. .header-icon-blog { background-position: 8px -130px; }
  228. .header-icon-follow { background-position: 8px -162px; }
  229. .header-icon-fans { background-position: 8px -192px; }
  230. .header-icon-userInfo { background-position: 8px -917px; }
  231. .header-icon-logout { background-position: 8px -258px; }
  232. .header-icon-special { background-position: 8px -740px; }
  233. .header-icon-event { background-position: 8px -775px; }
  234. .header-icon-new { background-position: 8px -807px; }
  235. .header-icon-cityMsg { cursor: default; background-position: 8px -844px; }
  236. .user-msg-on dd .header-icon-cityMsg:hover { background-color: #FFF; }
  237. .user-nav-on .user-switch dt { background-position: 8px -225px; }
  238. .header-icon-msg { background-position: 8px -312px; }
  239. .header-icon-remind { background-position: 8px -345px; }
  240. .header-icon-at { background-position: 8px -376px; }

  241. .user-msg-pop { position: fixed; _position: absolute; top: 50px; right: 50%; margin-right: -490px; padding: 0 9px; width: 175px; line-height: 30px; border: 1px solid #EDDDAB; border-radius: 3px; background: #FFFCE9; z-index: 3; }
  242.         .user-msg-pop span { float: left; margin-right: 10px; }
  243.         .user-msg-pop a,.user-msg-pop a:visited { color: #334F67; }
  244.         .user-msg-pop a:hover { text-decoration: none; color: #334F67; }
  245.         .user-msg-pop a em,.user-msg-pop a:visited em { font-weight: 700; color: #FC6D02; }
  246.         .user-msg-pop a:hover em { color: #FC6D02; }
  247.         .user-msg-pop .board-msg { position: relative; float: left; margin: 2px 0 0 -5px; }
  248.         .user-msg-pop .board-msg-hd a,.user-msg-pop .board-msg-hd a:visited { position: absolute; top: 1px; padding: 1px 4px 0; width: 52px; height: 27px; text-align: center; line-height: 22px; }
  249.         .user-msg-pop .board-msg-bd { display: none; position: absolute; top: 29px; left: -173px; padding: 5px 9px; width: 240px; border: 1px solid #EDDEAF; border-width: 0 1px 1px; background: #FFF; }
  250.                 .user-msg-pop .board-msg-bd strong { color: #FC6D02; }
  251.                 .user-msg-pop .board-msg-bd p { height: 24px; line-height: 24px; overflow: hidden; }
  252.                 .user-msg-pop .board-msg-bd a,.user-msg-pop .board-msg-bd a:visited { color: #0657B2; }
  253.                 .user-msg-pop .board-msg-bd a:hover { color: #FC6D02; }
  254.         .user-msg-pop .board-msg-on .board-msg-bd { display: block; }
  255.         .user-msg-pop .board-msg-on .board-msg-hd a,.user-msg-pop .board-msg-on .board-msg-hd a:visited { padding: 0 3px; border: 1px solid #EDDEAF; border-width: 1px 1px 0; background: #FFF; }
  256. .city-msg-more { border-top: 1px solid #D0D0D0; }
  257.         .city-msg-more p { cursor: pointer; padding-top: 14px; height: 0; border-top: 1px solid #FFF; background: #EDEDED url({STYLEIMGDIR}/headnav_icon.png) 55px -886px no-repeat; overflow: hidden; }
  258. .city-msg-load { border-top: none; }
  259.         .city-msg-load p { padding-top: 20px; border-top: none; background: #FFF url({STYLEIMGDIR}/btn_loading.gif) center 0 no-repeat; }

  260.                         #dfsj_qmenu.a{ padding-left: 0; text-indent: 5px; width: 46px; height: 24px; line-height: 23px; color: #666; background: #fff; border: 1px solid #CDCDCD; border-bottom: none; background: #fff url({STYLEIMGDIR}/headnav_icon.png) no-repeat right -459px; }
  261.                                 #dfsj_qmenu_menu { padding: 20px 5px 10px; width: 610px; border-color: #CDCDCD; border-top: 0; }
  262.                                         #dfsj_qmenu_menu ul.nav li { float: left; }
  263.                                                 .ie6 #dfsj_qmenu_menu ul.nav li { clear: none !important; width: auto !important; }
  264.                                         #dfsj_qmenu_menu ul.nav a { margin-bottom: 10px; padding: 47px 0 0; width: 60px; border: none; border-radius: 4px; background: url({IMGDIR}/noicon.gif) no-repeat 50% 5px; text-align: center; }
  265.                                                 #dfsj_qmenu_menu ul.nav a:hover { background-color: {SPECIALBG}; color: {HIGHLIGHTLINK}; text-shadow: none; }

  266. .dfsj_ft { clear: both; margin: 20px auto 0; padding: 0 0 20px; text-align: center; line-height: 20px; background: #F3F3F3 url({STYLEIMGDIR}/dfsj_ftbg.png) repeat-x 0 0; }
  267.         .dfsj_ft p { margin-bottom: 10px; }
  268. .foot-logo img { border: 1px solid #DBDBDB; }
  269. .dfsj_ft div.dfsj_ft-bar { margin-bottom: 8px; height: 8px; overflow: hidden; background: #F3F3F3; background: -moz-linear-gradient(top,#E6E6E6,#F3F3F3); background: -webkit-gradient(linear,0 0,0 bottom,from(#E6E6E6),to(#F3F3F3)); background: -o-linear-gradient(top,#E6E6E6,#F3F3F3); }
  270. .dfsj_ft-link { margin: 0 auto; width: 980px; text-align: center; }
  271.         .dfsj_ft-link div { text-align: left; }
  272.                 .dfsj_ft-link div a { display: inline-block; padding: 0 3px; border-radius: 3px; }
  273.                         .dfsj_ft-link div a:hover { background: #808080; color: #fff; text-decoration: none; }
  274.                                 .dfsj_ft-link div a:hover em { color: #fff; }
  275. .foot-home { margin-right: 15px; }
  276.         .foot-home img { margin: 5px 0 0 65px; }
  277. .dfsj_ft .pipe { padding: 0 1px; margin: 0; }
  278. #ft { border-top: 0; padding: 20px 0 0; }
  279. #ft a.dfsj_qq:hover { background: none; }

  280. #header .header-mobile,#header .header-mobile:visited { padding-left: 20px; background: url({STYLEIMGDIR}/new_index_icon.png) -95px -40px no-repeat; }
  281. #header .header-mobile:hover { background: #808080 url({STYLEIMGDIR}/new_index_icon.png) -195px -40px no-repeat; }
  282. #header .header-weibo,#header .header-weibo:visited { padding-left: 28px; background: url({STYLEIMGDIR}/new_index_icon.png) -95px -65px no-repeat; }
  283. #header .header-weibo:hover { background: #808080 url({STYLEIMGDIR}/new_index_icon.png) -195px -65px no-repeat; }
  284. #header .header-weixin,#header .header-weixin:visited { padding-left: 28px; background: url({STYLEIMGDIR}/new_index_icon.png) -95px -90px no-repeat; }
  285. #header .header-weixin:hover { padding-right: 15px; background: #808080 url({STYLEIMGDIR}/new_index_icon.png) -195px -90px no-repeat; }
  286. #header .header-index,#header .header-index:visited { padding-left: 28px; background: url({STYLEIMGDIR}/new_index_icon.png) -95px -115px no-repeat; }
  287. #header .header-index:hover { background: #808080 url({STYLEIMGDIR}/new_index_icon.png) -195px -115px no-repeat; }
  288. .festival-nav { position: absolute; top: 0; left: 0; width: 1190px; height: 100px; }
  289. .love-pop { position: absolute; display: none; width: 96px; height: 34px; left: 457px; bottom: -18px; background: url({STYLEIMGDIR}/love_pop.png) no-repeat; _background: none; }

  290. .good-shop { position: absolute; display: block; width: 25px; height: 17px; left: 300px; top: 92px; background: url({STYLEIMGDIR}/bg_index.png) left -250px no-repeat; z-index: 8; }
  291. #bb-flow { position: absolute; left: 0; top: 140px; z-index: 9; }
  292. #nv li a.nav-mobile,#nv li a.nav-mobile:visited,#nv li a.nav-mobile:hover { position: relative; top: -1px; z-index: 5; padding: 40px 0 0; width: 120px; height: 0; overflow: hidden; background: url({STYLEIMGDIR}/dfsj_mobile.gif) no-repeat 0 0; }
  293. .floor { padding: 6px 0 6px 10px; overflow: hidden; _zoom: 1; background: #F3F3F3; }
  294.         .floor h3 { float: left; margin-left: -1px; padding: 0 5px; width: 120px; height: 24px; line-height: 24px; }
  295.         .floor a,.floor a:visited { display: block; padding: 0 10px; height: 21px; font: 400 14px/20px Simsun,Arial; color: #000; overflow: hidden; }
  296.         .floor a:hover { text-decoration: none; color: #FFF; background: #f1a400; background: -webkit-linear-gradient(top,#eaa400,#f1a400); background: -moz-linear-gradient(top,#eaa400,#f1a400); box-shadow: 2px 2px 5px rgba(0,0,0,0.2) inset; border-radius: 15px; }
  297.                 .floor a:hover strong { color: #fff; }
  298. .floor h3 strong { margin-right: 5px; color: #333; font: 700 12px "Microsoft Yahei","SimHei"; }
  299. .floor a,.floor a:visited { font: 400 14px/21px "Microsoft Yahei"; _font-family: "Simsun"; }
  300. .hot-msg-list { height: 55px; }
  301. .btn-go { display: block; position: absolute; bottom: 0; right: 0; width: 190px; height: 30px; overflow: hidden; }
  302. .btn-go-back { right: auto; left: 0; }
  303. .search { float: right; position: relative; width: 208px; line-height: 26px; margin: 11px 6px 0 0; z-index: 10; }
  304. .search-key { float: left; padding: 3px 5px; width: 200px; _width: 170px; height: 18px; line-height: 18px; background: none; border: 0 none; border: 1px solid #D9D9D9; border-radius: 12px; background: #fff; color: #888; }
  305. .search-btn { position: absolute; right: 4px; top: 4px; padding-top: 18px; width: 18px; height: 0; overflow: hidden; background: url({STYLEIMGDIR}/new_index_icon.png) 0 0 no-repeat; z-index: 9; }
  306.         .search-btn:hover { color: #000; text-decoration: none; }

  307.                         #nv { padding-left: 0; height: 45px; }
  308.                                 #nv li { padding-right: 0; height: 40px; line-height: 40px; margin: 5px 25px 0 0; background: none; font-weight: 400; font-size: 20px; }
  309.                                         .ie_all #nv li { line-height: 43px; }
  310.                                         .ie6 #nv li { line-height: 40px; }
  311.                                         #nv li a { padding: 0 20px; height: 40px; }
  312.                                         #nv li.a { margin-left: 0; }
  313.                                                 #nv li a:hover, #nv li.hover a:hover, #nv li.hover a { background: #A4BB37; color: #fff; text-decoration: none; }

  314.                         #mu { position: relative; z-index: 1; }
  315.                                 .ie6 #mu, .ie7 #mu { line-height: 0; font-size: 0; }
  316.                                 #mu ul { background: #fff; line-height: 22px; z-index: 2; font-size: 12px; padding: 6px 0 6px 10px; }
  317.                                         #mu li { float: left; width: 98px; height: 24px; line-height: 24px; padding: 0 5px; }
  318.         #mu a,#mu a:visited { display: block; padding: 0 10px; margin: 0; height: 21px; font: 400 14px/21px "Microsoft Yahei"; _font-family: "Simsun"; color: #000; overflow: hidden; }
  319.         #mu a:hover { margin: 0; border: 0; color: #FFF; background: #f1a400; background: -webkit-linear-gradient(top,#eaa400,#f1a400); background: -moz-linear-gradient(top,#eaa400,#f1a400); box-shadow: 2px 2px 5px rgba(0,0,0,0.2) inset; border-radius: 15px; }

  320. .go-top { position: fixed; _position: absolute; right: 15px; bottom: 300px; z-index: 80; text-align: center; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
  321.         .go-top a,.go-top a:visited { display: block; padding: 5px; width: 18px; line-height: 14px; color: #8CA226; border: 1px solid #D9E6BB; background-color: #F7FBEC; overflow: hidden; }
  322.         .go-top a:hover { text-decoration: none; color: #FFF; border-color: #8CA226; background-color: #8CA226; }
  323.         .go-top .icon { display: block; width: 16px; height: 0; padding-top: 16px; background: url({STYLEIMGDIR}/common.png) no-repeat; overflow: hidden; }
  324.         .go-top .close-go-top,.go-top .close-go-top:visited { display: none; border-radius: 5px 5px 0 0; }
  325. .close-go-top .icon { background-position: -37px -56px; }
  326. .close-go-top:hover .icon { background-position: -57px -56px; }
  327. .go-top .customer-service,.go-top .customer-service:visited { border-bottom: none; border-radius: 5px 5px 0 0; }
  328. .customer-service .icon { margin: 0 0 2px 2px; background-position: 0 -59px; }
  329. .customer-service:hover .icon { background-position: -20px -59px; }
  330. .go-top .back-to-top,.go-top .back-to-top:visited { border-radius: 0 0 5px 5px; }
  331. .back-to-top .arrow { display: block; margin: 2px; width: 0; height: 0; border-right: 6px #F7FBEC solid; border-left: 6px #F7FBEC solid; border-bottom: 6px #8CA226 solid; overflow: hidden; }
  332. .back-to-top:hover .arrow { border-right: 6px #8CA226 solid; border-left: 6px #8CA226 solid; border-bottom: 6px #F7FBEC solid; }
  333. .go-top-hover .close-go-top,.go-top-hover .close-go-top:visited { display: block; }
  334. .go-top-hover .customer-service,.go-top-hover .customer-service:visited { border-top: none; border-radius: 0; }

  335. .index-act .go-top { position: fixed; right: 10px; bottom: 10px; box-shadow: none; _position: absolute; }
  336.         .index-act .go-top a,.index-act .go-top a:visited,.index-act .go-top a.vcode { display: block; padding: 50px 0 0; width: 50px; height: 0; background: url({STYLEIMGDIR}/go_top.png) 0 0 no-repeat; overflow: hidden; border: 0; border-radius: 0; }
  337.         .index-act .go-top a.go-feed { background-position: 0 0; }
  338.                 .index-act .go-top a.go-feed:hover { background-position: -51px 0; }
  339.         .index-act .go-top a.go-top-btn,.index-act .go-top a.go-top-btn:visited { display: none; background-position: 0 -51px; }
  340.         .index-act .go-top a.go-top-btn:hover { background-position: -51px -51px; }
  341.         .index-act .go-top a.go-down-btn,.index-act .go-top a.go-down-btn:visited { background-position: 0 -102px; }
  342.         .index-act .go-top a.go-down-btn:hover { background-position: -51px -102px; }
  343.         .index-act .go-top a.vcode,.index-act .go-top a.vcode:visited { background-position: 0 -152px; }
  344.         .index-act .go-top a.vcode:hover { background-position: -51px -152px; }

  345. .vcode-main { display: none; position: absolute; padding: 10px 20px 20px; width: 146px; background: #fff; border: 1px solid #BBB; box-shadow: 0 0 3px rgba(100,100,100,0.5); z-index: 999; }
  346.         .vcode-main p { height: 36px; line-height: 36px; text-align: center; }
  347. .lk .m li { clear: none; float: left; width: 40%; }
  348. .links .x li { float: left; }

  349. #msg, #msg .fans_title {background:url({STYLEIMGDIR}/bg_other.png) no-repeat;}
  350. #msg {width:978px;height:34px;border:1px solid #EDDDAB;background-color:#FFFCE9;background-position:right -34px;overflow:hidden;}
  351.         #msg .fans_title {float:left;padding-top:34px;width:110px;height:0;overflow:hidden;}
  352.         #msg .contentx {float:left;height:34px;text-indent:20px;color:#666;line-height:30px;background-position:0 10px;}
  353.                 #msg .xi1 {font:18px/30px {FONT};}
  354.                 #msg .contentx a, #msg .content a:visited {margin-left:15px;text-decoration:underline;color:#C69324;}
  355.                 #msg .contentx a:hover {color:#FC6D02;}

  356.         .pg, .pgb { line-height: 19px; margin-top: 15px; }
  357.         .pgs .pg, .pgs .pgb { margin-top: 5px; }
  358.                 .pg a, .pg strong, .pgb a, .pg label { margin-left: 2px; padding: 0 6px; height: 19px; border: 1px solid; border-color: #E3E4DD; background-color: {WRAPBG}; background-repeat: no-repeat; color: #8F8F8F; font-size: 14px; font-family: Arial; }
  359.                         .pg a:hover, .pgb a:hover { background-color: #839B1B; border-color: #839B1B; color: #fff; text-decoration: none; }
  360.                         .pg a.nxt { padding-right: 15px; background-image: url({STYLEIMGDIR}/bg_pages.png); background-position: 57px 6px; }
  361.                         .pg a.nxt:hover { padding-right: 15px; background-image: url({STYLEIMGDIR}/bg_pages.png); background-position: 29px -19px; }
  362.                         .pgb a, .pg a.prev { background-image: url({STYLEIMGDIR}/bg_pages.png); background-position: 6px -26px; }
  363.                         .pg strong { background-color: #839B1B; border-color: #839B1B; color: #fff; font-weight: 400; }
  364.                 .pgb a { padding-left: 15px; }
  365.                 .pgb a:hover, .pg a.prev:hover { background-image: url({STYLEIMGDIR}/bg_pages.png); background-position: -22px -51px; }
  366.                         .ie6 .pg label { height: 16px; }
  367.                         .pg label .px { height: 12px; line-height: 12px; }

  368. #f_pst .submit-btn { width: 120px; }
  369.         .pn { background: #E5E5E5 url({STYLEIMGDIR}/pn.png) repeat-x 0 0; cursor: pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
  370.                 .pn:active { background-position: 0 -23px; }
  371.         .pnc, a.pnc { border-color: #7f9c14; background-color: #7f9c14; background-position: 0 -48px; }
  372.                 .pnc:active { background-position: 0 -96px; }

  373. #scbar { background: #F1F5E8; }
  374. .scbar_icon_td, .scbar_txt_td, .scbar_type_td, .scbar_btn_td, .scbar_type_td { background-image: url({STYLEIMGDIR}/search.png); }
复制代码



 楼主| 小镇网 发表于 2013-10-14 16:41:50 | 显示全部楼层
大神们来帮帮忙哈
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 09:36 , Processed in 0.084518 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表