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

学习 demo

+

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

+ + + \ No newline at end of file diff --git a/login-page/style.css b/login-page/style.css index 3fe7965..5894e26 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: center; + background-position: right; background-repeat: no-repeat; background-attachment: fixed; } @@ -17,7 +17,7 @@ body { height: 100vh; padding: 0 40px; max-width: 400px; - background-color: rgba(249, 189, 211, 0.98); + background-color: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px;