mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
fix a bug about iconfont
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
/*custom iconfont*/
|
||||
@font-face {font-family: 'iconfont';
|
||||
src: url('iconfont.eot'); /* IE9*/
|
||||
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('iconfont.woff') format('woff'), /* chrome、firefox */
|
||||
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
||||
url('iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
|
||||
}
|
||||
|
||||
body{
|
||||
min-width: 1090px;
|
||||
}
|
||||
@@ -15,15 +6,6 @@ body, html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.iconfont{
|
||||
font-family:"iconfont" !important;
|
||||
font-size:16px;font-style:normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
|
||||
.topHead{
|
||||
height: 55px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user