自适应背景图,不同屏幕比例 如何做到不变形、不留空白?
1、fixed定位一个 image标签,width: 100vh;height: 100vw; mode选择aspectFill
2、background-size: cover