class.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .videoSection {
  2. width: 750rpx;
  3. height: 428rpx;
  4. }
  5. .classPage {
  6. background: #e8e8e8;
  7. height: 100%;
  8. }
  9. /**底部按钮区域**/
  10. .footSection {
  11. width: 750rpx;
  12. height: 192rpx;
  13. position: fixed;
  14. bottom: 0;
  15. display: flex;
  16. flex-direction: row;
  17. justify-content: space-between;
  18. align-items: center;
  19. }
  20. .blackbord {
  21. width: 100%;
  22. height: 192rpx;
  23. display: block;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. z-index: -1;
  28. }
  29. .readingBtn {
  30. width: 148rpx;
  31. height: 148rpx;
  32. border-radius: 50%;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .footerBtn {
  37. display: flex;
  38. flex-direction: column;
  39. margin-top: 60rpx;
  40. }
  41. .collectBtn {
  42. margin-left: 80rpx
  43. }
  44. .shareBtn button {
  45. display: flex;
  46. flex-direction: column;
  47. outline: none;
  48. border: 0;
  49. padding: 0;
  50. margin: 0;
  51. border-radius: 0;
  52. /* line-height: 0; */
  53. background: #f7f7f7;
  54. }
  55. button::after {
  56. width: 0;
  57. height: 0;
  58. top: 0;
  59. left: 0
  60. }
  61. .shareBtn {
  62. margin-right: 80rpx;
  63. padding: 0;
  64. /* background: #fff; */
  65. }
  66. .footerBtn image {
  67. width: 50rpx;
  68. height: 48rpx;
  69. display: block;
  70. margin: 0 auto 18rpx;
  71. }
  72. .footerBtn text {
  73. width: 112rpx;
  74. height: 40rpx;
  75. line-height:40rpx;
  76. font-size: 28rpx;
  77. color: #414141;
  78. text-align: center;
  79. }
  80. .footSection .microphone {
  81. display: block;
  82. margin: -6rpx auto 0;
  83. width: 108rpx;
  84. height: 106rpx;
  85. }
  86. .footSection .readingBtn text {
  87. margin-top: -10rpx;
  88. }
  89. .readWorksSection {
  90. width: 100%;
  91. /* height: 100%; */
  92. background: #e8e8e8;
  93. padding-bottom:75px;
  94. /* margin-bottom: 150rpx; */
  95. /* min-height: 710rpx; */
  96. }
  97. .readWorksSection .peopleNum {
  98. display: flex;
  99. align-items: center;
  100. margin: 10rpx 0 10rpx 24rpx;
  101. }
  102. .peopleNum .peoplesIcon {
  103. width: 28rpx;
  104. height: 28rpx;
  105. margin-right: 10rpx;
  106. }
  107. .peopleNum .title {
  108. font-size: 24rpx;
  109. color: #5d5d5d;
  110. height: 24rpx;
  111. line-height: 24rpx;
  112. }
  113. .readWorksSection .workCard {
  114. width: 716rpx;
  115. height: 132rpx;
  116. /* height: 700rpx; */
  117. display: flex;
  118. align-items: center;
  119. flex-direction: row;
  120. background: #fff;
  121. margin: 0 auto 12rpx;
  122. border-radius: 12rpx;
  123. }
  124. .workCard .avatar {
  125. width: 96rpx;
  126. height: 96rpx;
  127. border-radius: 50%;
  128. margin-left: 20rpx;
  129. }
  130. .workCard .name {
  131. display: flex;
  132. flex-direction: column;
  133. margin-left: 12rpx;
  134. }
  135. .workCard .nickName {
  136. width: 200rpx;
  137. height: 44rpx;
  138. color: #000;
  139. font-size: 32rpx;
  140. }
  141. .workCard .time {
  142. width: 200rpx;
  143. height: 44rpx;
  144. color: #686868;
  145. font-size: 32rpx;
  146. }
  147. .readWorksSection .likes {
  148. display: flex;
  149. flex-direction: column;
  150. margin-left: 270rpx;
  151. width: 104rpx;
  152. overflow: hidden;
  153. text-align: center;
  154. }
  155. .likes .likeTag {
  156. margin: 0 auto;
  157. width: 32rpx;
  158. height: 28rpx;
  159. }
  160. .likes .likeNum {
  161. color: #686868;
  162. font-size: 32rpx;
  163. }