feat: 修改星河底座的间距

This commit is contained in:
zheng020 2026-06-11 00:54:52 +08:00
parent d6c4514329
commit 4263d2f779

View File

@ -197,8 +197,8 @@ function handleClick(item) {
.base-image { .base-image {
position: absolute; position: absolute;
bottom: -24rpx; bottom: -8rpx;
left: 8rpx; left: 16rpx;
width: 96rpx; /* 比 cover (84rpx) 略宽,呈现"承托"感 */ width: 96rpx; /* 比 cover (84rpx) 略宽,呈现"承托"感 */
height: 32rpx; height: 32rpx;
z-index: 0; /* 位于 cover 之下 */ z-index: 0; /* 位于 cover 之下 */