19 lines
364 B
SCSS
19 lines
364 B
SCSS
/* pages/questionDetail/questionDetail.wxss */
|
|
.question-detail-page{
|
|
box-sizing: border-box;
|
|
padding: 30rpx 40rpx;
|
|
}
|
|
.title{
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #494949;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.rich-text{
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #838383;
|
|
line-height: 48rpx;
|
|
} |