◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

模板:装备/card.css

来自少前百科GFwiki
跳转至: 导航搜索
.equip-card {
	border: 1px solid white;
	border-radius: 1px;
	box-shadow: 0 0 2px gray;
	width: 127px;
}
.equip-card * { text-align: center; }
.equip-card img { height: auto; }
.equip-type {
	background: linear-gradient(-45deg, transparent 6px, black 6px);
	height: 25px;
	position: absolute;
	width: 54px;
	z-index: 3;
}
.equip-type img { width: 24px; }
.equip-rank, .equip-desc { background: #313131; }
.equip-card .equip-rank {
	color: #fdb300;
	font-size: 13px;
	height: 15px;
	line-height: 1;
	padding: 1px 1px 0 0;
	text-align: right;
}
.equip-rank span { display:inline-block; transform: rotate(-18deg); }
.equip-image {
	height: 98px;
	overflow: hidden;
	position: relative;
}
.equip-image :first-child {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.equip-image :last-child {
	width: 125px;
	margin-top: -13px;
	position: relative;
	z-index: 2;
}
.equip-nametype { background: #181818; }
.equip-nametype :last-child { color: #a5a5a5; font-size: smaller; }
.equip-desc {
	color: #a5a5a5;
	font-size: smaller;
	height: 60px;
}
.equip-desc span { color: #17cca6; }
.equip-desc hr {
	background: none;
	border: none;
	border-bottom: 1px dashed #ccc;
	margin: 0 4px;
}