2024-07-27 15:10:51 +08:00

113 lines
2.0 KiB
Plaintext

._history_html {
padding-bottom: 80rpx;
}
._history__li_item {
padding: 40rpx 32rpx;
border-bottom: 2rpx rgba(255, 255, 255, 0.2) solid;
}
._history__li_it_warp {
display: flex;
}
._history__li_it_wa_left {
position: relative;
width: 240rpx;
height: 300rpx;
flex-shrink: 0;
}
._history__li_it_wa_left .__wa_img {
display: block;
width: 100%;
height: 100%;
border-radius: 8rpx;
}
._history__li_it_wa_le_total {
display: flex;
justify-content: flex-end;
align-items: center;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 48rpx;
padding-right: 20rpx;
padding-top: 10rpx;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
border-radius: 0rpx 0rpx 8rpx 8rpx;
z-index: 2;
}
._history__li_it_wa_le_tot_text {
font-size: 20rpx;
color: #fff;
line-height: 1;
}
._history__li_it_wa_right {
flex: 1;
padding-left: 32rpx;
overflow: hidden;
}
._history__li_it_wa_ri_title {
display: flex;
width: 100%;
overflow: hidden;
}
._history__li_it_wa_ri_ti_text {
display: inline-block;
width: 100%;
font-size: 32rpx;
font-weight: 600;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
._history__li_it_wa_ri_description {
display: flex;
width: 100%;
overflow: hidden;
margin-top: 18rpx;
}
._history__li_it_wa_ri_de_text {
display: -webkit-box;
width: 100%;
line-height: 1.6;
font-size: 24rpx;
color: #999999;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
/* 设置为想要的行数 */
overflow: hidden;
text-overflow: ellipsis;
}
._search_con_empty {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 308rpx;
}
._search_c_e_img {
width: 438rpx;
height: 340rpx;
}
._search_c_e_tips {
margin-top: 56rpx;
}
._search_c_e_t_text {
font-size: 32rpx;
color: #fff;
}