CSS 处理背景高斯模糊

.blur-bg {
  background-color: rgba(255,255,255,.6);
  backdrop-filter: saturate(180%) blur(20px);
}

你可能感兴趣的:(CSS 处理背景高斯模糊)