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