bt-lcyd/pages/newsDetail/newsDetail.wxss
dong_bo0602 4458f60375 0614
2022-06-14 10:56:41 +08:00

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;
}