index.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. @import "./iconfont.css";
  2. .MainDiv {
  3. width: 80vw;
  4. height: 95vh;
  5. text-align: center;
  6. display: inline-flex;
  7. align-items: center;
  8. justify-content: flex-end;
  9. }
  10. .GroundGlass {
  11. width: 425px;
  12. height: 484px;
  13. border-radius: 10px;
  14. opacity: 0.8;
  15. background: linear-gradient(180deg, #5692c1 0%, rgba(86, 146, 193, 0) 100%);
  16. box-sizing: border-box;
  17. border: 2px solid;
  18. border-image: linear-gradient(180deg, #ffffff 1%, rgba(178, 224, 226, 0) 100%)
  19. 2;
  20. box-shadow: 0 4px 35px 5px #a5d9eb;
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: flex-start;
  24. align-items: center;
  25. }
  26. .Logo {
  27. width: 60%;
  28. height: 20%;
  29. opacity: 1;
  30. background: url(../assets//image//TF_Logo.png);
  31. background-size: cover;
  32. background-position: center;
  33. }
  34. .AppName {
  35. margin-top: 5%;
  36. width: 80%;
  37. height: 60px;
  38. opacity: 1;
  39. font-family: AlibabaPuHuiTiH;
  40. font-size: 40px;
  41. font-weight: 600;
  42. letter-spacing: 0.1rem;
  43. text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  44. margin-bottom: 30%;
  45. color: #fff;
  46. }
  47. .DownLoaButton {
  48. width: 259px;
  49. height: 68px;
  50. border-radius: 10px;
  51. opacity: 1;
  52. background: radial-gradient(36% 39% at 50% 50%, #cfe6e8 0%, #ffffff 100%);
  53. box-sizing: border-box;
  54. border: 2px solid;
  55. border-image: linear-gradient(
  56. 115deg,
  57. #a8b9f1 44%,
  58. rgba(127, 203, 223, 0) 106%
  59. )
  60. 2;
  61. box-shadow: 0 4px 20px #0000004d;
  62. font-family: SourceHanSansCN-Regular;
  63. font-size: 30px;
  64. font-weight: 400;
  65. line-height: 17px;
  66. letter-spacing: 0em;
  67. color: #3d3d3d;
  68. margin-bottom: 10px;
  69. }
  70. .TipText {
  71. margin-top: 10%;
  72. width: 210px;
  73. height: 17px;
  74. opacity: 1;
  75. font-family: SourceHanSansCN-Regular;
  76. font-size: 17px;
  77. font-weight: 400;
  78. line-height: 17px;
  79. letter-spacing: 0em;
  80. }
  81. :root {
  82. --vt-c-white: #ffffff;
  83. --vt-c-white-soft: #f8f8f8;
  84. --vt-c-white-mute: #f2f2f2;
  85. --vt-c-black: #181818;
  86. --vt-c-black-soft: #222222;
  87. --vt-c-black-mute: #282828;
  88. --vt-c-indigo: #2c3e50;
  89. --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  90. --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  91. --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  92. --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  93. --vt-c-text-light-1: var(--vt-c-indigo);
  94. --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  95. --vt-c-text-dark-1: var(--vt-c-white);
  96. --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
  97. }
  98. :root {
  99. --color-background: var(--vt-c-white);
  100. --color-background-soft: var(--vt-c-white-soft);
  101. --color-background-mute: var(--vt-c-white-mute);
  102. --color-border: var(--vt-c-divider-light-2);
  103. --color-border-hover: var(--vt-c-divider-light-1);
  104. --color-heading: var(--vt-c-text-light-1);
  105. --color-text: var(--vt-c-text-light-1);
  106. --section-gap: 160px;
  107. }
  108. @media (prefers-color-scheme: dark) {
  109. :root {
  110. --color-background: var(--vt-c-black);
  111. --color-background-soft: var(--vt-c-black-soft);
  112. --color-background-mute: var(--vt-c-black-mute);
  113. --color-border: var(--vt-c-divider-dark-2);
  114. --color-border-hover: var(--vt-c-divider-dark-1);
  115. --color-heading: var(--vt-c-text-dark-1);
  116. --color-text: var(--vt-c-text-dark-2);
  117. }
  118. }
  119. *,
  120. *:before,
  121. *:after {
  122. box-sizing: border-box;
  123. margin: 0;
  124. position: relative;
  125. font-weight: 400;
  126. }
  127. body {
  128. min-height: 100vh;
  129. color: var(--color-text);
  130. background: url(../assets/image//backgroupImg.png) no-repeat;
  131. background-size: cover;
  132. transition: color 0.5s, background-color 0.5s;
  133. line-height: 1.6;
  134. font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
  135. Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  136. font-size: 15px;
  137. text-rendering: optimizeLegibility;
  138. -webkit-font-smoothing: antialiased;
  139. -moz-osx-font-smoothing: grayscale;
  140. }
  141. #app {
  142. max-width: 100%;
  143. margin: 0 auto;
  144. padding: 0rem;
  145. font-weight: 400;
  146. position: relative;
  147. top: 0vh;
  148. }
  149. @media (hover: hover) {
  150. a:hover {
  151. background-color: #00bd7e33;
  152. }
  153. }
  154. @media (max-width: 1024px) {
  155. body {
  156. display: flex;
  157. place-items: center;
  158. }
  159. #app {
  160. max-width: 100%;
  161. display: flex;
  162. grid-template-columns: 1fr 1fr;
  163. padding: 0 0rem;
  164. position: relative;
  165. top: 0vh;
  166. }
  167. }
  168. a {
  169. display: flex;
  170. align-items: center;
  171. justify-content: center;
  172. text-decoration: none;
  173. }