feat: 样式调整
This commit is contained in:
parent
71b8e454ee
commit
58e303894e
@ -337,14 +337,14 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
/* 第一排:3个大图突出显示 */
|
/* 第一排:3个大图突出显示 */
|
||||||
.grid-card:nth-child(-n + 3) {
|
.grid-card:nth-child(-n + 3) {
|
||||||
width: calc(33% - 24rpx);
|
width: calc(33% - 20rpx);
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-card:nth-child(-n + 3) .card-image {
|
.grid-card:nth-child(-n + 3) .card-image {
|
||||||
height: 264rpx;
|
height: 264rpx;
|
||||||
box-shadow: 3px 3px 4.5px 2px rgba(0, 0, 0, 0.15);
|
box-shadow: 3px 3px 4.5px 2px rgba(0, 0, 0, 0.15);
|
||||||
backdrop-filter: blur(0px);
|
backdrop-filter: blur(0px);
|
||||||
padding: 8rpx;
|
/* padding: 8rpx; */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user