更改

添加396字节 、 2023年10月21日 (六) 12:23
无编辑摘要
第258行: 第258行:  
     margin-left:0;
 
     margin-left:0;
 
     margin-right:1em;
 
     margin-right:1em;
 +
}
 +
 +
@media (max-width: 720px) {
 +
    body .content .character-table {
 +
        width: 1200px !important;
 +
        display: table !important;
 +
        box-sizing: content-box !important;
 +
    }
 +
 +
    body .content table.wikitable {
 +
        border: 1px solid !important;  /* 或者你想要的任何其他边框样式 */
 +
    }
 +
 +
    body .content caption {
 +
        display: table-caption !important;
 +
    }
 
}
 
}