style.css 767 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. :root {
  2. font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  3. line-height: 1.5;
  4. font-weight: 400;
  5. font-synthesis: none;
  6. text-rendering: optimizeLegibility;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. }
  10. @font-face {
  11. font-family: 'Alimama ShuHeiTi';
  12. src: url('@/assets/font/AlimamaShuHeiTi-Bold.woff2') format('woff2')
  13. }
  14. @font-face {
  15. font-family: 'AlibabaSans';
  16. src: url('@/assets/font/AlibabaSans-MediumItalic.woff2')
  17. }
  18. a {
  19. font-weight: 500;
  20. color: #646cff;
  21. text-decoration: inherit;
  22. }
  23. a:hover {
  24. color: #535bf2;
  25. }
  26. body {
  27. margin: 0;
  28. display: flex;
  29. place-items: center;
  30. min-height: 100%;
  31. }
  32. h1 {
  33. font-size: 3.2em;
  34. line-height: 1.1;
  35. }
  36. #app {
  37. width: 100%;
  38. padding: 0;
  39. margin: 0;
  40. }