style.module.less 438B

123456789101112131415161718192021222324252627282930
  1. .notice-wrapper {
  2. height: 100%;
  3. overflow-y: auto;
  4. padding: var(--main-space);
  5. .notice-hd {
  6. font-size: 36px;
  7. line-height: 2em;
  8. text-align: center;
  9. .notice-hd2 {
  10. text-align: right;
  11. font-size: 24px;
  12. margin-left: var(--main-space);
  13. }
  14. }
  15. .notice-bd {
  16. image {
  17. width: 100%;
  18. }
  19. rich-text {
  20. line-height: 2em;
  21. }
  22. }
  23. .notice-ft {
  24. }
  25. }