app.wxss 207 B

1234567891011121314151617
  1. /**app.wxss**/
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .container {
  7. height: 100%;
  8. box-sizing:border-box;
  9. padding-top: 80rpx;
  10. }
  11. ::-webkit-scrollbar{
  12. width: 0;
  13. height: 0;
  14. color: transparent;
  15. }