@@ -269,6 +269,8 @@
/* 稍微缩小底部头像以节省高度 */
.my-rank-bar .avatar { width: 30px; height: 30px; border-width: 2px; }
.my-rank-bar .name { font-size: 14px; }
+
+ .loading-mask {
position: fixed; inset: 0; background: rgba(0,0,0,0.35);
display: none; align-items: center; justify-content: center;
z-index: 300; color: #fff; font-size: 14px; backdrop-filter: blur(2px);