You can use .acss file in /pages directory to define page style.
The root element on each page is page, use the following methods to set the page height or background color as you need:
page {
background-color: #fff;
}
For more information about acss, see ACSS syntax reference.
该文章对您有帮助吗?