exhibit-item.scss 384 B

1234567891011121314151617181920212223
  1. .exhibit-item {
  2. .exhibit-body{
  3. display: flex;
  4. flex-direction: column;
  5. &>.exhibitor-name{
  6. margin-left: 113rpx;
  7. }
  8. .exhibitor-name-cn{
  9. margin-bottom: 5rpx;
  10. }
  11. .exhibitor-name-cn,.exhibitor-name-en{
  12. color: #7d7d7d;
  13. font-size: $fontSize2;
  14. font-weight: normal;
  15. }
  16. }
  17. .exhibitor-body{
  18. &>.exhibitor-name{
  19. margin-left: 23rpx;
  20. line-height: 40rpx;
  21. }
  22. }
  23. }