You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
871 B

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-4025542c {
display: flex;
align-items: center;
}
.u-tag__text.data-v-4025542c {
font-size: 22rpx;
padding: 0 10rpx;
}
.staff-name.data-v-4025542c {
padding: 0 15rpx;
}
.tag-wrap.data-v-4025542c {
width: 100rpx;
flex: 1;
display: flex;
}
.tag-wrap view.data-v-4025542c {
margin: 0 2rpx;
}
.avatar-wrap.data-v-4025542c {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 24rpx;
}
.type-popup.data-v-4025542c {
width: 500rpx;
height: 570rpx;
background: #fff;
border-radius: 10px;
position: relative;
padding: 0 20rpx;
}