159 lines
4.1 KiB
Plaintext
159 lines
4.1 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.querylist.data-v-24503b4c {
|
|
margin: 40rpx 0 30rpx;
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.querylist .queryfir.data-v-24503b4c {
|
|
margin-right: 15rpx;
|
|
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
|
|
background: #fff;
|
|
border-radius: 8rpx;
|
|
}
|
|
.querylist .queryfir .form_right.data-v-24503b4c {
|
|
width: 180rpx;
|
|
height: 50rpx;
|
|
font-size: 22rpx;
|
|
color: #666;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.querylist .queryfir .form_right .bottomimg.data-v-24503b4c {
|
|
width: 20rpx;
|
|
height: 33rpx;
|
|
margin-left: 15rpx;
|
|
}
|
|
.work_trend.data-v-24503b4c {
|
|
padding: 0 30rpx 0 30rpx;
|
|
}
|
|
.work_trend .querylist.data-v-24503b4c {
|
|
padding: 0;
|
|
}
|
|
.work_trend .querylist .queryfir.data-v-24503b4c {
|
|
margin-right: 0;
|
|
}
|
|
.work_trend .item_content.data-v-24503b4c {
|
|
display: block;
|
|
background-color: #fff;
|
|
padding: 24rpx 24rpx 10rpx;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 30rpx;
|
|
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
|
|
position: relative;
|
|
}
|
|
.work_trend .item_content .unread.data-v-24503b4c {
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
right: 5rpx;
|
|
top: 5rpx;
|
|
background: #F43F3B;
|
|
}
|
|
.work_trend .item_content .con_img.data-v-24503b4c {
|
|
display: flex;
|
|
}
|
|
.work_trend .item_content .con_img .main_first.data-v-24503b4c {
|
|
margin-bottom: 25rpx;
|
|
padding-left: 25rpx;
|
|
flex: 1;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_time.data-v-24503b4c {
|
|
line-height: 25px;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title.data-v-24503b4c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .first_left.data-v-24503b4c {
|
|
display: flex;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .first_left.data-v-24503b4c :first-child {
|
|
font-size: 32rpx;
|
|
margin-right: 10rpx;
|
|
margin-top: -3rpx;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .first_left.data-v-24503b4c :last-child {
|
|
margin-top: 2rpx;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .main_type.data-v-24503b4c {
|
|
padding: 5rpx 20rpx;
|
|
border-radius: 5rpx;
|
|
color: #fff;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .daofang.data-v-24503b4c {
|
|
background: #008EFF;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .genjin.data-v-24503b4c {
|
|
background: #ff7800;
|
|
}
|
|
.work_trend .item_content .con_img .main_first .main_title .other.data-v-24503b4c {
|
|
background: #1CBBB4;
|
|
}
|
|
.work_trend .item_content .con_img image.data-v-24503b4c {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.work_trend .item_content .con_main.data-v-24503b4c {
|
|
flex: 1;
|
|
}
|
|
.work_trend .item_content .con_main .main_second.data-v-24503b4c {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.work_trend .item_content .con_main .main_img.data-v-24503b4c {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-top: 20rpx;
|
|
}
|
|
.work_trend .item_content .con_main .main_img .imgbox.data-v-24503b4c {
|
|
padding: 10rpx;
|
|
border-radius: 5rpx;
|
|
border: 1rpx solid #CCC;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-right: 14rpx;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.work_trend .item_content .con_main .main_third.data-v-24503b4c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 20rpx 0 10rpx;
|
|
}
|
|
.work_trend .item_content .con_main .main_third .third_left.data-v-24503b4c {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.work_trend .item_content .con_main .main_third .third_left .lxs_time.data-v-24503b4c {
|
|
font-size: 28rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.work_trend .item_content .con_main .main_third .third_right.data-v-24503b4c {
|
|
display: flex;
|
|
}
|
|
.work_trend .item_content .con_main .main_third .third_right .icon-arrows_right.data-v-24503b4c {
|
|
margin-top: -4rpx;
|
|
}
|
|
.work_trend .item_content .con_main .main_fourth.data-v-24503b4c {
|
|
padding-bottom: 10rpx;
|
|
}
|
|
.work_trend .fontColor.data-v-24503b4c {
|
|
color: #999;
|
|
}
|
|
.work_trend .lxs_itme.data-v-24503b4c {
|
|
padding-left: 5px;
|
|
padding-top: 2px;
|
|
}
|