You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
312 B

6 months ago
  1. .ballBox{
  2. position: fixed;
  3. left: 0;
  4. top: 0;
  5. z-index: 9;
  6. /* 用颜色来演示用原理 */
  7. /*background-color: #4CD964*/
  8. height:30rpx;
  9. width:30rpx;
  10. }
  11. .ballOuter {
  12. background:red;
  13. height:100%;
  14. width:100%;
  15. border-radius: 50%;
  16. background-size: 100% 100%;
  17. background-position: center;
  18. }