51 lines
739 B
Plaintext

._pursueItem_html {
width: 100%;
}
._p_dataItem_header{
position: relative;
width: 100%;
/* height: 280rpx; */
border-radius: 10rpx;
overflow: hidden;
}
._it_he_cover {
width: 100%;
height: 280rpx;
}
._it_he_is_edit_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 280rpx;
}
._it_he_name,
._it_he_history_series {
margin-top: 10rpx;
}
._it_he_name >text{
width: 100%;
line-height: 1;
font-size: 28rpx;
font-weight: 500;
color: #999999;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
._it_he_history_series > text{
width: 100%;
line-height: 1;
font-size: 24rpx;
color: #999999;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}