common.wxss 86 B

123456
  1. /**app.wxss**/
  2. .container,page {
  3. height: 100%;
  4. width: 100%;
  5. overflow: hidden;
  6. }