移除没用的东西

This commit is contained in:
cookfront
2017-02-13 22:57:57 +08:00
parent e62665f3bc
commit e3d5585e9b
17 changed files with 135 additions and 449 deletions
-14
View File
@@ -53,18 +53,4 @@ ul {
-webkit-font-smoothing: auto;
}
// 操作类图标 - 导出
@font-face {
font-family: "handle";
src: url("./fonts/iconfont.eot"); /* IE9*/
src: url("./fonts/iconfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/iconfont.woff") format("woff"), /* chrome、firefox */
url("./fonts/iconfont.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("./fonts/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}
.iconhandle {
font-family: "handle";
font-size: 16px;
font-style: normal;
}