app.wxss 83 B

12345678
  1. /**app.wxss**/
  2. page {
  3. height: 100%;
  4. }
  5. .container {
  6. box-sizing: border-box;
  7. }