antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
25 lines (24 loc) • 457 B
CSS
.adm-card {
background: #ffffff;
border-radius: 8px;
padding: 0 12px;
}
.adm-card-header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 12px 0;
}
.adm-card-header:not(:last-child) {
border-bottom: solid 0.5px var(--adm-border-color);
}
.adm-card-header-title {
font-size: 15px;
line-height: 1.4;
font-weight: bold;
}
.adm-card-body {
padding: 12px 0;
}