打开/关闭菜单
切换首选项菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Home/Navigation.css:修订间差异

来自此界与彼端
创建页面,内容为“.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);
}