主要代码如下: .box_left img{ width: 500px; height: 300px; opacity: 0.2; transition:opacity 1s; } .box_left img:hover{ opacity: 1; }