我们可以使用 box-shadow 属性来为按钮添加阴影: 实例 .button1 { box-shadow: 0 8 px 16 px 0 rgba ( 0 , 0 , 0 , 0.2 ), 0 6 px 20 px 0 rgba ( 0 , 0 , 0 , 0.19 ) ; } .button2 :hover { box-shadow: 0 12 px 16 px 0 rgba ( 0 , 0 , 0 , 0.24 ), 0 17 px 50 px 0 rgba ( 0 , 0 , 0 , 0.19 ) ; }