css - 请问B站顶部的模糊半透明导航条是怎么实现的呢?
大家讲道理
大家讲道理 2017-04-17 14:43:08
0
2
1619
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
PHPzhong

Looking at the code, the frosted glass effect is achieved using filter:blur plus background-image.

For specific methods, please refer to this article

Ty80
background-color: rgba(255,255,255,0.4);
代码里生效的属性是这么写的。
filter:blur(5px);
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template