摘要: 如果div给定了固定宽高: 1.绝对定位+margin .div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } 2.margin+calc .div { margin-left: auto; 阅读全文
posted @ 2022-02-23 18:09 南韵 阅读(47) 评论(0) 推荐(0) 编辑