tplus-components-touch 3.26.1 → 3.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,12 +54,6 @@
54
54
  <div class="content unicode" style="display: block;">
55
55
  <ul class="icon_lists dib-box">
56
56
 
57
- <li class="dib">
58
- <span class="icon iconfont">&#xe698;</span>
59
- <div class="name">加号</div>
60
- <div class="code-name">&amp;#xe698;</div>
61
- </li>
62
-
63
57
  <li class="dib">
64
58
  <span class="icon iconfont">&#xe697;</span>
65
59
  <div class="name">解绑</div>
@@ -1392,9 +1386,9 @@
1392
1386
  <pre><code class="language-css"
1393
1387
  >@font-face {
1394
1388
  font-family: 'iconfont';
1395
- src: url('iconfont.woff2?t=1637907866758') format('woff2'),
1396
- url('iconfont.woff?t=1637907866758') format('woff'),
1397
- url('iconfont.ttf?t=1637907866758') format('truetype');
1389
+ src: url('iconfont.woff2?t=1636523482789') format('woff2'),
1390
+ url('iconfont.woff?t=1636523482789') format('woff'),
1391
+ url('iconfont.ttf?t=1636523482789') format('truetype');
1398
1392
  }
1399
1393
  </code></pre>
1400
1394
  <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
@@ -1420,15 +1414,6 @@
1420
1414
  <div class="content font-class">
1421
1415
  <ul class="icon_lists dib-box">
1422
1416
 
1423
- <li class="dib">
1424
- <span class="icon iconfont icon-jiahao"></span>
1425
- <div class="name">
1426
- 加号
1427
- </div>
1428
- <div class="code-name">.icon-jiahao
1429
- </div>
1430
- </li>
1431
-
1432
1417
  <li class="dib">
1433
1418
  <span class="icon iconfont icon-jiebang"></span>
1434
1419
  <div class="name">
@@ -3427,14 +3412,6 @@
3427
3412
  <div class="content symbol">
3428
3413
  <ul class="icon_lists dib-box">
3429
3414
 
3430
- <li class="dib">
3431
- <svg class="icon svg-icon" aria-hidden="true">
3432
- <use xlink:href="#icon-jiahao"></use>
3433
- </svg>
3434
- <div class="name">加号</div>
3435
- <div class="code-name">#icon-jiahao</div>
3436
- </li>
3437
-
3438
3415
  <li class="dib">
3439
3416
  <svg class="icon svg-icon" aria-hidden="true">
3440
3417
  <use xlink:href="#icon-jiebang"></use>
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 1096671 */
3
- src: url('iconfont.woff2?t=1637907866758') format('woff2'),
4
- url('iconfont.woff?t=1637907866758') format('woff'),
5
- url('iconfont.ttf?t=1637907866758') format('truetype');
3
+ src: url('iconfont.woff2?t=1636523482789') format('woff2'),
4
+ url('iconfont.woff?t=1636523482789') format('woff'),
5
+ url('iconfont.ttf?t=1636523482789') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,10 +13,6 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
- .icon-jiahao:before {
17
- content: "\e698";
18
- }
19
-
20
16
  .icon-jiebang:before {
21
17
  content: "\e697";
22
18
  }