reading.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. }