50 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-08-29 09:51:02 +08:00
.news_list.data-v-a2a3a4c0 {
padding: 40rpx 0 10rpx 0;
white-space: nowrap;
}
.news_list .news_list_item.data-v-a2a3a4c0 {
width: 504rpx;
height: 160rpx;
background-color: #fff;
border-radius: 20rpx;
margin-left: 30rpx;
font-size: 28rpx;
display: inline-block;
}
.news_list .news_list_item.data-v-a2a3a4c0:last-child {
margin-right: 30rpx;
}
.news_list .news_list_item .news_list_item_header.data-v-a2a3a4c0 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 30rpx 0 30rpx;
}
.news_list .news_list_item .news_list_item_header .label.data-v-a2a3a4c0 {
color: #333;
font-weight: 550;
}
.news_list .news_list_item .news_list_item_header .more.data-v-a2a3a4c0 {
color: #999999;
display: flex;
align-items: center;
font-weight: 400;
}
.news_list .news_list_item .news_list_item_header .more .smallcircle.data-v-a2a3a4c0 {
background-color: #f00;
width: 10rpx;
height: 10rpx;
border-radius: 100rpx;
margin: 0 5rpx;
}
.news_list .news_list_item .news_list_item_footer.data-v-a2a3a4c0 {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 15rpx;
color: #666666;
padding: 20rpx 30rpx 0 30rpx;
}
.news_list .news_list_item .news_list_item_footer .time.data-v-a2a3a4c0 {
color: #999;
}