reader-footer.wxss 414 B

12345678910111213141516171819202122232425
  1. .footer.data-v-2d50c16b {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. right: 0;
  6. height: 100rpx;
  7. display: flex;
  8. justify-content: space-around;
  9. align-items: center;
  10. background-color: #ffffff;
  11. z-index: 100;
  12. }
  13. .footer-item.data-v-2d50c16b {
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. color: #000000;
  18. font-size: 24rpx;
  19. }
  20. .icon.data-v-2d50c16b {
  21. font-family: "iconfont";
  22. font-size: 40rpx;
  23. }