diff --git a/docs/.vuepress/style.styl b/docs/.vuepress/style.styl index 1c17dffbc..ca82cb29e 100644 --- a/docs/.vuepress/style.styl +++ b/docs/.vuepress/style.styl @@ -26,101 +26,3 @@ a.sidebar-link { a { word-break: break-all; } - -.rsshub { - width: 100px; - height: 100px; - border-radius: 30%; - position: relative; - overflow: hidden; - margin: 0 auto 20px; -} -.circle { - border-radius: 50%; - position: absolute; - left: 2.6%; - bottom: 2.6%; - width: 43px; - height: 43px; -} -.circle1 { - background: #FFD6A6; - animation: a1 3s linear infinite; - z-index: 0; -} -.circle2 { - background: #FF8549; - animation: a2 3s linear infinite; - z-index: 1; -} -.circle3 { - background: #FF2800; - z-index: 2; -} - -@keyframes a1 { - 0% { - transform: scale(1); - } - 20% { - transform: scale(2.5); - } - 40% { - transform: scale(5); - } - 75% { - opacity: 1; - } - 95% { - opacity: 0; - } - 100% { - transform: scale(5); - opacity: 0; - } - // 60% { - // transform: scale(5); - // } - // 70% { - // transform: scale(2.5); - // } - // 80% { - // transform: scale(1); - // } - // 100% { - // transform: scale(1); - // } -} -@keyframes a2 { - 0% { - transform: scale(1); - } - 20% { - transform: scale(2.5); - } - 40% { - transform: scale(2.5); - } - 75% { - opacity: 1; - } - 95% { - opacity: 0; - } - 100% { - transform: scale(2.5); - opacity: 0; - } - // 60% { - // transform: scale(2.5); - // } - // 70% { - // transform: scale(2.5); - // } - // 80% { - // transform: scale(1); - // } - // 100% { - // transform: scale(1); - // } -} diff --git a/docs/README.md b/docs/README.md index 858347257..8d1020dc7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,12 +2,9 @@ sidebar: auto --- - -
+
+