html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-image: url(../image/bg-mobile.jpg);
    background-size: cover;
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 背景图片不重复 */
}
