antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
16 lines (14 loc) • 302 B
CSS
.adm-avatar {
--size: var(--adm-avatar-size, 88px);
--border-radius: var(--adm-avatar-border-radius, 8px);
border-radius: var(--border-radius);
}
.adm-avatar.adm-image {
--width: var(--size);
--height: var(--size);
}
.adm-avatar-fallback {
height: 100%;
width: 100%;
display: block;
}