...
|
...
|
@@ -61,7 +61,7 @@ a { |
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: "iconfont";
|
|
|
font-family: 'iconfont';
|
|
|
src: resolve('iconfont.eot'); /* IE9 */
|
|
|
src: resolve('iconfont.eot?#iefix') format('embedded-opentype'), resolve('iconfont.woff') format('woff'), resolve('iconfont.ttf') format('truetype'), resolve('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
|
|
|
}
|
...
|
...
|
@@ -70,7 +70,7 @@ a { |
|
|
text-decoration: none;
|
|
|
font-style: normal;
|
|
|
font-size: 24px;
|
|
|
font-family: "iconfont" !important;
|
|
|
font-family: 'iconfont' !important;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-webkit-text-stroke-width: 0.4px;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
...
|
...
|
@@ -81,7 +81,7 @@ a { |
|
|
display: none;
|
|
|
text-align: center;
|
|
|
width: 70%;
|
|
|
padding: 34PX 0;
|
|
|
padding: 34PX 55PX;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-left: -35%;
|
...
|
...
|
|