×

注意!页面内容来自https://community.fool.com/login,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> html { overflow-y: hidden !important; } /* user picked a theme where the "regular" scheme is dark */ /* user picked a theme a light scheme and also enabled a dark scheme */ /* deal with light scheme first */ @media (prefers-color-scheme: light) { html { background-color: #ffffff; } #d-splash { --dot-color: #485cc7; } } /* then deal with dark scheme */ @media (prefers-color-scheme: dark) { html { background-color: #ffffff; } #d-splash { --dot-color: #485cc7; } } #d-splash { display: grid; place-items: center; position: absolute; left: 0; top: 0; width: 100vw; z-index: 1001; } #d-splash .preloader-image { --splash-dot-size: max(1vw25px); --splash-dot-spacing: calc(var(--splash-dot-size) * 1.5); width: calc((var(--splash-dot-size) + var(--splash-dot-spacing)) * 5); height: 100vh; background-size: cover; } @keyframes d-splash-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .dots { animation-name: d-splash-loader; animation-timing-function: ease-in-out; animation-duration: 3s; animation-iteration-count: infinite; animation-delay: calc(var(--n) * 0.15s); position: absolute; top: calc(50% - var(--splash-dot-size) / 2); left: calc((50% - var(--splash-dot-size) / 2) + (var(--n) * var(--splash-dot-spacing))); transform-origin: calc((var(--splash-dot-spacing) * var(--n) * -1) + var(--splash-dot-size)/2) center; width: var(--splash-dot-size); height: var(--splash-dot-size); border-radius: 50%; background-color: var(--dot-color); filter: saturate(2) opacity(0.85); opacity: 0; } @keyframes d-splash-loader { 0% { opacity: 0; transform: scale(1); } 45% { opacity: 1; transform: scale(0.7); } 65% { opacity: 1; transform: scale(0.7); } 100% { opacity: 0; transform: scale(1); } }

登录

首页 排行榜
反馈 友链-推书君 免责声明