app.wxss 570 B

123456789101112131415161718192021222324252627282930
  1. /**app.wxss**/
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. overflow-x: hidden;
  6. color: #444;
  7. font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
  8. }
  9. view {
  10. font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
  11. }
  12. text {
  13. font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
  14. }
  15. .container {
  16. height: auto;
  17. box-sizing: border-box;
  18. padding-top: 80rpx;
  19. color: #444;
  20. font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
  21. }
  22. ::-webkit-scrollbar {
  23. width: 0;
  24. height: 0;
  25. color: transparent;
  26. }