怎么做大风车?
1.
准备一张纸,一把剪刀,两颗图钉,一双筷子。
2.
三角形往中间折,剪出一个正方形
3.
把多余的一边剪掉不要。
4.
三角形两次对折。
5.
把纸摊开。
6.
先取一角,用剪刀往里剪开三分之二。
7.
把摊开的四个角,用剪刀全部往里剪开三分之二。
8.
风车叶子的一边往中间折。
9.
风车叶子的四边全部往中间折。
10.
用图钉把风车叶子先按住。
11.
在用到的棍子上面弄一个小孔。
12.
最后把风车叶子用图钉按在棍子上就做好了
大风车怎么做
- 大风车?什么东西.
html5怎么做大风车
- !DOCTYPE html html head meta charset="UTF-8" title动态风车title style * { margin: 0; padding: 0; } body { background-color: purple; overflow: hidden; } ul { position: relative; width: 100px; height: 100px; top: 100px; left: 50%; margin-left: -50px; transform-style: preserve-3d; animation: sport 15s linear 0s infinite normal; } ul:hover { animation: sport 1.5s linear 0s infinite normal; } @keyframes sport { form { transform: rotateZ(0deg); } to { transform: rotateZ(360deg); } } ul li { position: absolute; top: 0; left: 0; border: 50px solid transparent; list-style: none; } li.li_1st { border-bottom: 50px solid #5697FD; transform: translateY(-70px) rotateZ(45deg); } li.a { border: 35px solid transparent; border-bottom: 35px solid #5687E7; transform: translate(50px,-20px) rotateZ(90deg); } li.li_2nd { border-bottom: 50px solid #A1BD76; transform: translateX(70px) rotateZ(135deg); } li.b { border: 35px solid transparent; border-bottom: 35px solid #3AA37A; transform: translate(50px,50px) rotateZ(180deg); } li.li_3th { border-bottom: 50px solid #FFB12C; transform: translateY(70px) rotateZ(225deg); } li.c { border: 50px solid transparent; border-bottom: 50px solid #FFCD34; transform: translate(0px,0px) rotateZ(45deg); ……余下全文