1234567891011121314151617181920 |
- .protocol-page{
- padding:20rpx 30rpx 80rpx;
- line-height: 52rpx;
- font-size: 26rpx;
- text-align: justify;
- }
- .head-part{
- text-indent: 60rpx;
- }
- .bold-text{
- font-weight: bold;
- }
- .line-text{
- text-decoration: underline;
- }
- .italic{
- font-style: italic;
- text-decoration: underline;
- }
|