back-top.wxss 390 B

12345678910111213141516171819202122232425
  1. .mescroll-lazy-in,
  2. .mescroll-fade-in {
  3. -webkit-animation: mescrollFadeIn .3s linear forwards;
  4. animation: mescrollFadeIn .3s linear forwards;
  5. }
  6. .backTop {
  7. z-index: 999;
  8. position: fixed;
  9. right: 20rpx;
  10. bottom: 120rpx;
  11. width: 72rpx;
  12. height: 72rpx;
  13. border-radius: 50%;
  14. transform: translateZ(0);
  15. -webkit-transform: translateZ(0);
  16. }
  17. .backTop image {
  18. width: 100%;
  19. height: 100%;
  20. }