Gobacktop.wxss 437 B

12345678910111213141516171819202122232425262728
  1. .top {
  2. width: 80rpx;
  3. height: 80rpx;
  4. border-radius: 50%;
  5. background-color: #fff;
  6. border: 1px solid #ccc;
  7. position: fixed;
  8. right: 32rpx;
  9. bottom: 15rpx;
  10. background-color: transparent;
  11. }
  12. .activebottom {
  13. width: 90rpx;
  14. height: 90rpx;
  15. border-radius: 50%;
  16. background-color: #fff;
  17. border: 1px solid #ccc;
  18. position: fixed;
  19. right: 32rpx;
  20. bottom: 130rpx;
  21. background-color: transparent;
  22. }
  23. .imgTop {
  24. width: 100%;
  25. height: 100%;
  26. }