fix: welcome page iikanji TM
This commit is contained in:
parent
8bc0b8e53d
commit
15a8ec6e45
@ -215,9 +215,11 @@ function showMenu(ev) {
|
|||||||
|
|
||||||
margin: 0 0 auto 0;
|
margin: 0 0 auto 0;
|
||||||
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
||||||
|
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||||
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
|
|
||||||
@keyframes moveX {
|
@keyframes moveX {
|
||||||
from { left: 0; } to { left: calc(100vw - 480px); }
|
from { left: 0; } to { left: calc(100vw - 500px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes moveY {
|
@keyframes moveY {
|
||||||
@ -231,8 +233,10 @@ function showMenu(ev) {
|
|||||||
> .icon {
|
> .icon {
|
||||||
width: 85px;
|
width: 85px;
|
||||||
margin-top: -47px;
|
margin-top: -47px;
|
||||||
border-radius: 100%;
|
border-radius: 20%;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
background: var(--panel);
|
||||||
|
box-shadow: 0 12px 32px rgb(0 0 0 / 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .menu {
|
> .menu {
|
||||||
|
@ -181,9 +181,11 @@ export default defineComponent({
|
|||||||
|
|
||||||
margin: 0 0 auto 0;
|
margin: 0 0 auto 0;
|
||||||
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
||||||
|
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||||
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
|
|
||||||
@keyframes moveX {
|
@keyframes moveX {
|
||||||
from { left: 0; } to { left: calc(100vw - 480px); }
|
from { left: 0; } to { left: calc(100vw - 500px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes moveY {
|
@keyframes moveY {
|
||||||
|
@ -194,9 +194,11 @@ export default defineComponent({
|
|||||||
|
|
||||||
margin: 0 0 auto 0;
|
margin: 0 0 auto 0;
|
||||||
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
||||||
|
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||||
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
|
|
||||||
@keyframes moveX {
|
@keyframes moveX {
|
||||||
from { left: 0; } to { left: calc(100vw - 480px); }
|
from { left: 0; } to { left: calc(100vw - 500px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes moveY {
|
@keyframes moveY {
|
||||||
|
@ -88,6 +88,9 @@ export default defineComponent({
|
|||||||
margin: 0 0 0 auto;
|
margin: 0 0 0 auto;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||||
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
|
background: var(--panel);
|
||||||
|
|
||||||
> .richcontent {
|
> .richcontent {
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user