style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. :root {
  2. font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  3. line-height: 1.5;
  4. font-weight: 400;
  5. color-scheme: light dark;
  6. color: rgba(255, 255, 255, 0.87);
  7. background-color: #242424;
  8. font-synthesis: none;
  9. text-rendering: optimizeLegibility;
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13. a {
  14. font-weight: 500;
  15. color: #646cff;
  16. text-decoration: inherit;
  17. }
  18. a:hover {
  19. color: #535bf2;
  20. }
  21. body {
  22. margin: 0;
  23. display: flex;
  24. place-items: center;
  25. min-width: 320px;
  26. min-height: 100vh;
  27. background: #f2f8fe;
  28. color: #000;
  29. }
  30. h1 {
  31. font-size: 3.2em;
  32. line-height: 1.1;
  33. }
  34. button {
  35. border-radius: 8px;
  36. border: 1px solid transparent;
  37. padding: 0.6em 1.2em;
  38. font-size: 1em;
  39. font-weight: 500;
  40. font-family: inherit;
  41. background-color: #1a1a1a;
  42. cursor: pointer;
  43. transition: border-color 0.25s;
  44. }
  45. button:hover {
  46. border-color: #646cff;
  47. }
  48. button:focus,
  49. button:focus-visible {
  50. outline: 4px auto -webkit-focus-ring-color;
  51. }
  52. .card {
  53. padding: 2em;
  54. }
  55. #app {
  56. max-width: 1280px;
  57. height: 100vh;
  58. width: 100%;
  59. text-align: center;
  60. }
  61. table{
  62. background: #fff;
  63. color: #000;
  64. }
  65. .container{
  66. height: 100vh;
  67. width: 100%;
  68. overflow: auto;
  69. }
  70. @media (prefers-color-scheme: light) {
  71. :root {
  72. color: #213547;
  73. background-color: #ffffff;
  74. }
  75. a:hover {
  76. color: #747bff;
  77. }
  78. button {
  79. background-color: #f9f9f9;
  80. }
  81. }
  82. :root:root {
  83. --van-nav-bar-background:#1989fa;
  84. }
  85. :root:root {
  86. --van-nav-bar-text-color:#ffffff;
  87. }
  88. :root:root {
  89. --van-nav-bar-title-text-color:#ffffff;
  90. }
  91. :root:root {
  92. --van-nav-bar-icon-color:#ffffff
  93. }
  94. :root:root {
  95. --van-nav-bar-arrow-size:18px
  96. }
  97. :root:root{
  98. --van-notice-bar-height: 24px
  99. }
  100. :root:root {
  101. --van-dialog-header-padding-top:10px
  102. }
  103. :root:root{
  104. --van-notice-bar-padding:0 8px
  105. }