JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| (未显示同一用户的26个中间版本) | |||
| 第1行: | 第1行: | ||
. | .infotitle { | ||
font-size: | font-size: 1.8rem; | ||
font-weight: | font-weight: 600; | ||
margin-top: 0. | margin-top: 0.1em; | ||
margin-bottom: | margin-bottom: 0.8em; | ||
} | } | ||
. | |||
.date { | |||
font-size: 10px; | font-size: 10px; | ||
margin-top: 0.25em; | |||
margin-bottom: 0.25em; | |||
} | |||
#home-editing { | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-between; | |||
} | |||
.home-editing__stats { | |||
display: flex; | |||
} | } | ||
. | |||
.home-stats__value a { | |||
text-decoration: none; | |||
font-weight: 500; | |||
} | } | ||
2023年8月15日 (二) 23:11的最新版本
.infotitle {
font-size: 1.8rem;
font-weight: 600;
margin-top: 0.1em;
margin-bottom: 0.8em;
}
.date {
font-size: 10px;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
#home-editing {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-editing__stats {
display: flex;
}
.home-stats__value a {
text-decoration: none;
font-weight: 500;
}