|
|
|
@ -1,19 +1,6 @@
|
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'bi'; |
|
|
|
|
src: url('font/iconfont.eot'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chrome、firefox */ url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#svgFontName') format('svg'); |
|
|
|
|
|
|
|
|
|
/* iOS 4.1- */ |
|
|
|
|
} |
|
|
|
|
.b-font { |
|
|
|
|
font-family: "bi"; |
|
|
|
|
font-style: normal; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
-webkit-text-stroke-width: 0.2px; |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
} |
|
|
|
|
html, |
|
|
|
|
button, |
|
|
|
|
input, |
|
|
|
@ -140,6 +127,19 @@ textarea::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
} |
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'bi'; |
|
|
|
|
src: url('font/iconfont.eot'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chrome、firefox */ url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#svgFontName') format('svg'); |
|
|
|
|
|
|
|
|
|
/* iOS 4.1- */ |
|
|
|
|
} |
|
|
|
|
.b-font { |
|
|
|
|
font-family: "bi"; |
|
|
|
|
font-style: normal; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
-webkit-text-stroke-width: 0.2px; |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
} |
|
|
|
|
.close-font .b-font { |
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
} |
|
|
|
|