云端文件下载
This commit is contained in:
@@ -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">&#xe988;</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont"></span>
|
||||
<div class="name">其他文件</div>
|
||||
@@ -420,9 +426,9 @@
|
||||
<pre><code class="language-css"
|
||||
>@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('iconfont.woff2?t=1780384681439') format('woff2'),
|
||||
url('iconfont.woff?t=1780384681439') format('woff'),
|
||||
url('iconfont.ttf?t=1780384681439') format('truetype');
|
||||
src: url('iconfont.woff2?t=1782200893170') format('woff2'),
|
||||
url('iconfont.woff?t=1782200893170') format('woff'),
|
||||
url('iconfont.ttf?t=1782200893170') format('truetype');
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
||||
@@ -448,6 +454,15 @@
|
||||
<div class="content font-class">
|
||||
<ul class="icon_lists dib-box">
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont icon-cloud"></span>
|
||||
<div class="name">
|
||||
云端,云,云服务
|
||||
</div>
|
||||
<div class="code-name">.icon-cloud
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<span class="icon iconfont icon-qitawenjian"></span>
|
||||
<div class="name">
|
||||
@@ -997,6 +1012,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-cloud"></use>
|
||||
</svg>
|
||||
<div class="name">云端,云,云服务</div>
|
||||
<div class="code-name">#icon-cloud</div>
|
||||
</li>
|
||||
|
||||
<li class="dib">
|
||||
<svg class="icon svg-icon" aria-hidden="true">
|
||||
<use xlink:href="#icon-qitawenjian"></use>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4890805 */
|
||||
src: url('iconfont.woff2?t=1780384681439') format('woff2'),
|
||||
url('iconfont.woff?t=1780384681439') format('woff'),
|
||||
url('iconfont.ttf?t=1780384681439') format('truetype');
|
||||
src: url('iconfont.woff2?t=1782200893170') format('woff2'),
|
||||
url('iconfont.woff?t=1782200893170') format('woff'),
|
||||
url('iconfont.ttf?t=1782200893170') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-cloud:before {
|
||||
content: "\e988";
|
||||
}
|
||||
|
||||
.icon-qitawenjian:before {
|
||||
content: "\e7b6";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,13 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "18170211",
|
||||
"name": "云端,云,云服务",
|
||||
"font_class": "cloud",
|
||||
"unicode": "e988",
|
||||
"unicode_decimal": 59784
|
||||
},
|
||||
{
|
||||
"icon_id": "35959059",
|
||||
"name": "其他文件",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user