app.wxss 306 B

1234567891011121314151617181920
  1. /**app.wxss**/
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .container {
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: space-between;
  12. padding-top: 80rpx;
  13. box-sizing: border-box;
  14. }
  15. ::-webkit-scrollbar{
  16. width: 0;
  17. height: 0;
  18. color: transparent;
  19. }