You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
home.jsp顶部导航栏样式
*/
# head {
margin : 0 auto ;
text-align : center ;
}
# menu {
padding-left : 250 px ;
text-align : center ;
font : 15 px verdana , arial , sans-serif ;
}
# menu , # menu li {
list-style : none ;
padding : 0 ;
margin : 0 ;
}
# menu li {
float : left ;
}
# menu li a {
display : block ;
如 果 是 中 英 文 混 排 的 文 字 , 建 议 用 固 定 宽 度
width : 150 px ;
height : 30 px ;
line-height : 30 px ;
text-align : center ;
padding : 8 px 50 px ;
background : #3A4953 ;
color : #fff ;
text-decoration : none ;
border-right : 1 px solid #000 ;
}
# menu li a : hover {
background : #146C9C ;
color : #fff ;
text-decoration : none ;
border-right : 1 px solid #000 ;
}
# menu li a . last {
border-right : 0 ; 去 掉 左 侧 边 框
}