itemPublisher.wxss 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .card{
  2. display: flex;
  3. flex-direction: column;
  4. width: 700rpx;
  5. margin-top: 20rpx;
  6. }
  7. .publisher-avatar{
  8. width: 50rpx;
  9. height: 50rpx;
  10. border-radius: 30rpx;
  11. margin-left: 10rpx;
  12. margin-right: 10rpx;
  13. }
  14. .profile{
  15. display: flex;
  16. justify-content: space-between;
  17. padding-right: 30rpx;
  18. }
  19. .publisher-name{
  20. font-size: 30rpx;
  21. align-self: center;
  22. margin-right: 10rpx;
  23. font-weight: 800;
  24. }
  25. .time{
  26. font-size: 20rpx;
  27. align-self: center;
  28. }
  29. .activity-attribute{
  30. font-size: 20rpx;
  31. align-self: center;
  32. padding-top: 5rpx;
  33. padding-bottom: 5rpx;
  34. padding-right: 20rpx;
  35. padding-left: 20rpx;
  36. }
  37. .title{
  38. font-size: 30rpx;
  39. margin-left: 68rpx;
  40. margin-bottom: 10rpx;
  41. font-weight: 800;
  42. }
  43. .sub-title{
  44. font-size: 30rpx;
  45. margin-left: 68rpx;
  46. margin-bottom: 20rpx;
  47. margin-right: 20rpx;
  48. }
  49. .line{
  50. width: 700rpx;
  51. height: 1rpx;
  52. margin-top: 20rpx;
  53. }