赞
踩
两种爱心代码让我们来看一下
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <script src="js/jquery.min.js"></script>
- </head>
- <style>
- * {
- padding: 0;
- margin: 0;
- }
- html,
- body {
- height: 100%;
- padding: 0;
- margin: 0;
- background: #000;
- }
-
- .aa {
- position: fixed;
- left: 50%;
- bottom: 10px;
- color: #ccc;
- }
-
- .container {
- width: 100%;
- height: 100%;
- }
- canvas {
- z-index: 99;
- position: absolute;
- width: 100%;
- height: 100%;
- }
- </style>
- <body>
- <!-- 樱
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。