app.wxss 192 B

123456789101112131415
  1. /**app.wxss**/
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .container {
  7. width: 100%;
  8. height: 100%;
  9. background: #eaeaea;
  10. box-sizing: border-box;
  11. }
  12. ::-webkit-scrollbar {
  13. display:none;
  14. }