tui-scroll-top.wxss 946 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .tui-scroll-top_box.data-v-54bd8406 {
  2. width: 80rpx;
  3. height: 270rpx;
  4. position: fixed;
  5. z-index: 9999;
  6. right: 30rpx;
  7. bottom: 30rpx;
  8. font-weight: 400;
  9. }
  10. .tui-scroll-top_item.data-v-54bd8406 {
  11. width: 80rpx;
  12. height: 80rpx;
  13. position: relative;
  14. }
  15. .tui-scroll-item_top.data-v-54bd8406 {
  16. margin-top: 30rpx;
  17. }
  18. .tui-scroll-top_img.data-v-54bd8406 {
  19. width: 80rpx;
  20. height: 80rpx;
  21. display: block;
  22. }
  23. .tui-scroll-top_text.data-v-54bd8406 {
  24. width: 80rpx;
  25. text-align: center;
  26. font-size: 24rpx;
  27. line-height: 24rpx;
  28. -webkit-transform: scale(0.92);
  29. transform: scale(0.92);
  30. -webkit-transform-origin: center center;
  31. transform-origin: center center;
  32. position: absolute;
  33. left: 0;
  34. bottom: 15rpx;
  35. }
  36. .tui-color-white.data-v-54bd8406 {
  37. color: #fff;
  38. }
  39. .tui-share-btn.data-v-54bd8406 {
  40. background: transparent !important;
  41. padding: 0;
  42. margin: 0;
  43. display: inline;
  44. border: 0;
  45. }
  46. .tui-share-btn.data-v-54bd8406::after {
  47. border: 0;
  48. }