注册时间2015-8-30
在线时间 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2022-8-5 10:28
|
显示全部楼层
本帖最后由 一师 于 2022-8-6 21:49 编辑
- <style type="text/css">
- #outf .pic {
- width: 40%;
- height: 40%;
- box-shadow: 0px 0px 0px 2px #cccccc, 0px 0px 0px 5px #880000;
- position: absolute;top:30px; left:250px;
- filter:contrast(120%);
- animation: moveup 48s infinite;
- opacity:0;
- }
- @keyframes moveup {
- 0% {opacity:1; transform:perspective(800px)translate(-150%,95%) rotateY(0deg);filter: contrast(140%);}
- 100% {opacity:0.6; transform:perspective(800px)translate(200%,-50%) rotateY(40deg);filter: contrast(100%);}
- }
- #outf .pic:nth-child(1) {animation-delay: 42s;}
- #outf .pic:nth-child(2) {animation-delay: 36s;}
- #outf .pic:nth-child(3) {animation-delay: 30s;}
- #outf .pic:nth-child(4) {animation-delay: 24s;}
- #outf .pic:nth-child(5) {animation-delay: 18s;}
- #outf .pic:nth-child(6) {animation-delay: 12s;}
- #outf .pic:nth-child(7) {animation-delay: 6s;}
- #outf .pic:nth-child(8) {animation-delay: 0s;}
- #outf {
- width:950px;
- height: 620px;
- overflow:hidden;position:relative;margin:80px 0 32px -180px;
- box-shadow: 0px 0px 0px 2px #cccccc, 0px 0px 0px 15px #880000; background:url(http://chuangshicdn.data.mvbox.cn/album/22/03/12/22031213462674835656.gif)0 0/40% 100%,url(https://pic.imgdb.cn/item/62edcd0d8c61dc3b8e257aec.jpg)0 0/100% 100%;
- }
- </style>
- <div id="outf">
- <img class='pic' src="https://pic.imgdb.cn/item/62edcc638c61dc3b8e23470a.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcc488c61dc3b8e22f0ea.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcc298c61dc3b8e229696.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcc0d8c61dc3b8e223e23.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcbf08c61dc3b8e21e8b9.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcbd48c61dc3b8e218ccc.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcbae8c61dc3b8e2116f1.jpg" alt="" />
- <img class='pic' src="https://pic.imgdb.cn/item/62edcb348c61dc3b8e1f9c75.jpg" alt="" />
- </div>
复制代码
|
|