Files
vczero.github.io/meitu/toupiao/sunny.html
T
2015-08-10 23:05:10 +08:00

51 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no,minimal-ui" />
<script src="zepto.js"></script>
<!--script src='http://123.57.39.116:9797/javascripts/socket.io.js'></script-->
<script>
// var socket = io();
// console.log(socket)
</script>
<style media="screen">
body{
padding:0px;
margin:8px;
background-color: white;
color: #333;
background: transparent;
font: 12px/1.5 Arial,sans-serif;
}
</style>
</head>
<body>
<style media="screen">
.sunny{
-webkit-animation: sunny 15s linear infinite;
animation: sunny 15s linear infinite;
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
height: 140px;
width: 20px;
margin-left: -15px;
position: absolute;
left: 90px;
top: 20px;
}
</style>
<div class="" style="position:relative;width:50px;height:50px;">
<div class="sunny">
</div>
</div>
</body>
</html>