app.wxss 135 B

12345678910
  1. /**app.wxss**/
  2. page {
  3. height: 100%;
  4. --maincolor: #45A6B5;
  5. }
  6. .container {
  7. height: 100%;
  8. width: 100%;
  9. box-sizing: border-box;
  10. }