User:Chronowar/sandbox/styles.css

来自Arcaea中文维基
< User:Chronowar‎ | sandbox
Chronowar讨论 | 贡献2021年2月9日 (二) 14:40的版本
.ddtable{
	display:grid;
	grid-template-columns: minmax(8em,10%) 90%;
}
.dd{
	width: 100%;
	text-align:center;
	border-bottom:1px solid #a2a9b1;

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

}

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

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

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

	line-height:110px;


}

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