软测单独项目
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.
 
 
 
 
 
 

25 lines
436 B

.menu {
width: 50%;
height: 32px;
top: 27px;
z-index: 1;
position: fixed;
}
.menu_btn {
background: url(../img/navli.png) no-repeat;
width: 137px;
height: 32px;
color: #ffffff;
font-size: 18px;
cursor: pointer;
float: left;
text-align: center;
line-height: 32px;
}
.menu_btn:hover,
.menu_btn.current {
background: url(../img/navli-activ.png) no-repeat;
color: #fec600;
}