1234567891011121314151617181920 |
- .protocol-page{
- padding:36rpx 28rpx 100rpx;
- line-height: 42rpx;
- font-size: 26rpx;
- text-align: justify;
- }
- .head{
- font-size: 28rpx;
- font-weight: bold;
- }
- .title{
- font-weight: bold;
- margin:40rpx 0 0;
- }
- .bold-text{
- font-weight: bold;
- }
- .line-text{
- text-decoration: underline;
- }
|