微信授权逻辑修改

This commit is contained in:
2026-07-06 20:56:25 +08:00
parent b12ee13232
commit 9d221cfcd2
12 changed files with 475 additions and 28 deletions
+20
View File
@@ -4307,6 +4307,26 @@
flex-shrink: 0;
}
.mine-wechat-badge {
position: absolute;
right: -2px;
bottom: -2px;
width: 24px;
height: 24px;
border-radius: 50%;
background: #07c160;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.mine-wechat-badge .material-symbols-outlined {
font-size: 14px;
}
.mine-avatar {
width: 80px;
height: 80px;