reading.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. .readingPage {
  2. height: 100%;
  3. /* overflow: hidden; */
  4. }
  5. .videoSection {
  6. width: 750rpx;
  7. height: 421.9rpx;
  8. }
  9. audio {
  10. background: #000;
  11. width: 100%;
  12. height: 200rpx;
  13. position: fixed;
  14. bottom: 200rpx;
  15. }
  16. .textSection {
  17. width: 100%;
  18. height: 500rpx;
  19. /* padding-bottom: 200rpx; */
  20. overflow: visible;
  21. }
  22. .btn_wrapper {
  23. width: 100%;
  24. height: 110rpx;
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. }
  29. .btn_wrapper .reading_btn {
  30. width: 271rpx;
  31. height: 80rpx;
  32. background: #14c962;
  33. border-radius: 100rpx;
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. }
  38. .btn_wrapper .reading_btn image {
  39. width: 39rpx;
  40. height: 50rpx;
  41. margin-right: 20rpx;
  42. }
  43. .btn_wrapper .reading_btn text {
  44. color: #fff;
  45. font-size: 30rpx;
  46. }
  47. .textSection .textContent {
  48. font-size: 32rpx;
  49. line-height: 56rpx;
  50. text-align: center;
  51. display: block;
  52. margin: 0 50rpx;
  53. color: #444;
  54. }
  55. ::-webkit-scrollbar {
  56. width: 0;
  57. height: 0;
  58. color: transparent;
  59. }
  60. /**底部按钮区域**/
  61. .footSection {
  62. width: 750rpx;
  63. height: 192rpx;
  64. /* position: fixed; */
  65. /* bottom: 0; */
  66. display: flex;
  67. flex-direction: row;
  68. justify-content: space-between;
  69. align-items: center;
  70. }
  71. .blackbord {
  72. width: 100%;
  73. height: 192rpx;
  74. display: block;
  75. position: absolute;
  76. top: 0;
  77. left: 0;
  78. z-index: -1;
  79. }
  80. .readingBtn {
  81. width: 148rpx;
  82. height: 148rpx;
  83. border-radius: 50%;
  84. display: flex;
  85. align-items: center;
  86. margin: 60rpx auto 0;
  87. }
  88. .footerBtn {
  89. display: flex;
  90. flex-direction: column;
  91. margin-top: 60rpx;
  92. }
  93. .collectBtn {
  94. margin-left: 80rpx
  95. }
  96. .shareBtn {
  97. margin-right: 80rpx
  98. }
  99. .footerBtn image {
  100. width: 50rpx;
  101. height: 48rpx;
  102. display: block;
  103. margin: 0 auto 18rpx;
  104. }
  105. .footerBtn text {
  106. width: 112rpx;
  107. height: 40rpx;
  108. font-size: 28rpx;
  109. color: #414141;
  110. text-align: center;
  111. }
  112. .footSection .microphone {
  113. display: block;
  114. /* margin: -12rpx auto 8rpx; */
  115. width: 108rpx;
  116. height: 106rpx;
  117. }
  118. .footSection .readingBtn text {
  119. margin-top: -10rpx;
  120. }
  121. .score_dialog {
  122. width: 100%;
  123. height: 100%;
  124. background: rgba(0, 0, 0, .3);
  125. display: flex;
  126. flex-direction: column;
  127. justify-content: center;
  128. align-items: center;
  129. position: fixed;
  130. top: 0;
  131. left: 0;
  132. }
  133. .score_dialog .close {
  134. margin-top: 55rpx;
  135. width: 76rpx;
  136. height: 76rpx;
  137. }
  138. .score_dialog .close .close_icon {
  139. width: 100%;
  140. height: 100%;
  141. }
  142. .score_dialog .score_section {
  143. width: 552rpx;
  144. height: 611rpx;
  145. background: #fffdf7;
  146. border-radius: 30rpx;
  147. }
  148. .readingPage .score_section {
  149. margin: 28rpx auto 0;
  150. width: 627rpx;
  151. height: 524rpx;
  152. background: #fffbf7;
  153. border-radius: 30rpx;
  154. }
  155. .score_section .title {
  156. width: 100%;
  157. text-align: center;
  158. margin-top: 60rpx;
  159. margin-bottom: 30rpx;
  160. color: #e76634;
  161. font-size: 44rpx;
  162. }
  163. .score_section .star_row {
  164. width: 100%;
  165. display: flex;
  166. flex-direction: row;
  167. align-items: center;
  168. justify-content: space-between;
  169. padding: 0 55rpx;
  170. box-sizing: border-box;
  171. margin-bottom: 42rpx;
  172. }
  173. .score_section .star_row .star {
  174. width: 75.8rpx;
  175. height: 86.7rpx;
  176. }
  177. .score_section .score_item {
  178. width: 100%;
  179. display: flex;
  180. align-items: center;
  181. text-align: center;
  182. font-size: 38rpx;
  183. color: #ab722d;
  184. padding-left: 110rpx;
  185. box-sizing: border-box;
  186. margin-bottom: 10rpx;
  187. }
  188. .score_section .score_item .score_square {
  189. width: 17.6rpx;
  190. height: 17.6rpx;
  191. background: #cda069;
  192. margin-right: 34.4rpx;
  193. }