绝对定位居中,宽度多宽都没事

来源:互联网 发布:讲你知有没有国语 编辑:程序博客网 时间:2024/05/29 14:06







.test{
position: fixed;
top: 30%;
height: 35px;
width: 100%;
text-align: center;
}
.test1{
background: #D2E8EF;
min-height: 100px;
min-width: 100px;
display: inline-block;
}