.gui { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 20px; height: 30px; }

.card { background-color: #fff; border: 1px solid #ccc; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); padding: 10px; }

.card img { max-width: 100%; height: auto; }

.card h3 { font-size: 18px; margin: 10px 0; }

.card p { font-size: 14px; line-height: 1.5; margin: 0; }

CSS 网格布局卡片样式 - 高度 30px

原文地址: https://www.cveoy.top/t/topic/mrRn 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录