app.wxss 185 B

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