reading.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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: 152rpx;
  64. /* position: fixed; */
  65. /* bottom: 0; */
  66. display: flex;
  67. flex-direction: row;
  68. justify-content: space-between;
  69. align-items: center;
  70. }
  71. .readingBtn {
  72. width: 148rpx;
  73. height: 148rpx;
  74. border-radius: 50%;
  75. display: flex;
  76. align-items: center;
  77. margin: 60rpx auto 0;
  78. }
  79. .footerBtn {
  80. display: flex;
  81. flex-direction: column;
  82. margin-top: 30rpx;
  83. }
  84. .collectBtn {
  85. margin-left: 40rpx
  86. }
  87. .shareBtn {
  88. margin-right: 40rpx
  89. }
  90. .footerBtn image {
  91. width: 80rpx;
  92. height: 80rpx;
  93. display: block;
  94. margin: 0 auto 3rpx;
  95. }
  96. .footerBtn text {
  97. width: 112rpx;
  98. height: 40rpx;
  99. font-size: 30rpx;
  100. color: rgba(0, 0, 0, .6);
  101. text-align: center;
  102. }
  103. .footSection .microphone {
  104. display: block;
  105. /* margin: -12rpx auto 8rpx; */
  106. width: 108rpx;
  107. height: 106rpx;
  108. }
  109. .footSection .readingBtn text {
  110. margin-top: -10rpx;
  111. }
  112. .score_dialog {
  113. width: 100%;
  114. height: 100%;
  115. background: rgba(0, 0, 0, .3);
  116. display: flex;
  117. flex-direction: column;
  118. justify-content: center;
  119. align-items: center;
  120. position: fixed;
  121. top: 0;
  122. left: 0;
  123. }
  124. .score_dialog .close {
  125. margin-top: 55rpx;
  126. width: 76rpx;
  127. height: 76rpx;
  128. }
  129. .score_dialog .close .close_icon {
  130. width: 100%;
  131. height: 100%;
  132. }
  133. .score_dialog .score_section {
  134. width: 552rpx;
  135. height: 611rpx;
  136. background: #fffdf7;
  137. border-radius: 30rpx;
  138. }
  139. .readingPage .score_section {
  140. margin: 28rpx auto 0;
  141. width: 627rpx;
  142. height: 524rpx;
  143. background: #fffbf7;
  144. border-radius: 30rpx;
  145. }
  146. .score_section .title {
  147. width: 100%;
  148. text-align: center;
  149. margin-top: 60rpx;
  150. margin-bottom: 30rpx;
  151. color: #e76634;
  152. font-size: 44rpx;
  153. }
  154. .score_section .star_row {
  155. width: 100%;
  156. display: flex;
  157. flex-direction: row;
  158. align-items: center;
  159. justify-content: space-between;
  160. padding: 0 55rpx;
  161. box-sizing: border-box;
  162. margin-bottom: 42rpx;
  163. }
  164. .score_section .star_row .star {
  165. width: 75.8rpx;
  166. height: 86.7rpx;
  167. }
  168. .score_section .score_item {
  169. width: 100%;
  170. display: flex;
  171. align-items: center;
  172. text-align: center;
  173. font-size: 38rpx;
  174. color: #ab722d;
  175. padding-left: 110rpx;
  176. box-sizing: border-box;
  177. margin-bottom: 10rpx;
  178. }
  179. .score_section .score_item .score_square {
  180. width: 17.6rpx;
  181. height: 17.6rpx;
  182. background: #cda069;
  183. margin-right: 34.4rpx;
  184. }