为了账号安全,请及时绑定邮箱和手机立即绑定

text-align:center不能居中

为什么我的text-align:center不能居中  


<div class="page">

<a href="#">首页</a>

<a href="">&lt;</a>

<a href="#">1</a>

<a href="#">2</a>

<a href="#">3</a>

<a href="#">...</a>

<a href="#">&gt;</a>

<a href="#">末页</a>

</div>


.list-news .page{

height: 40px;

margin-top:10px;

text-align: center;

}

.list-news .page a{

float: left;

display: inline-block;

border:1px solid #e8e8e8;

margin: 5px;

padding: 5px 10px;

}

.list-news .page a:link,.list-news .page a:visited{

color: #000;

}

.list-news .page a:hover,.list-news .page a:active{

color: #fff;

background-color: #cc1b1b;

}


正在回答

1 回答

把.list-news .page a下的float:left删除即可

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

text-align:center不能居中

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信