2 次代码提交 f784af8b76 ... 8185fe12a8

作者 SHA1 备注 提交日期
  wangfumin 8185fe12a8 Merge branch 'dev' of http://192.168.0.115:3000/chenzhiguang/qjkankan_v1.1.1 into dev 2 月之前
  wangfumin e4167a1c78 新增iconfont本地包 2 月之前

+ 5 - 2
packages/qjkankan-view/public/show.html

@@ -31,8 +31,11 @@
       rel="stylesheet"
       href="<%= VUE_APP_STATIC_DIR %>/lib/iconfontV1.2.0/iconfont.css"
     />
-    <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2625385_h1q9uyoxhsd.css"/>
-
+    <!-- <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2625385_h1q9uyoxhsd.css"/> -->
+    <link
+      rel="stylesheet"
+      href="<%= VUE_APP_STATIC_DIR %>/lib/font_2625385_jztczpbtnz/iconfont.css"
+    />
     <link
       rel="stylesheet"
       href="<%= VUE_APP_STATIC_DIR %>/lib/swiper/swiper-bundle.min.css"

+ 539 - 0
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/demo.css

@@ -0,0 +1,539 @@
+/* Logo 字体 */
+@font-face {
+  font-family: "iconfont logo";
+  src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
+  src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
+    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
+    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
+    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
+}
+
+.logo {
+  font-family: "iconfont logo";
+  font-size: 160px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+/* tabs */
+.nav-tabs {
+  position: relative;
+}
+
+.nav-tabs .nav-more {
+  position: absolute;
+  right: 0;
+  bottom: 0;
+  height: 42px;
+  line-height: 42px;
+  color: #666;
+}
+
+#tabs {
+  border-bottom: 1px solid #eee;
+}
+
+#tabs li {
+  cursor: pointer;
+  width: 100px;
+  height: 40px;
+  line-height: 40px;
+  text-align: center;
+  font-size: 16px;
+  border-bottom: 2px solid transparent;
+  position: relative;
+  z-index: 1;
+  margin-bottom: -1px;
+  color: #666;
+}
+
+
+#tabs .active {
+  border-bottom-color: #f00;
+  color: #222;
+}
+
+.tab-container .content {
+  display: none;
+}
+
+/* 页面布局 */
+.main {
+  padding: 30px 100px;
+  width: 960px;
+  margin: 0 auto;
+}
+
+.main .logo {
+  color: #333;
+  text-align: left;
+  margin-bottom: 30px;
+  line-height: 1;
+  height: 110px;
+  margin-top: -50px;
+  overflow: hidden;
+  *zoom: 1;
+}
+
+.main .logo a {
+  font-size: 160px;
+  color: #333;
+}
+
+.helps {
+  margin-top: 40px;
+}
+
+.helps pre {
+  padding: 20px;
+  margin: 10px 0;
+  border: solid 1px #e7e1cd;
+  background-color: #fffdef;
+  overflow: auto;
+}
+
+.icon_lists {
+  width: 100% !important;
+  overflow: hidden;
+  *zoom: 1;
+}
+
+.icon_lists li {
+  width: 100px;
+  margin-bottom: 10px;
+  margin-right: 20px;
+  text-align: center;
+  list-style: none !important;
+  cursor: default;
+}
+
+.icon_lists li .code-name {
+  line-height: 1.2;
+}
+
+.icon_lists .icon {
+  display: block;
+  height: 100px;
+  line-height: 100px;
+  font-size: 42px;
+  margin: 10px auto;
+  color: #333;
+  -webkit-transition: font-size 0.25s linear, width 0.25s linear;
+  -moz-transition: font-size 0.25s linear, width 0.25s linear;
+  transition: font-size 0.25s linear, width 0.25s linear;
+}
+
+.icon_lists .icon:hover {
+  font-size: 100px;
+}
+
+.icon_lists .svg-icon {
+  /* 通过设置 font-size 来改变图标大小 */
+  width: 1em;
+  /* 图标和文字相邻时,垂直对齐 */
+  vertical-align: -0.15em;
+  /* 通过设置 color 来改变 SVG 的颜色/fill */
+  fill: currentColor;
+  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
+      normalize.css 中也包含这行 */
+  overflow: hidden;
+}
+
+.icon_lists li .name,
+.icon_lists li .code-name {
+  color: #666;
+}
+
+/* markdown 样式 */
+.markdown {
+  color: #666;
+  font-size: 14px;
+  line-height: 1.8;
+}
+
+.highlight {
+  line-height: 1.5;
+}
+
+.markdown img {
+  vertical-align: middle;
+  max-width: 100%;
+}
+
+.markdown h1 {
+  color: #404040;
+  font-weight: 500;
+  line-height: 40px;
+  margin-bottom: 24px;
+}
+
+.markdown h2,
+.markdown h3,
+.markdown h4,
+.markdown h5,
+.markdown h6 {
+  color: #404040;
+  margin: 1.6em 0 0.6em 0;
+  font-weight: 500;
+  clear: both;
+}
+
+.markdown h1 {
+  font-size: 28px;
+}
+
+.markdown h2 {
+  font-size: 22px;
+}
+
+.markdown h3 {
+  font-size: 16px;
+}
+
+.markdown h4 {
+  font-size: 14px;
+}
+
+.markdown h5 {
+  font-size: 12px;
+}
+
+.markdown h6 {
+  font-size: 12px;
+}
+
+.markdown hr {
+  height: 1px;
+  border: 0;
+  background: #e9e9e9;
+  margin: 16px 0;
+  clear: both;
+}
+
+.markdown p {
+  margin: 1em 0;
+}
+
+.markdown>p,
+.markdown>blockquote,
+.markdown>.highlight,
+.markdown>ol,
+.markdown>ul {
+  width: 80%;
+}
+
+.markdown ul>li {
+  list-style: circle;
+}
+
+.markdown>ul li,
+.markdown blockquote ul>li {
+  margin-left: 20px;
+  padding-left: 4px;
+}
+
+.markdown>ul li p,
+.markdown>ol li p {
+  margin: 0.6em 0;
+}
+
+.markdown ol>li {
+  list-style: decimal;
+}
+
+.markdown>ol li,
+.markdown blockquote ol>li {
+  margin-left: 20px;
+  padding-left: 4px;
+}
+
+.markdown code {
+  margin: 0 3px;
+  padding: 0 5px;
+  background: #eee;
+  border-radius: 3px;
+}
+
+.markdown strong,
+.markdown b {
+  font-weight: 600;
+}
+
+.markdown>table {
+  border-collapse: collapse;
+  border-spacing: 0px;
+  empty-cells: show;
+  border: 1px solid #e9e9e9;
+  width: 95%;
+  margin-bottom: 24px;
+}
+
+.markdown>table th {
+  white-space: nowrap;
+  color: #333;
+  font-weight: 600;
+}
+
+.markdown>table th,
+.markdown>table td {
+  border: 1px solid #e9e9e9;
+  padding: 8px 16px;
+  text-align: left;
+}
+
+.markdown>table th {
+  background: #F7F7F7;
+}
+
+.markdown blockquote {
+  font-size: 90%;
+  color: #999;
+  border-left: 4px solid #e9e9e9;
+  padding-left: 0.8em;
+  margin: 1em 0;
+}
+
+.markdown blockquote p {
+  margin: 0;
+}
+
+.markdown .anchor {
+  opacity: 0;
+  transition: opacity 0.3s ease;
+  margin-left: 8px;
+}
+
+.markdown .waiting {
+  color: #ccc;
+}
+
+.markdown h1:hover .anchor,
+.markdown h2:hover .anchor,
+.markdown h3:hover .anchor,
+.markdown h4:hover .anchor,
+.markdown h5:hover .anchor,
+.markdown h6:hover .anchor {
+  opacity: 1;
+  display: inline-block;
+}
+
+.markdown>br,
+.markdown>p>br {
+  clear: both;
+}
+
+
+.hljs {
+  display: block;
+  background: white;
+  padding: 0.5em;
+  color: #333333;
+  overflow-x: auto;
+}
+
+.hljs-comment,
+.hljs-meta {
+  color: #969896;
+}
+
+.hljs-string,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-strong,
+.hljs-emphasis,
+.hljs-quote {
+  color: #df5000;
+}
+
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-type {
+  color: #a71d5d;
+}
+
+.hljs-literal,
+.hljs-symbol,
+.hljs-bullet,
+.hljs-attribute {
+  color: #0086b3;
+}
+
+.hljs-section,
+.hljs-name {
+  color: #63a35c;
+}
+
+.hljs-tag {
+  color: #333333;
+}
+
+.hljs-title,
+.hljs-attr,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+  color: #795da3;
+}
+
+.hljs-addition {
+  color: #55a532;
+  background-color: #eaffea;
+}
+
+.hljs-deletion {
+  color: #bd2c00;
+  background-color: #ffecec;
+}
+
+.hljs-link {
+  text-decoration: underline;
+}
+
+/* 代码高亮 */
+/* PrismJS 1.15.0
+https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
+/**
+ * prism.js default theme for JavaScript, CSS and HTML
+ * Based on dabblet (http://dabblet.com)
+ * @author Lea Verou
+ */
+code[class*="language-"],
+pre[class*="language-"] {
+  color: black;
+  background: none;
+  text-shadow: 0 1px white;
+  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+  text-align: left;
+  white-space: pre;
+  word-spacing: normal;
+  word-break: normal;
+  word-wrap: normal;
+  line-height: 1.5;
+
+  -moz-tab-size: 4;
+  -o-tab-size: 4;
+  tab-size: 4;
+
+  -webkit-hyphens: none;
+  -moz-hyphens: none;
+  -ms-hyphens: none;
+  hyphens: none;
+}
+
+pre[class*="language-"]::-moz-selection,
+pre[class*="language-"] ::-moz-selection,
+code[class*="language-"]::-moz-selection,
+code[class*="language-"] ::-moz-selection {
+  text-shadow: none;
+  background: #b3d4fc;
+}
+
+pre[class*="language-"]::selection,
+pre[class*="language-"] ::selection,
+code[class*="language-"]::selection,
+code[class*="language-"] ::selection {
+  text-shadow: none;
+  background: #b3d4fc;
+}
+
+@media print {
+
+  code[class*="language-"],
+  pre[class*="language-"] {
+    text-shadow: none;
+  }
+}
+
+/* Code blocks */
+pre[class*="language-"] {
+  padding: 1em;
+  margin: .5em 0;
+  overflow: auto;
+}
+
+:not(pre)>code[class*="language-"],
+pre[class*="language-"] {
+  background: #f5f2f0;
+}
+
+/* Inline code */
+:not(pre)>code[class*="language-"] {
+  padding: .1em;
+  border-radius: .3em;
+  white-space: normal;
+}
+
+.token.comment,
+.token.prolog,
+.token.doctype,
+.token.cdata {
+  color: slategray;
+}
+
+.token.punctuation {
+  color: #999;
+}
+
+.namespace {
+  opacity: .7;
+}
+
+.token.property,
+.token.tag,
+.token.boolean,
+.token.number,
+.token.constant,
+.token.symbol,
+.token.deleted {
+  color: #905;
+}
+
+.token.selector,
+.token.attr-name,
+.token.string,
+.token.char,
+.token.builtin,
+.token.inserted {
+  color: #690;
+}
+
+.token.operator,
+.token.entity,
+.token.url,
+.language-css .token.string,
+.style .token.string {
+  color: #9a6e3a;
+  background: hsla(0, 0%, 100%, .5);
+}
+
+.token.atrule,
+.token.attr-value,
+.token.keyword {
+  color: #07a;
+}
+
+.token.function,
+.token.class-name {
+  color: #DD4A68;
+}
+
+.token.regex,
+.token.important,
+.token.variable {
+  color: #e90;
+}
+
+.token.important,
+.token.bold {
+  font-weight: bold;
+}
+
+.token.italic {
+  font-style: italic;
+}
+
+.token.entity {
+  cursor: help;
+}

