摘要: HTML结构 <div class="wrap"> <div class="center">我要居中</div> </div> 方法一:绝对定位+margin:auto; .wrap{ position:relative; width:250px; height:150px; background: 阅读全文
posted @ 2019-12-06 17:15 平凡人的普通修仙之路 阅读(157) 评论(0) 推荐(0)