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

来自Arcaea中文维基
无编辑摘要
(Star0移动页面Template:定数表.cssTemplate:模板样式/定数表.css,不留重定向)
 
(未显示2个用户的12个中间版本)
第1行: 第1行:
.dstable{
.dstable{
display:grid;
display:grid;
grid-template-columns: 5% 95%;
grid-template-columns: 6% 94%;
justify-items:  center ;
align-items:  center ;
}
}
.ds{
.ds{
width: 100%;
width: 100%;
color: #202122;
text-align:center;
font: inherit;
font-size:18px;
border-collapse: collapse;
border-bottom:1px solid #a2a9b1;
border-spacing: 3px;
 
line-height: 1.5em;
font-size: 100%;
vertical-align: top;
border: 0;
border: 1px solid #eaecf0;
padding: 7px 10px;
flex: 1 0;
white-space: nowrap;
}
}
.number{
.number{
width: 100%;
width: 100%;
color: #202122;
border-bottom:1px solid #a2a9b1;
font: inherit;
 
border-collapse: collapse;
border-spacing: 3px;
line-height: 1.5em;
font-size: 100%;
vertical-align: top;
border: 0;
border: 1px solid #eaecf0;
padding: 7px 10px;
flex: 1 0;
white-space: nowrap;
}
}


第39行: 第19行:
.dstable{
.dstable{
grid-template-columns: 100%;
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;
}
}
}
}

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;
}
}