优化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);
transition: all 0.3s ease;
&:active {
transform: scale(0.98);
}
.beer-cover {
width: 144rpx;
height: 204rpx;
@ -58,7 +57,7 @@
border-radius: 12rpx;
object-fit: cover;
}
.beer-info {
.beer-name {
font-size: 32rpx;
@ -82,7 +81,7 @@
margin-right: 12rpx;
border-radius: 50%;
}
.brand-name {
font-size: 28rpx;
color: #1E2019;
@ -104,7 +103,7 @@
margin-right: 4rpx;
}
}
.review-count {
color: #5F5F63;
font-size: 24rpx;

File diff suppressed because it is too large Load Diff