🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
* 用box-shadow 可以实现单侧投影、邻边投影、双侧投影等效果。 * 新增的[**filter**](https://www.w3schools.com/cssref/css3_pr_filter.asp) 属性可以添加各种滤镜效果: ``` filter: none | blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | saturate() | sepia() | url(); ```