文件差异内容过多而无法显示
+ 1801 - 0
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/demo_index.html


+ 298 - 0
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.css

@@ -0,0 +1,298 @@
+@font-face {
+  font-family: "iconfont"; /* Project id 2625385 */
+  src: url('iconfont.eot?t=1748340337170'); /* IE9 */
+  src: url('iconfont.eot?t=1748340337170#iefix') format('embedded-opentype'), /* IE6-IE8 */
+       url('iconfont.woff2?t=1748340337170') format('woff2'),
+       url('iconfont.woff?t=1748340337170') format('woff'),
+       url('iconfont.ttf?t=1748340337170') format('truetype'),
+       url('iconfont.svg?t=1748340337170#iconfont') format('svg');
+}
+
+.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-close1:before {
+  content: "\e633";
+}
+
+.icon-expand:before {
+  content: "\e606";
+}
+
+.icon-arrow-right-filling:before {
+  content: "\e607";
+}
+
+.icon-more:before {
+  content: "\e603";
+}
+
+.icon-material_text:before {
+  content: "\e76b";
+}
+
+.icon-player_volume03:before {
+  content: "\e768";
+}
+
+.icon-player_volume02:before {
+  content: "\e769";
+}
+
+.icon-player_volume01:before {
+  content: "\e76a";
+}
+
+.icon-material_preview_next1:before {
+  content: "\e766";
+}
+
+.icon-works_add:before {
+  content: "\e765";
+}
+
+.icon-editor_editor:before {
+  content: "\e764";
+}
+
+.icon-close-middle:before {
+  content: "\e767";
+}
+
+.icon-editor_folder_on:before {
+  content: "\e729";
+}
+
+.icon-editor_add:before {
+  content: "\e72a";
+}
+
+.icon-editor_hot_add:before {
+  content: "\e72b";
+}
+
+.icon-down:before {
+  content: "\e72c";
+}
+
+.icon-editor_folder_off:before {
+  content: "\e72e";
+}
+
+.icon-centering:before {
+  content: "\e72f";
+}
+
+.icon-editor_on:before {
+  content: "\e730";
+}
+
+.icon-editor_preview:before {
+  content: "\e731";
+}
+
+.icon-editor_return:before {
+  content: "\e732";
+}
+
+.icon-editor_list_add:before {
+  content: "\e733";
+}
+
+.icon-editor_3d:before {
+  content: "\e734";
+}
+
+.icon-editor_list_delete:before {
+  content: "\e735";
+}
+
+.icon-editor_save:before {
+  content: "\e736";
+}
+
+.icon-editor_play:before {
+  content: "\e737";
+}
+
+.icon-editor_update:before {
+  content: "\e738";
+}
+
+.icon-left:before {
+  content: "\e739";
+}
+
+.icon-material_preview_drop_out:before {
+  content: "\e73a";
+}
+
+.icon-help_i:before {
+  content: "\e73b";
+}
+
+.icon-material_preview_narrow:before {
+  content: "\e73c";
+}
+
+.icon-material_music:before {
+  content: "\e73d";
+}
+
+.icon-editor_list_image:before {
+  content: "\e73e";
+}
+
+.icon-top:before {
+  content: "\e73f";
+}
+
+.icon-full_screen:before {
+  content: "\e740";
+}
+
+.icon-works_search:before {
+  content: "\e741";
+}
+
+.icon-material_operation_editor:before {
+  content: "\e742";
+}
+
+.icon-material_operation_delete:before {
+  content: "\e743";
+}
+
+.icon-a-help_:before {
+  content: "\e744";
+}
+
+.icon-pop-ups_crop:before {
+  content: "\e745";
+}
+
+.icon-editor_panoramic:before {
+  content: "\e746";
+}
+
+.icon-material_preview_enlarge:before {
+  content: "\e747";
+}
+
+.icon-icon_pdf:before {
+  content: "\e748";
+}
+
+.icon-material_image:before {
+  content: "\e749";
+}
+
+.icon-toast_green:before {
+  content: "\e74a";
+}
+
+.icon-material_preview_full_screen:before {
+  content: "\e74b";
+}
+
+.icon-eye_off:before {
+  content: "\e74c";
+}
+
+.icon-material_preview_next:before {
+  content: "\e74d";
+}
+
+.icon-editor_playback:before {
+  content: "\e74e";
+}
+
+.icon-material_preview_upload_collect:before {
+  content: "\e74f";
+}
+
+.icon-icon_graphic:before {
+  content: "\e750";
+}
+
+.icon-material_preview_previous:before {
+  content: "\e751";
+}
+
+.icon-works_delete:before {
+  content: "\e752";
+}
+
+.icon-works_share:before {
+  content: "\e753";
+}
+
+.icon-eye_on:before {
+  content: "\e754";
+}
+
+.icon-material_video:before {
+  content: "\e755";
+}
+
+.icon-material_panoramic_picture:before {
+  content: "\e756";
+}
+
+.icon-editor_off:before {
+  content: "\e757";
+}
+
+.icon-toast_red:before {
+  content: "\e758";
+}
+
+.icon-editor_search:before {
+  content: "\e759";
+}
+
+.icon-material_prompt:before {
+  content: "\e75a";
+}
+
+.icon-editor_list_edit:before {
+  content: "\e75b";
+}
+
+.icon-right:before {
+  content: "\e75c";
+}
+
+.icon-material_preview_upload:before {
+  content: "\e75d";
+}
+
+.icon-material_operation_image:before {
+  content: "\e75e";
+}
+
+.icon-works_look:before {
+  content: "\e75f";
+}
+
+.icon-toast_yellow:before {
+  content: "\e760";
+}
+
+.icon-close:before {
+  content: "\e761";
+}
+
+.icon-up:before {
+  content: "\e762";
+}
+
+.icon-works_editor:before {
+  content: "\e763";
+}
+

