CSS 实现高度自适应铺满整屏的实现
在自己写demo的过程中,想使用display:flex实现垂直居中,代码如下: <style> #login{ width:100%; height: 100%; display: flex; justify-content: center; align-items: center; } .login-body{ width: 600px; height: 260px; border: 1px solid #000; }
下载地址
用户评论