index.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .like {
  2. .notes {
  3. display: flex;
  4. align-items: flex-start;
  5. justify-content: space-between;
  6. padding: 20rpx 40rpx;
  7. border-bottom: 1px solid #D8D8D8;
  8. .avatar {
  9. width: 80rpx;
  10. height: 80rpx;
  11. border-radius: 50%;
  12. }
  13. .body {
  14. flex: 1;
  15. margin-left: 24rpx;
  16. .nickName {
  17. font-size: 30rpx;
  18. }
  19. .date {
  20. margin-top: 6rpx;
  21. font-size: 24rpx;
  22. }
  23. }
  24. .cover {
  25. width: 134rpx;
  26. height: 74rpx;
  27. border-radius: 10rpx;
  28. }
  29. .audioCover {
  30. position: relative;
  31. width: 230rpx;
  32. height: 128rpx;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. border-radius: 8rpx;
  37. overflow: hidden;
  38. background-size: cover;
  39. background-position: center;
  40. .audioPlayBg {
  41. width: 100rpx;
  42. height: 100rpx;
  43. }
  44. .audioPlayZhen {
  45. position: absolute;
  46. right: 52rpx;
  47. top: 20rpx;
  48. width: 24rpx;
  49. height: 30rpx;
  50. }
  51. .cover {
  52. position: absolute;
  53. width: 84rpx;
  54. height: 84rpx;
  55. border-radius: 50%;
  56. }
  57. }
  58. }
  59. .empty {
  60. margin-top: 200rpx;
  61. }
  62. }