216 lines
4.4 KiB
Plaintext
216 lines
4.4 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tabbox {
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
background: #fff;
|
|
}
|
|
.tabbox .tabli {
|
|
padding-top: 20rpx;
|
|
flex-shrink: 0;
|
|
margin-right: 35rpx;
|
|
position: relative;
|
|
}
|
|
.tabbox .tabli .tabname {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
text-align: center;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.tabbox .tabli .tabot {
|
|
width: 80rpx;
|
|
height: 8rpx;
|
|
border-radius: 4rpx;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
bottom: 0;
|
|
}
|
|
.tabbox .tabactive .tabot {
|
|
background: #008EFF;
|
|
}
|
|
.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;
|
|
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;
|
|
}
|
|
.manage_tab .tab_screen image {
|
|
width: 43rpx;
|
|
height: 44rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.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: space-between;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1px solid #ededed;
|
|
}
|
|
.clues_content .clues_item .info_main .main_left .left_followUp {
|
|
display: flex;
|
|
padding: 20rpx 0;
|
|
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;
|
|
}
|
|
.clues_content .clues_item .info_footer .footer_content .icon-iconmore-copy,
|
|
.clues_content .clues_item .info_footer .footer_content .icon-follow {
|
|
font-size: 22rpx;
|
|
}
|
|
.clues_content .clues_item .info_footer .footer_content .icon-follow,
|
|
.clues_content .clues_item .info_footer .footer_content .icon-task,
|
|
.clues_content .clues_item .info_footer .footer_content .icon-tel {
|
|
margin-right: 5rpx;
|
|
}
|
|
.clues_content .clues_item .info_footer .footer_content .icon-iconmore-copy {
|
|
margin-left: 5rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
.btn_fix {
|
|
position: fixed;
|
|
bottom: 100rpx;
|
|
right: 80rpx;
|
|
}
|
|
.btn_fix image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #fff;
|
|
border-radius: 40rpx;
|
|
}
|