标签:bsp style nta containe 百分比 relative 如何 宽度 水平居中
<div id="box"> <div id="container"></div> </div>
#box{ position: relative; } #container{ position: absolute; width:30%; height:100px; background: #ccc; left: 0; right: 0; margin:100px auto; }
标签:bsp style nta containe 百分比 relative 如何 宽度 水平居中
原文地址:https://www.cnblogs.com/panlaixing/p/8953606.html