We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169d158 commit 25e9f96Copy full SHA for 25e9f96
docs/.vuepress/public/js/gitee.js
@@ -111,7 +111,8 @@ if (typeof window !== 'undefined') {
111
mask.style.left = '0';
112
mask.style.width = '100%';
113
mask.style.height = '100%';
114
- mask.style.backgroundColor = 'rgba(0, 0, 0, 0.5)'; // 半透明黑色背景
+ mask.style.backgroundColor = 'rgba(255, 255, 255, 0.8)'; // 不透明白色背景
115
+ mask.style.backdropFilter = 'blur(10px)'; // 添加玻璃效果
116
mask.style.zIndex = '9999'; // 确保遮罩层在最上层
117
118
// 创建一个提示框元素
0 commit comments