All Products
Search
Document Center

Mobile Platform as a Service:Page style

Last Updated:Feb 03, 2021

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:

  1. page {
  2. background-color: #fff;
  3. }

For more information about acss, see ACSS syntax reference.