你的css正在这样做。如果没有在其他地方使用,请替换以下css。如果你觉得不舒服,请你的设计师来做
第1213行
.thumb-box {
position: relative;
width: 100%;
height: auto;
}
第2321行
.box img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
image-rendering: optimizequality;
width: 100%;
height: auto;
}