📅  最后修改于: 2022-03-11 14:47:28.707000             🧑  作者: Mango
.root {
padding: 20px 10px;
}
.ball {
composes: bounce from "../shared/styles/animations.css";
width: 40px;
height: 40px;
border-radius: 20px;
background: rebeccapurple;
}