添加龙族主页背景

This commit is contained in:
lwt
2026-05-09 14:26:20 +08:00
parent 207e78d732
commit a7fa47e25e
6 changed files with 32 additions and 11 deletions
+15 -3
View File
@@ -27,14 +27,26 @@ html {
}
body {
position: relative;
min-width: 320px;
min-height: 100svh;
margin: 0;
color: var(--text);
background:
radial-gradient(circle at 88% 22%, rgba(115, 184, 255, 0.24), transparent 28rem),
radial-gradient(circle at 18% 12%, rgba(255, 244, 232, 0.9), transparent 23rem),
linear-gradient(180deg, #fffaf4 0%, var(--bg) 48%, #ffffff 100%);
linear-gradient(180deg, rgba(255, 250, 244, 0.78), rgba(247, 251, 255, 0.9) 54%, rgba(255, 255, 255, 0.96)),
url("../backgrounds/dragon-raja-bg.jpg") center top / cover fixed no-repeat,
var(--bg);
}
body::before {
position: fixed;
inset: 0;
z-index: -1;
pointer-events: none;
content: "";
background:
radial-gradient(circle at 80% 18%, rgba(114, 180, 255, 0.22), transparent 32rem),
linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.62) 45%, rgba(255, 255, 255, 0.18) 100%);
}
a {
+2 -2
View File
@@ -135,7 +135,7 @@
.subtitle {
max-width: 710px;
margin-bottom: 34px;
color: #35405b;
color: #273750;
font-size: clamp(1.1rem, 1.7vw, 1.35rem);
line-height: 1.85;
}
@@ -513,7 +513,7 @@
overflow: hidden;
padding: 28px 20px;
text-align: center;
background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 255, 0.86));
background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(244, 250, 255, 0.78));
border: 1px solid rgba(151, 198, 245, 0.38);
border-radius: 20px;
box-shadow: 0 18px 42px rgba(38, 57, 96, 0.1);
+2 -2
View File
@@ -13,7 +13,7 @@
align-items: center;
min-height: 88px;
padding: 0 28px;
background: rgba(255, 255, 255, 0.82);
background: rgba(255, 255, 255, 0.78);
border: 1px solid rgba(217, 227, 241, 0.9);
border-radius: 24px;
box-shadow: 0 18px 44px rgba(30, 46, 78, 0.12);
@@ -33,7 +33,7 @@
position: relative;
scroll-margin-top: 24px;
padding: 30px 42px 34px;
background: rgba(255, 255, 255, 0.78);
background: rgba(255, 255, 255, 0.72);
border: 1px solid rgba(215, 226, 242, 0.95);
border-radius: 28px;
box-shadow: var(--shadow);