hls_crm/unpackage/dist/dev/mp-weixin/pagesA/business/index.wxss

162 lines
3.7 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.clineInfo.data-v-406871f7 {
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-406871f7 {
display: flex;
justify-content: space-between;
}
.clineInfo .info_head.data-v-406871f7 :first-child {
font-size: 34rpx;
font-weight: 700;
color: #333;
}
.clineInfo .info_main.data-v-406871f7 {
display: flex;
justify-content: space-between;
}
.clineInfo .info_main .main_left .left_followUp.data-v-406871f7 {
display: flex;
font-size: 30rpx;
color: #666;
}
.clineInfo .info_main .main_left .left_star.data-v-406871f7 {
font-size: 30rpx;
color: #666;
display: flex;
padding-bottom: 30rpx;
}
.clineInfo .info_main .main_left .left_foot.data-v-406871f7 {
padding-bottom: 20rpx;
margin-top: 25rpx;
}
.clineInfo .info_main .main_left .left_foot .l_box.data-v-406871f7 {
margin-right: 35rpx;
float: left;
}
.clineInfo .info_main .main_left .left_foot .l_box ._span.data-v-406871f7 {
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-406871f7 {
text-align: center;
padding: 20rpx 15rpx 0 0;
}
.clineInfo .info_main .main_right image.data-v-406871f7 {
border-radius: 50%;
width: 129rpx;
height: 129rpx;
margin-bottom: 5rpx;
}
.clineInfo .info_footer.data-v-406871f7 {
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-406871f7 {
line-height: 28rpx;
display: flex;
justify-content: center;
align-items: center;
}
.clineInfo .info_footer .footer_content image.data-v-406871f7 {
width: 48rpx;
height: 48rpx;
margin-right: 15rpx;
}
.searchbox.data-v-406871f7 {
display: flex;
justify-content: flex-end;
margin: 24rpx;
}
.searchbox .searchtext.data-v-406871f7 {
display: flex;
justify-content: center;
align-items: center;
font-size: 24rpx;
color: #008EFF;
padding: 8rpx 28rpx;
background: #fff;
border-radius: 5rpx;
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
}
.searchbox .searchtext .icon-shaixuan.data-v-406871f7 {
color: #008EFF;
}
.tab_list.data-v-406871f7 {
width: 750rpx;
height: 80rpx;
display: flex;
justify-content: space-around;
align-items: center;
background: #fff;
}
.tab_list .tabli.data-v-406871f7 {
font-size: 24rpx;
color: #333;
line-height: 75rpx;
text-align: center;
border-bottom: 4rpx solid #fff;
}
.tab_list .tabliactive.data-v-406871f7 {
border-bottom: 4rpx solid #008EFF;
}
.bot_total.data-v-406871f7 {
position: fixed;
left: 0;
bottom: 0;
width: 750rpx;
height: calc(80rpx + env(safe-area-inset-bottom) / 2);
background: #fff;
font-size: 24rpx;
color: #333;
text-align: center;
line-height: 80rpx;
color: #008EFF;
border-top: 1rpx solid #f5f5f5;
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}
.botwarp.data-v-406871f7 {
background: #fff;
padding: 0 24rpx;
}
.botwarp .wa_li.data-v-406871f7 {
padding: 24rpx 35rpx;
border-bottom: 1rpx solid #f5f5f5;
display: flex;
justify-content: space-between;
align-items: center;
}
.botwarp .wa_li .wa_label.data-v-406871f7 {
font-size: 24rpx;
color: #333;
}
.botwarp .wa_li .wa_money.data-v-406871f7 {
font-size: 24rpx;
color: #666;
}
.botwarp .wa_li .wa_money text.data-v-406871f7 {
color: #008EFF;
}
.botwarp .wa_btn.data-v-406871f7 {
width: 100%;
height: 100rpx;
font-size: 24rpx;
color: #008EFF;
text-align: center;
line-height: 100rpx;
}