注册时间2020-1-12
在线时间 小时
- 最后登录
- 1970-1-1
|
- <style type="text/css">
- #ptall img {
- width:750px;
- height:1177px;
- background-size:cover;
- transition:3s all;
- }
- #ptall {
- width:750px;
- height:9000px;
- animation: pshift 48s ease-out infinite alternate;
- }
- #ptall:hover {
- animation-play-state:paused;
- }
- #outframe {
- width:750px;
- height:1177px;
- overflow:hidden;
- border-radius:32px;
- margin:24px auto;
- position:relative;
- border:thick brown groove;
- ----webkit-mask-image: radial-gradient(black 60%, transparent 90%);
- background:#ccf;
- }
- @keyframes pshift {
- 0%,9% {
- margin-top: 0px;
- }
- 10%,17% {
- margin-top: -1177px;
- }
- 18%,25% {
- margin-top: -2354px;
- }
- 26%,33% {
- margin-top: -3531px;
- }
- 34%,41% {
- margin-top: -4708px;
- }
- 42%,47% {
- margin-top: -5885px;
- }
- 50%,57% {
- margin-top: -7062px;
- }
- 58%,65% {
- margin-top: -8239px;
- }
- 66%,73% {
- margin-top: -9416px;
- }
- 74%,81% {
- margin-top: -10593px;
- }
- 82%,90% {
- margin-top: -11770px;
- }
- 91%,100% {
- margin-top: -12947px;
- }
- }
- </style>
- <div id="outframe">
- <div id="ptall">
- <img src="http://bbs.foz.cn/data/attachment/forum/201510/11/154829bh8t0hachy8jm05t.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/050506j37735ns9n53s00a.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/050906k51u33y5yw48w13u.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051025njoas1xnj4ycuurm.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051154l5xz7iiuzixxv9ex.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051300jiyhgcg96yrsw29t.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051433d2m5iis4118jum0o.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051539hinviehh2skk5cn7.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051712xjzhzd5oej3mj9h9.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/051830k7mvrrlrglxnggog.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/052006qj0gwpkqopfmzgp3.jpg">
- <img src="http://bbs.foz.cn/data/attachment/forum/201606/11/052110cmugxbofuz6ubbdv.jpg">
- </div>
- </div>
复制代码
代码可以简化一些,不必太复杂。 |
|