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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第6行: 第6行:
width: 100%;
width: 100%;
text-align:center;
text-align:center;
border-bottom:2px solid #FF6666;
border-bottom:2px solid #a2a9b1;


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


}
}
第22行: 第22行:


.ds{
.ds{
border-bottom:0px solid #FF6666;
border-bottom:0px solid #a2a9b1;
}
}
}
}
第31行: 第31行:
line-height:110px;
line-height:110px;
text-align:center;
text-align:center;
border-bottom:2px solid #FF6666;
border-bottom:2px solid #a2a9b1;


}
}

2021年1月30日 (六) 18:49的版本

.dstable{
	display:grid;
	grid-template-columns: 5% 95%;
}
.ds{
	width: 100%;
	text-align:center;
	border-bottom:2px solid #a2a9b1;

}
.number{
	width: 100%;
	border-bottom:2px 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{
	width: 100%;
	line-height:110px;
	text-align:center;
	border-bottom:2px solid #a2a9b1;

}

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