Discuz教程网

[使用教程] Discuz X漂亮的二级导航

[复制链接]
authicon dly 发表于 2012-9-21 12:26:26 | 显示全部楼层 |阅读模式
003703ssouq7yqshu8sy5o.png.thumb.jpg


  1. <style type="text/css">
  2. * {
  3. MARGIN:0px;
  4. PADDING:0px;
  5. }
  6. ul,li,ol {
  7. list-style:none;
  8. }
  9. .bod_yy a:active {
  10. test:expression(target="_blank");
  11. }
  12. .zone a:active,a.close:active,#feedback-box a:active {
  13. test:expression(target="_self");
  14. }
  15. .item a:active,.item span{
  16. test:expression(target="_blank");
  17. }
  18. a:active.target {
  19. test:expression(target="_self");
  20. }
  21. IMG {
  22. border:0px;
  23. }
  24. A {
  25. COLOR: #114499; TEXT-DECORATION: none;
  26. }
  27. .topmenu A {
  28. COLOR: #272727; TEXT-DECORATION: none;
  29. }
  30. A:active {
  31. COLOR: #114499; TEXT-DECORATION: none;
  32. }
  33. A:hover {
  34. COLOR: #c30; TEXT-DECORATION: none;
  35. }
  36. H2,h3,h4,h5,h6 {
  37. FONT-SIZE:12px;
  38. }
  39. H3 A {
  40. TEXT-ALIGN:center;
  41. FONT-FAMILY:'黑体',arial,sans-serif;
  42. COLOR:#262626;
  43. FONT-SIZE:20px;
  44. FONT-WEIGHT:normal
  45. }
  46. INPUT {
  47. FONT-SIZE:12px
  48. }
  49. SELECT {
  50. FONT-SIZE:12px
  51. }
  52. EM {
  53. FONT-STYLE:normal;
  54. FONT-WEIGHT:normal
  55. }
  56. .m_tp {
  57. margin-top:5px;
  58. }
  59. .m_tp1 {
  60. margin-top:8px;
  61. }
  62. .m_lp {
  63. margin-left:5px;
  64. }
  65. .m_lp1 {
  66. margin-left:8px;
  67. }
  68. /*布局*/
  69. .bod_yy {
  70. background-image:url(http://www.0376.cn/img2/yinying.gif);
  71. background-repeat:repeat-y;
  72. overflow:hidden;
  73. margin:0px auto;
  74. width:986px;
  75. }
  76. #usr {
  77. background-image:url(http://www.0376.cn/images/usr_log_bg.gif);
  78. background-repeat:repeat-x;
  79. height:36px;
  80. overflow:hidden;
  81. }
  82. .bod_w {
  83. width:950px;
  84. margin-left:auto;
  85. margin-right:auto;
  86. }
  87. #usr {
  88. background-image:url(http://www.0376.cn/images/usr_log_bg.gif);
  89. background-repeat:repeat-x;
  90. height:36px;
  91. overflow:hidden;
  92. }
  93. #usr #usr_log {
  94. float:left;
  95. width:500px;
  96. height:36px;
  97. padding-top:10px;
  98. text-align:left;
  99. padding-left:25px;
  100. background:url(http://www.0376.cn/images/logimg.gif) no-repeat 0 12px;
  101. }
  102. #usr .zone {
  103. letter-spacing:0.3mm;
  104. }
  105. #usr #usr_log .but_log {
  106. height:18px;
  107. width:49px;
  108. background:url(http://www.0376.cn/images/logbut.gif);
  109. border:0;
  110. color:#fff;
  111. line-height:16px;
  112. cursor:pointer;
  113. }

  114. /*菜单*/
  115. .topmenu {
  116. MARGIN:0px auto;
  117. WIDTH:950px;
  118. CLEAR:both;
  119. FONT-SIZE:12px;
  120. height:60px;
  121. }
  122. .topmenu DT {
  123. TEXT-ALIGN:center;
  124. WIDTH:46px;
  125. DISPLAY:inline;
  126. FLOAT:left;
  127. HEIGHT:54px;
  128. OVERFLOW:hidden
  129. }
  130. .topmenu DD {
  131. BACKGROUND:url(http://www.0376.cn/img2/menu_bg.jpg) repeat-x;
  132. FLOAT:left;
  133. HEIGHT:54px;
  134. FONT-SIZE:12px
  135. }
  136. .topmenu DD A {
  137. PADDING-LEFT:5px;
  138. PADDING-RIGHT:5px
  139. }
  140. .topmenu DD SPAN {
  141. WIDTH:7px;
  142. DISPLAY:block;
  143. BACKGROUND:url(http://www.0376.cn/img2/menu_right.jpg) no-repeat;
  144. FLOAT:right;
  145. HEIGHT:54px;
  146. MARGIN-RIGHT:-2px
  147. }
  148. .topmenu DD DIV {
  149. POSITION:relative;
  150. MARGIN-TOP:7px;
  151. PADDING-LEFT:2px;
  152. DISPLAY:block;
  153. WHITE-SPACE:nowrap
  154. }
  155. .topmenu .fix_p {
  156. POSITION:absolute;
  157. WIDTH:21px;
  158. HEIGHT:10px;
  159. TOP:-11px;
  160. LEFT:87px
  161. }
  162. .topmenu .fix_b {
  163. POSITION:absolute;
  164. WIDTH:21px;
  165. HEIGHT:10px;
  166. TOP:-11px;
  167. LEFT:52px
  168. }
  169. .news DD {
  170. WIDTH:132px;
  171. DISPLAY:inline;
  172. line-height:20px;
  173. }
  174. .news DD A {
  175. color:#333333;
  176. }
  177. .news DD A:hover {
  178. color:#cc0069;
  179. text-decoration:none;
  180. }
  181. .news DL {
  182. DISPLAY:block;
  183. OVERFLOW:hidden
  184. }
  185. .live DD {
  186. WIDTH:162px;
  187. DISPLAY:inline;
  188. line-height:20px;
  189. }
  190. .live DT {
  191. WIDTH:45px;
  192. MARGIN-LEFT:10px
  193. }
  194. .house DD {
  195. WIDTH:105px;
  196. DISPLAY:inline;
  197. line-height:20px;
  198. }
  199. .house DT {
  200. WIDTH:45px;
  201. MARGIN-LEFT:10px
  202. }
  203. .gear DD {
  204. WIDTH:83px;
  205. DISPLAY:inline;
  206. line-height:20px;
  207. }
  208. .gear DT {
  209. WIDTH:45px;
  210. MARGIN-LEFT:10px
  211. }
  212. .bbs_nav DD {
  213. WIDTH:130px;
  214. DISPLAY:inline;
  215. line-height:20px;
  216. }
  217. .bbs_nav DT {
  218. WIDTH:45px;
  219. MARGIN-LEFT:10px
  220. }
  221. .zonghe DD {
  222. WIDTH:155px;
  223. DISPLAY:inline;
  224. line-height:20px;
  225. }
  226. .zonghe DT {
  227. WIDTH:45px;
  228. MARGIN-LEFT:10px
  229. }
  230. </style>

  231. <DIV class=bod_yy>
  232. <DIV class=topmenu>
  233. <DL class=news>
  234. <DT><A ><IMG src="http://www.0376.cn/img2/news.jpg"></A> </DT>
  235. <DD><SPAN></SPAN>
  236. <DIV><A href="#">新闻资讯</A><A href="#"><FONT color=#cc0000>便民</FONT></A><A href="#">二手</A>
  237. <A href="#">生活服务</A><A href="#">交友</A><A href="#">培训</A></DIV>
  238. </DD></DL>
  239. <DL class=live>
  240. <DT><A ><IMG src="http://www.0376.cn/img2/house.jpg"></A> </DT>
  241. <DD><SPAN></SPAN>
  242. <DIV><A href="#"><FONT color=red>找租房</FONT></A><A href="#">找楼盘</A><A href="#"><FONT color=#ff0000>找二手房</FONT></A>
  243. <A href="#"><FONT color=blue>找中介</FONT></A><A href="#">查小区</A><A href="#">求租求购</A></DIV>
  244. </DD></DL>
  245. <DL class=house>
  246. <DT><A ><IMG src="http://www.0376.cn/img2/job.jpg"></A> </DT>
  247. <DD><SPAN></SPAN>
  248. <DIV>
  249. <DIV class=fix_p><IMG src="http://www.0376.cn/img2/new_icop.gif"></DIV><A href="#">找工作</A><A href="#"><FONT color=#ff0000>投简历</FONT></A>
  250. <A href="#">找人才</A><A href="#">发职位</A></DIV>
  251. </DD></DL>
  252. <DL class=bbs_nav>
  253. <DT><A  ><IMG src="http://www.0376.cn/img2/shop.jpg"></A></DT>
  254. <DD><SPAN></SPAN>
  255. <DIV>
  256. <DIV class=fix_b><IMG src="http://www.0376.cn/img2/new_icop.gif"></DIV><A class=red_f href="#"><FONT color=#ff0000>口碑商家</FONT></A><A href="#">同城购物</A>
  257. <A class=red_f href="#">线上团购</A><A href="#">线下团购</A></DIV>
  258. </DD></DL>
  259. <DL class=zonghe>
  260. <DT><A  ><IMG src="http://www.0376.cn/img2/zonghe.jpg"></A></DT>
  261. <DD><SPAN></SPAN>
  262. <DIV>
  263. <A class=red_f href="#" ><FONT color=#ff0000>信阳论坛</FONT></A><A href="#">看**</A><A href="#">QQ群</A>
  264. <A class=red_f href="#">新手报道</A><A href="#">爱拍照</A><A href="#">签到</A></DIV>
  265. </DD></DL> </DIV>
  266. </DIV>
复制代码



相关阅读:
1、Discuz!X纵横搜索不需要删除代码关闭热门话题
2、风格《 qing》瀑布流展示把——喜欢【更改为】浏览(查看)教程方法
3、Discuz!X 购买用户组图文设置教程
4、Discuz!X2.5 开启广播后游客可以访问个人空间的解决方案
5、解决升级Discuzx2.5(0901)补丁后提示Discuz! Database Error(1146)的错误



上一篇:Discuz X纵横搜索不需要删除代码关闭热门话题
下一篇:isephoto申请免费空间
authicon 中国营销沙龙 发表于 2012-9-21 15:45:52 | 显示全部楼层
这个真的比较好看!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2024-5-17 03:54

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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