app.wxss 298 B

1234567891011121314151617181920212223242526
  1. /**app.wxss**/
  2. page {
  3. height: 100%;
  4. }
  5. .container {
  6. width: 100%;
  7. height: 100%;
  8. background: #FAF8FB;
  9. padding-top:72rpx;
  10. box-sizing: border-box;
  11. }
  12. .content {
  13. height:100%;
  14. }
  15. .content scroll-view{
  16. height: 100%;
  17. }
  18. ::-webkit-scrollbar{
  19. width: 0;
  20. height: 0;
  21. color: transparent;
  22. }