TalentService-mobile/unpackage/dist/dev/mp-weixin/uview-ui/components/u-avatar/u-avatar.wxss

60 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-10-27 00:26:19 +08:00
@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件为scss预处理器其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量均以"u-"开头,不会造成冲突,请放心使用
*/
.u-avatar.data-v-4f1b1b40 {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #606266;
border-radius: 10px;
position: relative;
}
.u-avatar__img.data-v-4f1b1b40 {
width: 100%;
height: 100%;
}
.u-avatar__sex.data-v-4f1b1b40 {
position: absolute;
width: 32rpx;
color: #ffffff;
height: 32rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 100rpx;
top: 5%;
z-index: 1;
right: -7%;
border: 1px #ffffff solid;
}
.u-avatar__sex--man.data-v-4f1b1b40 {
background-color: #2979ff;
}
.u-avatar__sex--woman.data-v-4f1b1b40 {
background-color: #fa3534;
}
.u-avatar__sex--none.data-v-4f1b1b40 {
background-color: #ff9900;
}
.u-avatar__level.data-v-4f1b1b40 {
position: absolute;
width: 32rpx;
color: #ffffff;
height: 32rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 100rpx;
bottom: 5%;
z-index: 1;
right: -7%;
border: 1px #ffffff solid;
background-color: #ff9900;
}