更多操作
创建页面,内容为“.img-fit { display: block; } .img-fit img{ width: 100%; height: auto; mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent); }” |
无编辑摘要 |
||
第1行: | 第1行: | ||
.home-genres-navigation { | |||
width: 100%; | |||
min-width: 600px; | |||
display: grid; | |||
grid-template-columns: repeat(5,20%); | |||
padding: 0 0 5px 0; | |||
text-align: center; | |||
} | |||
.img-fit { | .img-fit { | ||
display: block; | display: block; |
2025年3月31日 (一) 11:21的版本
.home-genres-navigation { width: 100%; min-width: 600px; display: grid; grid-template-columns: repeat(5,20%); padding: 0 0 5px 0; text-align: center; } .img-fit { display: block; } .img-fit img{ width: 100%; height: auto; mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent); }