模板:跳脸/style.css
外观
< 模板:跳脸
@keyframes zoomFullscreen { 0% { opacity: 0; transform: scale(0.1); } 50% { opacity: 1; } 100% { opacity: 1; transform: scale(1); } } .zoom-fullscreen { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; object-fit: cover !important; z-index: 99999 !important; opacity: 0; animation: zoomFullscreen 1s ease-out forwards; transform-origin: center center; }