gradeInfo.wxss 283 B

1234567891011121314151617181920
  1. .protocol-page{
  2. padding:36rpx 28rpx 100rpx;
  3. line-height: 42rpx;
  4. font-size: 26rpx;
  5. text-align: justify;
  6. }
  7. .head{
  8. font-size: 28rpx;
  9. font-weight: bold;
  10. }
  11. .title{
  12. font-weight: bold;
  13. margin:40rpx 0 0;
  14. }
  15. .bold-text{
  16. font-weight: bold;
  17. }
  18. .line-text{
  19. text-decoration: underline;
  20. }