|

- 帖子
- 62
- 积分
- 107
- 威望
- 5
- 金币
- 5 个
- 体力
- 57
- 注册时间
- 2006-12-30
|
这要是li里面的a,跟span
CSS代码如下:- /*顶部样式开始*/
- #header{
- margin-bottom:10px !important;
- }
- #top{
- height:46px;
- background:#fff;
- line-height:22px;
- }
- #logo{
- height:46px;
- float:left;
- background:#fff;
- line-height:22px;
- margin-right:50px;
- margin-top:5px;
- }
- #text_ad{
- margin-top:15px;
- float:left;
- background:#fff;
- line-height:22px;
- margin-right:150px;
- }
- #help{
- margin-top:15px;
- float:right;
- background:#fff;
- line-height:22px;
- }
- #nav{
- clear: both;
- padding-left:10px !important;
- background: url(../images/campuswo_06.gif) repeat-x;
- height:29px;
- line-height:22px;
- }
- .top_menu{width:750px;height:29px;}
- .top_menu ul{margin:0;padding:0;list-style:none;}
- .top_menu li{display:inline;padding-top:1px;margin:0;}
- .top_menu li a {
- float:left;
- background:url(../images/campuswo_11.gif) no-repeat left top;
- padding:0 0 1px 6px;
- text-decoration:none;
- color:#000;
- }
- .top_menu li a span{
- display:block;
- background:url(../images/campuswo_12.gif) no-repeat right top;
- padding:5px 16px 1px 10px;
- color:#000;
- margin:0px 10px 0px 0px;
- }
- .top_menu li .value {
- float:left;
- background:url(../images/campuswo_08.gif) no-repeat left top;
- padding:0 0 1px 6px;
- text-decoration:none;
- color:#000;
- }
- .top_menu li .valuespan{
- display:block;
- background:url(../images/campuswo_09.gif) no-repeat right top;
- padding:5px 16px 1px 10px;
- color:#000;
- margin:0px 10px 0px 0px;
- }
- .top_menu li a:hover {
- float:left;
- background:url(../images/campuswo_08.gif) no-repeat left top;
- padding:0 0 1px 6px;
- text-decoration:none;
- color:#000;
- }
- .top_menu li a:hover span {
- display:block;
- background:url(../images/campuswo_09.gif) no-repeat right top;
- padding:5px 16px 1px 10px;
- color:#000;
- margin:0px 10px 0px 0px;
- }
- .nav2{height:20px;background:#fcc64b; border-bottom: solid 1px #cabfa7; clear:right; line-height:22px;padding-left:10px;}
- .tougao{width:195px;}
复制代码 |
|