score:{{scroce}}
{{str}}
:style="{left :mx + "px" , top : my + "px",width :moveBottomW +"px",height : moveBottomH+"px" }">
.bottomMove {
width: 100px;
height: 10px;
background: red;
position: absolute;
transition-duration: 100ms;
transition-timing-function: ease-out;
}.ball {
width: 20px;
height: 20px;
background-color: red;
border-radius: 50%;
position: absolute;
}.kuaiBox {
display: flex;
flex-wrap: wrap;
}.kuai {
width: 30px;
height: 10px;
background: red;
margin: 10px;
transition-duration: 100ms;
transition-timing-function: ease-in;
}.str {
text-align: center;
font-size: 50px;
color: red;}
.box {
justify-content: center;
width: 500px;
height: 500px;
margin: 0 auto;
position: relative;
border: 5px solid red;
overflow: hidden;
}.picker {
width: 50px;
height: 50px;
}