2025-12-15 18:19:04 +08:00

57 lines
1.4 KiB
Plaintext

.news_info.data-v-a2a3a4c0 {
background-color: #fff;
border-radius: 20rpx;
margin: 30rpx;
font-size: 28rpx;
}
.news_info .news_list_item_header.data-v-a2a3a4c0 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 30rpx 0 30rpx;
}
.news_info .news_list_item_header .label.data-v-a2a3a4c0 {
color: #333;
font-weight: 550;
}
.news_info .news_list_item_header .more.data-v-a2a3a4c0 {
color: #999999;
display: flex;
align-items: center;
font-weight: 400;
}
.news_info .news_list_item_header .more .smallcircle.data-v-a2a3a4c0 {
background-color: #f00;
width: 10rpx;
height: 10rpx;
border-radius: 100rpx;
margin: 0 5rpx;
}
.news_info .news_list_item_footer.data-v-a2a3a4c0 {
padding-top: 15rpx;
color: #666666;
padding: 20rpx 30rpx 30rpx 30rpx;
}
.news_info .news_list_item_footer swiper.data-v-a2a3a4c0 {
width: 100%;
height: 50rpx;
}
.news_info .news_list_item_footer swiper swiper-item.data-v-a2a3a4c0 {
width: 100%;
height: 50rpx;
}
.news_info .news_list_item_footer .news_item_contents.data-v-a2a3a4c0 {
display: flex;
align-items: center;
justify-content: space-between;
line-height: 50rpx;
}
.news_info .news_list_item_footer .news_item_contents .title.data-v-a2a3a4c0 {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news_info .news_list_item_footer .time.data-v-a2a3a4c0 {
color: #999;
}