globals.css 638 B

123456789101112131415161718192021222324252627282930313233
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @import "@/styles/iconfont/iconfont.css";
  5. :root{
  6. --swiper-pagination-bullet-width: 0.23rem;
  7. --swiper-pagination-bullet-height: 0.05rem;
  8. --swiper-pagination-bullet-border-radius: 0.03rem;
  9. --swiper-pagination-color: #fff;
  10. --swiper-pagination-bullet-active-bg: #fff;
  11. --swiper-pagination-bullet-inactive-color: hsla(0, 0%, 100%, .8);
  12. }
  13. html, body {
  14. width: 100vw;
  15. height: auto;
  16. }
  17. html {
  18. font-size: 100px;
  19. }
  20. ::-webkit-scrollbar {
  21. width: 0;
  22. }
  23. #app {
  24. max-width: 4.02rem;
  25. width: 100vw;
  26. height: auto;
  27. margin: 0 auto;
  28. font-size: 0.14rem;
  29. }