app.wxss 548 B

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