/* div上下左右居中的三种方法 */
/* 1 */
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%,-50%);
border: orangered 1px solid;
/* 2 */
width: 160px;
height: 126px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin:auto;
border: orangered 1px solid;
/*3*/
position: absolute;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -200px;
因篇幅问题不能全部显示,请点此查看更多更全内容
Copyright © 2019- pqdy.cn 版权所有 赣ICP备2024042791号-6
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务