User:Selfice/sandbox/首页/styles.css:修订间差异

无编辑摘要
无编辑摘要
第36行: 第36行:
     display: grid;
     display: grid;
     grid-template-columns: 1fr 2fr;
     grid-template-columns: 1fr 2fr;
     gap: 5px; /* 设置列和行之间的间距 */
     gap: 1px; /* 设置列和行之间的间距 */
     justify-items: center; /* 内容水平居中 */
     justify-items: center; /* 内容水平居中 */
     align-items: start; /* 内容垂直对齐顶部 */
     align-items: start; /* 内容垂直对齐顶部 */