UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

28 lines (24 loc) 497 B
.adm-card { background: var(--adm-color-background); border-radius: 16px; padding: 0 24px; } .adm-card-header { position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 24px 0; } .adm-card-header:not(:last-child) { border-bottom: solid 1px var(--adm-color-border); } .adm-card-header-title { font-size: var(--adm-font-size-7); line-height: 1.4; font-weight: bold; } .adm-card-body { padding: 24px 0; }