中文 English

谐稳 · Harmondeg

当技术、制度与意识结构持续加速, 文明所面临的问题不再局限于某一领域。 本平台关注的是结构本身, 以及在复杂展开中如何保持稳定与清明。

内容结构

.sections{ background:#0f0f12; padding:80px 20px 110px; } .sections .wrap{ max-width:1100px; margin:0 auto; } .sections h2{ margin:0 0 28px; font-size:18px; font-weight:500; letter-spacing:1px; color:#cfcfd6; } .grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } .card{ display:block; padding:22px 22px 20px; border:1px solid rgba(255,255,255,0.10); border-radius:10px; background:rgba(255,255,255,0.04); text-decoration:none; color:#f3f3f5; transition:all .18s ease; } .card:hover{ transform:translateY(-2px); border-color:rgba(255,255,255,0.18); background:rgba(255,255,255,0.07); } .card .title{ font-size:18px; margin-bottom:10px; letter-spacing:.5px; } .card .desc{ font-size:14px; color:#c9c9cf; line-height:1.7; } @media (max-width: 900px){ .grid{ grid-template-columns:repeat(2,1fr); } } @media (max-width: 560px){ .grid{ grid-template-columns:1fr; } }