您的位置:首页 > Web前端 > CSS

百度分页样式代码 css+c#

2014-09-30 14:28 295 查看
通过c#输出html分页代码:

.pageLink {
display: inline-block;
vertical-align: text-bottom;
height: 36px;
text-align: center;
line-height: 34px;
text-decoration: none;
overflow: hidden;
margin-right: 9px;
background: white;
}

.pageLink > span {
width: 34px;
height: 34px;
display: block;
border: 1px solid #e1e2e3;
cursor: pointer;
}

strong span {
width: 34px;
height: 34px;
display: block;
cursor: pointer;
}

.pageLink span:hover {
border: 1px solid #0094ff;
}


foot.css
样式:

图片1:



图片2:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: