fix: 背景改为浅白色,图标改为更清晰的样式,卡片改为浅色系
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-28 12:59:02 +00:00
parent ef4dceba1b
commit 4539be1559
2 changed files with 21 additions and 16 deletions

View File

@@ -276,7 +276,7 @@ export default {
<style>
.page {
min-height: 100vh;
background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
background: #f5f5f5;
padding: 30rpx;
}
@@ -424,7 +424,7 @@ export default {
.menu-card {
width: 18%;
aspect-ratio: 1;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: linear-gradient(135deg, #e0e5ec 0%, #ffffff 100%);
border-radius: 12rpx;
margin: 8rpx;
display: flex;
@@ -432,6 +432,7 @@ export default {
align-items: center;
justify-content: center;
padding: 6rpx;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
}
.menu-card:active {