style.less 298B

1234567891011121314151617181920
  1. .htab-icon {
  2. height: 88px;
  3. & > image {
  4. width: 32px;
  5. height: 32px;
  6. display: inline-block;
  7. vertical-align: middle;
  8. margin-right: 12px;
  9. }
  10. & > text {
  11. font-size: 28px;
  12. font-weight: bold;
  13. color: #202020;
  14. line-height: 88px;
  15. vertical-align: middle;
  16. }
  17. }