add preview

This commit is contained in:
mkwiser
2014-10-16 00:41:13 +08:00
parent 2b227c06b1
commit de6b0ca062
10 changed files with 348 additions and 4 deletions

52
css/preview.less Normal file
View File

@@ -0,0 +1,52 @@
@import './common/reset';
.main {
padding:30px 100px;
h1 {
font-size:36px;
color:#333;
text-align:left;
margin-bottom:30px;
border-bottom:1px solid #eee
}
}
.helps {
margin-top:40px;
pre {
padding:20px;
margin:10px 0;
border:solid 1px #e7e1cd;
background-color:#fffdef;
overflow:auto
}
}
.icon_lists {
overflow: hidden;
li {
float:left;
width:100px;
height:150px;
text-align:center
}
.icon {
font-size:42px;
line-height:100px;
margin:10px 0;
color:#333;
font-style: normal;
-webkit-transition:font-size .25s ease-out 0s;
-moz-transition:font-size .25s ease-out 0s;
transition:font-size .25s ease-out 0s
}
.icon:hover {
font-size:100px
}
}