hookehuyr

style(AdOverlay): 移除关闭按钮的背景色

...@@ -244,7 +244,6 @@ onMounted(async () => { ...@@ -244,7 +244,6 @@ onMounted(async () => {
244 justify-content: center; 244 justify-content: center;
245 cursor: pointer; 245 cursor: pointer;
246 flex-shrink: 0; // 防止被压缩 246 flex-shrink: 0; // 防止被压缩
247 - background-color: rgba(0, 0, 0, 0.5);
248 } 247 }
249 248
250 .close-icon { 249 .close-icon {
......