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

来自Arcaea中文维基
(Star0移动页面定数表/styles.css模板:定数表.css,不留重定向:文本替换 - 替换“定数表/styles.css”为“模板:定数表.css”)
标签移动版编辑 移动版网页编辑
(Star0移动页面Template:定数表.cssTemplate:模板样式/定数表.css,不留重定向)
 
(没有差异)

2022年8月26日 (五) 20:26的最新版本

.dstable{
	display:grid;
	grid-template-columns: 6% 94%;
}
.ds{
	width: 100%;
	text-align:center;
	font-size:18px;
	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;
}
}