From 8a6f058be0286eb4989dbb06c1ffb9f3141553d4 Mon Sep 17 00:00:00 2001 From: yyc <114864426+yycforever@users.noreply.github.com> Date: Thu, 15 Dec 2022 10:09:41 +0800 Subject: [PATCH] Update index.html --- content/index.html | 74 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 11 deletions(-) diff --git a/content/index.html b/content/index.html index 8b598ab..f73313f 100644 --- a/content/index.html +++ b/content/index.html @@ -91,9 +91,9 @@ /* -ms-transform-origin-x: 50%; */ /* -ms-transform-origin-y: 75%; */ transform: rotate(45deg); - z-index: 114514; + z-index: 10; position: absolute; - top: calc(90% - 120px);left: calc(50% + 70px); + top: calc(73%);left: calc(50% + 70px); opacity: 0; animation: heart_color; animation-duration: 2s; @@ -103,9 +103,9 @@ .yycfdu{ position: absolute; opacity: 0; - height: 230px;width: 590px; - padding-left: calc(50% - 240px); - left: 0%;top: calc(40% - 10px); + height: 250px;width: 600px; + padding-left: calc(50% - 250px); + left: 0%;top: calc(40%); background-image: url(yycfdu.png); background-repeat: no-repeat; background-size: cover; @@ -118,12 +118,12 @@ animation-fill-mode: forwards; } .yxrthu{ - height: 230px;width: 590px; + height: 250px;width: 600px; opacity: 0; margin-right: 0%; - padding-right: calc(50% - 240px); + padding-right: calc(50% - 250px); position: absolute; - right: 0%;top: calc(40% - 240px); + right: 0%;top: calc(40% - 250px); background-image: url(yxrthu.png); background-size: cover; background-position: center; @@ -138,21 +138,73 @@ .music{ z-index: 114514; } + .attention{ + /* overflow-y: scroll; */ + position: fixed;z-index: 120; + right: -450px;bottom: 10px; + height: 35 0px;width: 430px; + background-color: rgb(18, 76, 202,0.7); + border-radius: 20px; + color: white; + padding: 20px; + animation-name: hide; + animation-duration: 1.5s; + animation-fill-mode:forwards!important; + animation-name: apear; + animation-duration: 1.5s; + animation-fill-mode:forwards!important; + }
- + + -