Template:搭档.css:修订间差异
(Chronowar将页面模板:搭档.css的内容模型从“wiki文本”更改为“已过滤的CSS”) 标签:内容模型更改 |
(调整搭档列表样式) |
||
第2行: | 第2行: | ||
display:grid; | display:grid; | ||
width:100%; | width:100%; | ||
grid-template-columns: | grid-template-columns:100px auto; | ||
} | } | ||
.dd{ | .dd{ |
2024年7月29日 (一) 10:55的最新版本
.ddtable{
display:grid;
width:100%;
grid-template-columns:100px auto;
}
.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;
}
}