app.wxss 397 B

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