设置基本字体样式:行高、首行缩进
css
font-size: 32rpx;
line-height: 1.6em;
text-indent: 2em;
padding: 20rpx 0;
border-bottom: 1px dashed var(--themColor);
两端对齐
css
text-align: justify;