码迷,mamicode.com
首页 > 其他好文 > 详细

页码制作

时间:2017-03-21 10:09:51      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:round   normal   ext   html   ati   href   :hover   size   pad   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.page-normal{
color: #ff6500;
text-align: center;
font-size: 0;
}
a{
border:1px solid #ff9600;
padding: 5px 7px;
text-decoration: none;
color: #ff6500;
font-size: 18px;
margin-left: 15px;
}
a:hover{
border:1px solid #ff6500;
padding: 5px 7px;
color: #ff6500;
background-color: #ffbe94;

}
.page-current{
border:1px solid #ff6500;
padding: 5px 7px;
color: #ff6500;
background-color: #ffbe94;
font-size: 18px;
margin-left: 15px;
}
.page-prev{
border:1px solid #ffe3cb;
color: #ffe3cb;
padding: 5px 7px;
font-size: 18px;
margin-left: 15px;
}
</style>
</head>
<body>
<div class="page-normal">
<span class="page-prev">&lt;</span>
<span class="page-current">1</span>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
<a href="#">6</a>
<a href="#">7</a>
<a href="#">...</a>
<a href="#">199</a>
<a href="#">200</a>
<a href="#">&gt;</a>
</div>
</body>
</html>

页码制作

标签:round   normal   ext   html   ati   href   :hover   size   pad   

原文地址:http://www.cnblogs.com/dingruinb/p/6592598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!