Template:模板样式/定数表.css

来自Arcaea中文维基
.dstable{
	display:grid;
	grid-template-columns: 5% 95%;
}
.ds{
	width: 100%;
	border: 1px solid #eaecf0;
	line-height:110px;
	text-align:center;
	border-bottom:2px solid #FF6666;

}
.number{
	width: 100%;
	border: 1px solid #eaecf0;
	border-bottom:2px solid #FF6666;

}

@media all and ( max-width: 720px ) {	
.dstable{
	grid-template-columns: 100%;
	line-height:22px;
}

.ds{
	border-bottom:0px solid #FF6666;
}
}