* {
margin:0;
padding:0;
}
body,html {
width:100%;
height:100%;
}
#app {
width:100%;
height:100%;
overflow:hidden;
background:yellowgreen;
}
.box {
width:1920px;
height:1080px;
background:pink;
transform-origin:center top 0px;
position:relative;
left:50%;
margin-left:-960px;
}
更新时间:2019-09-07 23:32:19