posts: 添加关于EdgeOne和ESA CDN对比的文章,包含21张对比图片

This commit is contained in:
二叉树树
2026-01-16 18:11:26 +08:00
parent c062848631
commit 4f80e43111
25 changed files with 128 additions and 3 deletions

View File

@@ -227,11 +227,15 @@ const bannerOffset =
background-size: var(--bg-size);
background-repeat: var(--bg-repeat);
background-attachment: var(--bg-attachment);
opacity: var(--bg-opacity);
opacity: 0;
pointer-events: none;
z-index: -1;
transition: opacity 0.3s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.bg-loaded #bg-box {
opacity: var(--bg-opacity);
}
/* #bg-box.loaded {
opacity: calc(var(--bg-opacity) * var(--bg-enable));