本帖最后由 jiaqi 于 2011-11-20 11:00 编辑
1. 主导航栏的背景怎么去掉? (怀疑是背景图片,可找不到相关的元素)
2. 怎么样调整主导航栏的位置,比如靠左或者靠上、或下等?
谢谢,麻烦各位了。
- .fastlg, .fastlg a { color:#ababab; }
- .fastlg_fm { margin-right: 5px; padding-right: 5px; border-right: 0!important; }
- .fastlg_l { padding-right: 4px !important; border-right: 0 !important; }
- .pnc, a.pnc { border-color:#999999; !important; background-color: #999999; background-position: 0 -48px; color: #b70707 !important; }
- /*.bm { border:0px solid #fff !important; }
- .bm { border-top-width: 1px solid #FFFFFF; border-left-width: 1px solid #FFFFFF; border-right-width: 1px solid #FFFFFF; border-bottom-width: 1px solid #FFFFFF; !important; }
- .bm_h { border:0px solid #a9a8a8 !important; color:#a9a8a8; }
- .bm_h h2 a{ float:left; font-size:14px; padding:0 10px;height: 36px;}
- .tl th, .tl td { padding: 5px 0; border-bottom: 1px dashed {CONTENTSEPARATE}!important; }
- .tl .th { margin-top: 1px; padding: 0 10px; border-bottom:0!important; }
- .tl .th th, .tl .th td { border:0!important; }
- .bdl { float: left; overflow: hidden; border: 0 !important; background-color:#fff!important;}
- .ie6 .bdl { position: relative; }
- .bdl_h { height: 36px; line-height: 22px; padding:0 10px; font-size:14px; background:url({IMGDIR}/bdlbg.png) repeat-x 0 0 !important; }
- .bdl .tbn { margin:0!important; }
- /* 分区 */
- .bdl dl { margin: -1px -10px 0; }
- .bdl dt { overflow: hidden; height: 27px; line-height: 27px; padding:0 10px; border-bottom:1px solid #000 !important; border-top:0!important; background: none !important; background-color:#fff !important; }
- .bdl dt a { display: block; padding: 0 15px 0 10px; }
- .bdl dt a:hover, .bdl_a a:hover { text-decoration: none; }
- /* 版块,默认收起 */
- .bdl dd { display: none; padding:0 10px; }
- .bdl dd a { display: block; margin: 0 3px; padding: 0 7px; height: 26px; line-height: 26px; overflow: hidden; }
- /* 展开的分区 */
- .bdl dl.a { padding-bottom: 4px; background-color: #fff; }
- .bdl dl.a dt { margin-bottom: 3px; background-position: 100% -27px; }
- .bdl dl.a dd, .bdl_fav dd { display: block; overflow: hidden; zoom: 1; }
- /* 当前版块 */
- .bdl dd.bdl_a a { background-color:#fff !important; font-weight: 700; color: {HIGHLIGHTLINK}; }
- /*页头*/
- #toptb a { color:#AEAEAD; }
- #hd .wp { width:980px !important; }
- #eis_nv { overflow: hidden; padding-left: 10px; height: 36px;}
- #eis_nv li { float: left; padding-right:20px; height: 36px; line-height: 36px; font-weight: 700; font-size: 14px; }
- .ie_all #eis_nv li { line-height: 39px; }
- .ie6 #eis_nv li { line-height: 36px; }
- #eis_nv li a { float: left; padding:0; height: 36px; padding-left:20px; color:#ABABAB; }
- #eis_nv li a:hover { color:#FFE7C0; text-decoration:none; }
- #eis_nv li.a { margin-left:0; padding-right:30px;}
- #eis_mu { position: relative; z-index: 1; margin:-4px auto auto 10px; -margin:-5px auto auto 10px; }
- .ie6 #eis_mu, .ie7 #eis_mu { line-height: 0; font-size: 0; }
- #eis_mu ul {line-height: 22px; z-index: 2; font-size: 12px; }
- #eis_mu li { float: left; height: 36px }
- #eis_mu a { float: left; display: inline; margin: 5px 6px; padding: 0 10px; white-space: nowrap; color:#fff; }
- #eis_mu a:hover { margin: 4px 5px; color:#fff; border: 1px solid {SPECIALBORDER}; background: {SPECIALBG}; color: {HIGHLIGHTLINK}; text-decoration: none; }
- .eis_wp { width:980px; margin:0 auto; }
- /*页尾*/
- .eis_ft { margin:0 auto; height:80px; overflow:hidden; background:url({IMGDIR}/ftbg.jpg) repeat-x 0 0; }
- #ft { border-top:0!important; }
- #ft a { color:#BDBDC5; }
- #scrolltop { width: 16px!important; height: 51px!important; }
复制代码
|