scroll-top.wxss 438 B

123456789101112131415161718192021
  1. .tui-scroll-top {
  2. width: 76rpx;
  3. height: 76rpx;
  4. background: rgba(255, 255, 255, .98);
  5. border: 1rpx solid #BCBCBC;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. border-radius: 50%;
  10. position: fixed;
  11. z-index: 999999;
  12. /* -webkit-transform: translateZ(0);
  13. transform: translateZ(0); */
  14. /* -webkit-overflow-scroll: touch; */
  15. }
  16. .tui-scroll-top-img {
  17. width: 48rpx;
  18. height: 48rpx;
  19. display: block;
  20. }