/* 页面公共scss */
.container {
background-color: $custom-bg-color;
box-sizing: border-box;
height: 100%;
}