index.scss 379B

123456789101112131415161718192021
  1. .components.IndexColumnTitle {
  2. align-items: center;
  3. padding: 0 30px;
  4. margin-top: 30px;
  5. > text {
  6. font-size: 32px;
  7. font-weight: bold;
  8. color: #000;
  9. line-height: 40px;
  10. }
  11. > .More {
  12. white-space: nowrap;
  13. font-size: 0;
  14. > text {
  15. display: inline-block;
  16. vertical-align: middle;
  17. font-size: 24px;
  18. line-height: 40px;
  19. }
  20. }
  21. }