add preview
This commit is contained in:
52
css/preview.less
Normal file
52
css/preview.less
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user