jquery baraja实现照片堆叠各种发牌动画效果代码
代码语言:html
所属分类:动画
代码描述:jquery baraja实现照片堆叠各种发牌动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style>
/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
height: 100%;
font-size: 62.5%;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
body {
font-family: 'Lato', Calibri, Arial, sans-serif;
background: #fff url(//repo.bfw.wiki/bfwrepo/image/5e4350528640e.png);
font-weight: 300;
font-size: 14px;
font-size: 1.4rem;
color: #333;
-webkit-font-smoothing: antialiased;
overflow-y: scroll;
overflow-x: hidden;
}
a {
color: #555;
text-decoration: none;
}
.container {
width: 100%;
position: relative;
}
.clr {
clear: both;
padding: 0;
height: 0;
margin: 0;
}
.container > header,
.main {
width: 80%;
max-width: 960px;
margin: 0 auto;
padding: 0 30px;
}
.container > header {
padding: 30px;
}
.container > header h1 {
margin: 0;
font-weight: 700;
color: #333;
float: left;
font-size: 36px;
font-size: 3.6rem;
line-height: 46px;
line-height: 4.6rem;
}
.container > header h1 span {
display: block;
color: #444;
font-size: 20px;
line-height: 28px;
line-height: 2.8rem;
font-weight: 300;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
/* Header Style */
.codrops-top {
font-size: 11px;
font-size: 1.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0