Html
    Css
    Js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="d1">
<div class="taiji">
<div class="tr">
<div class="bg">
<div class="trr">
<div class="trr trr2"></div>
</div>
<div class="trr trr1">
<div class="trr trr2 trr3"></div>
</div>
</div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
body {
background-color:#999;
}
.bg {
height:800px;
}
.d1 {
margin:0 auto;
margin-top:150px;
width:400px;
height:400px;
transition-duration:0.5s;
}
.taiji {
width:300px;
height:300px;
background-color:black;
position:absolute;
top:200px;
left:540px;
margin:0 auto;
border-radius:200px 200px;
transition-duration:5s;
}
.tr {
width:150px;
height:300px;
background-color:white;
border-radius:200px 0 0 200px;
transition-duration:5s;
}
.trr {
width:150px;
height:150px;
border-radius:200px 200px 200px 200px;
position:relative;
left:80px;
background-color:white;
}
.trr1 {
bottom;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

太极(原创)

中国传统玄学文化太极的特效变化,试用与神秘向网站。

0