因为明天8月28日就是中国的情人节—七夕,作为程序猿一枚的我就只有在家敲代码咯!但我还是有一颗脱单的心;制作了h5+css+js界面祝小伙伴们:七夕快乐
具体的功能有:
1.下雪的背景动画
2.下面的文字逐字显示,并伴有语音
3.中部的图片3d轮播
附上源码:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Keywords" content="关键字,关键词">
<meta name="Description" content="描述信息">
<title>七夕快乐</title>
<!--css 样式 层叠样式表-->
<style type="text/css">
*{
margin:0;padding:0;}
html,body{
width:100%;height:100%;}
body{
background:url(images/3.jpg);background-size:cover;overflow:hidden;}
/*top start*/
.top{
width:400px;height:100px;margin: