app.wxss 233 B

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