22 lines
369 B
Plaintext
Raw Normal View History

2025-12-15 18:19:04 +08:00
.news_show {
padding: 0 30rpx;
border-top: 1px solid #f8f8f8;
}
.news_show .title {
font-size: 32rpx;
font-weight: 500;
height: 30rpx;
line-height: 30rpx;
padding: 30rpx 0 15rpx 0;
color: #333;
}
.news_show .time {
color: #999;
font-size: 26rpx;
}
.news_show .contents {
line-height: 43rpx;
font-size: 28rpx;
color: #333;
padding: 30rpx 0;
}