class.wxss 470 B

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