|
|
|
@ -54,6 +54,12 @@
|
|
|
|
|
<div class="content unicode" style="display: block;">
|
|
|
|
|
<ul class="icon_lists dib-box">
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont"></span>
|
|
|
|
|
<div class="name">统计</div>
|
|
|
|
|
<div class="code-name">&#xe89e;</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont"></span>
|
|
|
|
|
<div class="name">批量删除备份</div>
|
|
|
|
@ -384,12 +390,12 @@
|
|
|
|
|
<pre><code class="language-css"
|
|
|
|
|
>@font-face {
|
|
|
|
|
font-family: 'iconfont';
|
|
|
|
|
src: url('iconfont.eot?t=1662519548491'); /* IE9 */
|
|
|
|
|
src: url('iconfont.eot?t=1662519548491#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
|
url('iconfont.woff2?t=1662519548491') format('woff2'),
|
|
|
|
|
url('iconfont.woff?t=1662519548491') format('woff'),
|
|
|
|
|
url('iconfont.ttf?t=1662519548491') format('truetype'),
|
|
|
|
|
url('iconfont.svg?t=1662519548491#iconfont') format('svg');
|
|
|
|
|
src: url('iconfont.eot?t=1663756037950'); /* IE9 */
|
|
|
|
|
src: url('iconfont.eot?t=1663756037950#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
|
url('iconfont.woff2?t=1663756037950') format('woff2'),
|
|
|
|
|
url('iconfont.woff?t=1663756037950') format('woff'),
|
|
|
|
|
url('iconfont.ttf?t=1663756037950') format('truetype'),
|
|
|
|
|
url('iconfont.svg?t=1663756037950#iconfont') format('svg');
|
|
|
|
|
}
|
|
|
|
|
</code></pre>
|
|
|
|
|
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
|
|
|
@ -415,6 +421,15 @@
|
|
|
|
|
<div class="content font-class">
|
|
|
|
|
<ul class="icon_lists dib-box">
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont icon-tongji"></span>
|
|
|
|
|
<div class="name">
|
|
|
|
|
统计
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-name">.icon-tongji
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont icon-piliangshanchubeifen"></span>
|
|
|
|
|
<div class="name">
|
|
|
|
@ -910,6 +925,14 @@
|
|
|
|
|
<div class="content symbol">
|
|
|
|
|
<ul class="icon_lists dib-box">
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<svg class="icon svg-icon" aria-hidden="true">
|
|
|
|
|
<use xlink:href="#icon-tongji"></use>
|
|
|
|
|
</svg>
|
|
|
|
|
<div class="name">统计</div>
|
|
|
|
|
<div class="code-name">#icon-tongji</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<svg class="icon svg-icon" aria-hidden="true">
|
|
|
|
|
<use xlink:href="#icon-piliangshanchubeifen"></use>
|
|
|
|
|