翻页




  
  滚动条
  



*{
    margin: 0;
    padding: 0;
}
.c{
    width: 500px;
    height: 42px;
    border:1px solid #818181;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10{
float:left;
margin-left: 4px;
}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10{
width: 25px;
background-color: gold;
padding:5px 10px;
margin-top: 7px;
text-align: center;
}
.c1:hover{
background-color:red;
}
.c2:hover{
background-color:red;
}
.c3:hover{
background-color:red;
}
.c4:hover{
background-color:red;
}
.c5:hover{
background-color:red;
}
.c6:hover{
background-color:red;
}
.c7:hover{
background-color:red;
}
.c8:hover{
background-color:red;
}
.a9:hover{
background-color:red;
}
.c10:hover{
background-color:red;
}
.c1 a:hover{
color:white;
}
.c2 a:hover{
color:white;
}
.c3 a:hover{
color:white;
}
.c4 a:hover{
color:white;
}
.c5 a:hover{
color:white;
}
.c6 a:hover{
color:white;
}
.c7 a:hover{
color:white;
}
.c8 a:hover{
color:white;
}
.c9 a:hover{
color:white;
}
.c10 a:hover{
color:white;
}

你可能感兴趣的:(翻页)