优化UI:1. 调整标签页导航样式 2. 优化内容区域卡片阴影效果 3. 调整在售酒款和累积活动的顺序

This commit is contained in:
davy 2025-04-08 03:26:49 +08:00
parent ea9c7580c1
commit 60281f17ce
2 changed files with 574 additions and 260 deletions

View File

@ -46,11 +46,10 @@
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.05); box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.05);
transition: all 0.3s ease; transition: all 0.3s ease;
&:active { &:active {
transform: scale(0.98); transform: scale(0.98);
} }
.beer-cover { .beer-cover {
width: 144rpx; width: 144rpx;
height: 204rpx; height: 204rpx;
@ -58,7 +57,7 @@
border-radius: 12rpx; border-radius: 12rpx;
object-fit: cover; object-fit: cover;
} }
.beer-info { .beer-info {
.beer-name { .beer-name {
font-size: 32rpx; font-size: 32rpx;
@ -82,7 +81,7 @@
margin-right: 12rpx; margin-right: 12rpx;
border-radius: 50%; border-radius: 50%;
} }
.brand-name { .brand-name {
font-size: 28rpx; font-size: 28rpx;
color: #1E2019; color: #1E2019;
@ -104,7 +103,7 @@
margin-right: 4rpx; margin-right: 4rpx;
} }
} }
.review-count { .review-count {
color: #5F5F63; color: #5F5F63;
font-size: 24rpx; font-size: 24rpx;

File diff suppressed because it is too large Load Diff