Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body { background: #BFB691; } .container { width: 70vw; height: 30vh; transform: scale(0.7); } @keyframes move { 0% { transform: rotateZ(50deg); opacity: 0.2; } 50% { transform: rotateZ(120deg); opacity: 0.8; } from { transform: rotateZ(15deg); opacity: 1; } } /* position of each feather ---------------------------------- */ .feather1, .feather2, .feather3, .feather4, .feather5 { position: absolute; left: -25vmin; top: 10vmin; transform: rotate(-20deg); filter:drop-shadow(-1vmin 0vmin 5vmin rgba(70, 64, 39, 0.5)) ; animation: move 2000ms ease-in-out; } .feather2 { position: absolute; top: 10vmin; left: 25vmin; transform: rotate(-10deg); animation: move 2200ms ease-in-out; } .feather3 { top: 20vmin; left: 0vmin; transform: rotate(-35deg); animation: move 2400ms ease-in-out; } .feather4 { top: 20vmin; left: 20vmin; transform: rotate(15deg); animation: move 2600ms ease-in-out; } .feather5 { top: 12vmin; left: -10vmin; transform: rotate(0deg); animation: move 2800ms ease-in-out; } .middle-feather-line { position: absolute; top: 25vmin; left: 30vmin; height: 70vmin; width: 0.5vmin; background: linear-gradient(270deg, #9E9552 -1%, #433F22 105%); transform: rotate(55deg); } /* colofrul rounded part -------------------------- */ .blue-circle, .middle-circle { position: absolute; border-radius: 50%; } .blue-circle { position: absolute; top: 35vmin; left: 44vmin; width: 16vmin; height: 13vmin; background: radial-gradient(63.92% 63.92% at 51.46% 36.08%, #102E81 6.65%, #192654 27.14%, #23283C 50.62%, #067FBB 54.4%, #00838C 63.46%, #5AD1D1 93.99%, #074834 100%); transform: rotate(46.6deg); } .middle-circle { top: 20vmin; left: 40vmin; width: 40vmin; height: 33vmin; background: radial-gradient(74.24% 73.52% at 36.23% 52.27%, #D7C574 0.19%, #C09557 21.93%, #8A503B 39.7%, #53523A 41.19%, rgba(174, 208, 122, 0.8) 47.03%, rgba(11, 94, 18, 0.8) 49.35%, rgba(27, 38, 19, 0.5) 65%); transform: rotate(-23.6deg); box-shadow: -20vmin 6vmin 6vmin rgba(70, 64, 39, 0.4), -35vmin 8vmin 6vmin rgba(170,145,89, 0.3); } /* vertical lines on feather -------------------------------------- */ /* round base behind the colorful part -------------- */ .base-feather { position: absolute; top: 21vmin; left: 41vmin; width: 40vmin; height: 32vmin; border-radius: 50%; background: transparent; background-image: linear-gradient(-180deg, rgba(82, 75, 38, 0.4) 60.59%, #464027 16.94%); background-size: 1vmin 0.6vmin; transform: rotate(150deg); box-shadow: inset -2vmin 0.5vmin 0vmin rgba(70, 64, 39, 0.3), 5vmin -1vmin 5vmin 0vmin rgba(70, 64, 39, 0.7); } /* feather strait lines around the main feather line, ::before is above the line and ::after below --------------------------------*/ .base-feather::before, .base-feather::after { content: ''; position: absolute; top: 11vmin; left: 38vmin; height: 20vmin; width: 40vmin; background: transparent; background-image: linear-gradient(90.2deg, #464027 -0.08%, rgba(196, 196, 196, 0) 3.44%, rgba(112, 98, 57, 0) 15.15%, #464027 17.49%, rgba(112, 98, 57, 0) 17.5%, rgba(112, 98, 57, 0) 30.96%, #464027 33.89%, rgba(112, 98, 57, 0) 33.9%, rgba(112, 98, 57, 0) 58.49%, #464027 62.01%, rgba(112, 98, 57, 0) 62.02%, rgba(112, 98, 57, 0) 81.91%, #464027 81.92%, rgba(112, 98, 57, 0) 84.27%, rgba(112, 98, 57, 0) 95.98%, #464027 100.08%, rgba(112, 98, 57, 0) 105.94%); background-size: 6vmin; transform: skewX(-56deg) rotate(-8deg); box-shadow: -4vmin -2vmin 2vmin rgba(70, 64, 39, 0.9), inset 2vmin 1vmin 1vmin rgba(70, 64, 39, 0.9); } .base-feather::after { top: 0vmin; left: 30vmin; height: 10vmin; width: 50vmin; transform: skewX(60deg) rotate(-3deg); box-shadow: -8vmin 2vmin 2vmin rgba(70, 64, 39, 0.9), inset 0vmin -2vmin 2vmin rgba(70, 64, 39, 0.9); } /* rounded feather lines, added for more realistic look ----------------------- */ .line-feather-1, .line-feather-1::before, .line-feather-1::after, .line-feather-2, .line-feather-2::before, .line-feather-2::after, .line-feather-3, .line-feather-3::before, .line-feather-3::after { position: absolute; border-radius: 50%; background: transparent; box-shadow: 0.2vmin 0 0 0 rgba(70, 64, 39, 0.9); transform: rotate(20deg); height: 25vmin; width: 10vmin; } .line-feather-1 { top: 33vmin; left: 30vmin; } .line-feather-2 { top: 40vmin; left: 20vmin; } .line-feather-3 { top: 43vmin; left: 15vmin; } .line-feather-1::before, .line-feather-2::before, .line-feather-3::before { content: ''; top: 15vmin; left: 10vmin; box-shadow: -0.2vmin -0.2vmin 0 0 rgba(70, 64, 39, 0.9); transform: rotate(80deg); } .line-feather-1::after, .line-feather-2::after, .line-feather-3::after { content: ''; top: 8vmin; left: 16vmin; box-shadow: -0.2vmin -0.2vmin 0 0 rgba(70, 64, 39, 0.9); transform: rotate(80deg); }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS孔雀羽毛-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号