uni.css
304 Bytes
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* */
html,
body {
height: 100%;
width: 100%;
}
/* 统一背景 */
.page {
height: 100%;
width: 100%;
background-size: 102%;
background-repeat: repeat;
/* background-image: url("http://8.130.163.46:8063/bj.png") */
}