第258行: |
第258行: |
| margin-left:0; | | margin-left:0; |
| margin-right:1em; | | margin-right:1em; |
| + | } |
| + | |
| + | @media (max-width: 720px) { |
| + | body .content .character-table { |
| + | width: 1500px !important; |
| + | display: table !important; |
| + | box-sizing: content-box !important; |
| + | } |
| + | |
| + | body .content table.wikitable { |
| + | border: 1px solid !important; /* 或者你想要的任何其他边框样式 */ |
| + | } |
| + | |
| + | body .content caption { |
| + | display: table-caption !important; |
| + | } |
| } | | } |