123 lines
2.6 KiB
Plaintext
123 lines
2.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tab_list {
|
|
width: 750rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.tab_list .tabli {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
line-height: 75rpx;
|
|
text-align: center;
|
|
border-bottom: 4rpx solid #fff;
|
|
}
|
|
.tab_list .tabliactive {
|
|
border-bottom: 4rpx solid #008EFF;
|
|
}
|
|
.clineInfo {
|
|
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 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.clineInfo .info_head :first-child {
|
|
font-size: 34rpx;
|
|
font-weight: 700;
|
|
color: #333;
|
|
}
|
|
.clineInfo .info_main {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.clineInfo .info_main .main_left .left_followUp {
|
|
display: flex;
|
|
padding-bottom: 30rpx;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
.clineInfo .info_main .main_left .left_star {
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
display: flex;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.clineInfo .info_main .main_left .left_foot {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.clineInfo .info_main .main_left .left_foot .l_box {
|
|
margin-right: 35rpx;
|
|
float: left;
|
|
}
|
|
.clineInfo .info_main .main_left .left_foot .l_box ._span {
|
|
background: rgba(0, 142, 255, 0.1);
|
|
padding: 5rpx 12rpx;
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
border-radius: 5rpx;
|
|
}
|
|
.clineInfo .info_main .main_right {
|
|
text-align: center;
|
|
padding: 20rpx 15rpx 0 0;
|
|
}
|
|
.clineInfo .info_main .main_right image {
|
|
border-radius: 50%;
|
|
width: 129rpx;
|
|
height: 129rpx;
|
|
margin-bottom: 5rpx;
|
|
}
|
|
.clineInfo .info_footer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding-top: 30rpx;
|
|
height: 80rpx;
|
|
border-top: 1px solid #ededed;
|
|
margin-top: 20rpx;
|
|
}
|
|
.clineInfo .info_footer .footer_content {
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.clineInfo .info_footer .footer_content image {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.clineInfo .info_footer .footer_content .icon-iconmore-copy,
|
|
.clineInfo .info_footer .footer_content .icon-follow {
|
|
font-size: 22rpx;
|
|
}
|
|
.clineInfo .info_footer .footer_content .icon-follow,
|
|
.clineInfo .info_footer .footer_content .icon-task,
|
|
.clineInfo .info_footer .footer_content .icon-tel {
|
|
margin-right: 5rpx;
|
|
}
|
|
.clineInfo .info_footer .footer_content .icon-iconmore-copy {
|
|
margin-left: 5rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
.icon_creat {
|
|
position: fixed;
|
|
z-index: 1;
|
|
bottom: 180rpx;
|
|
right: 80rpx;
|
|
}
|
|
.icon_creat image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
}
|