大屏页面初始化

This commit is contained in:
2026-03-04 09:58:11 +08:00
parent 9d4d641fa8
commit faaffef2f8
5 changed files with 34 additions and 27 deletions

View File

@@ -79,8 +79,8 @@ watch(
flex: 1;
min-width: 160px;
height: 85%;
background: rgba(15, 52, 96, 0.95);
border: 1px solid #1a508b;
background: rgba(15, 52, 96, 0.1);
border: 1px solid rgba(26, 80, 139, 0.3);
border-radius: 8px;
padding: 0 8px;
display: flex;
@@ -90,12 +90,13 @@ watch(
position: relative;
overflow: hidden;
transition: all 0.3s ease;
backdrop-filter: blur(2px);
}
.card-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(60, 156, 255, 0.3);
border-color: #3c9cff;
box-shadow: 0 4px 12px rgba(60, 156, 255, 0.2);
border-color: rgba(60, 156, 255, 0.6);
}
.card-left {
@@ -111,7 +112,7 @@ watch(
display: flex;
justify-content: center;
align-items: center;
border: 1px solid rgba(224, 230, 255, 0.2);
border: 1px solid rgba(224, 230, 255, 0.1);
border-radius: 8px;
box-sizing: border-box;
}