12345678910111213141516171819202122232425262728293031323334 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1481707218454'); /* IE9*/
- src: url('iconfont.eot?t=1481707218454#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1481707218454') format('woff'), /* chrome, firefox */
- url('iconfont.ttf?t=1481707218454') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1481707218454#iconfont') format('svg'); /* iOS 4.1- */
- }
- .iconfont {
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-icon22:before { content: "\e626"; }
- .icon-server:before { content: "\e60c"; }
- .icon-wuxianwangluo:before { content: "\e629"; }
- .icon-youxianwangluo1:before { content: "\e62b"; }
- .icon-youxianwangluo:before { content: "\e61a"; }
- .icon-wangluoshebei:before { content: "\e648"; }
- .icon-fuwuqi:before { content: "\e704"; }
- .icon-youxianwangluo2:before { content: "\e6f6"; }
|