Page style

更新时间:
复制 MD 格式

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.