html css怎么做翻页链接。要求效果如下:

2025-01-06 03:22:53
推荐回答(2个)
回答1:

望采纳,这个肯定可以满足你。

回答2:

.anpager .cpb
{
background: #70c3ef none repeat scroll 0 0;
border: 1px solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
margin: 5px 4px 0 0;
padding: 4px 5px 0;
}
.anpager a
{
background: #FFFFFF none repeat scroll 0 0;
border: 1px solid #CCCCCC;
color: #70c3ef;
margin: 5px 4px 0 0;
padding: 4px 5px 0;
text-decoration: none;
}
.anpager a:hover
{
background: #70c3ef none repeat scroll 0 0;
border: 1px solid #70c3ef;
color: #FFFFFF;
}