二进制
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.eot


文件差异内容过多而无法显示
+ 1 - 0
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.js


+ 499 - 0
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.json

@@ -0,0 +1,499 @@
+{
+  "id": "2625385",
+  "name": "全景看看",
+  "font_family": "iconfont",
+  "css_prefix_text": "icon-",
+  "description": "",
+  "glyphs": [
+    {
+      "icon_id": "23773070",
+      "name": "close",
+      "font_class": "close1",
+      "unicode": "e633",
+      "unicode_decimal": 58931
+    },
+    {
+      "icon_id": "36089509",
+      "name": "arrow-down-filling",
+      "font_class": "expand",
+      "unicode": "e606",
+      "unicode_decimal": 58886
+    },
+    {
+      "icon_id": "36089510",
+      "name": "arrow-right-filling",
+      "font_class": "arrow-right-filling",
+      "unicode": "e607",
+      "unicode_decimal": 58887
+    },
+    {
+      "icon_id": "35987572",
+      "name": "more",
+      "font_class": "more",
+      "unicode": "e603",
+      "unicode_decimal": 58883
+    },
+    {
+      "icon_id": "35985790",
+      "name": "material_text",
+      "font_class": "material_text",
+      "unicode": "e76b",
+      "unicode_decimal": 59243
+    },
+    {
+      "icon_id": "35970015",
+      "name": "player_volume03",
+      "font_class": "player_volume03",
+      "unicode": "e768",
+      "unicode_decimal": 59240
+    },
+    {
+      "icon_id": "35970016",
+      "name": "player_volume02",
+      "font_class": "player_volume02",
+      "unicode": "e769",
+      "unicode_decimal": 59241
+    },
+    {
+      "icon_id": "35970017",
+      "name": "player_volume01",
+      "font_class": "player_volume01",
+      "unicode": "e76a",
+      "unicode_decimal": 59242
+    },
+    {
+      "icon_id": "35699219",
+      "name": "material_preview_next",
+      "font_class": "material_preview_next1",
+      "unicode": "e766",
+      "unicode_decimal": 59238
+    },
+    {
+      "icon_id": "35695609",
+      "name": "works_add",
+      "font_class": "works_add",
+      "unicode": "e765",
+      "unicode_decimal": 59237
+    },
+    {
+      "icon_id": "35106847",
+      "name": "editor_editor",
+      "font_class": "editor_editor",
+      "unicode": "e764",
+      "unicode_decimal": 59236
+    },
+    {
+      "icon_id": "35955467",
+      "name": "pop-ups_shut-down-copy",
+      "font_class": "close-middle",
+      "unicode": "e767",
+      "unicode_decimal": 59239
+    },
+    {
+      "icon_id": "35104710",
+      "name": "editor_folder_on",
+      "font_class": "editor_folder_on",
+      "unicode": "e729",
+      "unicode_decimal": 59177
+    },
+    {
+      "icon_id": "35104711",
+      "name": "editor_add",
+      "font_class": "editor_add",
+      "unicode": "e72a",
+      "unicode_decimal": 59178
+    },
+    {
+      "icon_id": "35104712",
+      "name": "editor_hot_add",
+      "font_class": "editor_hot_add",
+      "unicode": "e72b",
+      "unicode_decimal": 59179
+    },
+    {
+      "icon_id": "35104713",
+      "name": "down",
+      "font_class": "down",
+      "unicode": "e72c",
+      "unicode_decimal": 59180
+    },
+    {
+      "icon_id": "35104715",
+      "name": "editor_folder_off",
+      "font_class": "editor_folder_off",
+      "unicode": "e72e",
+      "unicode_decimal": 59182
+    },
+    {
+      "icon_id": "35104716",
+      "name": "centering",
+      "font_class": "centering",
+      "unicode": "e72f",
+      "unicode_decimal": 59183
+    },
+    {
+      "icon_id": "35104717",
+      "name": "editor_on",
+      "font_class": "editor_on",
+      "unicode": "e730",
+      "unicode_decimal": 59184
+    },
+    {
+      "icon_id": "35104718",
+      "name": "editor_preview",
+      "font_class": "editor_preview",
+      "unicode": "e731",
+      "unicode_decimal": 59185
+    },
+    {
+      "icon_id": "35104719",
+      "name": "editor_return",
+      "font_class": "editor_return",
+      "unicode": "e732",
+      "unicode_decimal": 59186
+    },
+    {
+      "icon_id": "35104720",
+      "name": "editor_list_add",
+      "font_class": "editor_list_add",
+      "unicode": "e733",
+      "unicode_decimal": 59187
+    },
+    {
+      "icon_id": "35104721",
+      "name": "editor_3d",
+      "font_class": "editor_3d",
+      "unicode": "e734",
+      "unicode_decimal": 59188
+    },
+    {
+      "icon_id": "35104722",
+      "name": "editor_list_delete",
+      "font_class": "editor_list_delete",
+      "unicode": "e735",
+      "unicode_decimal": 59189
+    },
+    {
+      "icon_id": "35104723",
+      "name": "editor_save",
+      "font_class": "editor_save",
+      "unicode": "e736",
+      "unicode_decimal": 59190
+    },
+    {
+      "icon_id": "35104724",
+      "name": "editor_play",
+      "font_class": "editor_play",
+      "unicode": "e737",
+      "unicode_decimal": 59191
+    },
+    {
+      "icon_id": "35104725",
+      "name": "editor_update",
+      "font_class": "editor_update",
+      "unicode": "e738",
+      "unicode_decimal": 59192
+    },
+    {
+      "icon_id": "35104726",
+      "name": "left",
+      "font_class": "left",
+      "unicode": "e739",
+      "unicode_decimal": 59193
+    },
+    {
+      "icon_id": "35104727",
+      "name": "material_preview_drop_out",
+      "font_class": "material_preview_drop_out",
+      "unicode": "e73a",
+      "unicode_decimal": 59194
+    },
+    {
+      "icon_id": "35104728",
+      "name": "help_i",
+      "font_class": "help_i",
+      "unicode": "e73b",
+      "unicode_decimal": 59195
+    },
+    {
+      "icon_id": "35104729",
+      "name": "material_preview_narrow",
+      "font_class": "material_preview_narrow",
+      "unicode": "e73c",
+      "unicode_decimal": 59196
+    },
+    {
+      "icon_id": "35104730",
+      "name": "material_music",
+      "font_class": "material_music",
+      "unicode": "e73d",
+      "unicode_decimal": 59197
+    },
+    {
+      "icon_id": "35104731",
+      "name": "editor_list_ image",
+      "font_class": "editor_list_image",
+      "unicode": "e73e",
+      "unicode_decimal": 59198
+    },
+    {
+      "icon_id": "35104732",
+      "name": "top",
+      "font_class": "top",
+      "unicode": "e73f",
+      "unicode_decimal": 59199
+    },
+    {
+      "icon_id": "35104733",
+      "name": "full_screen",
+      "font_class": "full_screen",
+      "unicode": "e740",
+      "unicode_decimal": 59200
+    },
+    {
+      "icon_id": "35104734",
+      "name": "works_search",
+      "font_class": "works_search",
+      "unicode": "e741",
+      "unicode_decimal": 59201
+    },
+    {
+      "icon_id": "35104735",
+      "name": "material_operation_editor",
+      "font_class": "material_operation_editor",
+      "unicode": "e742",
+      "unicode_decimal": 59202
+    },
+    {
+      "icon_id": "35104736",
+      "name": "material_operation_delete",
+      "font_class": "material_operation_delete",
+      "unicode": "e743",
+      "unicode_decimal": 59203
+    },
+    {
+      "icon_id": "35104737",
+      "name": "help_?",
+      "font_class": "a-help_",
+      "unicode": "e744",
+      "unicode_decimal": 59204
+    },
+    {
+      "icon_id": "35104738",
+      "name": "pop-ups_crop",
+      "font_class": "pop-ups_crop",
+      "unicode": "e745",
+      "unicode_decimal": 59205
+    },
+    {
+      "icon_id": "35104739",
+      "name": "editor_panoramic",
+      "font_class": "editor_panoramic",
+      "unicode": "e746",
+      "unicode_decimal": 59206
+    },
+    {
+      "icon_id": "35104740",
+      "name": "material_preview_enlarge",
+      "font_class": "material_preview_enlarge",
+      "unicode": "e747",
+      "unicode_decimal": 59207
+    },
+    {
+      "icon_id": "35104741",
+      "name": "icon_pdf",
+      "font_class": "icon_pdf",
+      "unicode": "e748",
+      "unicode_decimal": 59208
+    },
+    {
+      "icon_id": "35104742",
+      "name": "material_image",
+      "font_class": "material_image",
+      "unicode": "e749",
+      "unicode_decimal": 59209
+    },
+    {
+      "icon_id": "35104743",
+      "name": "toast_green",
+      "font_class": "toast_green",
+      "unicode": "e74a",
+      "unicode_decimal": 59210
+    },
+    {
+      "icon_id": "35104744",
+      "name": "material_preview_full_screen",
+      "font_class": "material_preview_full_screen",
+      "unicode": "e74b",
+      "unicode_decimal": 59211
+    },
+    {
+      "icon_id": "35104745",
+      "name": "eye_off",
+      "font_class": "eye_off",
+      "unicode": "e74c",
+      "unicode_decimal": 59212
+    },
+    {
+      "icon_id": "35104746",
+      "name": "material_preview_next",
+      "font_class": "material_preview_next",
+      "unicode": "e74d",
+      "unicode_decimal": 59213
+    },
+    {
+      "icon_id": "35104747",
+      "name": "editor_playback",
+      "font_class": "editor_playback",
+      "unicode": "e74e",
+      "unicode_decimal": 59214
+    },
+    {
+      "icon_id": "35104748",
+      "name": "material_preview_upload_collect",
+      "font_class": "material_preview_upload_collect",
+      "unicode": "e74f",
+      "unicode_decimal": 59215
+    },
+    {
+      "icon_id": "35104749",
+      "name": "icon_graphic",
+      "font_class": "icon_graphic",
+      "unicode": "e750",
+      "unicode_decimal": 59216
+    },
+    {
+      "icon_id": "35104750",
+      "name": "material_preview_previous",
+      "font_class": "material_preview_previous",
+      "unicode": "e751",
+      "unicode_decimal": 59217
+    },
+    {
+      "icon_id": "35104751",
+      "name": "works_delete",
+      "font_class": "works_delete",
+      "unicode": "e752",
+      "unicode_decimal": 59218
+    },
+    {
+      "icon_id": "35104752",
+      "name": "works_share",
+      "font_class": "works_share",
+      "unicode": "e753",
+      "unicode_decimal": 59219
+    },
+    {
+      "icon_id": "35104753",
+      "name": "eye_on",
+      "font_class": "eye_on",
+      "unicode": "e754",
+      "unicode_decimal": 59220
+    },
+    {
+      "icon_id": "35104754",
+      "name": "material_video",
+      "font_class": "material_video",
+      "unicode": "e755",
+      "unicode_decimal": 59221
+    },
+    {
+      "icon_id": "35104755",
+      "name": "material_panoramic_picture",
+      "font_class": "material_panoramic_picture",
+      "unicode": "e756",
+      "unicode_decimal": 59222
+    },
+    {
+      "icon_id": "35104756",
+      "name": "editor_off",
+      "font_class": "editor_off",
+      "unicode": "e757",
+      "unicode_decimal": 59223
+    },
+    {
+      "icon_id": "35104757",
+      "name": "toast_red",
+      "font_class": "toast_red",
+      "unicode": "e758",
+      "unicode_decimal": 59224
+    },
+    {
+      "icon_id": "35104758",
+      "name": "editor_search",
+      "font_class": "editor_search",
+      "unicode": "e759",
+      "unicode_decimal": 59225
+    },
+    {
+      "icon_id": "35104759",
+      "name": "material_prompt",
+      "font_class": "material_prompt",
+      "unicode": "e75a",
+      "unicode_decimal": 59226
+    },
+    {
+      "icon_id": "35104760",
+      "name": "editor_list_edit",
+      "font_class": "editor_list_edit",
+      "unicode": "e75b",
+      "unicode_decimal": 59227
+    },
+    {
+      "icon_id": "35104761",
+      "name": "right",
+      "font_class": "right",
+      "unicode": "e75c",
+      "unicode_decimal": 59228
+    },
+    {
+      "icon_id": "35104762",
+      "name": "material_preview_upload",
+      "font_class": "material_preview_upload",
+      "unicode": "e75d",
+      "unicode_decimal": 59229
+    },
+    {
+      "icon_id": "35104763",
+      "name": "material_operation_image",
+      "font_class": "material_operation_image",
+      "unicode": "e75e",
+      "unicode_decimal": 59230
+    },
+    {
+      "icon_id": "35104764",
+      "name": "works_look",
+      "font_class": "works_look",
+      "unicode": "e75f",
+      "unicode_decimal": 59231
+    },
+    {
+      "icon_id": "35104765",
+      "name": "toast_yellow",
+      "font_class": "toast_yellow",
+      "unicode": "e760",
+      "unicode_decimal": 59232
+    },
+    {
+      "icon_id": "35104766",
+      "name": "pop-ups_shut-down",
+      "font_class": "close",
+      "unicode": "e761",
+      "unicode_decimal": 59233
+    },
+    {
+      "icon_id": "35104767",
+      "name": "up",
+      "font_class": "up",
+      "unicode": "e762",
+      "unicode_decimal": 59234
+    },
+    {
+      "icon_id": "35104768",
+      "name": "works_editor",
+      "font_class": "works_editor",
+      "unicode": "e763",
+      "unicode_decimal": 59235
+    }
+  ]
+}

