reading.wxss 579 B

1234567891011121314151617181920212223242526272829303132333435
  1. .videoSection{
  2. width: 750rpx;
  3. height: 428rpx;
  4. }
  5. audio{
  6. background: #000;
  7. width: 100%;
  8. height: 200rpx;
  9. position: fixed;
  10. bottom: 200rpx;
  11. }
  12. .footSection{
  13. width: 750rpx;
  14. height: 124rpx;
  15. position: fixed;
  16. bottom: 0;
  17. background: #aaa;
  18. display: flex;
  19. flex-direction: row;
  20. justify-content: space-between;
  21. }
  22. .readingBtn{
  23. width: 148rpx;
  24. height: 148rpx;
  25. border-radius: 50%;
  26. background: #aaa;
  27. }
  28. .footerBtn{
  29. display: flex;
  30. flex-direction: column;
  31. }
  32. .footerBtn image{
  33. width: 48rpx;
  34. height: 48rpx;
  35. }