Template:模板样式/定数表.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第6行: 第6行:
width: 100%;
width: 100%;
border: 1px solid #eaecf0;
border: 1px solid #eaecf0;
line-height:110px;
text-align:center;


}
}

2021年1月30日 (六) 16:29的版本

.dstable{
	display:grid;
	grid-template-columns: 5% 95%;
}
.ds{
	width: 100%;
	border: 1px solid #eaecf0;
	line-height:110px;
	text-align:center;

}
.number{
	width: 100%;
	border: 1px solid #eaecf0;

}

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