Showing
7 changed files
with
40 additions
and
6 deletions
@@ -55,6 +55,12 @@ | @@ -55,6 +55,12 @@ | ||
55 | <ul class="icon_lists dib-box"> | 55 | <ul class="icon_lists dib-box"> |
56 | 56 | ||
57 | <li class="dib"> | 57 | <li class="dib"> |
58 | + <span class="icon iconfont"></span> | ||
59 | + <div class="name">提示</div> | ||
60 | + <div class="code-name">&#xe67c;</div> | ||
61 | + </li> | ||
62 | + | ||
63 | + <li class="dib"> | ||
58 | <span class="icon iconfont"></span> | 64 | <span class="icon iconfont"></span> |
59 | <div class="name">点</div> | 65 | <div class="name">点</div> |
60 | <div class="code-name">&#xec1e;</div> | 66 | <div class="code-name">&#xec1e;</div> |
@@ -1446,9 +1452,9 @@ | @@ -1446,9 +1452,9 @@ | ||
1446 | <pre><code class="language-css" | 1452 | <pre><code class="language-css" |
1447 | >@font-face { | 1453 | >@font-face { |
1448 | font-family: 'iconfont'; | 1454 | font-family: 'iconfont'; |
1449 | - src: url('iconfont.woff2?t=1658918655869') format('woff2'), | ||
1450 | - url('iconfont.woff?t=1658918655869') format('woff'), | ||
1451 | - url('iconfont.ttf?t=1658918655869') format('truetype'); | 1455 | + src: url('iconfont.woff2?t=1659325108758') format('woff2'), |
1456 | + url('iconfont.woff?t=1659325108758') format('woff'), | ||
1457 | + url('iconfont.ttf?t=1659325108758') format('truetype'); | ||
1452 | } | 1458 | } |
1453 | </code></pre> | 1459 | </code></pre> |
1454 | <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3> | 1460 | <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3> |
@@ -1475,6 +1481,15 @@ | @@ -1475,6 +1481,15 @@ | ||
1475 | <ul class="icon_lists dib-box"> | 1481 | <ul class="icon_lists dib-box"> |
1476 | 1482 | ||
1477 | <li class="dib"> | 1483 | <li class="dib"> |
1484 | + <span class="icon iconfont icon-tishi"></span> | ||
1485 | + <div class="name"> | ||
1486 | + 提示 | ||
1487 | + </div> | ||
1488 | + <div class="code-name">.icon-tishi | ||
1489 | + </div> | ||
1490 | + </li> | ||
1491 | + | ||
1492 | + <li class="dib"> | ||
1478 | <span class="icon iconfont icon-dian"></span> | 1493 | <span class="icon iconfont icon-dian"></span> |
1479 | <div class="name"> | 1494 | <div class="name"> |
1480 | 点 | 1495 | 点 |
@@ -3564,6 +3579,14 @@ | @@ -3564,6 +3579,14 @@ | ||
3564 | 3579 | ||
3565 | <li class="dib"> | 3580 | <li class="dib"> |
3566 | <svg class="icon svg-icon" aria-hidden="true"> | 3581 | <svg class="icon svg-icon" aria-hidden="true"> |
3582 | + <use xlink:href="#icon-tishi"></use> | ||
3583 | + </svg> | ||
3584 | + <div class="name">提示</div> | ||
3585 | + <div class="code-name">#icon-tishi</div> | ||
3586 | + </li> | ||
3587 | + | ||
3588 | + <li class="dib"> | ||
3589 | + <svg class="icon svg-icon" aria-hidden="true"> | ||
3567 | <use xlink:href="#icon-dian"></use> | 3590 | <use xlink:href="#icon-dian"></use> |
3568 | </svg> | 3591 | </svg> |
3569 | <div class="name">点</div> | 3592 | <div class="name">点</div> |
1 | @font-face { | 1 | @font-face { |
2 | font-family: "iconfont"; /* Project id 2843738 */ | 2 | font-family: "iconfont"; /* Project id 2843738 */ |
3 | - src: url('iconfont.woff2?t=1658918655869') format('woff2'), | ||
4 | - url('iconfont.woff?t=1658918655869') format('woff'), | ||
5 | - url('iconfont.ttf?t=1658918655869') format('truetype'); | 3 | + src: url('iconfont.woff2?t=1659325108758') format('woff2'), |
4 | + url('iconfont.woff?t=1659325108758') format('woff'), | ||
5 | + url('iconfont.ttf?t=1659325108758') format('truetype'); | ||
6 | } | 6 | } |
7 | 7 | ||
8 | .iconfont { | 8 | .iconfont { |
@@ -13,6 +13,10 @@ | @@ -13,6 +13,10 @@ | ||
13 | -moz-osx-font-smoothing: grayscale; | 13 | -moz-osx-font-smoothing: grayscale; |
14 | } | 14 | } |
15 | 15 | ||
16 | +.icon-tishi:before { | ||
17 | + content: "\e67c"; | ||
18 | +} | ||
19 | + | ||
16 | .icon-dian:before { | 20 | .icon-dian:before { |
17 | content: "\ec1e"; | 21 | content: "\ec1e"; |
18 | } | 22 | } |
This diff could not be displayed because it is too large.
@@ -6,6 +6,13 @@ | @@ -6,6 +6,13 @@ | ||
6 | "description": "", | 6 | "description": "", |
7 | "glyphs": [ | 7 | "glyphs": [ |
8 | { | 8 | { |
9 | + "icon_id": "577891", | ||
10 | + "name": "提示", | ||
11 | + "font_class": "tishi", | ||
12 | + "unicode": "e67c", | ||
13 | + "unicode_decimal": 59004 | ||
14 | + }, | ||
15 | + { | ||
9 | "icon_id": "4933869", | 16 | "icon_id": "4933869", |
10 | "name": "点", | 17 | "name": "点", |
11 | "font_class": "dian", | 18 | "font_class": "dian", |
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment