Rockz-Home 3 달 전
부모
커밋
ff48c0fccc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      card/sdk/detail.html

+ 2 - 0
card/sdk/detail.html

@@ -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);