|
楼主 |
发表于 2024-11-1 08:20:25
|
显示全部楼层
IP:辽宁
代码如下:
- <div style="position:absolute;z-index:32768;background:none;width:100%;left:-2px;margin-top:86px;">
- <style>
- .container0 {
- margin: 50px auto;
- width: 1194px;box-shadow: 0px 0px 0px 2px #cccccc, 0px 0px 0px 14px #880000; overflow: hidden;
- height: 620px;
- border: 1px solid;
- background: #333 url('https://pic.imgdb.cn/item/672375dad29ded1a8c632e12.jpg') no-repeat center/cover; overflow: hidden;
- position: relative;
- }
- .photo {
- position: absolute;
- width: 100%;
- height: 100%;transform: scale3d(0,0,-300) skew(0,60deg);
- animation: round 32s infinite;
- opacity: 0;
- }
- @keyframes round {
- 5% {opacity: 1;}
- 12% {opacity: 1;transform: scale(1)}
- 18% {opacity: 0;transform: scale(3)}
- }
- img:nth-child(1) {animation-delay: 28s;}
- img:nth-child(2) {animation-delay: 24s;}
- img:nth-child(3) {animation-delay: 20s;}
- img:nth-child(4) {animation-delay: 16s;}
- img:nth-child(5) {animation-delay: 12s;}
- img:nth-child(6) { animation-delay: 8s;}
- img:nth-child(7) {animation-delay: 4s;}
- img:nth-child(8) {animation-delay: 0s;}
- </style>
- <div class="container0">
- <img class="photo" src="https://pic.imgdb.cn/item/67235446d29ded1a8c3b7910.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/672375dad29ded1a8c632e12.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/67235447d29ded1a8c3b795d.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/67235446d29ded1a8c3b793e.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/67235447d29ded1a8c3b7965.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/67235446d29ded1a8c3b794a.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/67235447d29ded1a8c3b7974.jpg" alt="">
- <img class="photo" src="https://pic.imgdb.cn/item/67235447d29ded1a8c3b7954.jpg" alt="">
- <div class="container">
- <div class="btn">
- <span id="bf" onclick="bf();" style="width: 120px; height: 120px;z-index: 550;position: absolute;top:-60px; left:880px;"></span>
- <span id="bf" onclick="rbf();"></span>
- </div>
- <div class="items">
- <div class="lrc">
- <ul id="ullrc">
- </ul>
- </div>
- </div>
- </div>
- </div></div><br>
- <div style="height:840px"></div>
- <div style="position:absolute;z-index:32768;background:none;width:100%;left:-34px;margin-top:-105px;">
- <iframe allowfullscreen="1" frameborder="1" height="1" src="https://www.ixigua.com/iframe/7391887914776396322?autoplay=1" width="2"></iframe>
- </div><div style="height:0px"></div></div>
复制代码
|
|