PHPz2017-04-17 14:45:08
Looking at the code, the frosted glass effect is achieved using filter:blur plus background-image.
For specific methods, please refer to this article
PHP中文网2017-04-17 14:45:08
background-color: rgba(255,255,255,0.4);
代码里生效的属性是这么写的。
filter:blur(5px);