app.wxss 206 B

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