更新自定义标签栏,替换特殊按钮图标为新的伙伴图标,并调整图标尺寸以提升视觉效果。

This commit is contained in:
乘风
2026-02-04 16:34:23 +08:00
parent 6eb748a902
commit 25fd3190b2
3 changed files with 21 additions and 3 deletions

View File

@@ -114,8 +114,8 @@
/* ===== 找伙伴特殊按钮图标 ===== */
.special-icon {
width: 56rpx;
height: 56rpx;
width: 80rpx;
height: 80rpx;
display: block;
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}