hls_crm/unpackage/dist/dev/mp-weixin/pagesB/cluepool/index.wxss

273 lines
5.2 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.bottomli {
position: fixed;
left: 0;
bottom: 0;
width: 750rpx;
height: 120rpx;
display: flex;
justify-content: space-around;
align-items: center;
background: #fff;
border-top: 1rpx solid #EAEAEA;
}
.bottomli .botselect {
display: flex;
justify-content: center;
align-items: center;
}
.bottomli .botselect .se_text {
font-size: 26rpx;
color: #008EFF;
}
.bottomli .btn {
width: 240rpx;
height: 80rpx;
font-size: 24rpx;
color: #666666;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
}
.bottomli .sure {
background: #008EFF;
color: #fff;
}
.bottomli .remove {
border: 1rpx solid #008EFF;
color: #008EFF;
line-height: 78rpx;
}
.left_foot {
padding-bottom: 20rpx;
margin: 20rpx 0;
}
.left_foot .l_box {
margin-right: 35rpx;
float: left;
}
.left_foot .l_box ._span {
background: rgba(0, 142, 255, 0.1);
padding: 5rpx 12rpx;
font-size: 26rpx;
color: #008EFF;
border-radius: 5rpx;
}
.valueactive {
color: #333;
}
.select_warp {
z-index: 9;
position: relative;
}
.searchbox {
width: 100%;
height: 80rpx;
line-height: 80rpx;
background-color: #008EFF;
display: flex;
justify-content: space-around;
margin-bottom: 40rpx;
position: fixed;
left: 0;
top: 0;
z-index: 1;
}
.searchbox .tab_array {
display: flex;
background: #fff;
border-radius: 34rpx;
height: 68rpx;
width: 467rpx;
}
.searchbox .tab_array image {
width: 50rpx;
height: 50rpx;
margin: 8rpx 15rpx 0 28rpx;
}
.searchbox .tab_array input {
line-height: 68rpx;
height: 68rpx;
}
.searchbox .searchtext {
display: flex;
justify-content: center;
align-items: center;
font-size: 30rpx;
color: #999;
margin-right: 55rpx;
}
.manage_tab {
width: 100%;
height: 80rpx;
line-height: 80rpx;
background-color: #008EFF;
display: flex;
justify-content: space-around;
align-items: center;
z-index: 1;
}
.manage_tab .tab_array {
display: flex;
background: #fff;
border-radius: 34rpx;
height: 68rpx;
width: 467rpx;
overflow: hidden;
}
.manage_tab .tab_array image {
width: 50rpx;
height: 50rpx;
margin: 8rpx 15rpx 0 28rpx;
}
.manage_tab .tab_array input {
line-height: 68rpx;
height: 68rpx;
}
.manage_tab .tab_screen {
display: flex;
color: #fff;
}
.manage_tab .tab_screen image {
width: 43rpx;
height: 44rpx;
}
.warpbox {
width: 750rpx;
position: fixed;
left: 0;
top: 80rpx;
bottom: 0;
z-index: 2;
background: rgba(0, 0, 0, 0.7);
}
.warpbox .screen_content {
width: 702rpx;
z-index: 2;
border-top: 1rpx solid #CCCCCC;
background-color: #fff;
padding: 24rpx;
}
.warpbox .screen_content .fir_li {
margin-bottom: 20rpx;
}
.warpbox .screen_content .fir_li .li_label {
font-size: 28rpx;
color: #333333;
margin-bottom: 15rpx;
}
.warpbox .screen_content .fir_li .li_box {
border-radius: 15rpx;
border: 1rpx solid #CCCCCC;
height: 60rpx;
padding: 0 35rpx;
line-height: 60rpx;
}
.warpbox .screen_content .fir_li .form_right {
display: flex;
color: #999;
justify-content: space-between;
}
.warpbox .screen_content .fir_li .form_right image {
width: 40rpx;
height: 40rpx;
margin: 28rpx 5rpx 0 0;
}
.warpbox .button_bottom {
display: flex;
width: 100%;
height: 90rpx;
background-color: #fff;
line-height: 90rpx;
text-align: center;
font-size: 32rpx;
}
.warpbox .button_bottom :first-child {
flex: 1;
color: #008EFF;
border-top: 1rpx solid #CCCCCC;
}
.warpbox .button_bottom :last-child {
flex: 1;
background-color: #008EFF;
color: #fff;
}
.clues_content .clues_item {
background-color: #fff;
border-radius: 10rpx;
margin-top: 20rpx;
padding: 20rpx 24rpx;
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
}
.clues_content .clues_item .info_head {
display: flex;
justify-content: space-between;
}
.clues_content .clues_item .info_head :first-child {
font-size: 28rpx;
font-weight: 700;
color: #333;
}
.clues_content .clues_item .info_main {
display: flex;
justify-content: flex-start;
padding-bottom: 20rpx;
border-bottom: 1px solid #ededed;
}
.clues_content .clues_item .info_main .main_left {
margin-left: 24rpx;
}
.clues_content .clues_item .info_main .main_left .left_followUp {
display: flex;
font-size: 30rpx;
color: #666;
margin: 20rpx 0;
}
.clues_content .clues_item .info_main .main_left .left_star {
display: flex;
padding-bottom: 20rpx;
font-size: 30rpx;
color: #666;
}
.clues_content .clues_item .info_main .main_right {
text-align: center;
padding: 20rpx 20rpx 0 0;
}
.clues_content .clues_item .info_main .main_right image {
width: 129rpx;
height: 129rpx;
margin-bottom: 5rpx;
border-radius: 50%;
}
.clues_content .clues_item .info_footer {
display: flex;
justify-content: space-around;
padding-top: 30rpx;
height: 80rpx;
}
.clues_content .clues_item .info_footer .footer_content {
line-height: 80rpx;
display: flex;
justify-content: center;
align-items: center;
}
.clues_content .clues_item .info_footer .footer_content image {
width: 48rpx;
height: 48rpx;
margin-right: 15rpx;
}
.btn_fix {
position: fixed;
bottom: 100rpx;
right: 80rpx;
}
.btn_fix image {
width: 80rpx;
height: 80rpx;
background-color: #fff;
border-radius: 40rpx;
}