index.wxss 563 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .main{
  2. font-size: 24rpx;
  3. }
  4. .poster image{
  5. width: 100%;
  6. }
  7. .city{
  8. padding: 20rpx 20rpx;
  9. }
  10. .bottom{
  11. display: flex;
  12. justify-content: space-between;
  13. align-items:center;
  14. padding: 0 20rpx;
  15. }
  16. .avatar{
  17. display: flex;
  18. justify-content: space-between;
  19. align-items:center;
  20. }
  21. .avatar image{
  22. width: 60rpx;
  23. height: 60rpx;
  24. }
  25. .author{
  26. margin-left: 20rpx;
  27. }
  28. .imageBytes image{
  29. width: 135rpx;
  30. height: 135rpx;
  31. }
  32. .content{
  33. padding: 30rpx 30rpx 50rpx;
  34. }
  35. .title{
  36. font-size:30rpx;
  37. color:#999;
  38. margin-bottom:24rpx;
  39. }
  40. .section{
  41. font-size: 40rpx;
  42. }