page.scss 363B

1234567891011121314151617181920
  1. .page.XieYi {
  2. padding: 0 20px 20px;
  3. height: 100%;
  4. overflow-y: scroll;
  5. background: #fff;
  6. > text {
  7. display: block;
  8. line-height: 40px;
  9. font-size: 28px;
  10. text-align: justify;
  11. text-indent: 2em;
  12. &.Bold {
  13. text-indent: 0;
  14. font-size: 40px;
  15. text-align: center;
  16. line-height: 60px;
  17. margin-top: 20px;
  18. }
  19. }
  20. }