special.wxss 173 B

12345678910
  1. /* pages/special/special.wxss */
  2. .ball-top {
  3. position: fixed;
  4. right: 22rpx;
  5. bottom: 130rpx;
  6. width: 106rpx;
  7. height: 106rpx;
  8. border-radius: 100%;
  9. z-index: 999;
  10. }