74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tit_warp.data-v-4d077a89 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx 30rpx;
|
|
border-bottom: 1rpx solid #d2d0d0;
|
|
}
|
|
.tit_warp .cirtit.data-v-4d077a89 {
|
|
font-size: 28rpx;
|
|
}
|
|
.tit_warp .titright.data-v-4d077a89 {
|
|
font-size: 24rpx;
|
|
color: #008EFF;
|
|
}
|
|
.cirinfo.data-v-4d077a89 {
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #d2d0d0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.cirinfo.data-v-4d077a89:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.cirinfo .staffimg.data-v-4d077a89 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
margin-right: 24rpx;
|
|
}
|
|
.cirinfo .staffinfo.data-v-4d077a89 {
|
|
flex: 1;
|
|
}
|
|
.cirinfo .staffinfo .staffright.data-v-4d077a89 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.cirinfo .staffinfo .staffright .ri_left .name.data-v-4d077a89 {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
.cirinfo .staffinfo .staffright .ri_left .post.data-v-4d077a89 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
margin-top: 15rpx;
|
|
}
|
|
.cirinfo .staffinfo .staffright .deleimg.data-v-4d077a89 {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.cirinfo .staffinfo .staffli.data-v-4d077a89 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx 0;
|
|
border-top: 1rpx solid #d2d0d0;
|
|
}
|
|
.cirinfo .staffinfo .staffli .statext.data-v-4d077a89 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.cirinfo .staffinfo .staffli .liright.data-v-4d077a89 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
color: #666;
|
|
font-size: 28rpx;
|
|
}
|