globals.css 814 B

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