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

.ballBox{
position: fixed;
left: 0;
top: 0;
z-index: 9;
/* 用颜色来演示用原理 */
/*background-color: #4CD964*/
height:30rpx;
width:30rpx;
}
.ballOuter {
background:red;
height:100%;
width:100%;
border-radius: 50%;
background-size: 100% 100%;
background-position: center;
}