index.less 555 B

123456789101112131415161718192021222324252627282930313233343536
  1. @charset "utf-8";
  2. #read {
  3. height: 100%;
  4. background: rgba(221, 227, 237, 1);
  5. .layout {
  6. height: 100%;
  7. .layout-body {
  8. width: 1000px;
  9. margin: 0 auto;
  10. height: 100%;
  11. overflow: hidden;
  12. overflow-y: auto;
  13. background: #fff;
  14. padding: 20px 30px;
  15. .crumb {
  16. color: #5E677B;
  17. margin-bottom: 5px;
  18. }
  19. .title {
  20. color: #000000;
  21. font-size: 20px;
  22. font-weight: 600;
  23. margin-bottom: 40px;
  24. }
  25. .text {
  26. color: #000000;
  27. }
  28. }
  29. }
  30. }