61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.opewrap.data-v-d4c0df3a {
|
|
padding: 35rpx 35rpx 0;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.opewrap .operation.data-v-d4c0df3a {
|
|
font-size: 28rpx;
|
|
color: #008EFF;
|
|
font-weight: bold;
|
|
margin-left: 30rpx;
|
|
}
|
|
.cirtit.data-v-d4c0df3a {
|
|
padding: 24rpx 30rpx;
|
|
font-size: 28rpx;
|
|
border-bottom: 1rpx solid #d2d0d0;
|
|
}
|
|
.peobox .peoinfo.data-v-d4c0df3a {
|
|
padding: 24rpx 30rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
border-bottom: 1rpx solid #d2d0d0;
|
|
}
|
|
.peobox .peoinfo.data-v-d4c0df3a:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.peobox .peoinfo .peoimg.data-v-d4c0df3a {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
flex-shrink: 0;
|
|
margin-right: 24rpx;
|
|
}
|
|
.peobox .peoinfo .peoright.data-v-d4c0df3a {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
.peobox .peoinfo .peoright .pr_left .name.data-v-d4c0df3a {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.peobox .peoinfo .peoright .pr_left .pr_post.data-v-d4c0df3a {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.peobox .peoinfo .peoright .pr_left .pr_text.data-v-d4c0df3a {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
.peobox .peoinfo .peoright .pr_phone.data-v-d4c0df3a {
|
|
width: 42rpx;
|
|
height: 40rpx;
|
|
}
|