无编辑摘要 标签:手工回退 |
无编辑摘要 标签:手工回退 |
||
(未显示同一用户的4个中间版本) | |||
第22行: | 第22行: | ||
position: relative; | position: relative; | ||
padding: 15px 20px 15px 35px; | padding: 15px 20px 15px 35px; | ||
margin-bottom: | margin-bottom: 20px; | ||
border-radius: 4px; | border-radius: 4px; | ||
background: rgba(255,255,255,0.95); | background: rgba(255,255,255,0.95); | ||
第140行: | 第140行: | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(2, 1fr); | grid-template-columns: repeat(2, 1fr); | ||
gap: | gap: 0.5rem; | ||
margin: | margin: 1rem 0; | ||
} | } | ||