Showing
1 changed file
with
3 additions
and
3 deletions
@@ -61,7 +61,7 @@ a { | @@ -61,7 +61,7 @@ a { | ||
61 | } | 61 | } |
62 | 62 | ||
63 | @font-face { | 63 | @font-face { |
64 | - font-family: "iconfont"; | 64 | + font-family: 'iconfont'; |
65 | src: resolve('iconfont.eot'); /* IE9 */ | 65 | src: resolve('iconfont.eot'); /* IE9 */ |
66 | 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- */ | 66 | 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- */ |
67 | } | 67 | } |
@@ -70,7 +70,7 @@ a { | @@ -70,7 +70,7 @@ a { | ||
70 | text-decoration: none; | 70 | text-decoration: none; |
71 | font-style: normal; | 71 | font-style: normal; |
72 | font-size: 24px; | 72 | font-size: 24px; |
73 | - font-family: "iconfont" !important; | 73 | + font-family: 'iconfont' !important; |
74 | -webkit-font-smoothing: antialiased; | 74 | -webkit-font-smoothing: antialiased; |
75 | -webkit-text-stroke-width: 0.4px; | 75 | -webkit-text-stroke-width: 0.4px; |
76 | -moz-osx-font-smoothing: grayscale; | 76 | -moz-osx-font-smoothing: grayscale; |
@@ -81,7 +81,7 @@ a { | @@ -81,7 +81,7 @@ a { | ||
81 | display: none; | 81 | display: none; |
82 | text-align: center; | 82 | text-align: center; |
83 | width: 70%; | 83 | width: 70%; |
84 | - padding: 34PX 0; | 84 | + padding: 34PX 55PX; |
85 | top: 50%; | 85 | top: 50%; |
86 | left: 50%; | 86 | left: 50%; |
87 | margin-left: -35%; | 87 | margin-left: -35%; |
-
Please register or login to post a comment