還是長方形啊
.content .yudi{
???/*position: absolute;*/
???height: 6px;
???width: 4px;
???background: #ccc;
???opacity: 0;
???clip-path: ellipse(10% 30% at 50% 50%);
???/*transform: scale(6);*/
???animation: drops 1.2s cubic-bezier(0.54,0,0.18,0.34) infinite;
??}
這都設(shè)置了 為什么還是長方形的?