reading.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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: 50%;
  19. padding-bottom: 200rpx;
  20. overflow: visible;
  21. }
  22. .textSection .textContent{
  23. font-size: 32rpx;
  24. line-height: 56rpx;
  25. text-align: center;
  26. display: block;
  27. margin: 0 50rpx;
  28. color: #444;
  29. }
  30. ::-webkit-scrollbar{
  31. width: 0;
  32. height: 0;
  33. color: transparent;
  34. }
  35. /**底部按钮区域**/
  36. .footSection {
  37. width: 750rpx;
  38. height: 192rpx;
  39. position: fixed;
  40. bottom: 0;
  41. display: flex;
  42. flex-direction: row;
  43. justify-content: space-between;
  44. align-items: center;
  45. }
  46. .blackbord {
  47. width: 100%;
  48. height: 192rpx;
  49. display: block;
  50. position: absolute;
  51. top: 0;
  52. left: 0;
  53. z-index: -1;
  54. }
  55. .readingBtn {
  56. width: 148rpx;
  57. height: 148rpx;
  58. border-radius: 50%;
  59. display: flex;
  60. align-items: center;
  61. margin: 60rpx auto 0;
  62. }
  63. .footerBtn {
  64. display: flex;
  65. flex-direction: column;
  66. margin-top: 60rpx;
  67. }
  68. .collectBtn {
  69. margin-left: 80rpx
  70. }
  71. .shareBtn {
  72. margin-right: 80rpx
  73. }
  74. .footerBtn image {
  75. width: 50rpx;
  76. height: 48rpx;
  77. display: block;
  78. margin: 0 auto 18rpx;
  79. }
  80. .footerBtn text {
  81. width: 112rpx;
  82. height: 40rpx;
  83. font-size: 28rpx;
  84. color: #414141;
  85. text-align: center;
  86. }
  87. .footSection .microphone {
  88. display:block;
  89. margin:-12rpx auto 8rpx;
  90. width:108rpx;
  91. height:106rpx;
  92. }
  93. .footSection .readingBtn text {
  94. margin-top: -10rpx;
  95. }