#bannerBox{ position:absolute; top:370px; border:2px solid black; width:900px; } .banner_0{ margin:0 45px; z-index: 9; cursor: pointer; } .button_apply { margin-top: 100px; height: 56px; width:260px; line-height: 56px; text-align: center; background: #ffb320; display:inline-block; border-radius: 28px; font-size:20px; color: #fff; cursor: pointer; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); z-index: 9; }
bannerBox是外层div,banner_0是三个六边形的class,button_apply是申请按钮的class。
为什么在三个banner_0可以在ie中水平居中,在chrome中左边距要长一点?该怎么决解这个问题呢?
前者为ie11 后者为chrome
诺亚慈航
echo_kinchao
Ewall_
标签可以用margin:0 auto设置水平居中么?还是margin只能对块级元素进行水平居中设置
左右居中为什么要设置 20px
line-height设置为40px就水平居中?
怎么设置标题水平居中