itemfollowNews.wxss 656 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .card{
  2. height: auto;
  3. width: 700rpx;
  4. margin-top: 20rpx;
  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: 800;
  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. }