inline-block的应用:下一页

inline-block的应用(下一页):
//html

<!DOCTYPE html >
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>标记</title>
<link type="text/css" href="p.css" rel="stylesheet">
</head>

<body>
   <div>
       <a href="#">上一页</a>
       <a id="now" href="#">1</a>
       <a href="#">2</a>
       <a href="#">3</a>
       <a href="#">4</a>
       <a href="#">5</a>
       <a href="#">6</a>
       <a href="#">....</a>
       <a href="#">99</a>
       <a href="#">100</a>
       <a href="#">下一页</a>
   </div>
</body>
</html>

//css

*{
  margin:0;
  padding:0;
}
div{
 text-align:center;
 height:58px;
 width:600px;
 background-color:#e8e8e8;
 margin:190px auto;
}

a{
display:inline-block;
 height:28px;
 line-height:28px;
 background-color:#FFFFFF;
 border:1px solid #cdcdcd;
 text-decoration:none;
 color:#333333;
 padding:0px 9px 0 9px;

}
a:hover{
  border:1px #FF0000 solid;
  color:#FF0000;
}
#now{
  font-weight:bold;
  background-color:#FCF9EA;
  cursor:text;
}
#now:hover{
    color:#333333;
	border:1px solid #cdcdcd;
	
}

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值