更多操作
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
.mbox { | |||
overflow: hidden; | |||
margin: 0.5em auto; | |||
border-left-width: 0.5rem; | |||
height: 3rem; | |||
display: flex; | |||
} | |||
.mbox-text { | |||
font-size: 14px; | |||
border: none; | |||
padding: 0 0.9em 0 0.5rem; | |||
width: 75%; | |||
line-height: 3rem; | |||
} | |||
.mbox.quote-primary { | .mbox.quote-primary { | ||
border-left-color: #337ab7 | border-left-color: #337ab7 |
2025年4月2日 (三) 15:56的最新版本
.mbox { overflow: hidden; margin: 0.5em auto; border-left-width: 0.5rem; height: 3rem; display: flex; } .mbox-text { font-size: 14px; border: none; padding: 0 0.9em 0 0.5rem; width: 75%; line-height: 3rem; } .mbox.quote-primary { border-left-color: #337ab7 } .mbox.quote-success { border-left-color: #5cb85c } .mbox.quote-danger { border-left-color: #d9534f } .mbox.quote-warning { border-left-color: #f0ad4e } .mbox.quote-info { border-left-color: #5bc0de }