feat: 样式调整

This commit is contained in:
zerosaturation 2026-06-04 16:01:31 +08:00
parent 71b8e454ee
commit 58e303894e

View File

@ -337,14 +337,14 @@ onUnmounted(() => {
/* 第一排3个大图突出显示 */
.grid-card:nth-child(-n + 3) {
width: calc(33% - 24rpx);
width: calc(33% - 20rpx);
}
.grid-card:nth-child(-n + 3) .card-image {
height: 264rpx;
box-shadow: 3px 3px 4.5px 2px rgba(0, 0, 0, 0.15);
backdrop-filter: blur(0px);
padding: 8rpx;
/* padding: 8rpx; */
box-sizing: border-box;
}