最近在看一下比较廉价的虚拟主机,看着只需要几美元的,看的我心动不已。额,正因为如此,也看上了此网站的这条牛,真是安逸,打算偷了。
原站:https://virmach.fat32.top/
原牛图如下:真滴是不错,准备偷来放在网站下面,
下面是源代码,请勿传播,仅供学习使用,也添加了简单的移动端适配
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.WjAMH {
position: fixed;
height: 80px;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 99999;
pointer-events: none;
}
._2yEGo {
width: 100px;
position: fixed;
animation: _2yEGo 20s linear infinite;
transform: translate3d(0, 0, 0);
pointer-events: none;
}
@keyframes _2yEGo {
0% {
left: -100px;
transform: scaleX(-1)
}
50% {
left: 100%;
transform: scaleX(-1)
}
50.001% {
transform: scaleX(1)
}
100% {
left: -100px;
transform: scaleX(1)
}
}
@media screen and (max-device-width: 1080px) {
._2yEGo {
width: 60px;
bottom: 0;
}
}
</style>
</head>
<body>
<div class="WjAMH"><img src="buffalo.gif" class="_2yEGo"></div>
</body>
</html>
效果如下: