摘要: html如何垂直居中一个浮动元素//方法一:已知元素的高宽#div1{background-color:#6699FF;width:200px;height:200px;position:absolute;//父元素需要相对定位top:50%;left:50%;margin-top:-100px;/ 阅读全文
posted @ 2020-06-22 10:36 秋天~ 阅读(648) 评论(0) 推荐(0) 编辑