80 lines
1.9 KiB
Plaintext
80 lines
1.9 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.clineInfo.data-v-72d3cdb4 {
|
|
background-color: #fff;
|
|
padding: 30rpx 45rpx;
|
|
margin-bottom: 20rpx;
|
|
border-radius: 10rpx;
|
|
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
.clineInfo .info_head.data-v-72d3cdb4 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.clineInfo .info_head.data-v-72d3cdb4 :first-child {
|
|
font-size: 34rpx;
|
|
font-weight: 700;
|
|
color: #333;
|
|
}
|
|
.clineInfo .info_main.data-v-72d3cdb4 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.clineInfo .info_main .main_left .left_followUp.data-v-72d3cdb4 {
|
|
display: flex;
|
|
padding-bottom: 30rpx;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
.clineInfo .info_main .main_left .left_star.data-v-72d3cdb4 {
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
display: flex;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.clineInfo .info_main .main_left .left_foot.data-v-72d3cdb4 {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.clineInfo .info_main .main_left .left_foot .l_box.data-v-72d3cdb4 {
|
|
margin-right: 35rpx;
|
|
float: left;
|
|
}
|
|
.clineInfo .info_main .main_left .left_foot .l_box ._span.data-v-72d3cdb4 {
|
|
background: rgba(0, 142, 255, 0.1);
|
|
padding: 5rpx 12rpx;
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
border-radius: 5rpx;
|
|
}
|
|
.clineInfo .info_main .main_right.data-v-72d3cdb4 {
|
|
text-align: center;
|
|
padding: 20rpx 15rpx 0 0;
|
|
}
|
|
.clineInfo .info_main .main_right image.data-v-72d3cdb4 {
|
|
border-radius: 50%;
|
|
width: 129rpx;
|
|
height: 129rpx;
|
|
margin-bottom: 5rpx;
|
|
}
|
|
.clineInfo .info_footer.data-v-72d3cdb4 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding-top: 30rpx;
|
|
height: 80rpx;
|
|
border-top: 1px solid #ededed;
|
|
margin-top: 20rpx;
|
|
}
|
|
.clineInfo .info_footer .footer_content.data-v-72d3cdb4 {
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.clineInfo .info_footer .footer_content image.data-v-72d3cdb4 {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 15rpx;
|
|
}
|