itemmyNews.wxss 629 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .card{
  2. height: auto;
  3. width: 700rpx;
  4. margin-top: 20rpx;
  5. }
  6. .publisherAvatar{
  7. width: 50rpx;
  8. height: 50rpx;
  9. border-radius: 30rpx;
  10. margin-left: 10rpx;
  11. margin-right: 10rpx;
  12. }
  13. .profile{
  14. display: flex;
  15. flex-direction: row;
  16. }
  17. .publisherName{
  18. font-size: 30rpx;
  19. align-self: center;
  20. margin-right: 10rpx;
  21. }
  22. .title{
  23. font-size: 30rpx;
  24. margin-left: 78rpx;
  25. margin-bottom: 10rpx;
  26. font-weight: 800;
  27. }
  28. .subTitle{
  29. font-size: 25rpx;
  30. margin-left: 78rpx;
  31. margin-bottom: 20rpx;
  32. margin-right: 20rpx;
  33. }
  34. .line{
  35. width: 700rpx;
  36. height: 1rpx;
  37. margin-top: 20rpx;
  38. }