标签:平移 oat 浮动 box idt for 居中 osi nsf
.box{
width: 700px;
height: 400px;
border: 1px solid #000;
}
.con{
width: 200px;
height: 100px;
float: left;
background-color: orangered;
margin-left: 50%;
transform: translateX(-50%);
}
.box{
width: 700px;
height: 400px;
border: 1px solid #000;
}
.con_outer{
float: left;
position: relative;
left: 50%;
}
.con{
width: 200px;
height: 100px;
float: left;
background-color: orangered;
position: relative;
right: 50%;
}
标签:平移 oat 浮动 box idt for 居中 osi nsf
原文地址:https://www.cnblogs.com/ifon/p/11637107.html