index.module.less 362 B

1234567891011121314151617181920
  1. .mProtocol {
  2. // font-size: 14px;padding: 12px;color: #333;line-height: 1.4;
  3. padding: 0 12px 12px;
  4. font-size: 14px;
  5. line-height: 1.5;
  6. text-align: justify;
  7. word-break: break-all;
  8. strong {
  9. display: block;
  10. font-size: 16px;
  11. font-weight: bold;
  12. padding-top: 12px;
  13. }
  14. p:last-child {
  15. padding-top: 12px;
  16. text-align: right;
  17. }
  18. }