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

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

来自此界与彼端
无编辑摘要
无编辑摘要
第4行: 第4行:
display: grid;
display: grid;
grid-template-columns: repeat(5,20%);
grid-template-columns: repeat(5,20%);
gap: 5px 5px;
padding: 0 0 5px 0;
padding: 0 0 5px 0;
text-align: center;
text-align: center;
第9行: 第10行:


.img-fit {
.img-fit {
  display: block;
display: block;
}
}


.img-fit img{
.img-fit img{
  width: 100%;
width: 100%;
  height: auto;
height: auto;
  mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
}
}

2025年3月31日 (一) 11:22的版本

.home-genres-navigation {
	width: 100%;
	min-width: 600px;
	display: grid;
	grid-template-columns: repeat(5,20%);
	gap: 5px 5px;
	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);
}