diff --git a/static/css/index-en.css b/static/css/index-en.css index b672da7f..6caf52bb 100644 --- a/static/css/index-en.css +++ b/static/css/index-en.css @@ -16,6 +16,10 @@ body { animation: welcome-animation-1 0.5s ease-in-out 0s 1; } +.app-element-pop-ups-3.active { + width: 337.81px !important; +} + #toolkit, .clock-uni { animation: welcome-animation-2 0.5s ease-in-out 0s 1; diff --git a/static/css/index.css b/static/css/index.css index 13f2fb3d..81da74be 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -225,7 +225,6 @@ body { width: 270px; height: 270px; position: fixed; - top: -70px; right: -70px; scale: 30%; transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s; diff --git a/static/css/style.css b/static/css/style.css index 920944b7..8e7ee715 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -230,7 +230,7 @@ a:hover { } .app-element-pop-ups-3.active { - width: 337.81px; + width: 260px; height: 505px; /* 数据通过计算得到 */ background-color: white;