app.wxss 104 B

12345678
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. width: 100%;
  5. position: absolute;
  6. min-height: 100%;
  7. }