@jdcfe/yep-react
Version:
一套移动端的React组件库
45 lines • 770 B
CSS
.Yep-avatar {
position: relative;
display: inline-block;
overflow: hidden;
color: #fff;
white-space: nowrap;
text-align: center;
vertical-align: middle;
background: #ccc;
width: 64px;
height: 64px;
line-height: 64px;
border-radius: 50%;
font-size: 32px;
}
.Yep-avatar-image {
background: transparent;
}
.Yep-avatar > img {
display: block;
width: 100%;
height: 100%;
}
.Yep-avatar-large {
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
font-size: 40px;
}
.Yep-avatar-small {
width: 48px;
height: 48px;
line-height: 48px;
border-radius: 50%;
font-size: 24px;
}
.Yep-avatar-square {
border-radius: 8px;
}
.Yep-avatar-icon {
display: flex;
justify-content: space-around;
align-items: center;
}