Realizing translucent blur effect with css

how to realize the translucent blur effect at the bottom of the page?

Css
Mar.21,2021

upstairs has limitations. If you want a div layer background-independent scrub, you need to rely on the following attribute, but the current compatibility is poor

.
backdrop-filter: blur(10px) brightness(110%);

you can refer to my implementation in this project: https://github.com/devlee/rea.

.

The

css3 filter filter can be implemented, and the http://blog.gdfengshuo.com/ar. article has examples to refer to.


css3 filter is relatively compatible.

you can consider downgrading, frosting for supported environments and not for unsupported environments

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ac2d-4d8da.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ac2d-4d8da.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?