You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
350 B
21 lines
350 B
3 months ago
|
/* pages/news-detail/news-detail.wxss */
|
||
|
|
||
|
.news-detail {
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
|
||
|
.news-detail .news-detail-title {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: bold;
|
||
|
line-height: 50rpx;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
|
||
|
.news-detail .news-detail-text {
|
||
|
font-size: 28rpx;
|
||
|
line-height: 46rpx;
|
||
|
text-align: justify;
|
||
|
text-justify: inter-ideograph;
|
||
|
margin-top: 20rpx;
|
||
|
}
|