index.module.less 477 B

12345678910111213141516171819202122232425262728293031
  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. img {
  19. width: 100%;
  20. }
  21. }
  22. .LABOR_TEACHER {
  23. p:last-child {
  24. padding-top: 12px;
  25. text-align: left;
  26. }
  27. }