前端纯CSS写出按钮模糊阴影Author: Lance Ma Date: 2021, 04-29 15:58:33 Category: study CSS片段前端技术飞快发展为了提升性能和展示效果越来越多的交互、效果都可以用CSS完成了123456789101112.bg_primary { background: #ffe12c; display: block; width: 202px; height: 44px; margin: 30px auto 0; text-align: center; line-height: 44px; box-shadow: 0 4px 10px 0 rgba(255,223,31,.3); border-radius: 27px; color: #333}效果如下图所示Author: 蓝思同学Permalink: https://www.lancema.com/study/20210429/2021-study-qian-duan-chun-css-xie-chu-an-niu-mo-hu-yin-ying.htmlSlogan: small is beautiful, small is powerful !Tag(s): # css # 模糊 # 阴影back · homejavascript实现数组随机排序 关于Linux下shell界面按上下左右方向键出现ABD的问题