←上一编辑下一编辑→ MediaWiki:Common.css (查看源代码) 2023年12月16日 (六) 17:56的版本 删除126字节 、 2023年12月16日 (六) 17:56 无编辑摘要第1,429行: 第1,429行: − .image-container {+.image-container { − position: relative;+ position: relative; − width: 50px;+ width: 50px; − height: 50px;+ height: 50px; − overflow: hidden;+ overflow: hidden; − }+} +.image-container div { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; +} − .image-container img {+.image-container div:first-child { − position: absolute;+ animation: fadeInOut 4s infinite 0s; − top: 0;+} − left: 0; − width: 100%; − height: 100%; − opacity: 0; − animation: fadeInOut 4s infinite; − } − .image-container div:first-child {+.image-container div:nth-child(2) { − animation-delay: 0s;+ animation: fadeInOut 4s infinite 4s; − }+} − .image-container div:nth-child(2) {+@keyframes fadeInOut { − animation-delay: 4s;+ 0%, 100% { − }+ opacity: 0; − + } − @keyframes fadeInOut {+ 50% { − 0%, 100% {+ opacity: 1; − opacity: 0;+ } − }+} − 50% { − opacity: 1; − } − } OrangePig评论管理员、界面管理员、管理员、优质编辑84,049个编辑