You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'iconfont';
|
|
|
|
|
src: url('font_1421490211_4230533.eot'); /* IE9*/
|
|
|
|
|
src: url('font_1421490211_4230533.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
|
url('font_1421490211_4230533.woff') format('woff'), /* chrome、firefox */
|
|
|
|
|
url('font_1421490211_4230533.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
|
|
|
|
url('font_1421490211_4230533.svg#iconfont') format('svg'); /* iOS 4.1- */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
|
font-family:"iconfont" !important;
|
|
|
|
|
font-size:2rem;
|
|
|
|
|
font-style:normal;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon_lists li{
|
|
|
|
|
float:left;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height:150px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.icon_lists .icon{
|
|
|
|
|
font-size: 42px;
|
|
|
|
|
line-height: 100px;
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
color:#333;
|
|
|
|
|
-webkit-transition: font-size 0.25s ease-out 0s;
|
|
|
|
|
-moz-transition: font-size 0.25s ease-out 0s;
|
|
|
|
|
transition: font-size 0.25s ease-out 0s;
|
|
|
|
|
|
|
|
|
|
}
|