chore: 调整样式

This commit is contained in:
2025-11-13 14:23:52 +08:00
parent af14a2ee00
commit d8275a2781
2 changed files with 10 additions and 10 deletions

View File

@@ -61,9 +61,9 @@ html, body {
color: var(--text-color); color: var(--text-color);
background-color: var(--dark-color); background-color: var(--dark-color);
background-image: url(/battle-background.jpg); background-image: url(/battle-background.jpg);
background-size: contain; background-size: auto;
background-position: center; background-position: top center;
background-repeat: no-repeat; background-repeat: revert;
background-attachment: fixed; background-attachment: fixed;
} }

View File

@@ -941,14 +941,14 @@ onUnmounted(() => {
.award-image { .award-image {
width: auto; width: auto;
height: 120px; height: 120px;
border-radius: 8px; /* border-radius: 8px; */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
transition: transform 0.2s ease, box-shadow 0.2s ease; /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
} }
.award-image:hover { .award-image:hover {
transform: translateY(-5px); transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
} }
/* 响应式设计 */ /* 响应式设计 */
@@ -1282,9 +1282,9 @@ onUnmounted(() => {
cursor: move; cursor: move;
transition: transform 0.2s ease; transition: transform 0.2s ease;
padding: 15px; padding: 15px;
border-radius: 20px; /* border-radius: 20px; */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); */
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 245, 240, 0.95)); /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 245, 240, 0.95)); */
user-select: none; user-select: none;
} }