18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
.news{
|
|
padding: 0 30rpx;
|
|
}
|
|
.news-title{
|
|
padding: 15rpx 0;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.title{
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
text-align: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.news-from-date{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
} |