vue页面加全屏背景/背景平铺
<div id="building"></div>
<style>
#building{
background:url("");
width:100%;
height:100%;
position:fixed;
background-size:100% 100%;
transform:translate(-50%,-50%);
</style>
<div id="building"></div>
<style>
#building{
background:url("");
width:100%;
height:100%;
position:fixed;
background-size:100% 100%;
</style>