Flying Fish Animation - Interactive HTML Web Page
<!DOCTYPE html>
<html>
<head>
<title>Flying Fish</title>
<style>
.container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
}
</style>
</head>
<body>
<div id='jsi-flying-fish-container' class='container'></div>
<script src='https://blog-static.cnblogs.com/files/elkyo/fish.js'></script>
<style>
@media only screen and (max-width: 767px) {
#sidebar_search_box input[type=text] {
width: calc(100% - 24px)
}
}
</style>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/nXG5 著作权归作者所有。请勿转载和采集!