app.less 133 B

12345678
  1. /**app.wxss**/
  2. .container {
  3. height: 100vh;
  4. width: 100vw;
  5. box-sizing: border-box;
  6. background: #f7f8fa;
  7. position: relative;
  8. }