@nutui/nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
64 lines • 1.04 kB
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-avatar {
position: relative;
flex: 0 0 auto;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
}
.nut-avatar-round {
border-radius: 999px;
overflow: hidden;
}
.nut-avatar-square {
border-radius: 5px;
}
.nut-avatar-first-child {
margin-left: 0;
margin-right: 0;
}
.nut-avatar-img {
width: 100%;
height: 100%;
flex-shrink: 0;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.nut-avatar-icon {
background-size: 100% 100%;
}
.nut-avatar-text {
display: flex;
justify-content: center;
align-items: center;
}
.nut-avatar-large {
width: 60px;
height: 60px;
}
.nut-avatar-large-img {
width: 60px;
height: 60px;
}
.nut-avatar-large-icon {
width: 60px;
height: 60px;
}
.nut-avatar-large-text {
width: 60px;
height: 60px;
}
.nut-avatar-small {
width: 32px;
height: 32px;
}
.nut-avatar-small-text {
width: 32px;
height: 32px;
}