moment_item.scss 646 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .moment_item {
  2. display: flex;
  3. flex-direction: row;
  4. padding-bottom: 30px;
  5. padding-top: 30px;
  6. padding-left: 40px;
  7. padding-right: 40px;
  8. position: relative;
  9. }
  10. .moment_avatar {
  11. width: 74px;
  12. height: 74px;
  13. border-radius: 37px;
  14. margin-right: 24px;
  15. flex-shrink: 0;
  16. }
  17. .moment_detail{
  18. flex: 1;
  19. display: flex;
  20. flex-direction: column;
  21. }
  22. .item_share_bg{
  23. width: 44px;
  24. height: 44px;
  25. display: flex;
  26. position: relative;
  27. align-items: center;
  28. justify-content: center;
  29. }
  30. .item_share{
  31. position: absolute;
  32. left: 0;
  33. right: 0;
  34. top: 0;
  35. bottom: 0;
  36. opacity: 0;
  37. }