exhibit-item.scss 452 B

12345678910111213141516171819202122232425
  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-family: Poppins, Poppins;
  14. font-size: $fontSize2;
  15. font-weight: normal;
  16. }
  17. }
  18. .exhibitor-body{
  19. &>.exhibitor-name{
  20. margin-left: 23rpx;
  21. line-height: 40rpx;
  22. font-family: Poppins, Poppins;
  23. }
  24. }
  25. }