class.wxss 3.2 KB

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