User:Chronowar/sandbox/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第1行: 第1行:
.dstable{
.dstable{
display:grid;
display:grid;
grid-template-columns: 10% 90%;
grid-template-columns: 8em 90%;
}
}
.ds{
.ds{

2021年2月7日 (日) 13:04的版本

.dstable{
	display:grid;
	grid-template-columns: 8em 90%;
}
.ds{
	width: 100%;
	text-align:center;
	border-bottom:1px solid #a2a9b1;

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

}

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

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

@media all and ( min-width: 720px ) {	
.ds{

	line-height:110px;


}

.dstable{
	border: 1px solid #a2a9b1;
}
}