|
@@ -7,7 +7,7 @@ ion-toolbar {
|
|
|
|
|
|
.custom-toolbar {
|
|
|
--background: transparent;
|
|
|
- background-color: #fefae0;
|
|
|
+ background-color: #d6ccc2;
|
|
|
padding: 0 16px;
|
|
|
}
|
|
|
|
|
@@ -35,7 +35,7 @@ ion-toolbar {
|
|
|
flex-direction: column;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-color: #faedcd;
|
|
|
+ background-color: #f5ebe0;
|
|
|
padding: 16px;
|
|
|
overflow: hidden; // 确保内容不会超出圆角区域
|
|
|
}
|
|
@@ -117,8 +117,8 @@ ion-toolbar {
|
|
|
}
|
|
|
|
|
|
.app-feature-card {
|
|
|
- --background: #fefae0;
|
|
|
- --color: #ccd5ae;
|
|
|
+ --background: #f5ebe0;
|
|
|
+ --color: #d6ccc2;
|
|
|
--min-height: 80px;
|
|
|
--border-radius: 12px;
|
|
|
display: flex;
|
|
@@ -137,7 +137,7 @@ ion-toolbar {
|
|
|
|
|
|
.app-feature-card:hover,
|
|
|
.app-feature-card:active {
|
|
|
- --color: #ccd5ae;
|
|
|
+ --color: #d6ccc2;
|
|
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
|
|
|
}
|
|
|
|