UNPKG

hth-icon-font

Version:
393 lines (272 loc) 6.65 kB
/*! * hth-icon-font -https://hth-frontend.github.io/hth-icon-font * Version - 1.1.3 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2018 */ @charset "UTF-8"; /* Automatically generated by './build/bin/sass-var.js' */ /* 字体路径 * -------------------------- */ @font-face { font-family: 'ku-icon'; src: url("../fonts/iconfont.eot?v=1.1.3"); src: url("../fonts/iconfont.eot?#iefix&v=1.1.3") format("embedded-opentype"), url("../fonts/iconfont.woff?v=1.1.3") format("woff"), url("../fonts/iconfont.ttf?v=1.1.3") format("truetype"), url("../fonts/iconfont.svg?v=1.1.3#ku-icon") format("svg"); font-weight: normal; font-style: normal; } .ku-icon { display: inline-block; font: normal normal normal 14px/1 "ku-icon"; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-hth-logo:before { content: ""; } .icon-kz-logo:before { content: ""; } .icon-mark-expired:before { content: ""; } .icon-mark-used:before { content: ""; } .icon-mark-arrived:before { content: ""; } .icon-mark-success:before { content: ""; } .icon-mark-auto-tender:before { content: ""; } .icon-mark-quit-process:before { content: ""; } .icon-mark-not-arrived:before { content: ""; } .icon-mark-fund-raising:before { content: ""; } .icon-mark-overdue:before { content: ""; } .icon-mark-repayment:before { content: ""; } .icon-mark-full-standard:before { content: ""; } .icon-mark-completed:before { content: ""; } .icon-investment:before { content: ""; } .icon-reward:before { content: ""; } .icon-loan:before { content: ""; } .icon-account:before { content: ""; } .icon-set:before { content: ""; } .icon-edit-outline:before { content: ""; } .icon-edit:before { content: ""; } .icon-eye:before { content: ""; } .icon-eye-close:before { content: ""; } .icon-phone:before { content: ""; } .icon-bulletin:before { content: ""; } .icon-avatar:before { content: ""; } .icon-collect-money:before { content: ""; } .icon-arrow-down:before { content: ""; } .icon-arrow-right:before { content: ""; } .icon-arrow-up:before { content: ""; } .icon-arrow-left:before { content: ""; } .icon-round-bottom:before { content: ""; } .icon-round-left:before { content: ""; } .icon-round-top:before { content: ""; } .icon-round-right:before { content: ""; } .icon-right:before { content: ""; } .icon-bottom:before { content: ""; } .icon-left:before { content: ""; } .icon-top:before { content: ""; } .icon-money:before { content: ""; } .icon-email-line:before { content: ""; } .icon-link:before { content: ""; } .icon-wheel:before { content: ""; } .icon-project:before { content: ""; } .icon-img:before { content: ""; } .icon-subway:before { content: ""; } .icon-home:before { content: ""; } .icon-lock:before { content: ""; } .icon-bus:before { content: ""; } .icon-prompt-i:before { content: ""; } .icon-address:before { content: ""; } .icon-round-ok:before { content: ""; } .icon-arrow-phone:before { content: ""; } .icon-phone-01:before { content: ""; } .icon-email:before { content: ""; } .icon-doubt:before { content: ""; } .icon-company:before { content: ""; } .icon-www:before { content: ""; } .icon-money-bag:before { content: ""; } .icon-bulb:before { content: ""; } .icon-round:before { content: ""; } .icon-load:before { content: ""; } .icon-dot:before { content: ""; } .icon-plus-outline:before { content: ""; } .icon-minus-outline:before { content: ""; } .icon-close-empty:before { content: ""; } .icon-check-mark:before { content: ""; } .icon-user:before { content: ""; } .icon-bank-card:before { content: ""; } .icon-details:before { content: ""; } .icon-prompt:before { content: ""; } .icon-edit-round:before { content: ""; } .icon-warning:before { content: ""; } .icon-logo:before { content: ""; } .icon-summary:before { content: ""; } .icon-file-text-o:before { content: ""; } .icon-vouch-details:before { content: ""; } .icon-undone:before { content: ""; } .icon-complete:before { content: ""; } .icon-hand-love:before { content: ""; } .icon-home-line:before { content: ""; } .icon-file-money:before { content: ""; } .icon-star:before { content: ""; } .icon-clock:before { content: ""; } .icon-no-data:before { content: ""; } .icon-coin:before { content: ""; } .icon-ladder-chart:before { content: ""; } .icon-scroll-money:before { content: ""; } .icon-star-line:before { content: ""; } .icon-game-pad:before { content: ""; } .icon-appliance:before { content: ""; } .icon-life-home:before { content: ""; } .icon-coupon:before { content: ""; } .icon-k-3c:before { content: ""; } .icon-logo-round:before { content: ""; } .icon-sort:before { content: ""; } .icon-sequence:before { content: ""; } .icon-new:before { content: ""; } .icon-round-new:before { content: ""; } .icon-clear:before { content: ""; } .icon-seal:before { content: ""; } .icon-safe:before { content: ""; } .icon-diamond:before { content: ""; } .icon-wealth:before { content: ""; } .icon-hand:before { content: ""; } .icon-shield:before { content: ""; } .icon-flag:before { content: ""; } .icon-shield-line:before { content: ""; } .icon-football:before { content: ""; } .icon-lightning:before { content: ""; } .icon-add-user:before { content: ""; } .icon-purse:before { content: ""; } .icon-phone-line:before { content: ""; } .icon-position:before { content: ""; } .ku-spin { -webkit-animation: ku-spin 2s infinite linear; animation: ku-spin 2s infinite linear; } .ku-pulse { -webkit-animation: ku-spin 1s infinite steps(8); animation: ku-spin 1s infinite steps(8); } @-webkit-keyframes ku-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes ku-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }