打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:首页/styles.css:修订间差异

来自高中笔记
MM 喵了个留言 | 贡献
无编辑摘要
MM 喵了个留言 | 贡献
无编辑摘要
第82行: 第82行:
/* 让 info-title 在前面有内容时自动增加上边距 */  
/* 让 info-title 在前面有内容时自动增加上边距 */  
.info-title:not(:first-child) { margin-top: 0.8em; }
.info-title:not(:first-child) { margin-top: 0.8em; }
.homepage-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: start;
}