diff --git a/index.html b/index.html deleted file mode 100644 index c1e3c35..0000000 --- a/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 导航页 - - - - - -

学习 demo

-

为 Atlas 项目启动做准备的学习记录

- - - \ No newline at end of file diff --git a/login-page/style.css b/login-page/style.css index 5894e26..3fe7965 100644 --- a/login-page/style.css +++ b/login-page/style.css @@ -3,7 +3,7 @@ body { font-family: Arial, sans-serif; background-image: url('src/login_background.webp'); background-size: cover; - background-position: right; + background-position: center; background-repeat: no-repeat; background-attachment: fixed; } @@ -17,7 +17,7 @@ body { height: 100vh; padding: 0 40px; max-width: 400px; - background-color: rgba(255, 255, 255, 0.7); + background-color: rgba(249, 189, 211, 0.98); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px;