You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.3 KiB
CSS
18 lines
1.3 KiB
CSS
6 years ago
|
@charset "utf-8";
|
||
|
/*专题页面头部导航通用样式*/
|
||
|
/*导航背景*/
|
||
|
#siteMenu { width:100%; height:80px; background:url(https://data.chinahighlights.com/css/images/site-menu/menu-bg.png) repeat-x bottom; padding:0; }
|
||
|
#siteMenu #siteMenu-body { width:954px; background:url(https://data.chinahighlights.com/css/images/site-menu/menu-body-bg.jpg) no-repeat top left; height:73px; margin:auto; position:relative; }
|
||
|
#siteMenu #siteMenu-body #logo-s { height:59px; width:87px; padding-top:10px; float:left; }
|
||
|
.clear { font-size:1px; height:1px; line-height:1px; clear:both; }
|
||
|
#menutopNav { width:170px; padding-top:5px; float:right; background-color:#7c7c7c; position:absolute; height:20px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; text-align:center; font-size:12px; color:#FFF; top: 0; right: 0; }
|
||
|
#menutopNav a { color:#fff; text-decoration:none; }
|
||
|
/*side Bar*/
|
||
|
.page-sideBar { width:860px; float:right; padding-top:40px; font-size:12px; color:#666; }
|
||
|
.page-sideBar a { color:#000; text-decoration:none; margin-right:5px; }
|
||
|
.page-sideBar a:hover { color:#a31022; text-decoration:underline; }
|
||
|
.page-sideBar ul { margin:0;}
|
||
|
.page-sideBar ul li { list-style: none; float: left; border-right:2px solid #666; padding: 0 11px; font-weight: bold; }
|
||
|
.page-sideBar ul li a { margin-right:0; color:#666}
|
||
|
.page-sideBar ul li.last { border: none;}
|