更多操作
小无编辑摘要 |
小无编辑摘要 |
||
第29行: | 第29行: | ||
.dictionary td, .dictionary th { | .dictionary td, .dictionary th { | ||
border-bottom: 1px solid var(--color-Dic-Theme); | border-bottom: 1px solid var(--color-Dic-Theme); | ||
} | |||
h2#dic-h2+section>p { | |||
display: none; | |||
} | } |
2024年12月13日 (五) 16:06的最新版本
.home-card {
width: min-content;
}
.home-card p em {
display: none;
}
.dictionary {
border-collapse: collapse;
white-space: nowrap;
}
.dictionary th {
background-color: var(--color-Dic-Theme);
color: var(--color-Dic-Title);
border-bottom-width: 0;
font-size: 1.05em;
padding: 5px 10px;
text-align: center;
}
.dictionary td {
color: var(--color-base--emphasized);
font-size: 1em;
padding: 5px 10px;
}
.dictionary td, .dictionary th {
border-bottom: 1px solid var(--color-Dic-Theme);
}
h2#dic-h2+section>p {
display: none;
}