文件差异内容过多而无法显示
+ 159 - 0
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.svg


二进制
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.ttf


二进制
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.woff


二进制
packages/qjkankan-view/public/showviewer/lib/font_2625385_jztczpbtnz/iconfont.woff2


+ 1 - 1
packages/qjkankan-view/src/components/UIGather/mobile/control/link.vue

@@ -2,7 +2,7 @@
   <div class="tag-layer" @click.stop>
     <div class="tag-header">
       <span> </span>
-      <i @click.stop="close" class="iconfont close icon-player_close"></i>
+      <i @click.stop="close" class="iconfont close icon-close-middle"></i>
     </div>
     <div class="linkcon">
       <div class="linkbody">

+ 1 - 1
packages/qjkankan-view/src/components/UIGather/mobile/control/text.vue

@@ -2,7 +2,7 @@
   <div class="tag-layer" @click.stop>
     <div class="tag-header">
       <span> </span>
-      <i @click.stop="close" class="iconfont close icon-player_close"></i>
+      <i @click.stop="close" class="iconfont close icon-close-middle"></i>
     </div>
     <div class="txtcon">
       <div class="txtbody" v-html="metadata.work.description"></div>

+ 1 - 1
packages/qjkankan-view/src/components/assembly/MobileTags/index.vue

@@ -3,7 +3,7 @@
     <div class="tag-layer" @click.stop>
       <div class="tag-header">
         <span>{{ currentTag.hotspotTitle }}</span>
-        <i @click.stop="close" class="iconfont close icon-player_close"></i>
+        <i @click.stop="close" class="iconfont close icon-close-middle"></i>
       </div>
       <metasImage @close="close" v-if="currentTag.hotspotType == 'image'" />
       <metasWeb v-if="currentTag.hotspotType == 'link'" />

+ 1 - 1
packages/qjkankan-view/src/components/assembly/Tags/metas/fixaudio.vue

@@ -51,7 +51,7 @@
         >
         </i>
         <!-- <ui-icon @click="$emit('close')" type="player_close"></ui-icon> -->
-        <i @click="$emit('close')" class="iconfont icon-player_close"> </i>
+        <i @click="$emit('close')" class="iconfont icon-close-middle"> </i>
       </div>
     </div>