感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<div class="taiji"></div>
输入 JavaScript 代码……
xxxxxxxxxx
* {
margin: 0;
padding: 0;
}
body {
background-color: #ccc;
.taiji {
width: 150px;
height: 300px;
margin: 100px auto;
border-right: 150px solid #000;
background-color: #fff;
border-radius: 150px;
animation: rotate 2s infinite linear;
.taiji::before,
.taiji::after {
content: '';
margin-left: 50%;
display: block;
width: 50px;
height: 50px;
border: 50px solid #000;
border-radius: 75px;
background-color: #000;
border: 50px solid #fff;
@keyframes rotate {
from {}
to {
transform: rotate(-360deg);