style(mini): 底部导航中间按钮改用项目官方logo

- 使用项目根目录 logo.png(玻璃拟态圆形,粉紫到薄荷绿渐变,透明背景)
- 压缩至 256x256,49KB
- 移除 border-radius(logo本身是圆形),尺寸 84rpx→88rpx
- 阴影颜色调整为粉紫色系,与logo一致
- 激活态:放大1.08倍+更强粉紫阴影
This commit is contained in:
Pine
2026-09-02 00:32:15 +08:00
parent 317e25f84a
commit 67bfa10bc5
2 changed files with 4 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 48 KiB

+4 -5
View File
@@ -117,10 +117,9 @@
}
.home-logo {
width: 84rpx;
height: 84rpx;
border-radius: 50%;
box-shadow: 0 6rpx 20rpx rgba(98,132,255,0.4);
width: 88rpx;
height: 88rpx;
box-shadow: 0 6rpx 20rpx rgba(147,112,219,0.35);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@@ -131,7 +130,7 @@
.tab-item--home.tab-item--active .home-logo {
transform: scale(1.08);
box-shadow: 0 8rpx 28rpx rgba(98,132,255,0.55);
box-shadow: 0 8rpx 28rpx rgba(147,112,219,0.5);
}
.tab-item--home.tab-item--active .home-blob {