UNPKG

@nutui/nutui-react

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

24 lines (23 loc) 581 B
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-avatar-group { display: flex; flex-direction: row; flex: 0 0 auto; } .nut-avatar-group-avatar, .nut-avatar-group .nut-avatar { border: scale-px(1px) solid #fff; margin-left: scale-px(-8px); } .nut-avatar-group-avatar:not(:first-of-type), .nut-avatar-group .nut-avatar:not(:first-of-type) { margin-left: scale-px(-8px); } [dir=rtl] .nut-avatar-group .nut-avatar:not(:first-of-type), .nut-rtl .nut-avatar-group .nut-avatar:not(:first-of-type) { margin-left: 0; margin-right: scale-px(-8px); }