itemmyLikeMessage.wxss 729 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .card {
  2. margin: 4rpx 0rpx;
  3. padding: 20rpx;
  4. background-color: #ffffff;
  5. }
  6. .publisher-avatar {
  7. width: 50rpx;
  8. height: 50rpx;
  9. border-radius: 30rpx;
  10. margin-right: 20rpx;
  11. }
  12. .profile {
  13. width: 700rpx;
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-between;
  17. }
  18. .publisher-name {
  19. font-size: 30rpx;
  20. align-self: center;
  21. display: flex;
  22. }
  23. .title {
  24. font-size: 30rpx;
  25. margin-left: 70rpx;
  26. margin-bottom: 10rpx;
  27. font-weight: bolder;
  28. }
  29. .sub-title {
  30. font-size: 25rpx;
  31. margin-left: 70rpx;
  32. margin-bottom: 20rpx;
  33. margin-right: 20rpx;
  34. }
  35. .line {
  36. width: 700rpx;
  37. height: 1rpx;
  38. margin-top: 20rpx;
  39. }
  40. .like {
  41. height: 40rpx;
  42. width: 40rpx;
  43. }