protocol.wxss 287 B

1234567891011121314151617181920
  1. .protocol-page{
  2. padding:20rpx 30rpx 80rpx;
  3. line-height: 52rpx;
  4. font-size: 26rpx;
  5. text-align: justify;
  6. }
  7. .head-part{
  8. text-indent: 60rpx;
  9. }
  10. .bold-text{
  11. font-weight: bold;
  12. }
  13. .line-text{
  14. text-decoration: underline;
  15. }
  16. .italic{
  17. font-style: italic;
  18. text-decoration: underline;
  19. }