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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第1行: 第1行:
.dstable{
.ddtable{
display:grid;
display:grid;
grid-template-columns: 10% 90%;
grid-template-columns: 10% 90%;
}
}
.ds{
.dd{
width: 100%;
width: 100%;
text-align:center;
text-align:center;
第9行: 第9行:


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


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


.ds{
.dd{
border-bottom:0px solid #a2a9b1;
border-bottom:0px solid #a2a9b1;
}
}
第27行: 第27行:


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


line-height:110px;
line-height:110px;
第34行: 第34行:
}
}


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

2021年2月8日 (一) 17:42的版本

.ddtable{
	display:grid;
	grid-template-columns: 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;
}
}