Template:定数表.css:修订间差异

来自Rotaeno中文维基
(创建页面,内容为“.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;…”)
 
(废弃)
 
(未显示2个用户的4个中间版本)
第1行: 第1行:
.dstable{
#redirect [[Template:ChartConstant/styles.css]]
display:grid;
[[category: 废弃页面]]
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;
}
}

2024年8月2日 (五) 11:47的最新版本