myread.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .my-read{
  2. width: 100%;
  3. /* height: 50rpx; */
  4. /* background: #fff; */
  5. background: rgba(240, 241, 245, 1);
  6. min-height: 100%;
  7. padding-bottom:20rpx;
  8. padding-top:22rpx;
  9. }
  10. .worksCard {
  11. position: relative;
  12. overflow: hidden;
  13. width: 100%;
  14. height: 496rpx;
  15. background: #fff;
  16. /* padding: 26rpx; */
  17. /* border-radius: 12rpx; */
  18. /* margin: 0 0 18rpx 16rpx; */
  19. margin: 0 auto 20rpx;
  20. /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
  21. }
  22. .worksCard .wareCardImg {
  23. display: block;
  24. width: 704rpx;
  25. height: 290rpx;
  26. margin: 22rpx auto 0;
  27. border-radius: 20rpx;
  28. }
  29. .worksCard .titleSummary {
  30. display: flex;
  31. justify-content: space-between;
  32. margin-top: 12rpx;
  33. }
  34. .worksCard .wareCardTitle {
  35. /* margin: 0 auto; */
  36. width: 80%;
  37. height: 46rpx;
  38. display: block;
  39. /* text-align: left; */
  40. color: #444;
  41. font-size: 32rpx;
  42. /* letter-spacing: 4rpx; */
  43. margin-left: 28rpx;
  44. font-family: MicrosoftYaHei;
  45. }
  46. .worksCard .topData {
  47. height: 92rpx;
  48. margin-top: 22rpx;
  49. display: flex;
  50. flex-direction: row;
  51. /* justify-content: space-between; */
  52. align-items: center;
  53. }
  54. .worksLeft {
  55. display: flex;
  56. flex-direction: row;
  57. flex: 1;
  58. margin-left: 10rpx;
  59. }
  60. .worksLeft .worksInfo .authorName {
  61. color: #444444;
  62. font-size: 32rpx;
  63. margin-top: 8rpx;
  64. }
  65. .worksLeft .worksInfo .time {
  66. color: #686868;
  67. font-size: 28rpx;
  68. }
  69. .worksCard .topData .wareCardPlays {
  70. width: 100rpx;
  71. /* margin-left: 270rpx; */
  72. display: flex;
  73. flex-direction: row-reverse;
  74. align-items: center;
  75. padding-right: 35rpx;
  76. }
  77. .worksCard .topData .authorAvatar {
  78. width: 92rpx;
  79. height: 92rpx;
  80. margin: 0 22rpx 0 22rpx;
  81. display: block;
  82. border: 4rpx solid #61CA54;
  83. border-radius: 50%;
  84. }
  85. .worksCard .topData .profession {
  86. width: 68rpx;
  87. height: 24rpx;
  88. background: rgba(97, 202, 84, 1);
  89. border-radius: 166rpx;
  90. border: 2rpx solid rgba(255, 255, 255, 1);
  91. font-size: 16rpx;
  92. /* font-family: PingFangSC-Medium; */
  93. /* font-weight: 500; */
  94. color: rgba(255, 255, 255, 1);
  95. line-height: 24rpx;
  96. text-align: center;
  97. position: absolute;
  98. bottom: -7rpx;
  99. left: 37rpx;
  100. }
  101. .topData .numberInfo {
  102. display: flex;
  103. flex-direction: column;
  104. }
  105. .worksCard .wareCardTip {
  106. width: 178rpx;
  107. height: 40rpx;
  108. display: block;
  109. text-align: left;
  110. color: #444;
  111. font-size: 24rpx;
  112. line-height: 44rpx;
  113. }
  114. .worksCard .wareCardPlays .wareCardPlaysImg {
  115. width: 26rpx;
  116. height: 26rpx;
  117. margin-right: 6rpx;
  118. float: right;
  119. }
  120. .worksCard .wareCardPlays text {
  121. margin-right:6rpx;
  122. color: #5e5e5e;
  123. font-size: 22rpx;
  124. text-align: right;
  125. /* width:57%; */
  126. float: right;
  127. }
  128. .worksCard .wareCardLikes {
  129. width: 100rpx;
  130. margin-right: 18rpx;
  131. display: flex;
  132. flex-direction: row-reverse;
  133. align-items: center;
  134. }
  135. .worksCard .wareCardLikes .wareCardLikesImg {
  136. width: 26rpx;
  137. height: 24rpx;
  138. margin-right: 6rpx;
  139. }
  140. .worksCard .wareCardLikes text {
  141. margin-right:6rpx;
  142. color: #FF9800;
  143. font-size: 24rpx;
  144. }