|
|
|
@ -1,10 +1,13 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>iconfont Demo</title>
|
|
|
|
|
<link rel="shortcut icon" href="//img.alicdn.com/imgextra/i2/O1CN01ZyAlrn1MwaMhqz36G_!!6000000001499-73-tps-64-64.ico" type="image/x-icon"/>
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="//img.alicdn.com/imgextra/i4/O1CN01EYTRnJ297D6vehehJ_!!6000000008020-55-tps-64-64.svg"/>
|
|
|
|
|
<link rel="shortcut icon" href="//img.alicdn.com/imgextra/i2/O1CN01ZyAlrn1MwaMhqz36G_!!6000000001499-73-tps-64-64.ico"
|
|
|
|
|
type="image/x-icon" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml"
|
|
|
|
|
href="//img.alicdn.com/imgextra/i4/O1CN01EYTRnJ297D6vehehJ_!!6000000008020-55-tps-64-64.svg" />
|
|
|
|
|
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
|
|
|
|
|
<link rel="stylesheet" href="demo.css">
|
|
|
|
|
<link rel="stylesheet" href="iconfont.css">
|
|
|
|
@ -34,10 +37,12 @@
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="main">
|
|
|
|
|
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">
|
|
|
|
|
<img width="200" src="https://img.alicdn.com/imgextra/i3/O1CN01Mn65HV1FfSEzR6DKv_!!6000000000514-55-tps-228-59.svg">
|
|
|
|
|
<img width="200"
|
|
|
|
|
src="https://img.alicdn.com/imgextra/i3/O1CN01Mn65HV1FfSEzR6DKv_!!6000000000514-55-tps-228-59.svg">
|
|
|
|
|
|
|
|
|
|
</a></h1>
|
|
|
|
|
<div class="nav-tabs">
|
|
|
|
@ -47,13 +52,20 @@
|
|
|
|
|
<li class="dib"><span>Symbol</span></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=1513211" target="_blank" class="nav-more">查看项目</a>
|
|
|
|
|
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=1513211" target="_blank"
|
|
|
|
|
class="nav-more">查看项目</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab-container">
|
|
|
|
|
<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">&#xe631;</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont"></span>
|
|
|
|
|
<div class="name">excel</div>
|
|
|
|
@ -657,16 +669,16 @@
|
|
|
|
|
</blockquote>
|
|
|
|
|
<p>Unicode 使用步骤如下:</p>
|
|
|
|
|
<h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
|
|
|
|
|
<pre><code class="language-css"
|
|
|
|
|
<pre><code class="language-css"
|
|
|
|
|
>@font-face {
|
|
|
|
|
font-family: 'iconfont';
|
|
|
|
|
src: url('iconfont.woff2?t=1624608582557') format('woff2'),
|
|
|
|
|
url('iconfont.woff?t=1624608582557') format('woff'),
|
|
|
|
|
url('iconfont.ttf?t=1624608582557') format('truetype');
|
|
|
|
|
src: url('iconfont.woff2?t=1624613153423') format('woff2'),
|
|
|
|
|
url('iconfont.woff?t=1624613153423') format('woff'),
|
|
|
|
|
url('iconfont.ttf?t=1624613153423') format('truetype');
|
|
|
|
|
}
|
|
|
|
|
</code></pre>
|
|
|
|
|
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
|
|
|
|
<pre><code class="language-css"
|
|
|
|
|
<pre><code class="language-css"
|
|
|
|
|
>.iconfont {
|
|
|
|
|
font-family: "iconfont" !important;
|
|
|
|
|
font-size: 16px;
|
|
|
|
@ -676,7 +688,7 @@
|
|
|
|
|
}
|
|
|
|
|
</code></pre>
|
|
|
|
|
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
|
|
|
|
|
<pre>
|
|
|
|
|
<pre>
|
|
|
|
|
<code class="language-html"
|
|
|
|
|
><span class="iconfont">&#x33;</span>
|
|
|
|
|
</code></pre>
|
|
|
|
@ -688,6 +700,15 @@
|
|
|
|
|
<div class="content font-class">
|
|
|
|
|
<ul class="icon_lists dib-box">
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont iconzhankai"></span>
|
|
|
|
|
<div class="name">
|
|
|
|
|
展 开
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-name">.iconzhankai
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<span class="icon iconfont iconexcel"></span>
|
|
|
|
|
<div class="name">
|
|
|
|
@ -1583,10 +1604,10 @@
|
|
|
|
|
</ul>
|
|
|
|
|
<p>使用步骤如下:</p>
|
|
|
|
|
<h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
|
|
|
|
|
<pre><code class="language-html"><link rel="stylesheet" href="./iconfont.css">
|
|
|
|
|
<pre><code class="language-html"><link rel="stylesheet" href="./iconfont.css">
|
|
|
|
|
</code></pre>
|
|
|
|
|
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
|
|
|
|
|
<pre><code class="language-html"><span class="iconfont iconxxx"></span>
|
|
|
|
|
<pre><code class="language-html"><span class="iconfont iconxxx"></span>
|
|
|
|
|
</code></pre>
|
|
|
|
|
<blockquote>
|
|
|
|
|
<p>"
|
|
|
|
@ -1597,6 +1618,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="#iconzhankai"></use>
|
|
|
|
|
</svg>
|
|
|
|
|
<div class="name">展 开 </div>
|
|
|
|
|
<div class="code-name">#iconzhankai</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="dib">
|
|
|
|
|
<svg class="icon svg-icon" aria-hidden="true">
|
|
|
|
|
<use xlink:href="#iconexcel"></use>
|
|
|
|
@ -2396,10 +2425,10 @@
|
|
|
|
|
</ul>
|
|
|
|
|
<p>使用步骤如下:</p>
|
|
|
|
|
<h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
|
|
|
|
|
<pre><code class="language-html"><script src="./iconfont.js"></script>
|
|
|
|
|
<pre><code class="language-html"><script src="./iconfont.js"></script>
|
|
|
|
|
</code></pre>
|
|
|
|
|
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
|
|
|
|
|
<pre><code class="language-html"><style>
|
|
|
|
|
<pre><code class="language-html"><style>
|
|
|
|
|
.icon {
|
|
|
|
|
width: 1em;
|
|
|
|
|
height: 1em;
|
|
|
|
@ -2410,7 +2439,7 @@
|
|
|
|
|
</style>
|
|
|
|
|
</code></pre>
|
|
|
|
|
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
|
|
|
|
|
<pre><code class="language-html"><svg class="icon" aria-hidden="true">
|
|
|
|
|
<pre><code class="language-html"><svg class="icon" aria-hidden="true">
|
|
|
|
|
<use xlink:href="#icon-xxx"></use>
|
|
|
|
|
</svg>
|
|
|
|
|
</code></pre>
|
|
|
|
@ -2439,4 +2468,5 @@
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|