myread.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. .my-read{
  2. width: 750rpx;
  3. /* background: #F0F1F5; */
  4. }
  5. .user-info{
  6. width: 100%;
  7. height: 132rpx;
  8. display: flex;
  9. justify-content: flex-start;
  10. align-items: center;
  11. }
  12. .avatar-image{
  13. width: 100%;
  14. height: 100%;
  15. border-radius: 50%;
  16. }
  17. .avatar-box{
  18. width: 96rpx;
  19. height: 96rpx;
  20. border-radius: 50%;
  21. }
  22. .avatar-name{
  23. width: 420rpx;
  24. height: 80rpx;
  25. font-size: 32rpx;
  26. color: #444444;
  27. margin-left: 14rpx;
  28. margin-bottom: 16rpx;
  29. }
  30. .avatar-follow{
  31. margin-left:30rpx;
  32. display:flex;
  33. flex-direction:column;
  34. align-items:center;
  35. width:100rpx;
  36. }
  37. .avatar-img{
  38. width: 46rpx;
  39. height: 40rpx;
  40. }
  41. .avatar-images{
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .read-article{
  46. margin-bottom: 4rpx;
  47. box-sizing: border-box;
  48. width: 100%;
  49. padding: 0 23rpx;
  50. background: #FFFFFF;
  51. }
  52. .read-top{
  53. width: 100%;
  54. height: 120rpx;
  55. display: flex;
  56. align-items: center;
  57. }
  58. .top-img{
  59. margin-right: 14rpx;
  60. width: 96rpx;
  61. height: 96rpx;
  62. border-radius: 50%;
  63. }
  64. .top-img>image{
  65. width: 100%;
  66. height: 100%;
  67. border-radius: 50%;
  68. }
  69. .read-info{
  70. width: 580rpx;
  71. font-size: 32rpx;
  72. margin-bottom: 10rpx;
  73. }
  74. .read-info>.title{
  75. color: #000000;
  76. font-weight: 500;
  77. }
  78. .read-info>.date{
  79. color: #686868;
  80. font-weight: lighter;
  81. }
  82. .video-preview{
  83. /* margin-top: 16rpx; */
  84. width: 100%;
  85. height: 290rpx;
  86. border-radius: 20rpx;
  87. }
  88. .video-preview>image{
  89. width: 100%;
  90. height: 100%;
  91. border-radius: 20rpx;
  92. }
  93. .content-title{
  94. margin-top: 10rpx;
  95. width: 100%;
  96. height: 50rpx;
  97. font-size: 32rpx;
  98. font-weight: 500;
  99. color: #444;
  100. }
  101. .content-detail{
  102. width: 100%;
  103. height: 35rpx;
  104. display: flex;
  105. justify-content: space-between;
  106. align-items: center;
  107. font-size: 24rpx;
  108. color: #444;
  109. }
  110. .left{
  111. width: 200rpx;
  112. margin-left:10rpx;
  113. }
  114. .right{
  115. height: 100%;
  116. display: flex;
  117. justify-content: space-between;
  118. align-items: center;
  119. }
  120. .right image{
  121. width: 100%;
  122. height: 100%;
  123. }
  124. .play-img{
  125. width:24rpx;
  126. height:22rpx;
  127. }
  128. .point-img{
  129. width: 26rpx;
  130. height: 24rpx;
  131. }
  132. .count-add{
  133. width: 36rpx;
  134. text-align: center;
  135. }
  136. .right-detail,.right-details{
  137. display: flex;
  138. justify-content: flex-end;
  139. align-items: flex-start;
  140. }
  141. .right-details{
  142. margin-left: 20rpx;
  143. }