样式优化

This commit is contained in:
2025-11-10 17:29:01 +08:00
parent 0657e57fe4
commit 0e24ed9b77
5 changed files with 86 additions and 68 deletions

View File

@@ -6,7 +6,7 @@
position: relative;
overflow-y: auto;
box-sizing: border-box;
background-color: #FAFAFA;
background-color: #fafafa;
&::-webkit-scrollbar {
display: none;
@@ -19,7 +19,7 @@
// 背景渐变过渡动画
@keyframes backgroundGradient {
0% {
background: #FFFFFF;
background: #ffffff;
}
100% {
background: radial-gradient(
@@ -35,8 +35,8 @@
// 主要内容区域
.main_content {
// position: relative;
background: #FFFFFF;
animation: backgroundGradient 0.6s ease-in-out forwards;
background: #ffffff;
animation: backgroundGradient 0s ease-in-out forwards;
z-index: 5;
flex: 1;
margin-top: 0;
@@ -127,6 +127,7 @@
.action_card {
@include card-base;
border-radius: 12px;
display: flex;
align-items: center;
overflow: hidden;
@@ -143,9 +144,9 @@
cursor: pointer;
transition: background-color 0.3s ease;
&:hover {
background-color: rgba(0, 0, 0, 0.02);
}
// &:hover {
// background-color: rgba(0, 0, 0, 0.02);
// }
.action_icon {
width: 20px;
@@ -172,7 +173,7 @@
.tab_container {
display: flex;
gap: 16px;
padding: 12px 15px;
padding: 12px 0;
.tab_item {
padding: 12px 0;