diff --git a/components.d.ts b/components.d.ts index a36d716..bc1c037 100644 --- a/components.d.ts +++ b/components.d.ts @@ -2,7 +2,7 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -export {} +export {}; /* prettier-ignore */ declare module 'vue' { @@ -23,6 +23,8 @@ declare module 'vue' { VanCol: typeof import('vant/es')['Col'] VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] + VanGrid: typeof import('vant/es')['Grid'] + VanGridItem: typeof import('vant/es')['GridItem'] VanIcon: typeof import('vant/es')['Icon'] VanNavBar: typeof import('vant/es')['NavBar'] VanPicker: typeof import('vant/es')['Picker'] @@ -32,8 +34,6 @@ declare module 'vue' { VanRow: typeof import('vant/es')['Row'] VanStepper: typeof import('vant/es')['Stepper'] VanSwitch: typeof import('vant/es')['Switch'] - VanTab: typeof import('vant/es')['Tab'] - VanTabs: typeof import('vant/es')['Tabs'] YLCascader: typeof import('./src/components/YLCascader.vue')['default'] YLInput: typeof import('./src/components/YLInput.vue')['default'] YLPicker: typeof import('./src/components/YLPicker.vue')['default'] diff --git a/src/components/YLPicker.vue b/src/components/YLPicker.vue index c5108d0..7e5cf8f 100644 --- a/src/components/YLPicker.vue +++ b/src/components/YLPicker.vue @@ -170,8 +170,8 @@ const getMaxDateLimit = computed(() => { props.format ); const tempStr = '0000-12-31 23:59:59'; - const result - = props.maxDate.length !== 0 && thisMax.length > props.maxDate.length + const result = + props.maxDate.length !== 0 && thisMax.length > props.maxDate.length ? thisMax.slice(0, props.maxDate.length) + tempStr.slice(props.maxDate.length) : thisMax; return result.slice(0, props.format.length); @@ -194,8 +194,8 @@ function onChange({ selectedValues, columnIndex }) { renderMinuteColumns, renderSecondColumns ]; - updateColumns[columnIndex] - && updateColumns[columnIndex](changeValue, getMinDateLimit.value, getMaxDateLimit.value, false); + updateColumns[columnIndex] && + updateColumns[columnIndex](changeValue, getMinDateLimit.value, getMaxDateLimit.value, false); } // 渲染全部列 diff --git a/src/fonts/demo.css b/src/fonts/demo.css index 7df7d71..8a05f6e 100644 --- a/src/fonts/demo.css +++ b/src/fonts/demo.css @@ -4,25 +4,17 @@ 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'), + 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'); - src: - url('//at.alicdn.com/t/c/font_4841764_vat2jbvw3q.woff2?t=1741575060989') format('woff2'), - url('//at.alicdn.com/t/c/font_4841764_vat2jbvw3q.woff?t=1741575060989') format('woff'), - url('//at.alicdn.com/t/c/font_4841764_vat2jbvw3q.ttf?t=1741575060989') format('truetype'); -} - -@font-face { - font-family: ''; + format('svg'); } .logo { - font-style: normal; - font-size: 160px; font-family: 'iconfont logo'; + font-size: 160px; + font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -37,8 +29,8 @@ right: 0; bottom: 0; height: 42px; - color: #666; line-height: 42px; + color: #666; } #tabs { @@ -46,17 +38,17 @@ } #tabs li { - position: relative; - z-index: 1; + cursor: pointer; width: 100px; height: 40px; - margin-bottom: -1px; - border-bottom: 2px solid transparent; - color: #666; - font-size: 16px; line-height: 40px; text-align: center; - cursor: pointer; + font-size: 16px; + border-bottom: 2px solid transparent; + position: relative; + z-index: 1; + margin-bottom: -1px; + color: #666; } #tabs .active { @@ -70,25 +62,25 @@ /* 页面布局 */ .main { + padding: 30px 100px; width: 960px; margin: 0 auto; - padding: 30px 100px; } .main .logo { - overflow: hidden; + color: #333; + text-align: left; + margin-bottom: 30px; + line-height: 1; height: 110px; margin-top: -50px; - margin-bottom: 30px; - color: #333; - line-height: 1; - text-align: left; + overflow: hidden; *zoom: 1; } .main .logo a { - color: #333; font-size: 160px; + color: #333; } .helps { @@ -96,25 +88,25 @@ } .helps pre { - overflow: auto; - margin: 10px 0; padding: 20px; + margin: 10px 0; border: solid 1px #e7e1cd; background-color: #fffdef; + overflow: auto; } .icon_lists { - overflow: hidden; width: 100% !important; + overflow: hidden; *zoom: 1; } .icon_lists li { width: 100px; - margin-right: 20px; margin-bottom: 10px; - list-style: none !important; + margin-right: 20px; text-align: center; + list-style: none !important; cursor: default; } @@ -125,10 +117,10 @@ .icon_lists .icon { display: block; height: 100px; + line-height: 100px; + font-size: 42px; margin: 10px auto; color: #333; - font-size: 42px; - line-height: 100px; -webkit-transition: font-size 0.25s linear, width 0.25s linear; @@ -145,18 +137,15 @@ } .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; - - /* 通过设置 font-size 来改变图标大小 */ - width: 1em; - - /* 通过设置 color 来改变 SVG 的颜色/fill */ - fill: currentcolor; } .icon_lists li .name, @@ -181,10 +170,10 @@ } .markdown h1 { - margin-bottom: 24px; color: #404040; font-weight: 500; line-height: 40px; + margin-bottom: 24px; } .markdown h2, @@ -192,10 +181,10 @@ .markdown h4, .markdown h5, .markdown h6 { - clear: both; - margin: 1.6em 0 0.6em; color: #404040; + margin: 1.6em 0 0.6em 0; font-weight: 500; + clear: both; } .markdown h1 { @@ -223,11 +212,11 @@ } .markdown hr { - clear: both; height: 1px; - margin: 16px 0; border: 0; background: #e9e9e9; + margin: 16px 0; + clear: both; } .markdown p { @@ -270,8 +259,8 @@ .markdown code { margin: 0 3px; padding: 0 5px; - border-radius: 3px; background: #eee; + border-radius: 3px; } .markdown strong, @@ -280,24 +269,24 @@ } .markdown > table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; width: 95%; margin-bottom: 24px; - border: 1px solid #e9e9e9; - border-spacing: 0; - border-collapse: collapse; - empty-cells: show; } .markdown > table th { + white-space: nowrap; color: #333; font-weight: 600; - white-space: nowrap; } .markdown > table th, .markdown > table td { - padding: 8px 16px; border: 1px solid #e9e9e9; + padding: 8px 16px; text-align: left; } @@ -306,11 +295,11 @@ } .markdown blockquote { - margin: 1em 0; - padding-left: 0.8em; - border-left: 4px solid #e9e9e9; - color: #999; font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; } .markdown blockquote p { @@ -318,9 +307,9 @@ } .markdown .anchor { - margin-left: 8px; opacity: 0; transition: opacity 0.3s ease; + margin-left: 8px; } .markdown .waiting { @@ -333,8 +322,8 @@ .markdown h4:hover .anchor, .markdown h5:hover .anchor, .markdown h6:hover .anchor { - display: inline-block; opacity: 1; + display: inline-block; } .markdown > br, @@ -344,10 +333,10 @@ .hljs { display: block; - overflow-x: auto; - padding: 0.5em; background: white; - color: #333; + padding: 0.5em; + color: #333333; + overflow-x: auto; } .hljs-comment, @@ -383,7 +372,7 @@ } .hljs-tag { - color: #333; + color: #333333; } .hljs-title, @@ -396,13 +385,13 @@ } .hljs-addition { - background-color: #eaffea; color: #55a532; + background-color: #eaffea; } .hljs-deletion { - background-color: #ffecec; color: #bd2c00; + background-color: #ffecec; } .hljs-link { @@ -410,10 +399,8 @@ } /* 代码高亮 */ - /* 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) @@ -421,19 +408,21 @@ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc */ code[class*='language-'], pre[class*='language-'] { - background: none; color: black; - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - line-height: 1.5; - text-align: left; + 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-wrap: 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; @@ -444,16 +433,16 @@ pre[class*='language-']::-moz-selection, pre[class*='language-'] ::-moz-selection, code[class*='language-']::-moz-selection, code[class*='language-'] ::-moz-selection { - background: #b3d4fc; text-shadow: none; + background: #b3d4fc; } pre[class*='language-']::selection, pre[class*='language-'] ::selection, code[class*='language-']::selection, code[class*='language-'] ::selection { - background: #b3d4fc; text-shadow: none; + background: #b3d4fc; } @media print { @@ -465,9 +454,9 @@ code[class*='language-'] ::selection { /* Code blocks */ pre[class*='language-'] { - overflow: auto; - margin: 0.5em 0; padding: 1em; + margin: 0.5em 0; + overflow: auto; } :not(pre) > code[class*='language-'], @@ -521,8 +510,8 @@ pre[class*='language-'] { .token.url, .language-css .token.string, .style .token.string { - background: hsla(0deg, 0%, 100%, 0.5); color: #9a6e3a; + background: hsla(0, 0%, 100%, 0.5); } .token.atrule, diff --git a/src/fonts/demo_index.html b/src/fonts/demo_index.html new file mode 100644 index 0000000..90d04dc --- /dev/null +++ b/src/fonts/demo_index.html @@ -0,0 +1,837 @@ + + + + + iconfont Demo + + + + + + + + + + + + + +
+

+ + + +

+ +
+
+
    +
  • + +
    橡皮,擦除,橡皮擦
    +
    
    +
  • + +
  • + +
    画笔
    +
    
    +
  • + +
  • + +
    撤销
    +
    
    +
  • + +
  • + +
    上传
    +
    
    +
  • + +
  • + +
    清空
    +
    
    +
  • + +
  • + +
    blod
    +
    
    +
  • + +
  • + +
    qingxie
    +
    
    +
  • + +
  • + +
    undline
    +
    
    +
  • + +
  • + +
    image
    +
    
    +
  • + +
  • + +
    del
    +
    
    +
  • + +
  • + +
    more
    +
    
    +
  • + +
  • + +
    delete
    +
    
    +
  • + +
  • + +
    del
    +
    
    +
  • + +
  • + +
    option
    +
    
    +
  • + +
  • + +
    setting
    +
    
    +
  • + +
  • + +
    add
    +
    
    +
  • + +
  • + +
    radio_box
    +
    
    +
  • + +
  • + +
    矩阵打分
    +
    
    +
  • + +
  • + +
    checkbox-checked
    +
    
    +
  • + +
  • + +
    nps
    +
    
    +
  • + +
  • + +
    input
    +
    
    +
  • + +
  • + +
    矩阵填空
    +
    
    +
  • + +
  • + +
    文件上传
    +
    
    +
  • + +
  • + +
    签名
    +
    
    +
  • + +
  • + +
    图文
    +
    
    +
  • + +
  • + +
    矩阵多选
    +
    
    +
  • + +
  • + 𓱿 +
    矩阵单选
    +
    𓱿
    +
  • + +
  • + +
    edit-2
    +
    
    +
  • + +
  • + +
    copy
    +
    
    +
  • + +
  • + +
    delete
    +
    
    +
  • + +
  • + +
    sort
    +
    
    +
  • +
+
+

Unicode 引用

+
+ +

Unicode 是字体在网页端最原始的应用方式,特点是:

+
    +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 默认情况下不支持多色,直接添加多色图标会自动去色。
  • +
+
+

+ 注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol + 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。) +

+
+

Unicode 使用步骤如下:

+

第一步:拷贝项目下面生成的 @font-face

+
@font-face {
+  font-family: 'mobilefont';
+  src: url('iconfont.woff2?t=1742102742566') format('woff2'),
+       url('iconfont.woff?t=1742102742566') format('woff'),
+       url('iconfont.ttf?t=1742102742566') format('truetype');
+}
+
+

第二步:定义使用 iconfont 的样式

+
.mobilefont {
+  font-family: "mobilefont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
+<span class="mobilefont">&#x33;</span>
+
+
+

+ "mobilefont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。 +

+
+
+
+
+
    +
  • + +
    橡皮,擦除,橡皮擦
    +
    .mobilefont-rubber
    +
  • + +
  • + +
    画笔
    +
    .mobilefont-huabi
    +
  • + +
  • + +
    撤销
    +
    .mobilefont-chexiao
    +
  • + +
  • + +
    上传
    +
    .mobilefont-shangchuan
    +
  • + +
  • + +
    清空
    +
    .mobilefont-qingkong
    +
  • + +
  • + +
    blod
    +
    .mobilefont-jiacu
    +
  • + +
  • + +
    qingxie
    +
    .mobilefont-qingxie
    +
  • + +
  • + +
    undline
    +
    .mobilefont-xiahuaxian
    +
  • + +
  • + +
    image
    +
    .mobilefont-tupian
    +
  • + +
  • + +
    del
    +
    .mobilefont-del1
    +
  • + +
  • + +
    more
    +
    .mobilefont-gengduo
    +
  • + +
  • + +
    delete
    +
    .mobilefont-delete1
    +
  • + +
  • + +
    del
    +
    .mobilefont-del
    +
  • + +
  • + +
    option
    +
    .mobilefont-option
    +
  • + +
  • + +
    setting
    +
    .mobilefont-setting
    +
  • + +
  • + +
    add
    +
    .mobilefont-add
    +
  • + +
  • + +
    radio_box
    +
    .mobilefont-radiobox
    +
  • + +
  • + +
    矩阵打分
    +
    .mobilefont-juzhendafen
    +
  • + +
  • + +
    checkbox-checked
    +
    .mobilefont-checkbox-checked
    +
  • + +
  • + +
    nps
    +
    .mobilefont-nps
    +
  • + +
  • + +
    input
    +
    .mobilefont-input
    +
  • + +
  • + +
    矩阵填空
    +
    .mobilefont-juzhentiankong
    +
  • + +
  • + +
    文件上传
    +
    .mobilefont-wenjianshangchuan
    +
  • + +
  • + +
    签名
    +
    .mobilefont-qianming
    +
  • + +
  • + +
    图文
    +
    .mobilefont-tuwen
    +
  • + +
  • + +
    矩阵多选
    +
    .mobilefont-juzhenduoxuan
    +
  • + +
  • + +
    矩阵单选
    +
    .mobilefont-juzhendanxuan
    +
  • + +
  • + +
    edit-2
    +
    .mobilefont-edit2
    +
  • + +
  • + +
    copy
    +
    .mobilefont-copy
    +
  • + +
  • + +
    delete
    +
    .mobilefont-delete
    +
  • + +
  • + +
    sort
    +
    .mobilefont-sort
    +
  • +
+
+

font-class 引用

+
+ +

+ font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode + 书写不直观,语意不明确的问题。 +

+

与 Unicode 使用方式相比,具有如下特点:

+
    +
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • +
  • + 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode + 引用。 +
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 fontclass 代码:

+
<link rel="stylesheet" href="./iconfont.css">
+
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<span class="mobilefont mobilefont-xxx"></span>
+
+
+

+ " mobilefont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。 +

+
+
+
+
+
    +
  • + +
    橡皮,擦除,橡皮擦
    +
    #mobilefont-rubber
    +
  • + +
  • + +
    画笔
    +
    #mobilefont-huabi
    +
  • + +
  • + +
    撤销
    +
    #mobilefont-chexiao
    +
  • + +
  • + +
    上传
    +
    #mobilefont-shangchuan
    +
  • + +
  • + +
    清空
    +
    #mobilefont-qingkong
    +
  • + +
  • + +
    blod
    +
    #mobilefont-jiacu
    +
  • + +
  • + +
    qingxie
    +
    #mobilefont-qingxie
    +
  • + +
  • + +
    undline
    +
    #mobilefont-xiahuaxian
    +
  • + +
  • + +
    image
    +
    #mobilefont-tupian
    +
  • + +
  • + +
    del
    +
    #mobilefont-del1
    +
  • + +
  • + +
    more
    +
    #mobilefont-gengduo
    +
  • + +
  • + +
    delete
    +
    #mobilefont-delete1
    +
  • + +
  • + +
    del
    +
    #mobilefont-del
    +
  • + +
  • + +
    option
    +
    #mobilefont-option
    +
  • + +
  • + +
    setting
    +
    #mobilefont-setting
    +
  • + +
  • + +
    add
    +
    #mobilefont-add
    +
  • + +
  • + +
    radio_box
    +
    #mobilefont-radiobox
    +
  • + +
  • + +
    矩阵打分
    +
    #mobilefont-juzhendafen
    +
  • + +
  • + +
    checkbox-checked
    +
    #mobilefont-checkbox-checked
    +
  • + +
  • + +
    nps
    +
    #mobilefont-nps
    +
  • + +
  • + +
    input
    +
    #mobilefont-input
    +
  • + +
  • + +
    矩阵填空
    +
    #mobilefont-juzhentiankong
    +
  • + +
  • + +
    文件上传
    +
    #mobilefont-wenjianshangchuan
    +
  • + +
  • + +
    签名
    +
    #mobilefont-qianming
    +
  • + +
  • + +
    图文
    +
    #mobilefont-tuwen
    +
  • + +
  • + +
    矩阵多选
    +
    #mobilefont-juzhenduoxuan
    +
  • + +
  • + +
    矩阵单选
    +
    #mobilefont-juzhendanxuan
    +
  • + +
  • + +
    edit-2
    +
    #mobilefont-edit2
    +
  • + +
  • + +
    copy
    +
    #mobilefont-copy
    +
  • + +
  • + +
    delete
    +
    #mobilefont-delete
    +
  • + +
  • + +
    sort
    +
    #mobilefont-sort
    +
  • +
+
+

Symbol 引用

+
+ +

+ 这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点: +

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • + 通过一些技巧,支持像字体那样,通过 font-size, + color 来调整样式。 +
  • +
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • +
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 symbol 代码:

+
<script src="./iconfont.js"></script>
+
+

第二步:加入通用 CSS 代码(引入一次就行):

+
<style>
+.icon {
+  width: 1em;
+  height: 1em;
+  vertical-align: -0.15em;
+  fill: currentColor;
+  overflow: hidden;
+}
+</style>
+
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+
+
+ + + diff --git a/src/fonts/iconfont.css b/src/fonts/iconfont.css index 38aacb9..0b1c1eb 100644 --- a/src/fonts/iconfont.css +++ b/src/fonts/iconfont.css @@ -1,2365 +1,139 @@ @font-face { - font-family: mobilefont; /* Project id 3121635 */ + font-family: 'mobilefont'; /* Project id 4841764 */ src: - url('iconfont.woff2?t=1732174085435') format('woff2'), - url('iconfont.woff?t=1732174085435') format('woff'), - url('iconfont.ttf?t=1732174085435') format('truetype'); - + url('iconfont.woff2?t=1742102742566') format('woff2'), + url('iconfont.woff?t=1742102742566') format('woff'), + url('iconfont.ttf?t=1742102742566') format('truetype'); } - .mobilefont { - font-style: normal; + font-family: 'mobilefont' !important; font-size: 16px; - font-family: mobilefont !important; + font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.icon-a-zu1541::before { - content: '\e876'; +.mobilefont-rubber:before { + content: '\ea15'; } -.icon-gainianpeizhi::before { - content: '\e877'; -} - -.icon-kouweipeizhi::before { - content: '\e878'; -} - -.icon-fuzhilianjie::before { - content: '\e875'; -} - -.icon-rongqi13::before { - content: '\e871'; -} - -.icon-neibaopeizhi::before { - content: '\e872'; -} - -.icon-waixiangpeizhi::before { - content: '\e874'; -} - -.icon-fenxiangbaogao::before { - content: '\e870'; -} - -.icon-gengxinbaogao::before { - content: '\e873'; -} - -.icon-shujumingxi2::before { - content: '\e879'; -} - -.icon-icon_BPTO::before { - content: '\e86f'; -} - -.icon-icon_recording::before { - content: '\e86e'; -} - -.icon-a-icon_ExportPassword::before { - content: '\e86d'; -} - -.icon-icon_autogenerate::before { - content: '\e86b'; -} - -.icon-icon_timer::before { - content: '\e86c'; -} - -.icon-tiankongti1::before { - content: '\e86a'; -} - -.icon-download::before { - content: '\e869'; -} - -.icon-rongqi12::before { - content: '\e868'; -} - -.icon-a-bianzu23::before { - content: '\e867'; -} - -.icon-rongqi10::before { - content: '\e866'; -} - -.icon-AIzhinengxinxitiqu::before { - content: '\e865'; -} - -.icon-gengduo4::before { - content: '\e863'; -} - -.icon-chanpinchuangxin::before { - content: '\e864'; -} - -.icon-yuanwen::before { - content: '\e861'; -} - -.icon-chakanxiangqing::before { - content: '\e862'; -} - -.icon-icon_proposition::before { - content: '\e860'; -} - -.icon-icon_innovate::before { - content: '\e859'; -} - -.icon-icon_estimate::before { - content: '\e85a'; -} - -.icon-icon_expert::before { - content: '\e85b'; -} - -.icon-icon_institution::before { - content: '\e85c'; -} - -.icon-icon_test::before { - content: '\e85d'; -} - -.icon-icon_Co-Create::before { - content: '\e85e'; -} - -.icon-icon_originality::before { - content: '\e85f'; -} - -.icon-bianji1::before { - content: '\e858'; -} - -.icon-huishouzhan1::before { - content: '\e857'; -} - -.icon-icon_flat::before { - content: '\e854'; -} - -.icon-icon_up::before { - content: '\e855'; -} - -.icon-icon_down::before { - content: '\e856'; -} - -.icon-duihao::before { - content: '\e853'; -} - -.icon-ceshi1::before { - content: '\e852'; -} - -.icon-paixuti::before { - content: '\e851'; -} - -.icon-duoxiangtiankongti::before { - content: '\e850'; -} - -.icon-a-rongqi13::before { - content: '\e84f'; -} - -.icon-ceshi::before { - content: '\e84e'; -} - -.icon-chuangzuozhongxin1::before { - content: '\e84c'; -} - -.icon-xunhuanyinyong::before { - content: '\e84d'; -} - -.icon-xuanxiangfenzu::before { - content: '\e84b'; -} - -.icon-qingganfenxi::before { - content: '\e845'; -} - -.icon-a-zu996::before { - content: '\e846'; -} - -.icon-wenbenfenlei::before { - content: '\e847'; -} - -.icon-fuxiang::before { - content: '\e848'; -} - -.icon-duanlafenci::before { - content: '\e849'; -} - -.icon-zhengxiang::before { - content: '\e84a'; -} - -.icon-xinshenggainian::before { - content: '\e842'; -} - -.icon-yuanwenzhanshi::before { - content: '\e843'; -} - -.icon-fawenzhutixinxi::before { - content: '\e844'; -} - -.icon-a-zhanghaoliangji1x::before { - content: '\e841'; -} - -.icon-chengshujihui::before { - content: '\e839'; -} - -.icon-guanchajihui::before { - content: '\e83a'; -} - -.icon-huorejihui::before { - content: '\e83b'; -} - -.icon-qianzaijihui::before { - content: '\e83c'; -} - -.icon-fawenshu::before { - content: '\e83d'; -} - -.icon-a-rongqi22::before { - content: '\e83e'; -} - -.icon-rongqi9::before { - content: '\e83f'; -} - -.icon-a-Group11::before { - content: '\e840'; -} - -.icon-charushipin::before { - content: '\e838'; -} - -.icon-shangchuan2::before { - content: '\e836'; -} - -.icon-xiazai1::before { - content: '\e837'; -} - -.icon-xiala2::before { - content: '\e835'; -} - -.icon-NPSti::before { - content: '\e833'; -} - -.icon-requti::before { - content: '\e834'; -} - -.icon-fabu4::before { - content: '\e830'; -} - -.icon-xiazaizhongxin1::before { - content: '\e831'; -} - -.icon-fenxiang3::before { - content: '\e832'; -} - -.icon-bianjiluoji::before { - content: '\e82f'; -} - -.icon-xuanxiangxianshi2::before { - content: '\e82e'; -} - -.icon-gaojishezhi::before { - content: '\e82d'; -} - -.icon-a-1231::before { - content: '\e82c'; -} - -.icon-a-rongqi21::before { - content: '\e828'; -} - -.icon-a-rongqi32::before { - content: '\e829'; -} - -.icon-a-rongqi11::before { - content: '\e82a'; -} - -.icon-a-rongqi4::before { - content: '\e82b'; -} - -.icon-shouqi4::before { - content: '\e826'; -} - -.icon-zhankai2::before { - content: '\e827'; -} - -.icon-tianjia1::before { - content: '\e825'; -} - -.icon-a-zu914::before { - content: '\e823'; -} - -.icon-rongqi8::before { - content: '\e824'; -} - -.icon-fanhui::before { - content: '\e822'; -} - -.icon-a-zu999::before { - content: '\e820'; -} - -.icon-shuoming2::before { - content: '\e821'; -} - -.icon-charuxunhuan::before { - content: '\e81f'; -} - -.icon-a-xingxing1::before { - content: '\e81e'; -} - -.icon-tiqianzhongzhi1::before { - content: '\e816'; -} - -.icon-gouwuche1::before { - content: '\e81d'; -} - -.icon-shuoming1::before { - content: '\e81c'; -} - -.icon-changanlingqu::before { - content: '\e818'; -} - -.icon-xingzhuangjiehe2::before { - content: '\e817'; -} - -.icon-zuodachenggong::before { - content: '\e815'; -} - -.icon-rongqi-2::before { - content: '\e813'; -} - -.icon-rongqi7::before { - content: '\e814'; -} - -.icon-jiejuefangan5::before { - content: '\e81a'; -} - -.icon-a-zu5413::before { - content: '\e81b'; -} - -.icon-gongzuotai::before { - content: '\e819'; -} - -.icon-zuzhiguanli::before { - content: '\e811'; -} - -.icon-qiyeshezhi::before { - content: '\e812'; -} - -.icon-shuoming::before { - content: '\e810'; -} - -.icon-qingkong2::before { - content: '\e80f'; -} - -.icon-xiala1::before { - content: '\e80c'; -} - -.icon-diannao1::before { - content: '\e80d'; -} - -.icon-shouji1::before { - content: '\e80e'; -} - -.icon-zhankai11::before { - content: '\e80b'; -} - -.icon-shouqi3::before { - content: '\e80a'; -} - -.icon-a-wenjian1::before { - content: '\e60e'; -} - -.icon-xiangmu::before { - content: '\e809'; -} - -.icon-PSM2::before { - content: '\e807'; -} - -.icon-KANO2::before { - content: '\e808'; -} - -.icon-tihuantupian::before { - content: '\e805'; -} - -.icon-fangdatupian::before { - content: '\e806'; -} - -.icon-lianxiren1::before { - content: '\e804'; -} - -.icon-dakai1::before { - content: '\e803'; -} - -.icon-a-bianzu34::before { - content: '\e802'; -} - -.icon-xuanxiangxianshi1::before { - content: '\e801'; -} - -.icon-a-CombinedShape21::before { - content: '\e800'; -} - -.icon-xiazaiqi::before { - content: '\e7fe'; -} - -.icon-piliang1::before { - content: '\e7ff'; -} - -.icon-fenxiang2::before { - content: '\e7fc'; -} - -.icon-fabu3::before { - content: '\e7fd'; -} - -.icon-a-3Dchangjingfenxi::before { - content: '\e7fb'; -} - -.icon-shoucang2::before { - content: '\e7f9'; -} - -.icon-shoucangkong::before { - content: '\e7fa'; -} - -.icon-shoucang::before { - content: '\e7f5'; -} - -.icon-yulan2::before { - content: '\e7f6'; -} - -.icon-a-bianzu33::before { - content: '\e7f7'; -} - -.icon-lianxiwomen::before { - content: '\e7f8'; -} - -.icon-a-bianzu22::before { - content: '\e7f3'; -} - -.icon-bianzu6::before { - content: '\e7f4'; -} - -.icon-a-zu699::before { - content: '\e7f2'; -} - -.icon-sucaiku::before { - content: '\e7f0'; -} - -.icon-wodezuopin::before { - content: '\e7f1'; -} - -.icon-rongqi6::before { - content: '\e7ed'; -} - -.icon-a-rongqi1::before { - content: '\e60c'; -} - -.icon-rongqi5::before { - content: '\e60d'; -} - -.icon-a-rongqi2::before { - content: '\e60b'; -} - -.icon-Worddaoru::before { - content: '\e7ef'; -} - -.icon-rongqi4::before { - content: '\e7ec'; -} - -.icon-a-zu671::before { - content: '\e7ee'; -} - -.icon-chakanrenqunbao::before { - content: '\e7ea'; -} - -.icon-lianjie::before { - content: '\e7eb'; -} - -.icon-a-zu709::before { - content: '\e7e8'; -} - -.icon-tubiaoshuoming::before { - content: '\e7e9'; -} - -.icon-chudahuishoushuai1::before { - content: '\e7e3'; -} - -.icon-chakanwenjuanrenshu::before { - content: '\e7e4'; -} - -.icon-tiaoyanxiangmuzhuangtai::before { - content: '\e7e5'; -} - -.icon-wanchengdatirenshu::before { - content: '\e7e6'; -} - -.icon-dajuanrenshu::before { - content: '\e7e7'; -} - -.icon-wenjuanku::before { - content: '\e7e2'; -} - -.icon-tiku1::before { - content: '\e7e1'; -} - -.icon-a-jingjiadianjijiage::before { - content: '\e7d7'; -} - -.icon-jingjiajingzhengdu::before { - content: '\e7d8'; -} - -.icon-liuliangzhishu::before { - content: '\e7d9'; -} - -.icon-yidongrijiansuoliang::before { - content: '\e7da'; -} - -.icon-jingjiagongsishuliang::before { - content: '\e7db'; -} - -.icon-yidongzhishu::before { - content: '\e7dc'; -} - -.icon-PCrijiansuoliang::before { - content: '\e7dd'; -} - -.icon-shoululiang::before { - content: '\e7de'; -} - -.icon-changweicigeshu::before { - content: '\e7df'; -} - -.icon-a-360zhishu::before { - content: '\e7e0'; -} - -.icon-guanjiancizhushi::before { - content: '\e7d4'; -} - -.icon-shouqi2::before { - content: '\e7d5'; -} - -.icon-a-rongqi31::before { - content: '\e7d6'; -} - -.icon-gouwuche::before { - content: '\e7d3'; -} - -.icon-gerenzhongxin1::before { - content: '\e600'; -} - -.icon-zhanghu1::before { - content: '\e602'; -} - -.icon-dianhua1::before { - content: '\e7d2'; -} - -.icon-wanchenghuishouzongliang::before { - content: '\e7d0'; -} - -.icon-jinrihuishouliang::before { - content: '\e7d1'; -} - -.icon-fenxiang1::before { - content: '\e7cd'; -} - -.icon-xiazaizhongxin::before { - content: '\e7ce'; -} - -.icon-tianjiashaixuantiaojian::before { - content: '\e7cf'; -} - -.icon-bianjizhanghumingcheng::before { - content: '\e64f'; -} - -.icon-wanchengdatishuju::before { - content: '\e649'; -} - -.icon-chudahuishoushuai::before { - content: '\e64a'; -} - -.icon-chakanshujuku::before { - content: '\e64b'; -} - -.icon-zhaihongbao::before { - content: '\e64c'; -} - -.icon-wanchengtiaochashuju::before { - content: '\e64d'; -} - -.icon-wendati::before { - content: '\e64e'; -} - -.icon-gerenzhongxin::before { - content: '\e646'; -} - -.icon-zhanghu::before { - content: '\e647'; -} - -.icon-buxihuan::before { - content: '\e7cc'; -} - -.icon-xihuan::before { - content: '\e7cb'; -} - -.icon-liebiao::before { - content: '\e7ca'; -} - -.icon-fenzu::before { - content: '\e7c9'; -} - -.icon-XMkanban::before { - content: '\e7c8'; -} - -.icon-bianji::before { - content: '\e7c5'; -} - -.icon-fabu2::before { - content: '\e7c6'; -} - -.icon-shuju::before { - content: '\e7c7'; -} - -.icon-Word::before { - content: '\e7c2'; -} - -.icon-Excel::before { - content: '\e7c3'; -} - -.icon-PDF::before { - content: '\e7c4'; -} - -.icon-kapian::before { - content: '\e7bf'; -} - -.icon-wenjuan::before { - content: '\e7c0'; -} - -.icon-chuangzuozhongxin::before { - content: '\e7c1'; -} - -.icon-a-zu141::before { - content: '\e7bc'; -} - -.icon-a-rongqi5::before { - content: '\e7bd'; -} - -.icon-a-zu582::before { - content: '\e7be'; -} - -.icon-wodexiangmu1::before { - content: '\e7b7'; -} - -.icon-gailan1::before { - content: '\e7ba'; -} - -.icon-jiejuefangan1::before { - content: '\e7b8'; -} - -.icon-yangbenku1::before { - content: '\e7b9'; -} - -.icon-dongcha::before { - content: '\e7bb'; -} - -.icon-fuzhi2::before { - content: '\e7b4'; -} - -.icon-tubiao::before { - content: '\e7b5'; -} - -.icon-xiangqing::before { - content: '\e7b6'; -} - -.icon-fafanghongbaozonge::before { - content: '\e7b0'; -} - -.icon-guanjianci::before { - content: '\e7b1'; -} - -.icon-a-jijizhongxingxinxi::before { - content: '\e7b2'; -} - -.icon-xiaojixinxi::before { - content: '\e7b3'; -} - -.icon-yuanshishuju::before { - content: '\e7af'; -} - -.icon-gengduo3::before { - content: '\e7ac'; -} - -.icon-shiyong::before { - content: '\e7ad'; -} - -.icon-yulan1::before { - content: '\e7ae'; -} - -.icon-datishezhi::before { - content: '\e7ab'; -} - -.icon-lianjieerweima::before { - content: '\e7aa'; -} - -.icon-duibifenxi::before { - content: '\e7a9'; -} - -.icon-jiaochafenxi::before { - content: '\e7a8'; -} - -.icon-mingxishuju::before { - content: '\e7a7'; -} - -.icon-PSMfenxi::before { - content: '\e7a5'; -} - -.icon-jichufenxi::before { - content: '\e7a6'; -} - -.icon-rongqi3::before { - content: '\e7a2'; -} - -.icon-rongqi11::before { - content: '\e7a3'; -} - -.icon-KANOfenxi::before { - content: '\e7a4'; -} - -.icon-a-zu6::before { - content: '\e79d'; -} - -.icon-yijicaidanxuanzhong::before { - content: '\e79e'; -} - -.icon-a-zu7::before { - content: '\e79f'; -} - -.icon-bianzu5::before { - content: '\e7a0'; -} - -.icon-rongqi2::before { - content: '\e7a1'; -} - -.icon-rongqi1::before { - content: '\e798'; -} - -.icon-a-zu14::before { - content: '\e799'; -} - -.icon-a-zu12::before { - content: '\e79a'; -} - -.icon-a-rongqi8::before { - content: '\e79b'; -} - -.icon-a-rongqi3::before { - content: '\e79c'; -} - -.icon-wodexiangmu::before { - content: '\e793'; -} - -.icon-jiejuefangan::before { - content: '\e794'; -} - -.icon-yangbenku::before { - content: '\e795'; -} - -.icon-gailan::before { - content: '\e796'; -} - -.icon-rediandongcha::before { - content: '\e797'; -} - -.icon-tishi::before { - content: '\e792'; -} - -.icon-fenzurenshuzhanbi::before { - content: '\e791'; -} - -.icon-caijian::before { - content: '\e790'; -} - -.icon-rongqi::before { - content: '\e78f'; -} - -.icon-a-zu88::before { - content: '\e78b'; -} - -.icon-a-zu88-2::before { - content: '\e78c'; -} - -.icon-a-zu93::before { - content: '\e78d'; -} - -.icon-a-zu89::before { - content: '\e78e'; -} - -.icon-a-zu87::before { - content: '\e788'; -} - -.icon-a-zu91::before { - content: '\e78a'; -} - -.icon-yidongzhifenlei1::before { - content: '\e789'; -} - -.icon-shoucang1::before { - content: '\e786'; -} - -.icon-chakan::before { - content: '\e787'; -} - -.icon-bianzu4::before { - content: '\e785'; -} - -.icon-tiku::before { - content: '\e784'; -} - -.icon-a-1::before { - content: '\e61d'; -} - -.icon-a-1-1::before { - content: '\e641'; -} - -.icon-a-3-1::before { - content: '\e642'; -} - -.icon-a-3::before { - content: '\e643'; -} - -.icon-a-2::before { - content: '\e644'; -} - -.icon-a-2-1::before { - content: '\e645'; -} - -.icon-zuijinguankan1::before { - content: '\e61c'; -} - -.icon-bianzu3::before { - content: '\e601'; -} - -.icon-zuijinguankan::before { - content: '\e604'; -} - -.icon-guanyuwomen::before { - content: '\e605'; -} - -.icon-shoucangya::before { - content: '\e606'; -} - -.icon-a-bianzubeifen82x::before { - content: '\e616'; -} - -.icon-a-bianzubeifen112x::before { - content: '\e617'; -} - -.icon-mima1::before { - content: '\e783'; -} - -.icon-shoujihao3::before { - content: '\e781'; -} - -.icon-weixin1::before { - content: '\e782'; -} - -.icon-mimakechakan::before { - content: '\e77f'; -} - -.icon-mimabukechakan::before { - content: '\e780'; -} - -.icon-a-zu62::before { - content: '\e77e'; -} - -.icon-a-zu60::before { - content: '\e77d'; -} - -.icon-tuding::before { - content: '\e77c'; -} - -.icon--jiaotongbiaozhipai::before { - content: '\ebfe'; -} - -.icon-biankuang::before { - content: '\e773'; -} - -.icon-daochu2::before { - content: '\e774'; -} - -.icon-shanchu4::before { - content: '\e775'; -} - -.icon-shanchu2::before { - content: '\e776'; -} - -.icon-shanchu11::before { - content: '\e777'; -} - -.icon-xinjian::before { - content: '\e778'; -} - -.icon-yidong2::before { - content: '\e779'; -} - -.icon-shanchu6::before { - content: '\e77a'; -} - -.icon-xuanzhong::before { - content: '\e77b'; -} - -.icon-menu_cjgl::before { - content: '\e648'; -} - -.icon-iconzhankai::before { - content: '\e772'; -} - -.icon-wenjuanxiangqing::before { - content: '\e771'; -} - -.icon-a-360::before { - content: '\e770'; -} - -.icon-huishouzhan::before { - content: '\e76f'; -} - -.icon-youxiang1::before { - content: '\e76e'; -} - -.icon-weixin::before { - content: '\e76d'; -} - -.icon-dianhua::before { - content: '\e76c'; -} - -.icon-zhankai1::before { - content: '\e76b'; -} - -.icon-shouqi1::before { - content: '\e76a'; -} - -.icon-fabutongji::before { - content: '\e769'; -} - -.icon-zuhebiaogeti::before { - content: '\e768'; -} - -.icon-quanping1::before { - content: '\e767'; -} - -.icon-qiehuanliebiao::before { - content: '\e766'; -} - -.icon-Experiment::before { - content: '\e765'; -} - -.icon-UI::before { - content: '\e764'; -} - -.icon-xingzhuangjiehe-2::before { - content: '\e761'; -} - -.icon-xingzhuangjiehe-3::before { - content: '\e762'; -} - -.icon-a-bianzu32::before { - content: '\e763'; -} - -.icon-fuzhi1::before { - content: '\e75a'; -} - -.icon-daochu1::before { - content: '\e75b'; -} - -.icon-xiangyou::before { - content: '\e75c'; -} - -.icon-xiangzuo::before { - content: '\e75d'; -} - -.icon-shanchu1::before { - content: '\e75e'; -} - -.icon-pinglun::before { - content: '\e75f'; -} - -.icon-shangchuantupian2::before { - content: '\e760'; -} - -.icon-guanlian::before { - content: '\e759'; -} - -.icon-fenxiang::before { - content: '\e758'; -} - -.icon-shangchuantupian1::before { - content: '\e757'; -} - -.icon-qianmingti::before { - content: '\e756'; -} - -.icon-shengchengsheji::before { - content: '\e755'; -} - -.icon-daochusheji::before { - content: '\e753'; -} - -.icon-daorusheji::before { - content: '\e754'; -} - -.icon-peieshouxian::before { - content: '\e752'; -} - -.icon-jiagemoni::before { - content: '\e751'; -} - -.icon-xuanxiangxianshi::before { - content: '\e750'; -} - -.icon-xunhuan::before { - content: '\e74f'; -} - -.icon-tuichuyulan1::before { - content: '\e74e'; -} - -.icon-a-bianzu21::before { - content: '\e743'; -} - -.icon-a-bianzu4::before { - content: '\e744'; -} - -.icon-bianzu2::before { - content: '\e745'; -} - -.icon-shangchuan1::before { - content: '\e746'; -} - -.icon-a-bianzu31::before { - content: '\e747'; -} - -.icon-weizhigeshi::before { - content: '\e748'; -} - -.icon-word::before { - content: '\e749'; -} - -.icon-excel::before { - content: '\e74a'; -} - -.icon-wenjianjia::before { - content: '\e74b'; -} - -.icon-a-ppt::before { - content: '\e74c'; -} - -.icon-pdf::before { - content: '\e74d'; -} - -.icon-changjingku::before { - content: '\e742'; -} - -.icon-liuchengshezhi::before { - content: '\e741'; -} - -.icon-biaogeguanliyuanshezhi::before { - content: '\e740'; -} - -.icon-lujing1x::before { - content: '\e73a'; -} - -.icon-shenqingjiaru::before { - content: '\e73b'; -} - -.icon-yigouxuan::before { - content: '\e73c'; -} - -.icon-tuanduishezhi::before { - content: '\e73d'; -} - -.icon-xiezuozhe::before { - content: '\e73e'; -} - -.icon-weigouxuan::before { - content: '\e73f'; -} - -.icon-fabu1::before { - content: '\e640'; -} - -.icon-quanping::before { - content: '\e739'; -} - -.icon-chexiao::before { - content: '\e63b'; -} - -.icon-wancheng::before { - content: '\e63c'; -} - -.icon-xiangpi::before { - content: '\e63d'; -} - -.icon-huabi::before { - content: '\e63e'; -} - -.icon-qingkong1::before { - content: '\e63f'; -} - -.icon-qianming::before { - content: '\e637'; -} - -.icon-shoujihao2::before { - content: '\e638'; -} - -.icon-mima::before { - content: '\e639'; -} - -.icon-tongyishu::before { - content: '\e63a'; -} - -.icon-a-123::before { - content: '\e738'; -} - -.icon-piliang::before { - content: '\e702'; -} - -.icon-KANO1::before { - content: '\e635'; -} - -.icon-PSM1::before { - content: '\e636'; -} - -.icon-a-bianzu13::before { - content: '\e735'; -} - -.icon-xingzhuangjiehe1::before { - content: '\e736'; -} - -.icon-lianxiren::before { - content: '\e737'; -} - -.icon-fenxi::before { - content: '\e634'; -} - -.icon-a-bianzu30::before { - content: '\e734'; -} - -.icon-xingzhuang2::before { - content: '\e733'; -} - -.icon-a-Group14Copy::before { - content: '\e72e'; -} - -.icon-xingzhuangjiehe::before { - content: '\e731'; -} - -.icon-a-bianzu6::before { - content: '\e72f'; -} - -.icon-bianzu1::before { - content: '\e730'; -} - -.icon-bianzu-2::before { - content: '\e732'; -} - -.icon-a-bianzu3::before { - content: '\e72d'; -} - -.icon-shezhi::before { - content: '\e632'; -} - -.icon-tianjia::before { - content: '\e633'; -} - -.icon-bizhichi::before { - content: '\e62f'; -} - -.icon-wangyeqianru::before { - content: '\e630'; -} - -.icon-dingxinghuiyi::before { - content: '\e631'; -} - -.icon-a-bianzu5::before { - content: '\e72b'; -} - -.icon-xingzhuang1::before { - content: '\e72c'; -} - -.icon-gaojifenxi::before { - content: '\e62c'; -} - -.icon-youjian::before { - content: '\e62d'; -} - -.icon-duanxin::before { - content: '\e62e'; -} - -.icon-a-Group336::before { - content: '\e61e'; -} - -.icon-Union3::before { +.mobilefont-huabi:before { content: '\e61f'; } -.icon-Vectorf::before { - content: '\e620'; -} - -.icon-fabu::before { - content: '\e621'; -} - -.icon-xingzhuang::before { - content: '\e622'; -} - -.icon-chenggong1::before { - content: '\e623'; -} - -.icon-a-bianzu2::before { - content: '\e6f9'; -} - -.icon-pentuti::before { - content: '\e6fa'; -} - -.icon-nianlingduan::before { - content: '\e6fb'; -} - -.icon-shengshi1::before { - content: '\e6fc'; -} - -.icon-diliweizhi::before { - content: '\e6fd'; -} - -.icon-shengshiqu::before { - content: '\e6fe'; -} - -.icon-a-bianzu11::before { - content: '\e6ff'; -} - -.icon-bianzu::before { - content: '\e700'; -} - -.icon-nianling::before { - content: '\e701'; -} - -.icon-shengfen1::before { - content: '\e703'; -} - -.icon-a-CombinedShape3::before { - content: '\e704'; -} - -.icon-zhuanye::before { - content: '\e705'; -} - -.icon-tuwenshuoming1::before { - content: '\e706'; -} - -.icon-riqishijian1::before { - content: '\e707'; -} - -.icon-PSM::before { - content: '\e708'; -} - -.icon-ziyoufenzu::before { - content: '\e709'; -} - -.icon-duanluyinti::before { - content: '\e70a'; -} - -.icon-youxiang::before { - content: '\e70b'; -} - -.icon-Max::before { - content: '\e70c'; -} - -.icon-CBC::before { - content: '\e70d'; -} - -.icon-Star::before { - content: '\e70e'; -} - -.icon-xuanzeti1::before { - content: '\e70f'; -} - -.icon-KANO::before { - content: '\e710'; -} - -.icon-shijuelang::before { - content: '\e711'; -} - -.icon-xueli::before { - content: '\e712'; -} - -.icon-xingming::before { - content: '\e713'; -} - -.icon-jilianti1::before { - content: '\e714'; -} - -.icon-hangye::before { - content: '\e715'; -} - -.icon-xingbie::before { - content: '\e716'; -} - -.icon-shoujihao1::before { - content: '\e717'; -} - -.icon-yuanxiao1::before { - content: '\e718'; -} - -.icon-a-bianzu8::before { - content: '\e71c'; -} - -.icon-a-bianzu18::before { - content: '\e71d'; -} - -.icon-a-bianzu9::before { - content: '\e71e'; -} - -.icon-tihuan::before { - content: '\e71f'; -} - -.icon-jiancai::before { - content: '\e720'; -} - -.icon-dianzan::before { - content: '\e721'; -} - -.icon-dianzan1::before { - content: '\e722'; -} - -.icon-xin::before { - content: '\e723'; -} - -.icon-xingxing2::before { - content: '\e724'; -} - -.icon-xiaolian::before { - content: '\e725'; -} - -.icon-xiaolian1::before { - content: '\e726'; -} - -.icon-xin1::before { - content: '\e727'; -} - -.icon-xingxing1::before { - content: '\e728'; -} - -.icon-shengri::before { - content: '\e729'; -} - -.icon-jiantou::before { - content: '\e72a'; -} - -.icon-lujing::before { - content: '\e624'; -} - -.icon-zuodashezhi::before { - content: '\e625'; -} - -.icon-wenhao::before { - content: '\e626'; -} - -.icon-xiayiye::before { - content: '\e627'; -} - -.icon-shangyiye::before { - content: '\e628'; -} - -.icon-shangchuantupian::before { - content: '\e629'; -} - -.icon-diliweizhi1::before { - content: '\e62a'; -} - -.icon-shangchuanwenjian::before { - content: '\e62b'; -} - -.icon-a-CombinedShape2::before { - content: '\e6f8'; -} - -.icon-danxuan-moren::before { - content: '\e681'; -} - -.icon-danxuan-morenshubiaoyiru::before { - content: '\e683'; -} - -.icon-danxuan-xuanzhongzhihui::before { - content: '\e688'; -} - -.icon-danxuanxiaochicun-moren::before { - content: '\e693'; -} - -.icon-danxuan-morenzhihui::before { - content: '\e6a6'; -} - -.icon-danxuanxiaochicun-morenzhihui::before { - content: '\e6aa'; -} - -.icon-danxuanxiaochicun-xuanzhong::before { - content: '\e6b3'; -} - -.icon-danxuan-xuanzhong::before { - content: '\e6c7'; -} - -.icon-danxuanxiaochicun-morenshubiaoyiru::before { - content: '\e6c8'; -} - -.icon-duoxuan-bufenyixuan1::before { - content: '\e6d5'; -} - -.icon-duoxuanxiaochicun-weixuan::before { - content: '\e6e1'; -} - -.icon-duoxuan-weixuanshubiaoyiru::before { +.mobilefont-chexiao:before { content: '\e6e2'; } -.icon-danxuanxiaochicun-xuanzhongzhihui::before { - content: '\e6e3'; +.mobilefont-shangchuan:before { + content: '\e613'; } -.icon-duoxuan-weixuan::before { - content: '\e6e4'; -} - -.icon-gengduo2::before { - content: '\e6e5'; -} - -.icon-duoxuan-weixuanzhihui::before { - content: '\e6e6'; -} - -.icon-duoxuanxiaochicun-xuanzhongzhihui::before { - content: '\e6e7'; -} - -.icon-a-guancopy2::before { - content: '\e6e8'; -} - -.icon-duoxuan-xuanzhongzhihui::before { - content: '\e6e9'; -} - -.icon-kai::before { - content: '\e6ea'; -} - -.icon-zhushi::before { - content: '\e6eb'; -} - -.icon-duoxuanxiaochicun-xuanzhong::before { - content: '\e6ec'; -} - -.icon-duoxuanxiaochicun-weixuanzhihui::before { - content: '\e6ed'; -} - -.icon-duoxuan-xuanzhong1::before { - content: '\e6ee'; -} - -.icon-duoxuanxiaochicun-weixuanshubiaoyiru::before { - content: '\e6ef'; -} - -.icon-a-kaicopy2::before { - content: '\e6f0'; -} - -.icon-guan::before { - content: '\e6f1'; -} - -.icon-riqi::before { - content: '\e6f2'; -} - -.icon-liebiaoshezhi1::before { - content: '\e6f3'; -} - -.icon-fanhuishangyiji::before { - content: '\e6f4'; -} - -.icon-liebiaoshezhi-hover1::before { - content: '\e6f5'; -} - -.icon-sousuo::before { - content: '\e6f6'; -} - -.icon-shouji::before { - content: '\e6f7'; -} - -.icon-jieshuyu2::before { - content: '\e6d4'; -} - -.icon-yidong1::before { - content: '\e71b'; -} - -.icon-gengduo1::before { - content: '\e6e0'; -} - -.icon-a-CombinedShape1::before { - content: '\e6df'; -} - -.icon-notice-1::before { - content: '\e6de'; -} - -.icon-thumb-fill::before { - content: '\e6d6'; -} - -.icon-thumb-stroke::before { - content: '\e6d7'; -} - -.icon-smile-fill::before { - content: '\e6d8'; -} - -.icon-heart-stroke::before { - content: '\e6d9'; -} - -.icon-smile-stroke::before { - content: '\e6da'; -} - -.icon-heart-fill::before { - content: '\e6db'; -} - -.icon-star-fill::before { +.mobilefont-qingkong:before { content: '\e6dc'; } -.icon-star-stroke::before { - content: '\e6dd'; +.mobilefont-jiacu:before { + content: '\e71d'; } -.icon-xiazai::before { - content: '\e71a'; +.mobilefont-qingxie:before { + content: '\e71e'; } -.icon-shangchuan::before { - content: '\e719'; +.mobilefont-xiahuaxian:before { + content: '\e720'; } -.icon-tuichuyulan::before { - content: '\e6c0'; +.mobilefont-tupian:before { + content: '\e730'; } -.icon-dafenti::before { - content: '\e6c1'; +.mobilefont-del1:before { + content: '\e637'; } -.icon-tiankongti::before { - content: '\e6c2'; +.mobilefont-gengduo:before { + content: '\e600'; } -.icon-ketuodong::before { - content: '\e6c3'; +.mobilefont-delete1:before { + content: '\e66d'; } -.icon-xinzengtiaojian-hover::before { - content: '\e6c4'; +.mobilefont-del:before { + content: '\e6f5'; } -.icon-shanchu::before { - content: '\e6c5'; +.mobilefont-option:before { + content: '\e6ff'; } -.icon-fuzhi::before { - content: '\e6c6'; +.mobilefont-setting:before { + content: '\e633'; } -.icon-shaixuan::before { - content: '\e6c9'; -} - -.icon-xuanzeqixiala1::before { - content: '\e6ca'; -} - -.icon-shengshixianqu::before { - content: '\e6cb'; -} - -.icon-yulan::before { - content: '\e6cc'; -} - -.icon-shanchutiaojian-hover::before { - content: '\e6cd'; -} - -.icon-a-xiacopy::before { - content: '\e6ce'; -} - -.icon-jieshaoyu::before { - content: '\e6cf'; -} - -.icon-tuwenshuoming::before { - content: '\e6d0'; -} - -.icon-shangmoren::before { - content: '\e6d1'; -} - -.icon-yidong::before { - content: '\e6d2'; -} - -.icon-xuanzeti::before { - content: '\e6d3'; -} - -.icon-shenfenzhenghao::before { - content: '\e6ba'; -} - -.icon-a-xuanzeqixiala2::before { - content: '\e6bb'; -} - -.icon-arrow-up-1::before { - content: '\e6bc'; -} - -.icon-shengshi::before { - content: '\e6bd'; -} - -.icon-a-Group4::before { - content: '\e6be'; -} - -.icon-jieshuyu::before { - content: '\e6bf'; -} - -.icon-chenggongwanchenghover::before { - content: '\e6a0'; -} - -.icon-gengduo::before { - content: '\e6a1'; -} - -.icon-shang::before { - content: '\e6a2'; -} - -.icon-xia2::before { - content: '\e6a3'; -} - -.icon-xia::before { - content: '\e6a4'; -} - -.icon-diannao::before { - content: '\e6a5'; -} - -.icon-biaoti::before { - content: '\e6a7'; -} - -.icon-fenyefenye-hover::before { - content: '\e6a8'; -} - -.icon-chenggongwancheng::before { - content: '\e6a9'; -} - -.icon-fenye::before { - content: '\e6ab'; -} - -.icon-riqishijian::before { - content: '\e6ac'; -} - -.icon-shang2::before { - content: '\e6ad'; -} - -.icon-biaoti2::before { - content: '\e6ae'; -} - -.icon-ketuodong-hover::before { - content: '\e6af'; -} - -.icon-tiqianzhongzhi::before { - content: '\e6b0'; -} - -.icon-daochu::before { - content: '\e6b1'; -} - -.icon-tiqianzhongzhihover::before { - content: '\e6b2'; -} - -.icon-xia1::before { - content: '\e6b4'; -} - -.icon-shanchu-hover1::before { - content: '\e6b5'; -} - -.icon-jilianti::before { - content: '\e6b6'; -} - -.icon-shoujihao::before { - content: '\e6b7'; -} - -.icon-shengfen::before { - content: '\e6b8'; -} - -.icon-shanchu-hover::before { - content: '\e6b9'; -} - -.icon-tubiaofenxi::before { - content: '\e696'; -} - -.icon-shijian::before { - content: '\e697'; -} - -.icon-a-xiangyou-shubiaoyiru2::before { - content: '\e698'; -} - -.icon-wenjuanceshi1::before { - content: '\e699'; -} - -.icon-icon::before { - content: '\e69a'; -} - -.icon-a-Group5::before { - content: '\e69b'; -} - -.icon-tixing::before { - content: '\e69c'; -} - -.icon-a-CombinedShape::before { - content: '\e69d'; -} - -.icon-liebiaoshezhi::before { - content: '\e69e'; -} - -.icon-wenjuanluoji::before { - content: '\e69f'; -} - -.icon-qingkong::before { - content: '\e694'; -} - -.icon-wenjuansheji1::before { - content: '\e695'; -} - -.icon-bitian::before { - content: '\e65a'; -} - -.icon-chenggong::before { - content: '\e664'; -} - -.icon-duoxuan-bufenyixuan::before { - content: '\e665'; -} - -.icon-lianjieerweima1::before { - content: '\e66f'; -} - -.icon-xiangyou-zhihui::before { - content: '\e670'; -} - -.icon-xiangyou-moren::before { - content: '\e671'; -} - -.icon-wenjuanceshi::before { - content: '\e674'; -} - -.icon-xiala::before { - content: '\e675'; -} - -.icon-a-qingkong2::before { - content: '\e678'; -} - -.icon-wenjuanluoji1::before { - content: '\e679'; -} - -.icon-a-xiangzuo-moren2::before { - content: '\e67a'; -} - -.icon-tubiaofenxi1::before { - content: '\e67b'; -} - -.icon-zuodashezhi1::before { - content: '\e67c'; -} - -.icon-xiangzuo-zhihui::before { - content: '\e67d'; -} - -.icon-paixu-moren::before { - content: '\e67e'; -} - -.icon-xiangzuo-moren::before { - content: '\e67f'; -} - -.icon-xiangyou-shubiaoyiru::before { - content: '\e680'; -} - -.icon-guanbi-hover::before { - content: '\e682'; -} - -.icon-paixu-daoxu::before { - content: '\e684'; -} - -.icon-shouqi::before { - content: '\e685'; -} - -.icon-API1::before { +.mobilefont-add:before { content: '\e686'; } -.icon-shujumingxi1::before { - content: '\e687'; +.mobilefont-radiobox:before { + content: '\e75b'; } -.icon-dakai::before { - content: '\e689'; +.mobilefont-juzhendafen:before { + content: '\e641'; } -.icon-shujumingxi::before { - content: '\e68a'; +.mobilefont-checkbox-checked:before { + content: '\e6c3'; } -.icon-guanbi::before { - content: '\e68b'; +.mobilefont-nps:before { + content: '\e6b0'; } -.icon-duoxuan-xuanzhong::before { - content: '\e68c'; +.mobilefont-input:before { + content: '\e6fd'; } -.icon-xuanzeqixiala::before { - content: '\e68d'; +.mobilefont-juzhentiankong:before { + content: '\e62e'; } -.icon-Path::before { - content: '\e68e'; +.mobilefont-wenjianshangchuan:before { + content: '\e631'; } -.icon-fenyexiala::before { - content: '\e68f'; +.mobilefont-qianming:before { + content: '\e661'; } -.icon-wenjuansheji::before { - content: '\e690'; +.mobilefont-tuwen:before { + content: '\e62c'; } -.icon-liebiaoshezhi-hover::before { - content: '\e691'; +.mobilefont-juzhenduoxuan:before { + content: '\e818'; } -.icon-zhankai::before { - content: '\e692'; +.mobilefont-juzhendanxuan:before { + content: '\13c7f'; +} + +.mobilefont-edit2:before { + content: '\e630'; +} + +.mobilefont-copy:before { + content: '\e632'; +} + +.mobilefont-delete:before { + content: '\e63f'; +} + +.mobilefont-sort:before { + content: '\e6a0'; } diff --git a/src/fonts/iconfont.js b/src/fonts/iconfont.js index 877f912..45678b9 100644 --- a/src/fonts/iconfont.js +++ b/src/fonts/iconfont.js @@ -1,67 +1,67 @@ -(window._iconfont_svg_string_3121635 = - ''), - ((h) => { - var a = (l = (l = document.getElementsByTagName('script'))[l.length - 1]).getAttribute( +(window._iconfont_svg_string_4841764 = + ''), + ((t) => { + var l = (a = (a = document.getElementsByTagName('script'))[a.length - 1]).getAttribute( 'data-injectcss' ), - l = l.getAttribute('data-disable-injectsvg'); - if (!l) { - var i, - c, + a = a.getAttribute('data-disable-injectsvg'); + if (!a) { + var c, o, - z, - m, - v = function (a, l) { - l.parentNode.insertBefore(a, l); + i, + h, + e, + m = function (l, a) { + a.parentNode.insertBefore(l, a); }; - if (a && !h.__iconfont__svg__cssinject__) { - h.__iconfont__svg__cssinject__ = !0; + if (l && !t.__iconfont__svg__cssinject__) { + t.__iconfont__svg__cssinject__ = !0; try { document.write( '' ); - } catch (a) { - console && console.log(a); + } catch (l) { + console && console.log(l); } } - (i = function () { - var a, - l = document.createElement('div'); - (l.innerHTML = h._iconfont_svg_string_3121635), - (l = l.getElementsByTagName('svg')[0]) && - (l.setAttribute('aria-hidden', 'true'), - (l.style.position = 'absolute'), - (l.style.width = 0), - (l.style.height = 0), - (l.style.overflow = 'hidden'), - (l = l), - (a = document.body).firstChild ? v(l, a.firstChild) : a.appendChild(l)); + (c = function () { + var l, + a = document.createElement('div'); + (a.innerHTML = t._iconfont_svg_string_4841764), + (a = a.getElementsByTagName('svg')[0]) && + (a.setAttribute('aria-hidden', 'true'), + (a.style.position = 'absolute'), + (a.style.width = 0), + (a.style.height = 0), + (a.style.overflow = 'hidden'), + (a = a), + (l = document.body).firstChild ? m(a, l.firstChild) : l.appendChild(a)); }), document.addEventListener ? ~['complete', 'loaded', 'interactive'].indexOf(document.readyState) - ? setTimeout(i, 0) - : ((c = function () { - document.removeEventListener('DOMContentLoaded', c, !1), i(); + ? setTimeout(c, 0) + : ((o = function () { + document.removeEventListener('DOMContentLoaded', o, !1), c(); }), - document.addEventListener('DOMContentLoaded', c, !1)) + document.addEventListener('DOMContentLoaded', o, !1)) : document.attachEvent && - ((o = i), - (z = h.document), - (m = !1), - p(), - (z.onreadystatechange = function () { - 'complete' == z.readyState && ((z.onreadystatechange = null), t()); + ((i = c), + (h = t.document), + (e = !1), + n(), + (h.onreadystatechange = function () { + 'complete' == h.readyState && ((h.onreadystatechange = null), d()); })); } - function t() { - m || ((m = !0), o()); + function d() { + e || ((e = !0), i()); } - function p() { + function n() { try { - z.documentElement.doScroll('left'); - } catch (a) { - return void setTimeout(p, 50); + h.documentElement.doScroll('left'); + } catch (l) { + return void setTimeout(n, 50); } - t(); + d(); } })(window); diff --git a/src/fonts/iconfont.json b/src/fonts/iconfont.json index 8db57ae..a1d2c91 100644 --- a/src/fonts/iconfont.json +++ b/src/fonts/iconfont.json @@ -1,4118 +1,226 @@ { - "id": "3121635", - "name": "PlanetG", - "font_family": "iconfont", - "css_prefix_text": "icon-", - "description": "调研猩球前台icon", + "id": "4841764", + "name": "yl", + "font_family": "mobilefont", + "css_prefix_text": "mobilefont-", + "description": "", "glyphs": [ { - "icon_id": "42463526", - "name": "组 1541", - "font_class": "a-zu1541", - "unicode": "e876", - "unicode_decimal": 59510 + "icon_id": "18171135", + "name": "橡皮,擦除,橡皮擦", + "font_class": "rubber", + "unicode": "ea15", + "unicode_decimal": 59925 }, { - "icon_id": "42528127", - "name": "概念配置", - "font_class": "gainianpeizhi", - "unicode": "e877", - "unicode_decimal": 59511 - }, - { - "icon_id": "42528128", - "name": "口味配置", - "font_class": "kouweipeizhi", - "unicode": "e878", - "unicode_decimal": 59512 - }, - { - "icon_id": "42448281", - "name": "fuzhilianjie", - "font_class": "fuzhilianjie", - "unicode": "e875", - "unicode_decimal": 59509 - }, - { - "icon_id": "42266698", - "name": "基础配置", - "font_class": "rongqi13", - "unicode": "e871", - "unicode_decimal": 59505 - }, - { - "icon_id": "42267432", - "name": "内包配置", - "font_class": "neibaopeizhi", - "unicode": "e872", - "unicode_decimal": 59506 - }, - { - "icon_id": "42267437", - "name": "外箱配置", - "font_class": "waixiangpeizhi", - "unicode": "e874", - "unicode_decimal": 59508 - }, - { - "icon_id": "41476175", - "name": "分享报告", - "font_class": "fenxiangbaogao", - "unicode": "e870", - "unicode_decimal": 59504 - }, - { - "icon_id": "41476179", - "name": "更新报告", - "font_class": "gengxinbaogao", - "unicode": "e873", - "unicode_decimal": 59507 - }, - { - "icon_id": "41812315", - "name": "洞察报告", - "font_class": "shujumingxi2", - "unicode": "e879", - "unicode_decimal": 59513 - }, - { - "icon_id": "38184565", - "name": "icon_BPTO", - "font_class": "icon_BPTO", - "unicode": "e86f", - "unicode_decimal": 59503 - }, - { - "icon_id": "38180243", - "name": "icon_recording", - "font_class": "icon_recording", - "unicode": "e86e", - "unicode_decimal": 59502 - }, - { - "icon_id": "37956036", - "name": "icon_Export Password", - "font_class": "a-icon_ExportPassword", - "unicode": "e86d", - "unicode_decimal": 59501 - }, - { - "icon_id": "37956037", - "name": "icon_autogenerate", - "font_class": "icon_autogenerate", - "unicode": "e86b", - "unicode_decimal": 59499 - }, - { - "icon_id": "37621370", - "name": "icon_timer", - "font_class": "icon_timer", - "unicode": "e86c", - "unicode_decimal": 59500 - }, - { - "icon_id": "37545061", - "name": "flex matrix", - "font_class": "tiankongti1", - "unicode": "e86a", - "unicode_decimal": 59498 - }, - { - "icon_id": "37541643", - "name": "download", - "font_class": "download", - "unicode": "e869", - "unicode_decimal": 59497 - }, - { - "icon_id": "37040291", - "name": "容器", - "font_class": "rongqi12", - "unicode": "e868", - "unicode_decimal": 59496 - }, - { - "icon_id": "36704514", - "name": "编组 2", - "font_class": "a-bianzu23", - "unicode": "e867", - "unicode_decimal": 59495 - }, - { - "icon_id": "36704363", - "name": "容器", - "font_class": "rongqi10", - "unicode": "e866", - "unicode_decimal": 59494 - }, - { - "icon_id": "36377995", - "name": "AI智能信息提取", - "font_class": "AIzhinengxinxitiqu", - "unicode": "e865", - "unicode_decimal": 59493 - }, - { - "icon_id": "36264921", - "name": "更多", - "font_class": "gengduo4", - "unicode": "e863", - "unicode_decimal": 59491 - }, - { - "icon_id": "36264933", - "name": "产品创新", - "font_class": "chanpinchuangxin", - "unicode": "e864", - "unicode_decimal": 59492 - }, - { - "icon_id": "36264900", - "name": "原文", - "font_class": "yuanwen", - "unicode": "e861", - "unicode_decimal": 59489 - }, - { - "icon_id": "36264913", - "name": "查看详情", - "font_class": "chakanxiangqing", - "unicode": "e862", - "unicode_decimal": 59490 - }, - { - "icon_id": "36140039", - "name": "icon_proposition", - "font_class": "icon_proposition", - "unicode": "e860", - "unicode_decimal": 59488 - }, - { - "icon_id": "36096767", - "name": "icon_innovate", - "font_class": "icon_innovate", - "unicode": "e859", - "unicode_decimal": 59481 - }, - { - "icon_id": "36096773", - "name": "icon_estimate", - "font_class": "icon_estimate", - "unicode": "e85a", - "unicode_decimal": 59482 - }, - { - "icon_id": "36096774", - "name": "icon_expert", - "font_class": "icon_expert", - "unicode": "e85b", - "unicode_decimal": 59483 - }, - { - "icon_id": "36096775", - "name": "icon_institution", - "font_class": "icon_institution", - "unicode": "e85c", - "unicode_decimal": 59484 - }, - { - "icon_id": "36096776", - "name": "icon_test", - "font_class": "icon_test", - "unicode": "e85d", - "unicode_decimal": 59485 - }, - { - "icon_id": "36096777", - "name": "icon_Co-Create", - "font_class": "icon_Co-Create", - "unicode": "e85e", - "unicode_decimal": 59486 - }, - { - "icon_id": "36096778", - "name": "icon_originality", - "font_class": "icon_originality", - "unicode": "e85f", - "unicode_decimal": 59487 - }, - { - "icon_id": "36129996", - "name": "编辑", - "font_class": "bianji1", - "unicode": "e858", - "unicode_decimal": 59480 - }, - { - "icon_id": "36064533", - "name": "回收站", - "font_class": "huishouzhan1", - "unicode": "e857", - "unicode_decimal": 59479 - }, - { - "icon_id": "36018435", - "name": "icon_flat", - "font_class": "icon_flat", - "unicode": "e854", - "unicode_decimal": 59476 - }, - { - "icon_id": "36018474", - "name": "icon_up", - "font_class": "icon_up", - "unicode": "e855", - "unicode_decimal": 59477 - }, - { - "icon_id": "36018633", - "name": "icon_down", - "font_class": "icon_down", - "unicode": "e856", - "unicode_decimal": 59478 - }, - { - "icon_id": "35890184", - "name": "对号", - "font_class": "duihao", - "unicode": "e853", - "unicode_decimal": 59475 - }, - { - "icon_id": "35702716", - "name": "测试", - "font_class": "ceshi1", - "unicode": "e852", - "unicode_decimal": 59474 - }, - { - "icon_id": "35688570", - "name": "排序题", - "font_class": "paixuti", - "unicode": "e851", - "unicode_decimal": 59473 - }, - { - "icon_id": "35366108", - "name": "多项填空题", - "font_class": "duoxiangtiankongti", - "unicode": "e850", - "unicode_decimal": 59472 - }, - { - "icon_id": "35347662", - "name": "容器 13", - "font_class": "a-rongqi13", - "unicode": "e84f", - "unicode_decimal": 59471 - }, - { - "icon_id": "35234727", - "name": "测试", - "font_class": "ceshi", - "unicode": "e84e", - "unicode_decimal": 59470 - }, - { - "icon_id": "35230574", - "name": "创作中心", - "font_class": "chuangzuozhongxin1", - "unicode": "e84c", - "unicode_decimal": 59468 - }, - { - "icon_id": "35230575", - "name": "循环引用", - "font_class": "xunhuanyinyong", - "unicode": "e84d", - "unicode_decimal": 59469 - }, - { - "icon_id": "34823517", - "name": "选项分组", - "font_class": "xuanxiangfenzu", - "unicode": "e84b", - "unicode_decimal": 59467 - }, - { - "icon_id": "34813920", - "name": "情感分析", - "font_class": "qingganfenxi", - "unicode": "e845", - "unicode_decimal": 59461 - }, - { - "icon_id": "34813921", - "name": "组 996", - "font_class": "a-zu996", - "unicode": "e846", - "unicode_decimal": 59462 - }, - { - "icon_id": "34813922", - "name": "文本分类", - "font_class": "wenbenfenlei", - "unicode": "e847", - "unicode_decimal": 59463 - }, - { - "icon_id": "34813923", - "name": "负向", - "font_class": "fuxiang", - "unicode": "e848", - "unicode_decimal": 59464 - }, - { - "icon_id": "34813924", - "name": "段落分词", - "font_class": "duanlafenci", - "unicode": "e849", - "unicode_decimal": 59465 - }, - { - "icon_id": "34813925", - "name": "正向", - "font_class": "zhengxiang", - "unicode": "e84a", - "unicode_decimal": 59466 - }, - { - "icon_id": "34813827", - "name": "新生概念", - "font_class": "xinshenggainian", - "unicode": "e842", - "unicode_decimal": 59458 - }, - { - "icon_id": "34813828", - "name": "原文展示", - "font_class": "yuanwenzhanshi", - "unicode": "e843", - "unicode_decimal": 59459 - }, - { - "icon_id": "34813829", - "name": "发文主体信息", - "font_class": "fawenzhutixinxi", - "unicode": "e844", - "unicode_decimal": 59460 - }, - { - "icon_id": "34761367", - "name": "账号量级@1x", - "font_class": "a-zhanghaoliangji1x", - "unicode": "e841", - "unicode_decimal": 59457 - }, - { - "icon_id": "34761318", - "name": "成熟机会", - "font_class": "chengshujihui", - "unicode": "e839", - "unicode_decimal": 59449 - }, - { - "icon_id": "34761319", - "name": "观察机会", - "font_class": "guanchajihui", - "unicode": "e83a", - "unicode_decimal": 59450 - }, - { - "icon_id": "34761320", - "name": "火热机会", - "font_class": "huorejihui", - "unicode": "e83b", - "unicode_decimal": 59451 - }, - { - "icon_id": "34761321", - "name": "潜在机会", - "font_class": "qianzaijihui", - "unicode": "e83c", - "unicode_decimal": 59452 - }, - { - "icon_id": "34761322", - "name": "发文数", - "font_class": "fawenshu", - "unicode": "e83d", - "unicode_decimal": 59453 - }, - { - "icon_id": "34761325", - "name": "容器 2", - "font_class": "a-rongqi22", - "unicode": "e83e", - "unicode_decimal": 59454 - }, - { - "icon_id": "34761326", - "name": "容器", - "font_class": "rongqi9", - "unicode": "e83f", - "unicode_decimal": 59455 - }, - { - "icon_id": "34761327", - "name": "Group 11", - "font_class": "a-Group11", - "unicode": "e840", - "unicode_decimal": 59456 - }, - { - "icon_id": "34685862", - "name": "icon-kfckfc", - "font_class": "charushipin", - "unicode": "e838", - "unicode_decimal": 59448 - }, - { - "icon_id": "34649791", - "name": "上传", - "font_class": "shangchuan2", - "unicode": "e836", - "unicode_decimal": 59446 - }, - { - "icon_id": "34649792", - "name": "下载", - "font_class": "xiazai1", - "unicode": "e837", - "unicode_decimal": 59447 - }, - { - "icon_id": "34642909", - "name": "下拉", - "font_class": "xiala2", - "unicode": "e835", - "unicode_decimal": 59445 - }, - { - "icon_id": "34523288", - "name": "NPS题", - "font_class": "NPSti", - "unicode": "e833", - "unicode_decimal": 59443 - }, - { - "icon_id": "34523411", - "name": "热区题", - "font_class": "requti", - "unicode": "e834", - "unicode_decimal": 59444 - }, - { - "icon_id": "34514582", - "name": "fabu", - "font_class": "fabu4", - "unicode": "e830", - "unicode_decimal": 59440 - }, - { - "icon_id": "34514583", - "name": "下载中心", - "font_class": "xiazaizhongxin1", - "unicode": "e831", - "unicode_decimal": 59441 - }, - { - "icon_id": "34514588", - "name": "分享", - "font_class": "fenxiang3", - "unicode": "e832", - "unicode_decimal": 59442 - }, - { - "icon_id": "34493797", - "name": "编辑逻辑", - "font_class": "bianjiluoji", - "unicode": "e82f", - "unicode_decimal": 59439 - }, - { - "icon_id": "34490418", - "name": "选项显示", - "font_class": "xuanxiangxianshi2", - "unicode": "e82e", - "unicode_decimal": 59438 - }, - { - "icon_id": "34487454", - "name": "高级设置", - "font_class": "gaojishezhi", - "unicode": "e82d", - "unicode_decimal": 59437 - }, - { - "icon_id": "34487050", - "name": "123", - "font_class": "a-1231", - "unicode": "e82c", - "unicode_decimal": 59436 - }, - { - "icon_id": "34486877", - "name": "容器 2", - "font_class": "a-rongqi21", - "unicode": "e828", - "unicode_decimal": 59432 - }, - { - "icon_id": "34486878", - "name": "容器 3", - "font_class": "a-rongqi32", - "unicode": "e829", - "unicode_decimal": 59433 - }, - { - "icon_id": "34486879", - "name": "容器 1", - "font_class": "a-rongqi11", - "unicode": "e82a", - "unicode_decimal": 59434 - }, - { - "icon_id": "34486880", - "name": "容器 4", - "font_class": "a-rongqi4", - "unicode": "e82b", - "unicode_decimal": 59435 - }, - { - "icon_id": "34443784", - "name": "收起", - "font_class": "shouqi4", - "unicode": "e826", - "unicode_decimal": 59430 - }, - { - "icon_id": "34443796", - "name": "展开", - "font_class": "zhankai2", - "unicode": "e827", - "unicode_decimal": 59431 - }, - { - "icon_id": "34442252", - "name": "添加1", - "font_class": "tianjia1", - "unicode": "e825", - "unicode_decimal": 59429 - }, - { - "icon_id": "34146756", - "name": "组 914", - "font_class": "a-zu914", - "unicode": "e823", - "unicode_decimal": 59427 - }, - { - "icon_id": "34146757", - "name": "容器", - "font_class": "rongqi8", - "unicode": "e824", - "unicode_decimal": 59428 - }, - { - "icon_id": "34048281", - "name": "返回", - "font_class": "fanhui", - "unicode": "e822", - "unicode_decimal": 59426 - }, - { - "icon_id": "34043261", - "name": "组 999", - "font_class": "a-zu999", - "unicode": "e820", - "unicode_decimal": 59424 - }, - { - "icon_id": "34043348", - "name": "说明", - "font_class": "shuoming2", - "unicode": "e821", - "unicode_decimal": 59425 - }, - { - "icon_id": "34032948", - "name": "icon-kfckfc", - "font_class": "charuxunhuan", - "unicode": "e81f", - "unicode_decimal": 59423 - }, - { - "icon_id": "33949699", - "name": "星形 1", - "font_class": "a-xingxing1", - "unicode": "e81e", - "unicode_decimal": 59422 - }, - { - "icon_id": "33807950", - "name": "提前终止", - "font_class": "tiqianzhongzhi1", - "unicode": "e816", - "unicode_decimal": 59414 - }, - { - "icon_id": "33792315", - "name": "购物车", - "font_class": "gouwuche1", - "unicode": "e81d", - "unicode_decimal": 59421 - }, - { - "icon_id": "33753839", - "name": "说明", - "font_class": "shuoming1", - "unicode": "e81c", - "unicode_decimal": 59420 - }, - { - "icon_id": "33742628", - "name": "长按领取", - "font_class": "changanlingqu", - "unicode": "e818", - "unicode_decimal": 59416 - }, - { - "icon_id": "33742232", - "name": "形状结合", - "font_class": "xingzhuangjiehe2", - "unicode": "e817", - "unicode_decimal": 59415 - }, - { - "icon_id": "33741798", - "name": "作答成功", - "font_class": "zuodachenggong", - "unicode": "e815", - "unicode_decimal": 59413 - }, - { - "icon_id": "33614616", - "name": "容器-2", - "font_class": "rongqi-2", - "unicode": "e813", - "unicode_decimal": 59411 - }, - { - "icon_id": "33614617", - "name": "容器", - "font_class": "rongqi7", - "unicode": "e814", - "unicode_decimal": 59412 - }, - { - "icon_id": "33556759", - "name": "解决方案", - "font_class": "jiejuefangan5", - "unicode": "e81a", - "unicode_decimal": 59418 - }, - { - "icon_id": "33556760", - "name": "组 541", - "font_class": "a-zu5413", - "unicode": "e81b", - "unicode_decimal": 59419 - }, - { - "icon_id": "33556812", - "name": "工作台", - "font_class": "gongzuotai", - "unicode": "e819", - "unicode_decimal": 59417 - }, - { - "icon_id": "33526853", - "name": "组织管理", - "font_class": "zuzhiguanli", - "unicode": "e811", - "unicode_decimal": 59409 - }, - { - "icon_id": "33526854", - "name": "企业设置", - "font_class": "qiyeshezhi", - "unicode": "e812", - "unicode_decimal": 59410 - }, - { - "icon_id": "33292149", - "name": "说明", - "font_class": "shuoming", - "unicode": "e810", - "unicode_decimal": 59408 - }, - { - "icon_id": "33291871", - "name": "清空", - "font_class": "qingkong2", - "unicode": "e80f", - "unicode_decimal": 59407 - }, - { - "icon_id": "33251082", - "name": "下拉", - "font_class": "xiala1", - "unicode": "e80c", - "unicode_decimal": 59404 - }, - { - "icon_id": "33251122", - "name": "电脑", - "font_class": "diannao1", - "unicode": "e80d", - "unicode_decimal": 59405 - }, - { - "icon_id": "33251123", - "name": "手机", - "font_class": "shouji1", - "unicode": "e80e", - "unicode_decimal": 59406 - }, - { - "icon_id": "33174927", - "name": "展开1", - "font_class": "zhankai11", - "unicode": "e80b", - "unicode_decimal": 59403 - }, - { - "icon_id": "33170963", - "name": "收起", - "font_class": "shouqi3", - "unicode": "e80a", - "unicode_decimal": 59402 - }, - { - "icon_id": "33133939", - "name": "文件 (1)", - "font_class": "a-wenjian1", - "unicode": "e60e", - "unicode_decimal": 58894 - }, - { - "icon_id": "33069016", - "name": "项目", - "font_class": "xiangmu", - "unicode": "e809", - "unicode_decimal": 59401 - }, - { - "icon_id": "33002397", - "name": "PSM", - "font_class": "PSM2", - "unicode": "e807", - "unicode_decimal": 59399 - }, - { - "icon_id": "33002398", - "name": "KANO", - "font_class": "KANO2", - "unicode": "e808", - "unicode_decimal": 59400 - }, - { - "icon_id": "32968447", - "name": "替换图片", - "font_class": "tihuantupian", - "unicode": "e805", - "unicode_decimal": 59397 - }, - { - "icon_id": "32967776", - "name": "放大图片", - "font_class": "fangdatupian", - "unicode": "e806", - "unicode_decimal": 59398 - }, - { - "icon_id": "32932788", - "name": "联系人", - "font_class": "lianxiren1", - "unicode": "e804", - "unicode_decimal": 59396 - }, - { - "icon_id": "32896944", - "name": "dakai", - "font_class": "dakai1", - "unicode": "e803", - "unicode_decimal": 59395 - }, - { - "icon_id": "32896940", - "name": "a-bianzu3", - "font_class": "a-bianzu34", - "unicode": "e802", - "unicode_decimal": 59394 - }, - { - "icon_id": "32896935", - "name": "xuanxiangxianshi", - "font_class": "xuanxiangxianshi1", - "unicode": "e801", - "unicode_decimal": 59393 - }, - { - "icon_id": "32896934", - "name": "a-CombinedShape2", - "font_class": "a-CombinedShape21", - "unicode": "e800", - "unicode_decimal": 59392 - }, - { - "icon_id": "32896894", - "name": "xiazaiqi", - "font_class": "xiazaiqi", - "unicode": "e7fe", - "unicode_decimal": 59390 - }, - { - "icon_id": "32896920", - "name": "piliang", - "font_class": "piliang1", - "unicode": "e7ff", - "unicode_decimal": 59391 - }, - { - "icon_id": "32880564", - "name": "分享", - "font_class": "fenxiang2", - "unicode": "e7fc", - "unicode_decimal": 59388 - }, - { - "icon_id": "32880565", - "name": "发布", - "font_class": "fabu3", - "unicode": "e7fd", - "unicode_decimal": 59389 - }, - { - "icon_id": "32874979", - "name": "3D场景分析", - "font_class": "a-3Dchangjingfenxi", - "unicode": "e7fb", - "unicode_decimal": 59387 - }, - { - "icon_id": "32850006", - "name": "收藏", - "font_class": "shoucang2", - "unicode": "e7f9", - "unicode_decimal": 59385 - }, - { - "icon_id": "32850007", - "name": "收藏空", - "font_class": "shoucangkong", - "unicode": "e7fa", - "unicode_decimal": 59386 - }, - { - "icon_id": "32775900", - "name": "收藏", - "font_class": "shoucang", - "unicode": "e7f5", - "unicode_decimal": 59381 - }, - { - "icon_id": "32775901", - "name": "预览", - "font_class": "yulan2", - "unicode": "e7f6", - "unicode_decimal": 59382 - }, - { - "icon_id": "32775957", - "name": "编组 3", - "font_class": "a-bianzu33", - "unicode": "e7f7", - "unicode_decimal": 59383 - }, - { - "icon_id": "32776009", - "name": "联系我们", - "font_class": "lianxiwomen", - "unicode": "e7f8", - "unicode_decimal": 59384 - }, - { - "icon_id": "32775859", - "name": "编组 2", - "font_class": "a-bianzu22", - "unicode": "e7f3", - "unicode_decimal": 59379 - }, - { - "icon_id": "32775860", - "name": "编组", - "font_class": "bianzu6", - "unicode": "e7f4", - "unicode_decimal": 59380 - }, - { - "icon_id": "32771188", - "name": "组 699", - "font_class": "a-zu699", - "unicode": "e7f2", - "unicode_decimal": 59378 - }, - { - "icon_id": "32726360", - "name": "素材库", - "font_class": "sucaiku", - "unicode": "e7f0", - "unicode_decimal": 59376 - }, - { - "icon_id": "32726361", - "name": "我的作品", - "font_class": "wodezuopin", - "unicode": "e7f1", - "unicode_decimal": 59377 - }, - { - "icon_id": "32599974", - "name": "容器", - "font_class": "rongqi6", - "unicode": "e7ed", - "unicode_decimal": 59373 - }, - { - "icon_id": "32599653", - "name": "容器 (1)", - "font_class": "a-rongqi1", - "unicode": "e60c", - "unicode_decimal": 58892 - }, - { - "icon_id": "32599654", - "name": "容器", - "font_class": "rongqi5", - "unicode": "e60d", - "unicode_decimal": 58893 - }, - { - "icon_id": "32599041", - "name": "容器 2", - "font_class": "a-rongqi2", - "unicode": "e60b", - "unicode_decimal": 58891 - }, - { - "icon_id": "32565199", - "name": "Word导入", - "font_class": "Worddaoru", - "unicode": "e7ef", - "unicode_decimal": 59375 - }, - { - "icon_id": "32563282", - "name": "容器", - "font_class": "rongqi4", - "unicode": "e7ec", - "unicode_decimal": 59372 - }, - { - "icon_id": "32563284", - "name": "组 671", - "font_class": "a-zu671", - "unicode": "e7ee", - "unicode_decimal": 59374 - }, - { - "icon_id": "32548960", - "name": "查看人群包", - "font_class": "chakanrenqunbao", - "unicode": "e7ea", - "unicode_decimal": 59370 - }, - { - "icon_id": "32548961", - "name": "链接", - "font_class": "lianjie", - "unicode": "e7eb", - "unicode_decimal": 59371 - }, - { - "icon_id": "32534923", - "name": "组 709", - "font_class": "a-zu709", - "unicode": "e7e8", - "unicode_decimal": 59368 - }, - { - "icon_id": "32534924", - "name": "图表说明", - "font_class": "tubiaoshuoming", - "unicode": "e7e9", - "unicode_decimal": 59369 - }, - { - "icon_id": "32524103", - "name": "触达回收率", - "font_class": "chudahuishoushuai1", - "unicode": "e7e3", - "unicode_decimal": 59363 - }, - { - "icon_id": "32524104", - "name": "查看问卷人数", - "font_class": "chakanwenjuanrenshu", - "unicode": "e7e4", - "unicode_decimal": 59364 - }, - { - "icon_id": "32524105", - "name": "调研项目状态", - "font_class": "tiaoyanxiangmuzhuangtai", - "unicode": "e7e5", - "unicode_decimal": 59365 - }, - { - "icon_id": "32524110", - "name": "完成答题人数", - "font_class": "wanchengdatirenshu", - "unicode": "e7e6", - "unicode_decimal": 59366 - }, - { - "icon_id": "32524182", - "name": "答卷人数", - "font_class": "dajuanrenshu", - "unicode": "e7e7", - "unicode_decimal": 59367 - }, - { - "icon_id": "32425797", - "name": "问卷库", - "font_class": "wenjuanku", - "unicode": "e7e2", - "unicode_decimal": 59362 - }, - { - "icon_id": "32425227", - "name": "题库", - "font_class": "tiku1", - "unicode": "e7e1", - "unicode_decimal": 59361 - }, - { - "icon_id": "32421503", - "name": "竞价点击价格(¥)", - "font_class": "a-jingjiadianjijiage", - "unicode": "e7d7", - "unicode_decimal": 59351 - }, - { - "icon_id": "32421505", - "name": "竞价竞争度", - "font_class": "jingjiajingzhengdu", - "unicode": "e7d8", - "unicode_decimal": 59352 - }, - { - "icon_id": "32421506", - "name": "流量指数", - "font_class": "liuliangzhishu", - "unicode": "e7d9", - "unicode_decimal": 59353 - }, - { - "icon_id": "32421507", - "name": "移动日检索量", - "font_class": "yidongrijiansuoliang", - "unicode": "e7da", - "unicode_decimal": 59354 - }, - { - "icon_id": "32421508", - "name": "竞价公司数量", - "font_class": "jingjiagongsishuliang", - "unicode": "e7db", - "unicode_decimal": 59355 - }, - { - "icon_id": "32421509", - "name": "移动指数", - "font_class": "yidongzhishu", - "unicode": "e7dc", - "unicode_decimal": 59356 - }, - { - "icon_id": "32421510", - "name": "PC日检索量", - "font_class": "PCrijiansuoliang", - "unicode": "e7dd", - "unicode_decimal": 59357 - }, - { - "icon_id": "32421511", - "name": "收录量", - "font_class": "shoululiang", - "unicode": "e7de", - "unicode_decimal": 59358 - }, - { - "icon_id": "32421512", - "name": "长尾词个数", - "font_class": "changweicigeshu", - "unicode": "e7df", - "unicode_decimal": 59359 - }, - { - "icon_id": "32421566", - "name": "360指数", - "font_class": "a-360zhishu", - "unicode": "e7e0", - "unicode_decimal": 59360 - }, - { - "icon_id": "32375799", - "name": "关键词注释", - "font_class": "guanjiancizhushi", - "unicode": "e7d4", - "unicode_decimal": 59348 - }, - { - "icon_id": "32375800", - "name": "收起", - "font_class": "shouqi2", - "unicode": "e7d5", - "unicode_decimal": 59349 - }, - { - "icon_id": "32375817", - "name": "容器 3", - "font_class": "a-rongqi31", - "unicode": "e7d6", - "unicode_decimal": 59350 - }, - { - "icon_id": "32364689", - "name": "购物车", - "font_class": "gouwuche", - "unicode": "e7d3", - "unicode_decimal": 59347 - }, - { - "icon_id": "32307978", - "name": "个人中心", - "font_class": "gerenzhongxin1", - "unicode": "e600", - "unicode_decimal": 58880 - }, - { - "icon_id": "32307979", - "name": "账户", - "font_class": "zhanghu1", - "unicode": "e602", - "unicode_decimal": 58882 - }, - { - "icon_id": "32301579", - "name": "电话", - "font_class": "dianhua1", - "unicode": "e7d2", - "unicode_decimal": 59346 - }, - { - "icon_id": "32292800", - "name": "完成回收总量", - "font_class": "wanchenghuishouzongliang", - "unicode": "e7d0", - "unicode_decimal": 59344 - }, - { - "icon_id": "32292801", - "name": "今日回收量", - "font_class": "jinrihuishouliang", - "unicode": "e7d1", - "unicode_decimal": 59345 - }, - { - "icon_id": "32190838", - "name": "分享", - "font_class": "fenxiang1", - "unicode": "e7cd", - "unicode_decimal": 59341 - }, - { - "icon_id": "32190840", - "name": "下载中心", - "font_class": "xiazaizhongxin", - "unicode": "e7ce", - "unicode_decimal": 59342 - }, - { - "icon_id": "32190868", - "name": "添加筛选条件", - "font_class": "tianjiashaixuantiaojian", - "unicode": "e7cf", - "unicode_decimal": 59343 - }, - { - "icon_id": "32207317", - "name": "编辑账户名称", - "font_class": "bianjizhanghumingcheng", - "unicode": "e64f", - "unicode_decimal": 58959 - }, - { - "icon_id": "32182295", - "name": "完成答题数据", - "font_class": "wanchengdatishuju", - "unicode": "e649", - "unicode_decimal": 58953 - }, - { - "icon_id": "32182296", - "name": "触达回收率", - "font_class": "chudahuishoushuai", - "unicode": "e64a", - "unicode_decimal": 58954 - }, - { - "icon_id": "32182297", - "name": "查看数据库", - "font_class": "chakanshujuku", - "unicode": "e64b", - "unicode_decimal": 58955 - }, - { - "icon_id": "32182298", - "name": "摘红包", - "font_class": "zhaihongbao", - "unicode": "e64c", - "unicode_decimal": 58956 - }, - { - "icon_id": "32182299", - "name": "完成调查数据", - "font_class": "wanchengtiaochashuju", - "unicode": "e64d", - "unicode_decimal": 58957 - }, - { - "icon_id": "32182300", - "name": "问答题", - "font_class": "wendati", - "unicode": "e64e", - "unicode_decimal": 58958 - }, - { - "icon_id": "32182217", - "name": "个人中心", - "font_class": "gerenzhongxin", - "unicode": "e646", - "unicode_decimal": 58950 - }, - { - "icon_id": "32182218", - "name": "账户", - "font_class": "zhanghu", - "unicode": "e647", - "unicode_decimal": 58951 - }, - { - "icon_id": "32173884", - "name": "不喜欢", - "font_class": "buxihuan", - "unicode": "e7cc", - "unicode_decimal": 59340 - }, - { - "icon_id": "32173813", - "name": "喜欢", - "font_class": "xihuan", - "unicode": "e7cb", - "unicode_decimal": 59339 - }, - { - "icon_id": "32162768", - "name": "列表", - "font_class": "liebiao", - "unicode": "e7ca", - "unicode_decimal": 59338 - }, - { - "icon_id": "32161269", - "name": "分组", - "font_class": "fenzu", - "unicode": "e7c9", - "unicode_decimal": 59337 - }, - { - "icon_id": "32161174", - "name": "XM看板", - "font_class": "XMkanban", - "unicode": "e7c8", - "unicode_decimal": 59336 - }, - { - "icon_id": "32142320", - "name": "编辑", - "font_class": "bianji", - "unicode": "e7c5", - "unicode_decimal": 59333 - }, - { - "icon_id": "32142321", - "name": "发布", - "font_class": "fabu2", - "unicode": "e7c6", - "unicode_decimal": 59334 - }, - { - "icon_id": "32142323", - "name": "数据", - "font_class": "shuju", - "unicode": "e7c7", - "unicode_decimal": 59335 - }, - { - "icon_id": "32142298", - "name": "Word", - "font_class": "Word", - "unicode": "e7c2", - "unicode_decimal": 59330 - }, - { - "icon_id": "32142299", - "name": "Excel", - "font_class": "Excel", - "unicode": "e7c3", - "unicode_decimal": 59331 - }, - { - "icon_id": "32142300", - "name": "PDF", - "font_class": "PDF", - "unicode": "e7c4", - "unicode_decimal": 59332 - }, - { - "icon_id": "32135082", - "name": "卡片", - "font_class": "kapian", - "unicode": "e7bf", - "unicode_decimal": 59327 - }, - { - "icon_id": "32135095", - "name": "问卷", - "font_class": "wenjuan", - "unicode": "e7c0", - "unicode_decimal": 59328 - }, - { - "icon_id": "32135112", - "name": "创作中心", - "font_class": "chuangzuozhongxin", - "unicode": "e7c1", - "unicode_decimal": 59329 - }, - { - "icon_id": "32126738", - "name": "组 141", - "font_class": "a-zu141", - "unicode": "e7bc", - "unicode_decimal": 59324 - }, - { - "icon_id": "32126740", - "name": "容器 5", - "font_class": "a-rongqi5", - "unicode": "e7bd", - "unicode_decimal": 59325 - }, - { - "icon_id": "32126741", - "name": "组 582", - "font_class": "a-zu582", - "unicode": "e7be", - "unicode_decimal": 59326 - }, - { - "icon_id": "32101908", - "name": "我的项目", - "font_class": "wodexiangmu1", - "unicode": "e7b7", - "unicode_decimal": 59319 - }, - { - "icon_id": "32101909", - "name": "概览", - "font_class": "gailan1", - "unicode": "e7ba", - "unicode_decimal": 59322 - }, - { - "icon_id": "32100794", - "name": "解决方案", - "font_class": "jiejuefangan1", - "unicode": "e7b8", - "unicode_decimal": 59320 - }, - { - "icon_id": "32100795", - "name": "样本库", - "font_class": "yangbenku1", - "unicode": "e7b9", - "unicode_decimal": 59321 - }, - { - "icon_id": "32100821", - "name": "洞察", - "font_class": "dongcha", - "unicode": "e7bb", - "unicode_decimal": 59323 - }, - { - "icon_id": "32100549", - "name": "复制", - "font_class": "fuzhi2", - "unicode": "e7b4", - "unicode_decimal": 59316 - }, - { - "icon_id": "32100550", - "name": "图表", - "font_class": "tubiao", - "unicode": "e7b5", - "unicode_decimal": 59317 - }, - { - "icon_id": "32100556", - "name": "详情", - "font_class": "xiangqing", - "unicode": "e7b6", - "unicode_decimal": 59318 - }, - { - "icon_id": "32100398", - "name": "发放红包总额", - "font_class": "fafanghongbaozonge", - "unicode": "e7b0", - "unicode_decimal": 59312 - }, - { - "icon_id": "32100399", - "name": "关键词", - "font_class": "guanjianci", - "unicode": "e7b1", - "unicode_decimal": 59313 - }, - { - "icon_id": "32100400", - "name": "积极&中性信息", - "font_class": "a-jijizhongxingxinxi", - "unicode": "e7b2", - "unicode_decimal": 59314 - }, - { - "icon_id": "32100401", - "name": "消极信息", - "font_class": "xiaojixinxi", - "unicode": "e7b3", - "unicode_decimal": 59315 - }, - { - "icon_id": "32086268", - "name": "原始数据", - "font_class": "yuanshishuju", - "unicode": "e7af", - "unicode_decimal": 59311 - }, - { - "icon_id": "32035094", - "name": "更多", - "font_class": "gengduo3", - "unicode": "e7ac", - "unicode_decimal": 59308 - }, - { - "icon_id": "32035095", - "name": "使用", - "font_class": "shiyong", - "unicode": "e7ad", - "unicode_decimal": 59309 - }, - { - "icon_id": "32035096", - "name": "预览", - "font_class": "yulan1", - "unicode": "e7ae", - "unicode_decimal": 59310 - }, - { - "icon_id": "32012654", - "name": "答题设置", - "font_class": "datishezhi", - "unicode": "e7ab", - "unicode_decimal": 59307 - }, - { - "icon_id": "32011896", - "name": "链接二维码", - "font_class": "lianjieerweima", - "unicode": "e7aa", - "unicode_decimal": 59306 - }, - { - "icon_id": "32011527", - "name": "对比分析", - "font_class": "duibifenxi", - "unicode": "e7a9", - "unicode_decimal": 59305 - }, - { - "icon_id": "32010556", - "name": "交叉分析", - "font_class": "jiaochafenxi", - "unicode": "e7a8", - "unicode_decimal": 59304 - }, - { - "icon_id": "32009976", - "name": "明细数据", - "font_class": "mingxishuju", - "unicode": "e7a7", - "unicode_decimal": 59303 - }, - { - "icon_id": "32009241", - "name": "PSM分析", - "font_class": "PSMfenxi", - "unicode": "e7a5", - "unicode_decimal": 59301 - }, - { - "icon_id": "32009284", - "name": "基础分析", - "font_class": "jichufenxi", - "unicode": "e7a6", - "unicode_decimal": 59302 - }, - { - "icon_id": "32008998", - "name": "容器", - "font_class": "rongqi3", - "unicode": "e7a2", - "unicode_decimal": 59298 - }, - { - "icon_id": "32009128", - "name": "容器1", - "font_class": "rongqi11", - "unicode": "e7a3", - "unicode_decimal": 59299 - }, - { - "icon_id": "32009151", - "name": "KANO分析", - "font_class": "KANOfenxi", - "unicode": "e7a4", - "unicode_decimal": 59300 - }, - { - "icon_id": "32007974", - "name": "组 6", - "font_class": "a-zu6", - "unicode": "e79d", - "unicode_decimal": 59293 - }, - { - "icon_id": "32007975", - "name": "一级菜单选中", - "font_class": "yijicaidanxuanzhong", - "unicode": "e79e", - "unicode_decimal": 59294 - }, - { - "icon_id": "32007976", - "name": "组 7", - "font_class": "a-zu7", - "unicode": "e79f", - "unicode_decimal": 59295 - }, - { - "icon_id": "32008286", - "name": "编组", - "font_class": "bianzu5", - "unicode": "e7a0", - "unicode_decimal": 59296 - }, - { - "icon_id": "32008352", - "name": "容器", - "font_class": "rongqi2", - "unicode": "e7a1", - "unicode_decimal": 59297 - }, - { - "icon_id": "31975979", - "name": "容器", - "font_class": "rongqi1", - "unicode": "e798", - "unicode_decimal": 59288 - }, - { - "icon_id": "31975980", - "name": "组 14", - "font_class": "a-zu14", - "unicode": "e799", - "unicode_decimal": 59289 - }, - { - "icon_id": "31975981", - "name": "组 12", - "font_class": "a-zu12", - "unicode": "e79a", - "unicode_decimal": 59290 - }, - { - "icon_id": "31975982", - "name": "容器 8", - "font_class": "a-rongqi8", - "unicode": "e79b", - "unicode_decimal": 59291 - }, - { - "icon_id": "31975983", - "name": "容器 3", - "font_class": "a-rongqi3", - "unicode": "e79c", - "unicode_decimal": 59292 - }, - { - "icon_id": "31969273", - "name": "我的项目", - "font_class": "wodexiangmu", - "unicode": "e793", - "unicode_decimal": 59283 - }, - { - "icon_id": "31969274", - "name": "解决方案", - "font_class": "jiejuefangan", - "unicode": "e794", - "unicode_decimal": 59284 - }, - { - "icon_id": "31969275", - "name": "样本库", - "font_class": "yangbenku", - "unicode": "e795", - "unicode_decimal": 59285 - }, - { - "icon_id": "31969276", - "name": "概览", - "font_class": "gailan", - "unicode": "e796", - "unicode_decimal": 59286 - }, - { - "icon_id": "31969380", - "name": "热点洞察", - "font_class": "rediandongcha", - "unicode": "e797", - "unicode_decimal": 59287 - }, - { - "icon_id": "31743182", - "name": "提示", - "font_class": "tishi", - "unicode": "e792", - "unicode_decimal": 59282 - }, - { - "icon_id": "31478718", - "name": "分组人数占比", - "font_class": "fenzurenshuzhanbi", - "unicode": "e791", - "unicode_decimal": 59281 - }, - { - "icon_id": "31467282", - "name": "裁剪", - "font_class": "caijian", - "unicode": "e790", - "unicode_decimal": 59280 - }, - { - "icon_id": "31234125", - "name": "容器", - "font_class": "rongqi", - "unicode": "e78f", - "unicode_decimal": 59279 - }, - { - "icon_id": "31234119", - "name": "组 88", - "font_class": "a-zu88", - "unicode": "e78b", - "unicode_decimal": 59275 - }, - { - "icon_id": "31234120", - "name": "组 88-2", - "font_class": "a-zu88-2", - "unicode": "e78c", - "unicode_decimal": 59276 - }, - { - "icon_id": "31234121", - "name": "组 93", - "font_class": "a-zu93", - "unicode": "e78d", - "unicode_decimal": 59277 - }, - { - "icon_id": "31234123", - "name": "组 89", - "font_class": "a-zu89", - "unicode": "e78e", - "unicode_decimal": 59278 - }, - { - "icon_id": "31234116", - "name": "组 87", - "font_class": "a-zu87", - "unicode": "e788", - "unicode_decimal": 59272 - }, - { - "icon_id": "31234117", - "name": "组 91", - "font_class": "a-zu91", - "unicode": "e78a", - "unicode_decimal": 59274 - }, - { - "icon_id": "31069555", - "name": "移动至分类", - "font_class": "yidongzhifenlei1", - "unicode": "e789", - "unicode_decimal": 59273 - }, - { - "icon_id": "30916467", - "name": "收藏1", - "font_class": "shoucang1", - "unicode": "e786", - "unicode_decimal": 59270 - }, - { - "icon_id": "30916468", - "name": "查看", - "font_class": "chakan", - "unicode": "e787", - "unicode_decimal": 59271 - }, - { - "icon_id": "30896095", - "name": "编组", - "font_class": "bianzu4", - "unicode": "e785", - "unicode_decimal": 59269 - }, - { - "icon_id": "30895137", - "name": "题库", - "font_class": "tiku", - "unicode": "e784", - "unicode_decimal": 59268 - }, - { - "icon_id": "30886161", - "name": "1", - "font_class": "a-1", - "unicode": "e61d", - "unicode_decimal": 58909 - }, - { - "icon_id": "30886162", - "name": "1-1", - "font_class": "a-1-1", - "unicode": "e641", - "unicode_decimal": 58945 - }, - { - "icon_id": "30886163", - "name": "3-1", - "font_class": "a-3-1", - "unicode": "e642", - "unicode_decimal": 58946 - }, - { - "icon_id": "30886164", - "name": "3", - "font_class": "a-3", - "unicode": "e643", - "unicode_decimal": 58947 - }, - { - "icon_id": "30886165", - "name": "2", - "font_class": "a-2", - "unicode": "e644", - "unicode_decimal": 58948 - }, - { - "icon_id": "30886166", - "name": "2-1", - "font_class": "a-2-1", - "unicode": "e645", - "unicode_decimal": 58949 - }, - { - "icon_id": "30885925", - "name": "最近观看1", - "font_class": "zuijinguankan1", - "unicode": "e61c", - "unicode_decimal": 58908 - }, - { - "icon_id": "30850248", - "name": "个人信息", - "font_class": "bianzu3", - "unicode": "e601", - "unicode_decimal": 58881 - }, - { - "icon_id": "30852478", - "name": "最近观看", - "font_class": "zuijinguankan", - "unicode": "e604", - "unicode_decimal": 58884 - }, - { - "icon_id": "30852479", - "name": "关于我们", - "font_class": "guanyuwomen", - "unicode": "e605", - "unicode_decimal": 58885 - }, - { - "icon_id": "30852480", - "name": "收藏呀", - "font_class": "shoucangya", - "unicode": "e606", - "unicode_decimal": 58886 - }, - { - "icon_id": "30867309", - "name": "编组备份 8@2x", - "font_class": "a-bianzubeifen82x", - "unicode": "e616", - "unicode_decimal": 58902 - }, - { - "icon_id": "30867312", - "name": "编组备份 11@2x", - "font_class": "a-bianzubeifen112x", - "unicode": "e617", - "unicode_decimal": 58903 - }, - { - "icon_id": "30552275", - "name": "密码", - "font_class": "mima1", - "unicode": "e783", - "unicode_decimal": 59267 - }, - { - "icon_id": "30551624", - "name": "手机号", - "font_class": "shoujihao3", - "unicode": "e781", - "unicode_decimal": 59265 - }, - { - "icon_id": "30551627", - "name": "微信", - "font_class": "weixin1", - "unicode": "e782", - "unicode_decimal": 59266 - }, - { - "icon_id": "30551462", - "name": "密码可查看", - "font_class": "mimakechakan", - "unicode": "e77f", - "unicode_decimal": 59263 - }, - { - "icon_id": "30551463", - "name": "密码不可查看", - "font_class": "mimabukechakan", - "unicode": "e780", - "unicode_decimal": 59264 - }, - { - "icon_id": "30419559", - "name": "组 62", - "font_class": "a-zu62", - "unicode": "e77e", - "unicode_decimal": 59262 - }, - { - "icon_id": "30419034", - "name": "组 60", - "font_class": "a-zu60", - "unicode": "e77d", - "unicode_decimal": 59261 - }, - { - "icon_id": "1788973", - "name": "图钉", - "font_class": "tuding", - "unicode": "e77c", - "unicode_decimal": 59260 - }, - { - "icon_id": "4661130", - "name": "0209-交通标志牌", - "font_class": "-jiaotongbiaozhipai", - "unicode": "ebfe", - "unicode_decimal": 60414 - }, - { - "icon_id": "30332581", - "name": "边框", - "font_class": "biankuang", - "unicode": "e773", - "unicode_decimal": 59251 - }, - { - "icon_id": "30332592", - "name": "导出", - "font_class": "daochu2", - "unicode": "e774", - "unicode_decimal": 59252 - }, - { - "icon_id": "30332739", - "name": "删除4", - "font_class": "shanchu4", - "unicode": "e775", - "unicode_decimal": 59253 - }, - { - "icon_id": "30332740", - "name": "删除2", - "font_class": "shanchu2", - "unicode": "e776", - "unicode_decimal": 59254 - }, - { - "icon_id": "30332742", - "name": "删除1", - "font_class": "shanchu11", - "unicode": "e777", - "unicode_decimal": 59255 - }, - { - "icon_id": "30332752", - "name": "新建", - "font_class": "xinjian", - "unicode": "e778", - "unicode_decimal": 59256 - }, - { - "icon_id": "30332764", - "name": "移动", - "font_class": "yidong2", - "unicode": "e779", - "unicode_decimal": 59257 - }, - { - "icon_id": "30333217", - "name": "删除6", - "font_class": "shanchu6", - "unicode": "e77a", - "unicode_decimal": 59258 - }, - { - "icon_id": "30333250", - "name": "选中", - "font_class": "xuanzhong", - "unicode": "e77b", - "unicode_decimal": 59259 - }, - { - "icon_id": "20997689", - "name": "插件管理", - "font_class": "menu_cjgl", - "unicode": "e648", - "unicode_decimal": 58952 - }, - { - "icon_id": "30139227", - "name": "icon展开", - "font_class": "iconzhankai", - "unicode": "e772", - "unicode_decimal": 59250 - }, - { - "icon_id": "30129802", - "name": "问卷详情", - "font_class": "wenjuanxiangqing", - "unicode": "e771", - "unicode_decimal": 59249 - }, - { - "icon_id": "30129790", - "name": "360", - "font_class": "a-360", - "unicode": "e770", - "unicode_decimal": 59248 - }, - { - "icon_id": "30115807", - "name": "回收站 ", - "font_class": "huishouzhan", - "unicode": "e76f", - "unicode_decimal": 59247 - }, - { - "icon_id": "30095685", - "name": "邮箱", - "font_class": "youxiang1", - "unicode": "e76e", - "unicode_decimal": 59246 - }, - { - "icon_id": "30095675", - "name": "微信", - "font_class": "weixin", - "unicode": "e76d", - "unicode_decimal": 59245 - }, - { - "icon_id": "30095672", - "name": "电话", - "font_class": "dianhua", - "unicode": "e76c", - "unicode_decimal": 59244 - }, - { - "icon_id": "30041462", - "name": "展开", - "font_class": "zhankai1", - "unicode": "e76b", - "unicode_decimal": 59243 - }, - { - "icon_id": "30041336", - "name": "收起", - "font_class": "shouqi1", - "unicode": "e76a", - "unicode_decimal": 59242 - }, - { - "icon_id": "29907335", - "name": "发布统计", - "font_class": "fabutongji", - "unicode": "e769", - "unicode_decimal": 59241 - }, - { - "icon_id": "29583907", - "name": "组合表格题", - "font_class": "zuhebiaogeti", - "unicode": "e768", - "unicode_decimal": 59240 - }, - { - "icon_id": "29457695", - "name": "全屏", - "font_class": "quanping1", - "unicode": "e767", - "unicode_decimal": 59239 - }, - { - "icon_id": "29457687", - "name": "切换列表", - "font_class": "qiehuanliebiao", - "unicode": "e766", - "unicode_decimal": 59238 - }, - { - "icon_id": "29418611", - "name": "Experiment", - "font_class": "Experiment", - "unicode": "e765", - "unicode_decimal": 59237 - }, - { - "icon_id": "29417281", - "name": "UI", - "font_class": "UI", - "unicode": "e764", - "unicode_decimal": 59236 - }, - { - "icon_id": "29417130", - "name": "UE", - "font_class": "xingzhuangjiehe-2", - "unicode": "e761", - "unicode_decimal": 59233 - }, - { - "icon_id": "29417132", - "name": "ID test", - "font_class": "xingzhuangjiehe-3", - "unicode": "e762", - "unicode_decimal": 59234 - }, - { - "icon_id": "29417133", - "name": "prototype", - "font_class": "a-bianzu32", - "unicode": "e763", - "unicode_decimal": 59235 - }, - { - "icon_id": "29308326", - "name": "复制", - "font_class": "fuzhi1", - "unicode": "e75a", - "unicode_decimal": 59226 - }, - { - "icon_id": "29284762", - "name": "导出", - "font_class": "daochu1", - "unicode": "e75b", - "unicode_decimal": 59227 - }, - { - "icon_id": "29284763", - "name": "向右", - "font_class": "xiangyou", - "unicode": "e75c", - "unicode_decimal": 59228 - }, - { - "icon_id": "29284764", - "name": "像左", - "font_class": "xiangzuo", - "unicode": "e75d", - "unicode_decimal": 59229 - }, - { - "icon_id": "29284765", - "name": "删除", - "font_class": "shanchu1", - "unicode": "e75e", - "unicode_decimal": 59230 - }, - { - "icon_id": "29284766", - "name": "评论", - "font_class": "pinglun", - "unicode": "e75f", - "unicode_decimal": 59231 - }, - { - "icon_id": "29284767", - "name": "上传图片", - "font_class": "shangchuantupian2", - "unicode": "e760", - "unicode_decimal": 59232 - }, - { - "icon_id": "29284649", - "name": "关联", - "font_class": "guanlian", - "unicode": "e759", - "unicode_decimal": 59225 - }, - { - "icon_id": "29188953", - "name": "分享", - "font_class": "fenxiang", - "unicode": "e758", - "unicode_decimal": 59224 - }, - { - "icon_id": "29167247", - "name": "shangchuantupian", - "font_class": "shangchuantupian1", - "unicode": "e757", - "unicode_decimal": 59223 - }, - { - "icon_id": "29165564", - "name": "签名题", - "font_class": "qianmingti", - "unicode": "e756", - "unicode_decimal": 59222 - }, - { - "icon_id": "29122408", - "name": "生成设计", - "font_class": "shengchengsheji", - "unicode": "e755", - "unicode_decimal": 59221 - }, - { - "icon_id": "29122400", - "name": "导出设计", - "font_class": "daochusheji", - "unicode": "e753", - "unicode_decimal": 59219 - }, - { - "icon_id": "29122401", - "name": "导入设计", - "font_class": "daorusheji", - "unicode": "e754", - "unicode_decimal": 59220 - }, - { - "icon_id": "29042111", - "name": "配额受限", - "font_class": "peieshouxian", - "unicode": "e752", - "unicode_decimal": 59218 - }, - { - "icon_id": "28877283", - "name": "价格模拟", - "font_class": "jiagemoni", - "unicode": "e751", - "unicode_decimal": 59217 - }, - { - "icon_id": "28855952", - "name": "选项显示", - "font_class": "xuanxiangxianshi", - "unicode": "e750", - "unicode_decimal": 59216 - }, - { - "icon_id": "28759398", - "name": "循环", - "font_class": "xunhuan", - "unicode": "e74f", - "unicode_decimal": 59215 - }, - { - "icon_id": "28615111", - "name": "tuichuyulan", - "font_class": "tuichuyulan1", - "unicode": "e74e", - "unicode_decimal": 59214 - }, - { - "icon_id": "28557687", - "name": "编组 2", - "font_class": "a-bianzu21", - "unicode": "e743", - "unicode_decimal": 59203 - }, - { - "icon_id": "28557688", - "name": "编组 4", - "font_class": "a-bianzu4", - "unicode": "e744", - "unicode_decimal": 59204 - }, - { - "icon_id": "28557689", - "name": "编组", - "font_class": "bianzu2", - "unicode": "e745", - "unicode_decimal": 59205 - }, - { - "icon_id": "28557690", - "name": "上传", - "font_class": "shangchuan1", - "unicode": "e746", - "unicode_decimal": 59206 - }, - { - "icon_id": "28557691", - "name": "编组 3", - "font_class": "a-bianzu31", - "unicode": "e747", - "unicode_decimal": 59207 - }, - { - "icon_id": "28557692", - "name": "未知格式", - "font_class": "weizhigeshi", - "unicode": "e748", - "unicode_decimal": 59208 - }, - { - "icon_id": "28557693", - "name": "word", - "font_class": "word", - "unicode": "e749", - "unicode_decimal": 59209 - }, - { - "icon_id": "28557694", - "name": "excel", - "font_class": "excel", - "unicode": "e74a", - "unicode_decimal": 59210 - }, - { - "icon_id": "28557695", - "name": "文件夹", - "font_class": "wenjianjia", - "unicode": "e74b", - "unicode_decimal": 59211 - }, - { - "icon_id": "28557696", - "name": "p p t", - "font_class": "a-ppt", - "unicode": "e74c", - "unicode_decimal": 59212 - }, - { - "icon_id": "28557697", - "name": "pdf", - "font_class": "pdf", - "unicode": "e74d", - "unicode_decimal": 59213 - }, - { - "icon_id": "28543785", - "name": "场景库", - "font_class": "changjingku", - "unicode": "e742", - "unicode_decimal": 59202 - }, - { - "icon_id": "28541048", - "name": "流程设置", - "font_class": "liuchengshezhi", - "unicode": "e741", - "unicode_decimal": 59201 - }, - { - "icon_id": "28503611", - "name": "表格管理员设置", - "font_class": "biaogeguanliyuanshezhi", - "unicode": "e740", - "unicode_decimal": 59200 - }, - { - "icon_id": "28502901", - "name": "路径1x", - "font_class": "lujing1x", - "unicode": "e73a", - "unicode_decimal": 59194 - }, - { - "icon_id": "28502902", - "name": "申请加入", - "font_class": "shenqingjiaru", - "unicode": "e73b", - "unicode_decimal": 59195 - }, - { - "icon_id": "28502903", - "name": "已勾选", - "font_class": "yigouxuan", - "unicode": "e73c", - "unicode_decimal": 59196 - }, - { - "icon_id": "28502904", - "name": "团队设置", - "font_class": "tuanduishezhi", - "unicode": "e73d", - "unicode_decimal": 59197 - }, - { - "icon_id": "28502905", - "name": "协作者", - "font_class": "xiezuozhe", - "unicode": "e73e", - "unicode_decimal": 59198 - }, - { - "icon_id": "28502906", - "name": "未勾选", - "font_class": "weigouxuan", - "unicode": "e73f", - "unicode_decimal": 59199 - }, - { - "icon_id": "28343820", - "name": "fabu", - "font_class": "fabu1", - "unicode": "e640", - "unicode_decimal": 58944 - }, - { - "icon_id": "28308636", - "name": "全屏", - "font_class": "quanping", - "unicode": "e739", - "unicode_decimal": 59193 - }, - { - "icon_id": "28300491", - "name": "撤销", - "font_class": "chexiao", - "unicode": "e63b", - "unicode_decimal": 58939 - }, - { - "icon_id": "28300492", - "name": "完成", - "font_class": "wancheng", - "unicode": "e63c", - "unicode_decimal": 58940 - }, - { - "icon_id": "28300493", - "name": "橡皮", - "font_class": "xiangpi", - "unicode": "e63d", - "unicode_decimal": 58941 - }, - { - "icon_id": "28300494", + "icon_id": "10398166", "name": "画笔", "font_class": "huabi", - "unicode": "e63e", - "unicode_decimal": 58942 - }, - { - "icon_id": "28300495", - "name": "清空", - "font_class": "qingkong1", - "unicode": "e63f", - "unicode_decimal": 58943 - }, - { - "icon_id": "28288818", - "name": "qianming", - "font_class": "qianming", - "unicode": "e637", - "unicode_decimal": 58935 - }, - { - "icon_id": "28288819", - "name": "shoujihao", - "font_class": "shoujihao2", - "unicode": "e638", - "unicode_decimal": 58936 - }, - { - "icon_id": "28288820", - "name": "mima", - "font_class": "mima", - "unicode": "e639", - "unicode_decimal": 58937 - }, - { - "icon_id": "28288821", - "name": "tongyishu", - "font_class": "tongyishu", - "unicode": "e63a", - "unicode_decimal": 58938 - }, - { - "icon_id": "28281406", - "name": "123", - "font_class": "a-123", - "unicode": "e738", - "unicode_decimal": 59192 - }, - { - "icon_id": "28263589", - "name": "批量", - "font_class": "piliang", - "unicode": "e702", - "unicode_decimal": 59138 - }, - { - "icon_id": "28184340", - "name": "KANO", - "font_class": "KANO1", - "unicode": "e635", - "unicode_decimal": 58933 - }, - { - "icon_id": "28184341", - "name": "PSM", - "font_class": "PSM1", - "unicode": "e636", - "unicode_decimal": 58934 - }, - { - "icon_id": "28177907", - "name": "编组 13", - "font_class": "a-bianzu13", - "unicode": "e735", - "unicode_decimal": 59189 - }, - { - "icon_id": "28177908", - "name": "形状结合", - "font_class": "xingzhuangjiehe1", - "unicode": "e736", - "unicode_decimal": 59190 - }, - { - "icon_id": "28177909", - "name": "联系人", - "font_class": "lianxiren", - "unicode": "e737", - "unicode_decimal": 59191 - }, - { - "icon_id": "28177354", - "name": "分析", - "font_class": "fenxi", - "unicode": "e634", - "unicode_decimal": 58932 - }, - { - "icon_id": "28171063", - "name": "编组 30", - "font_class": "a-bianzu30", - "unicode": "e734", - "unicode_decimal": 59188 - }, - { - "icon_id": "28156118", - "name": "形状", - "font_class": "xingzhuang2", - "unicode": "e733", - "unicode_decimal": 59187 - }, - { - "icon_id": "28107565", - "name": "a-Group14Copy", - "font_class": "a-Group14Copy", - "unicode": "e72e", - "unicode_decimal": 59182 - }, - { - "icon_id": "28107566", - "name": "xingzhuangjiehe", - "font_class": "xingzhuangjiehe", - "unicode": "e731", - "unicode_decimal": 59185 - }, - { - "icon_id": "28107478", - "name": "a-bianzu6", - "font_class": "a-bianzu6", - "unicode": "e72f", - "unicode_decimal": 59183 - }, - { - "icon_id": "28107479", - "name": "bianzu", - "font_class": "bianzu1", - "unicode": "e730", - "unicode_decimal": 59184 - }, - { - "icon_id": "28107480", - "name": "bianzu-2", - "font_class": "bianzu-2", - "unicode": "e732", - "unicode_decimal": 59186 - }, - { - "icon_id": "28072276", - "name": "编组 3", - "font_class": "a-bianzu3", - "unicode": "e72d", - "unicode_decimal": 59181 - }, - { - "icon_id": "28066870", - "name": "shezhi", - "font_class": "shezhi", - "unicode": "e632", - "unicode_decimal": 58930 - }, - { - "icon_id": "28066871", - "name": "tianjia", - "font_class": "tianjia", - "unicode": "e633", - "unicode_decimal": 58931 - }, - { - "icon_id": "27930474", - "name": "bi支持", - "font_class": "bizhichi", - "unicode": "e62f", - "unicode_decimal": 58927 - }, - { - "icon_id": "27930475", - "name": "网页嵌入", - "font_class": "wangyeqianru", - "unicode": "e630", - "unicode_decimal": 58928 - }, - { - "icon_id": "27930476", - "name": "定性会议", - "font_class": "dingxinghuiyi", - "unicode": "e631", - "unicode_decimal": 58929 - }, - { - "icon_id": "27930430", - "name": "编组 5", - "font_class": "a-bianzu5", - "unicode": "e72b", - "unicode_decimal": 59179 - }, - { - "icon_id": "27930431", - "name": "形状", - "font_class": "xingzhuang1", - "unicode": "e72c", - "unicode_decimal": 59180 - }, - { - "icon_id": "27930395", - "name": "高级分析", - "font_class": "gaojifenxi", - "unicode": "e62c", - "unicode_decimal": 58924 - }, - { - "icon_id": "27930396", - "name": "邮件", - "font_class": "youjian", - "unicode": "e62d", - "unicode_decimal": 58925 - }, - { - "icon_id": "27930397", - "name": "短信", - "font_class": "duanxin", - "unicode": "e62e", - "unicode_decimal": 58926 - }, - { - "icon_id": "25177820", - "name": "Group 336", - "font_class": "a-Group336", - "unicode": "e61e", - "unicode_decimal": 58910 - }, - { - "icon_id": "25177821", - "name": "Union3", - "font_class": "Union3", "unicode": "e61f", "unicode_decimal": 58911 }, { - "icon_id": "25177822", - "name": "Vectorf", - "font_class": "Vectorf", - "unicode": "e620", - "unicode_decimal": 58912 - }, - { - "icon_id": "27611878", - "name": "fabu", - "font_class": "fabu", - "unicode": "e621", - "unicode_decimal": 58913 - }, - { - "icon_id": "27611879", - "name": "形状", - "font_class": "xingzhuang", - "unicode": "e622", - "unicode_decimal": 58914 - }, - { - "icon_id": "27611958", - "name": "成功", - "font_class": "chenggong1", - "unicode": "e623", - "unicode_decimal": 58915 - }, - { - "icon_id": "27620139", - "name": "编组 2", - "font_class": "a-bianzu2", - "unicode": "e6f9", - "unicode_decimal": 59129 - }, - { - "icon_id": "27620140", - "name": "喷涂题", - "font_class": "pentuti", - "unicode": "e6fa", - "unicode_decimal": 59130 - }, - { - "icon_id": "27620141", - "name": "年龄段", - "font_class": "nianlingduan", - "unicode": "e6fb", - "unicode_decimal": 59131 - }, - { - "icon_id": "27620143", - "name": "省市", - "font_class": "shengshi1", - "unicode": "e6fc", - "unicode_decimal": 59132 - }, - { - "icon_id": "27620144", - "name": "地理位置", - "font_class": "diliweizhi", - "unicode": "e6fd", - "unicode_decimal": 59133 - }, - { - "icon_id": "27620145", - "name": "省市区", - "font_class": "shengshiqu", - "unicode": "e6fe", - "unicode_decimal": 59134 - }, - { - "icon_id": "27620146", - "name": "编组 11", - "font_class": "a-bianzu11", - "unicode": "e6ff", - "unicode_decimal": 59135 - }, - { - "icon_id": "27620147", - "name": "编组", - "font_class": "bianzu", - "unicode": "e700", - "unicode_decimal": 59136 - }, - { - "icon_id": "27620148", - "name": "年龄", - "font_class": "nianling", - "unicode": "e701", - "unicode_decimal": 59137 - }, - { - "icon_id": "27620150", - "name": "省份", - "font_class": "shengfen1", - "unicode": "e703", - "unicode_decimal": 59139 - }, - { - "icon_id": "27620151", - "name": "Combined Shape", - "font_class": "a-CombinedShape3", - "unicode": "e704", - "unicode_decimal": 59140 - }, - { - "icon_id": "27620152", - "name": "专业", - "font_class": "zhuanye", - "unicode": "e705", - "unicode_decimal": 59141 - }, - { - "icon_id": "27620153", - "name": "tuwenshuoming", - "font_class": "tuwenshuoming1", - "unicode": "e706", - "unicode_decimal": 59142 - }, - { - "icon_id": "27620154", - "name": "riqishijian", - "font_class": "riqishijian1", - "unicode": "e707", - "unicode_decimal": 59143 - }, - { - "icon_id": "27620155", - "name": "PSM", - "font_class": "PSM", - "unicode": "e708", - "unicode_decimal": 59144 - }, - { - "icon_id": "27620156", - "name": "自由分组", - "font_class": "ziyoufenzu", - "unicode": "e709", - "unicode_decimal": 59145 - }, - { - "icon_id": "27620157", - "name": "短录音题", - "font_class": "duanluyinti", - "unicode": "e70a", - "unicode_decimal": 59146 - }, - { - "icon_id": "27620158", - "name": "邮箱", - "font_class": "youxiang", - "unicode": "e70b", - "unicode_decimal": 59147 - }, - { - "icon_id": "27620159", - "name": "Max", - "font_class": "Max", - "unicode": "e70c", - "unicode_decimal": 59148 - }, - { - "icon_id": "27620161", - "name": "CBC", - "font_class": "CBC", - "unicode": "e70d", - "unicode_decimal": 59149 - }, - { - "icon_id": "27620162", - "name": "Star", - "font_class": "Star", - "unicode": "e70e", - "unicode_decimal": 59150 - }, - { - "icon_id": "27620163", - "name": "xuanzeti", - "font_class": "xuanzeti1", - "unicode": "e70f", - "unicode_decimal": 59151 - }, - { - "icon_id": "27620165", - "name": "KANO", - "font_class": "KANO", - "unicode": "e710", - "unicode_decimal": 59152 - }, - { - "icon_id": "27620166", - "name": "视觉廊", - "font_class": "shijuelang", - "unicode": "e711", - "unicode_decimal": 59153 - }, - { - "icon_id": "27620167", - "name": "学历", - "font_class": "xueli", - "unicode": "e712", - "unicode_decimal": 59154 - }, - { - "icon_id": "27620168", - "name": "姓名", - "font_class": "xingming", - "unicode": "e713", - "unicode_decimal": 59155 - }, - { - "icon_id": "27620169", - "name": "jilianti", - "font_class": "jilianti1", - "unicode": "e714", - "unicode_decimal": 59156 - }, - { - "icon_id": "27620170", - "name": "行业", - "font_class": "hangye", - "unicode": "e715", - "unicode_decimal": 59157 - }, - { - "icon_id": "27620171", - "name": "性别", - "font_class": "xingbie", - "unicode": "e716", - "unicode_decimal": 59158 - }, - { - "icon_id": "27620303", - "name": "手机号", - "font_class": "shoujihao1", - "unicode": "e717", - "unicode_decimal": 59159 - }, - { - "icon_id": "27620332", - "name": "院校", - "font_class": "yuanxiao1", - "unicode": "e718", - "unicode_decimal": 59160 - }, - { - "icon_id": "27620383", - "name": "编组 8", - "font_class": "a-bianzu8", - "unicode": "e71c", - "unicode_decimal": 59164 - }, - { - "icon_id": "27620408", - "name": "编组 18", - "font_class": "a-bianzu18", - "unicode": "e71d", - "unicode_decimal": 59165 - }, - { - "icon_id": "27620417", - "name": "编组 9", - "font_class": "a-bianzu9", - "unicode": "e71e", - "unicode_decimal": 59166 - }, - { - "icon_id": "27621726", - "name": "替换", - "font_class": "tihuan", - "unicode": "e71f", - "unicode_decimal": 59167 - }, - { - "icon_id": "27621727", - "name": "剪裁", - "font_class": "jiancai", - "unicode": "e720", - "unicode_decimal": 59168 - }, - { - "icon_id": "27621755", - "name": "点赞", - "font_class": "dianzan", - "unicode": "e721", - "unicode_decimal": 59169 - }, - { - "icon_id": "27621756", - "name": "点赞1", - "font_class": "dianzan1", - "unicode": "e722", - "unicode_decimal": 59170 - }, - { - "icon_id": "27621757", - "name": "心", - "font_class": "xin", - "unicode": "e723", - "unicode_decimal": 59171 - }, - { - "icon_id": "27621758", - "name": "星星2", - "font_class": "xingxing2", - "unicode": "e724", - "unicode_decimal": 59172 - }, - { - "icon_id": "27621759", - "name": "笑脸", - "font_class": "xiaolian", - "unicode": "e725", - "unicode_decimal": 59173 - }, - { - "icon_id": "27621760", - "name": "笑脸1", - "font_class": "xiaolian1", - "unicode": "e726", - "unicode_decimal": 59174 - }, - { - "icon_id": "27621761", - "name": "心1", - "font_class": "xin1", - "unicode": "e727", - "unicode_decimal": 59175 - }, - { - "icon_id": "27621762", - "name": "星星1", - "font_class": "xingxing1", - "unicode": "e728", - "unicode_decimal": 59176 - }, - { - "icon_id": "27621866", - "name": "生日", - "font_class": "shengri", - "unicode": "e729", - "unicode_decimal": 59177 - }, - { - "icon_id": "27625958", - "name": "箭头", - "font_class": "jiantou", - "unicode": "e72a", - "unicode_decimal": 59178 - }, - { - "icon_id": "27760521", - "name": "路径", - "font_class": "lujing", - "unicode": "e624", - "unicode_decimal": 58916 - }, - { - "icon_id": "27760522", - "name": "作答设置", - "font_class": "zuodashezhi", - "unicode": "e625", - "unicode_decimal": 58917 - }, - { - "icon_id": "27796085", - "name": "问号", - "font_class": "wenhao", - "unicode": "e626", - "unicode_decimal": 58918 - }, - { - "icon_id": "27796086", - "name": "xiayiye", - "font_class": "xiayiye", - "unicode": "e627", - "unicode_decimal": 58919 - }, - { - "icon_id": "27796087", - "name": "shangyiye", - "font_class": "shangyiye", - "unicode": "e628", - "unicode_decimal": 58920 - }, - { - "icon_id": "27796728", - "name": "上传图片", - "font_class": "shangchuantupian", - "unicode": "e629", - "unicode_decimal": 58921 - }, - { - "icon_id": "27796729", - "name": "地理位置", - "font_class": "diliweizhi1", - "unicode": "e62a", - "unicode_decimal": 58922 - }, - { - "icon_id": "27796730", - "name": "上传文件", - "font_class": "shangchuanwenjian", - "unicode": "e62b", - "unicode_decimal": 58923 - }, - { - "icon_id": "27580385", - "name": "Combined Shape", - "font_class": "a-CombinedShape2", - "unicode": "e6f8", - "unicode_decimal": 59128 - }, - { - "icon_id": "27456506", - "name": "单选-默认", - "font_class": "danxuan-moren", - "unicode": "e681", - "unicode_decimal": 59009 - }, - { - "icon_id": "27456507", - "name": "单选-默认鼠标移入", - "font_class": "danxuan-morenshubiaoyiru", - "unicode": "e683", - "unicode_decimal": 59011 - }, - { - "icon_id": "27456508", - "name": "单选-选中置灰", - "font_class": "danxuan-xuanzhongzhihui", - "unicode": "e688", - "unicode_decimal": 59016 - }, - { - "icon_id": "27456509", - "name": "单选小尺寸-默认", - "font_class": "danxuanxiaochicun-moren", - "unicode": "e693", - "unicode_decimal": 59027 - }, - { - "icon_id": "27456510", - "name": "单选-默认置灰", - "font_class": "danxuan-morenzhihui", - "unicode": "e6a6", - "unicode_decimal": 59046 - }, - { - "icon_id": "27456511", - "name": "单选小尺寸-默认置灰", - "font_class": "danxuanxiaochicun-morenzhihui", - "unicode": "e6aa", - "unicode_decimal": 59050 - }, - { - "icon_id": "27456512", - "name": "单选小尺寸-选中", - "font_class": "danxuanxiaochicun-xuanzhong", - "unicode": "e6b3", - "unicode_decimal": 59059 - }, - { - "icon_id": "27456513", - "name": "单选-选中", - "font_class": "danxuan-xuanzhong", - "unicode": "e6c7", - "unicode_decimal": 59079 - }, - { - "icon_id": "27456514", - "name": "单选小尺寸-默认鼠标移入", - "font_class": "danxuanxiaochicun-morenshubiaoyiru", - "unicode": "e6c8", - "unicode_decimal": 59080 - }, - { - "icon_id": "27456515", - "name": "多选-部分已选", - "font_class": "duoxuan-bufenyixuan1", - "unicode": "e6d5", - "unicode_decimal": 59093 - }, - { - "icon_id": "27456516", - "name": "多选小尺寸-未选", - "font_class": "duoxuanxiaochicun-weixuan", - "unicode": "e6e1", - "unicode_decimal": 59105 - }, - { - "icon_id": "27456517", - "name": "多选-未选鼠标移入", - "font_class": "duoxuan-weixuanshubiaoyiru", + "icon_id": "4890374", + "name": "撤销", + "font_class": "chexiao", "unicode": "e6e2", "unicode_decimal": 59106 }, { - "icon_id": "27456518", - "name": "单选小尺寸-选中置灰", - "font_class": "danxuanxiaochicun-xuanzhongzhihui", - "unicode": "e6e3", - "unicode_decimal": 59107 + "icon_id": "10885297", + "name": "上传", + "font_class": "shangchuan", + "unicode": "e613", + "unicode_decimal": 58899 }, { - "icon_id": "27456519", - "name": "多选-未选", - "font_class": "duoxuan-weixuan", - "unicode": "e6e4", - "unicode_decimal": 59108 - }, - { - "icon_id": "27456520", - "name": "更多", - "font_class": "gengduo2", - "unicode": "e6e5", - "unicode_decimal": 59109 - }, - { - "icon_id": "27456521", - "name": "多选-未选置灰", - "font_class": "duoxuan-weixuanzhihui", - "unicode": "e6e6", - "unicode_decimal": 59110 - }, - { - "icon_id": "27456522", - "name": "多选小尺寸-选中置灰", - "font_class": "duoxuanxiaochicun-xuanzhongzhihui", - "unicode": "e6e7", - "unicode_decimal": 59111 - }, - { - "icon_id": "27456523", - "name": "关 copy 2", - "font_class": "a-guancopy2", - "unicode": "e6e8", - "unicode_decimal": 59112 - }, - { - "icon_id": "27456524", - "name": "多选-选中置灰", - "font_class": "duoxuan-xuanzhongzhihui", - "unicode": "e6e9", - "unicode_decimal": 59113 - }, - { - "icon_id": "27456525", - "name": "开", - "font_class": "kai", - "unicode": "e6ea", - "unicode_decimal": 59114 - }, - { - "icon_id": "27456526", - "name": "注释", - "font_class": "zhushi", - "unicode": "e6eb", - "unicode_decimal": 59115 - }, - { - "icon_id": "27456527", - "name": "多选小尺寸-选中", - "font_class": "duoxuanxiaochicun-xuanzhong", - "unicode": "e6ec", - "unicode_decimal": 59116 - }, - { - "icon_id": "27456528", - "name": "多选小尺寸-未选置灰", - "font_class": "duoxuanxiaochicun-weixuanzhihui", - "unicode": "e6ed", - "unicode_decimal": 59117 - }, - { - "icon_id": "27456529", - "name": "多选-选中", - "font_class": "duoxuan-xuanzhong1", - "unicode": "e6ee", - "unicode_decimal": 59118 - }, - { - "icon_id": "27456530", - "name": "多选小尺寸-未选鼠标移入", - "font_class": "duoxuanxiaochicun-weixuanshubiaoyiru", - "unicode": "e6ef", - "unicode_decimal": 59119 - }, - { - "icon_id": "27456531", - "name": "开 copy 2", - "font_class": "a-kaicopy2", - "unicode": "e6f0", - "unicode_decimal": 59120 - }, - { - "icon_id": "27456532", - "name": "关", - "font_class": "guan", - "unicode": "e6f1", - "unicode_decimal": 59121 - }, - { - "icon_id": "27456533", - "name": "riqi", - "font_class": "riqi", - "unicode": "e6f2", - "unicode_decimal": 59122 - }, - { - "icon_id": "27456534", - "name": "liebiaoshezhi", - "font_class": "liebiaoshezhi1", - "unicode": "e6f3", - "unicode_decimal": 59123 - }, - { - "icon_id": "27456535", - "name": "fanhuishangyiji", - "font_class": "fanhuishangyiji", - "unicode": "e6f4", - "unicode_decimal": 59124 - }, - { - "icon_id": "27456536", - "name": "liebiaoshezhi-hover", - "font_class": "liebiaoshezhi-hover1", - "unicode": "e6f5", - "unicode_decimal": 59125 - }, - { - "icon_id": "27456537", - "name": "sousuo", - "font_class": "sousuo", - "unicode": "e6f6", - "unicode_decimal": 59126 - }, - { - "icon_id": "27456538", - "name": "shouji", - "font_class": "shouji", - "unicode": "e6f7", - "unicode_decimal": 59127 - }, - { - "icon_id": "27455672", - "name": "结束语", - "font_class": "jieshuyu2", - "unicode": "e6d4", - "unicode_decimal": 59092 - }, - { - "icon_id": "27455650", - "name": "yidong", - "font_class": "yidong1", - "unicode": "e71b", - "unicode_decimal": 59163 - }, - { - "icon_id": "27450625", - "name": "更多", - "font_class": "gengduo1", - "unicode": "e6e0", - "unicode_decimal": 59104 - }, - { - "icon_id": "27299378", - "name": "Combined Shape", - "font_class": "a-CombinedShape1", - "unicode": "e6df", - "unicode_decimal": 59103 - }, - { - "icon_id": "27284357", - "name": "Page-1", - "font_class": "notice-1", - "unicode": "e6de", - "unicode_decimal": 59102 - }, - { - "icon_id": "27124755", - "name": "排除 4", - "font_class": "thumb-fill", - "unicode": "e6d6", - "unicode_decimal": 59094 - }, - { - "icon_id": "27124756", - "name": "路径 1513", - "font_class": "thumb-stroke", - "unicode": "e6d7", - "unicode_decimal": 59095 - }, - { - "icon_id": "27124757", - "name": "路径 1516", - "font_class": "smile-fill", - "unicode": "e6d8", - "unicode_decimal": 59096 - }, - { - "icon_id": "27124758", - "name": "路径 1518", - "font_class": "heart-stroke", - "unicode": "e6d9", - "unicode_decimal": 59097 - }, - { - "icon_id": "27124759", - "name": "路径 1515", - "font_class": "smile-stroke", - "unicode": "e6da", - "unicode_decimal": 59098 - }, - { - "icon_id": "27124761", - "name": "路径 1517", - "font_class": "heart-fill", - "unicode": "e6db", - "unicode_decimal": 59099 - }, - { - "icon_id": "27124762", - "name": "路径 1520", - "font_class": "star-fill", + "icon_id": "9520037", + "name": "清空", + "font_class": "qingkong", "unicode": "e6dc", "unicode_decimal": 59100 }, { - "icon_id": "27124763", - "name": "路径 1519", - "font_class": "star-stroke", - "unicode": "e6dd", - "unicode_decimal": 59101 + "icon_id": "7192343", + "name": "blod", + "font_class": "jiacu", + "unicode": "e71d", + "unicode_decimal": 59165 }, { - "icon_id": "27091710", - "name": "xiazai", - "font_class": "xiazai", - "unicode": "e71a", - "unicode_decimal": 59162 + "icon_id": "7192349", + "name": "qingxie", + "font_class": "qingxie", + "unicode": "e71e", + "unicode_decimal": 59166 }, { - "icon_id": "27091704", - "name": "shangchuan", - "font_class": "shangchuan", - "unicode": "e719", - "unicode_decimal": 59161 + "icon_id": "7192354", + "name": "undline", + "font_class": "xiahuaxian", + "unicode": "e720", + "unicode_decimal": 59168 }, { - "icon_id": "27013333", - "name": "tuichuyulan", - "font_class": "tuichuyulan", - "unicode": "e6c0", - "unicode_decimal": 59072 + "icon_id": "7193682", + "name": "image", + "font_class": "tupian", + "unicode": "e730", + "unicode_decimal": 59184 }, { - "icon_id": "27013334", - "name": "dafenti", - "font_class": "dafenti", - "unicode": "e6c1", - "unicode_decimal": 59073 + "icon_id": "6135228", + "name": "del", + "font_class": "del1", + "unicode": "e637", + "unicode_decimal": 58935 }, { - "icon_id": "27013335", - "name": "tiankongti", - "font_class": "tiankongti", - "unicode": "e6c2", - "unicode_decimal": 59074 - }, - { - "icon_id": "27013336", - "name": "ketuodong", - "font_class": "ketuodong", - "unicode": "e6c3", - "unicode_decimal": 59075 - }, - { - "icon_id": "27013337", - "name": "xinzengtiaojian-hover", - "font_class": "xinzengtiaojian-hover", - "unicode": "e6c4", - "unicode_decimal": 59076 - }, - { - "icon_id": "27013338", - "name": "shanchu", - "font_class": "shanchu", - "unicode": "e6c5", - "unicode_decimal": 59077 - }, - { - "icon_id": "27013339", - "name": "fuzhi", - "font_class": "fuzhi", - "unicode": "e6c6", - "unicode_decimal": 59078 - }, - { - "icon_id": "27013342", - "name": "shaixuan", - "font_class": "shaixuan", - "unicode": "e6c9", - "unicode_decimal": 59081 - }, - { - "icon_id": "27013343", - "name": "xuanzeqixiala", - "font_class": "xuanzeqixiala1", - "unicode": "e6ca", - "unicode_decimal": 59082 - }, - { - "icon_id": "27013344", - "name": "shengshixianqu", - "font_class": "shengshixianqu", - "unicode": "e6cb", - "unicode_decimal": 59083 - }, - { - "icon_id": "27013345", - "name": "yulan", - "font_class": "yulan", - "unicode": "e6cc", - "unicode_decimal": 59084 - }, - { - "icon_id": "27013346", - "name": "shanchutiaojian-hover", - "font_class": "shanchutiaojian-hover", - "unicode": "e6cd", - "unicode_decimal": 59085 - }, - { - "icon_id": "27013347", - "name": "xia copy", - "font_class": "a-xiacopy", - "unicode": "e6ce", - "unicode_decimal": 59086 - }, - { - "icon_id": "27013348", - "name": "jieshaoyu", - "font_class": "jieshaoyu", - "unicode": "e6cf", - "unicode_decimal": 59087 - }, - { - "icon_id": "27013349", - "name": "tuwenshuoming", - "font_class": "tuwenshuoming", - "unicode": "e6d0", - "unicode_decimal": 59088 - }, - { - "icon_id": "27013350", - "name": "shang默认", - "font_class": "shangmoren", - "unicode": "e6d1", - "unicode_decimal": 59089 - }, - { - "icon_id": "27013351", - "name": "yidong", - "font_class": "yidong", - "unicode": "e6d2", - "unicode_decimal": 59090 - }, - { - "icon_id": "27013352", - "name": "xuanzeti", - "font_class": "xuanzeti", - "unicode": "e6d3", - "unicode_decimal": 59091 - }, - { - "icon_id": "27013327", - "name": "shenfenzhenghao", - "font_class": "shenfenzhenghao", - "unicode": "e6ba", - "unicode_decimal": 59066 - }, - { - "icon_id": "27013328", - "name": "xuanzeqixiala 2", - "font_class": "a-xuanzeqixiala2", - "unicode": "e6bb", - "unicode_decimal": 59067 - }, - { - "icon_id": "27013329", - "name": "shang", - "font_class": "arrow-up-1", - "unicode": "e6bc", - "unicode_decimal": 59068 - }, - { - "icon_id": "27013330", - "name": "shengshi", - "font_class": "shengshi", - "unicode": "e6bd", - "unicode_decimal": 59069 - }, - { - "icon_id": "27013331", - "name": "Group 4", - "font_class": "a-Group4", - "unicode": "e6be", - "unicode_decimal": 59070 - }, - { - "icon_id": "27013332", - "name": "jieshuyu", - "font_class": "jieshuyu", - "unicode": "e6bf", - "unicode_decimal": 59071 - }, - { - "icon_id": "27013301", - "name": "成功完成hover", - "font_class": "chenggongwanchenghover", - "unicode": "e6a0", - "unicode_decimal": 59040 - }, - { - "icon_id": "27013302", - "name": "更多", + "icon_id": "159969", + "name": "more", "font_class": "gengduo", - "unicode": "e6a1", - "unicode_decimal": 59041 + "unicode": "e600", + "unicode_decimal": 58880 }, { - "icon_id": "27013303", - "name": "上", - "font_class": "shang", - "unicode": "e6a2", - "unicode_decimal": 59042 + "icon_id": "627633", + "name": "delete", + "font_class": "delete1", + "unicode": "e66d", + "unicode_decimal": 58989 }, { - "icon_id": "27013304", - "name": "下2", - "font_class": "xia2", - "unicode": "e6a3", - "unicode_decimal": 59043 + "icon_id": "669644", + "name": "del", + "font_class": "del", + "unicode": "e6f5", + "unicode_decimal": 59125 }, { - "icon_id": "27013305", - "name": "下", - "font_class": "xia", - "unicode": "e6a4", - "unicode_decimal": 59044 + "icon_id": "17956030", + "name": "option", + "font_class": "option", + "unicode": "e6ff", + "unicode_decimal": 59135 }, { - "icon_id": "27013306", - "name": "diannao", - "font_class": "diannao", - "unicode": "e6a5", - "unicode_decimal": 59045 + "icon_id": "18261691", + "name": "setting", + "font_class": "setting", + "unicode": "e633", + "unicode_decimal": 58931 }, { - "icon_id": "27013308", - "name": "biaoti", - "font_class": "biaoti", - "unicode": "e6a7", - "unicode_decimal": 59047 - }, - { - "icon_id": "27013309", - "name": "fenyefenye-hover", - "font_class": "fenyefenye-hover", - "unicode": "e6a8", - "unicode_decimal": 59048 - }, - { - "icon_id": "27013310", - "name": "成功完成", - "font_class": "chenggongwancheng", - "unicode": "e6a9", - "unicode_decimal": 59049 - }, - { - "icon_id": "27013312", - "name": "fenye", - "font_class": "fenye", - "unicode": "e6ab", - "unicode_decimal": 59051 - }, - { - "icon_id": "27013313", - "name": "riqishijian", - "font_class": "riqishijian", - "unicode": "e6ac", - "unicode_decimal": 59052 - }, - { - "icon_id": "27013314", - "name": "上2", - "font_class": "shang2", - "unicode": "e6ad", - "unicode_decimal": 59053 - }, - { - "icon_id": "27013315", - "name": "biaoti2", - "font_class": "biaoti2", - "unicode": "e6ae", - "unicode_decimal": 59054 - }, - { - "icon_id": "27013316", - "name": "ketuodong-hover", - "font_class": "ketuodong-hover", - "unicode": "e6af", - "unicode_decimal": 59055 - }, - { - "icon_id": "27013317", - "name": "提前终止", - "font_class": "tiqianzhongzhi", - "unicode": "e6b0", - "unicode_decimal": 59056 - }, - { - "icon_id": "27013318", - "name": "daochu", - "font_class": "daochu", - "unicode": "e6b1", - "unicode_decimal": 59057 - }, - { - "icon_id": "27013319", - "name": "提前终止hover", - "font_class": "tiqianzhongzhihover", - "unicode": "e6b2", - "unicode_decimal": 59058 - }, - { - "icon_id": "27013321", - "name": "xia", - "font_class": "xia1", - "unicode": "e6b4", - "unicode_decimal": 59060 - }, - { - "icon_id": "27013322", - "name": "shanchu-hover1", - "font_class": "shanchu-hover1", - "unicode": "e6b5", - "unicode_decimal": 59061 - }, - { - "icon_id": "27013323", - "name": "jilianti", - "font_class": "jilianti", - "unicode": "e6b6", - "unicode_decimal": 59062 - }, - { - "icon_id": "27013324", - "name": "shoujihao", - "font_class": "shoujihao", - "unicode": "e6b7", - "unicode_decimal": 59063 - }, - { - "icon_id": "27013325", - "name": "shengfen", - "font_class": "shengfen", - "unicode": "e6b8", - "unicode_decimal": 59064 - }, - { - "icon_id": "27013326", - "name": "shanchu-hover", - "font_class": "shanchu-hover", - "unicode": "e6b9", - "unicode_decimal": 59065 - }, - { - "icon_id": "27012897", - "name": "图表分析", - "font_class": "tubiaofenxi", - "unicode": "e696", - "unicode_decimal": 59030 - }, - { - "icon_id": "27012898", - "name": "shijian", - "font_class": "shijian", - "unicode": "e697", - "unicode_decimal": 59031 - }, - { - "icon_id": "27012899", - "name": "向右-鼠标移入 2", - "font_class": "a-xiangyou-shubiaoyiru2", - "unicode": "e698", - "unicode_decimal": 59032 - }, - { - "icon_id": "27012900", - "name": "问卷测试1", - "font_class": "wenjuanceshi1", - "unicode": "e699", - "unicode_decimal": 59033 - }, - { - "icon_id": "27012901", - "name": "icon", - "font_class": "icon", - "unicode": "e69a", - "unicode_decimal": 59034 - }, - { - "icon_id": "27012902", - "name": "Group 5", - "font_class": "a-Group5", - "unicode": "e69b", - "unicode_decimal": 59035 - }, - { - "icon_id": "27012903", - "name": "tixing", - "font_class": "tixing", - "unicode": "e69c", - "unicode_decimal": 59036 - }, - { - "icon_id": "27012904", - "name": "Combined Shape", - "font_class": "a-CombinedShape", - "unicode": "e69d", - "unicode_decimal": 59037 - }, - { - "icon_id": "27012905", - "name": "liebiaoshezhi", - "font_class": "liebiaoshezhi", - "unicode": "e69e", - "unicode_decimal": 59038 - }, - { - "icon_id": "27012906", - "name": "问卷逻辑", - "font_class": "wenjuanluoji", - "unicode": "e69f", - "unicode_decimal": 59039 - }, - { - "icon_id": "27012895", - "name": "清空", - "font_class": "qingkong", - "unicode": "e694", - "unicode_decimal": 59028 - }, - { - "icon_id": "27012896", - "name": "问卷设计1", - "font_class": "wenjuansheji1", - "unicode": "e695", - "unicode_decimal": 59029 - }, - { - "icon_id": "27012837", - "name": "必填", - "font_class": "bitian", - "unicode": "e65a", - "unicode_decimal": 58970 - }, - { - "icon_id": "27012847", - "name": "成功", - "font_class": "chenggong", - "unicode": "e664", - "unicode_decimal": 58980 - }, - { - "icon_id": "27012848", - "name": "多选-部分已选", - "font_class": "duoxuan-bufenyixuan", - "unicode": "e665", - "unicode_decimal": 58981 - }, - { - "icon_id": "27012858", - "name": "链接二维码1", - "font_class": "lianjieerweima1", - "unicode": "e66f", - "unicode_decimal": 58991 - }, - { - "icon_id": "27012859", - "name": "向右-置灰", - "font_class": "xiangyou-zhihui", - "unicode": "e670", - "unicode_decimal": 58992 - }, - { - "icon_id": "27012860", - "name": "向右-默认", - "font_class": "xiangyou-moren", - "unicode": "e671", - "unicode_decimal": 58993 - }, - { - "icon_id": "27012863", - "name": "问卷测试", - "font_class": "wenjuanceshi", - "unicode": "e674", - "unicode_decimal": 58996 - }, - { - "icon_id": "27012864", - "name": "下拉", - "font_class": "xiala", - "unicode": "e675", - "unicode_decimal": 58997 - }, - { - "icon_id": "27012867", - "name": "清空 2", - "font_class": "a-qingkong2", - "unicode": "e678", - "unicode_decimal": 59000 - }, - { - "icon_id": "27012868", - "name": "问卷逻辑1", - "font_class": "wenjuanluoji1", - "unicode": "e679", - "unicode_decimal": 59001 - }, - { - "icon_id": "27012869", - "name": "向左-默认 2", - "font_class": "a-xiangzuo-moren2", - "unicode": "e67a", - "unicode_decimal": 59002 - }, - { - "icon_id": "27012870", - "name": "图表分析1", - "font_class": "tubiaofenxi1", - "unicode": "e67b", - "unicode_decimal": 59003 - }, - { - "icon_id": "27012871", - "name": "作答设置1", - "font_class": "zuodashezhi1", - "unicode": "e67c", - "unicode_decimal": 59004 - }, - { - "icon_id": "27012872", - "name": "向左-置灰", - "font_class": "xiangzuo-zhihui", - "unicode": "e67d", - "unicode_decimal": 59005 - }, - { - "icon_id": "27012873", - "name": "排序-默认", - "font_class": "paixu-moren", - "unicode": "e67e", - "unicode_decimal": 59006 - }, - { - "icon_id": "27012874", - "name": "向左-默认", - "font_class": "xiangzuo-moren", - "unicode": "e67f", - "unicode_decimal": 59007 - }, - { - "icon_id": "27012875", - "name": "向右-鼠标移入", - "font_class": "xiangyou-shubiaoyiru", - "unicode": "e680", - "unicode_decimal": 59008 - }, - { - "icon_id": "27012877", - "name": "guanbi-hover", - "font_class": "guanbi-hover", - "unicode": "e682", - "unicode_decimal": 59010 - }, - { - "icon_id": "27012879", - "name": "排序-倒序", - "font_class": "paixu-daoxu", - "unicode": "e684", - "unicode_decimal": 59012 - }, - { - "icon_id": "27012880", - "name": "shouqi", - "font_class": "shouqi", - "unicode": "e685", - "unicode_decimal": 59013 - }, - { - "icon_id": "27012881", - "name": "API1", - "font_class": "API1", + "icon_id": "22873715", + "name": "add", + "font_class": "add", "unicode": "e686", "unicode_decimal": 59014 }, { - "icon_id": "27012882", - "name": "数据明细1", - "font_class": "shujumingxi1", - "unicode": "e687", - "unicode_decimal": 59015 + "icon_id": "240132", + "name": "radio_box", + "font_class": "radiobox", + "unicode": "e75b", + "unicode_decimal": 59227 }, { - "icon_id": "27012884", - "name": "dakai", - "font_class": "dakai", - "unicode": "e689", - "unicode_decimal": 59017 + "icon_id": "844024", + "name": "矩阵打分", + "font_class": "juzhendafen", + "unicode": "e641", + "unicode_decimal": 58945 }, { - "icon_id": "27012885", - "name": "数据明细", - "font_class": "shujumingxi", - "unicode": "e68a", - "unicode_decimal": 59018 + "icon_id": "1176868", + "name": "checkbox-checked", + "font_class": "checkbox-checked", + "unicode": "e6c3", + "unicode_decimal": 59075 }, { - "icon_id": "27012886", - "name": "guanbi", - "font_class": "guanbi", - "unicode": "e68b", - "unicode_decimal": 59019 + "icon_id": "8766356", + "name": "nps", + "font_class": "nps", + "unicode": "e6b0", + "unicode_decimal": 59056 }, { - "icon_id": "27012887", - "name": "多选-选中", - "font_class": "duoxuan-xuanzhong", - "unicode": "e68c", - "unicode_decimal": 59020 + "icon_id": "11215250", + "name": "input", + "font_class": "input", + "unicode": "e6fd", + "unicode_decimal": 59133 }, { - "icon_id": "27012888", - "name": "xuanzeqixiala", - "font_class": "xuanzeqixiala", - "unicode": "e68d", - "unicode_decimal": 59021 + "icon_id": "15969322", + "name": "矩阵填空", + "font_class": "juzhentiankong", + "unicode": "e62e", + "unicode_decimal": 58926 }, { - "icon_id": "27012889", - "name": "Path", - "font_class": "Path", - "unicode": "e68e", - "unicode_decimal": 59022 + "icon_id": "15969340", + "name": "文件上传", + "font_class": "wenjianshangchuan", + "unicode": "e631", + "unicode_decimal": 58929 }, { - "icon_id": "27012890", - "name": "fenyexiala", - "font_class": "fenyexiala", - "unicode": "e68f", - "unicode_decimal": 59023 + "icon_id": "17269853", + "name": "签名", + "font_class": "qianming", + "unicode": "e661", + "unicode_decimal": 58977 }, { - "icon_id": "27012891", - "name": "问卷设计", - "font_class": "wenjuansheji", - "unicode": "e690", - "unicode_decimal": 59024 + "icon_id": "17373529", + "name": "图文", + "font_class": "tuwen", + "unicode": "e62c", + "unicode_decimal": 58924 }, { - "icon_id": "27012892", - "name": "liebiaoshezhi-hover", - "font_class": "liebiaoshezhi-hover", - "unicode": "e691", - "unicode_decimal": 59025 + "icon_id": "36443758", + "name": "矩阵多选", + "font_class": "juzhenduoxuan", + "unicode": "e818", + "unicode_decimal": 59416 }, { - "icon_id": "27012893", - "name": "zhankai", - "font_class": "zhankai", - "unicode": "e692", - "unicode_decimal": 59026 + "icon_id": "38465935", + "name": "矩阵单选", + "font_class": "juzhendanxuan", + "unicode": "13c7f", + "unicode_decimal": 81023 + }, + { + "icon_id": "1160114", + "name": "edit-2", + "font_class": "edit2", + "unicode": "e630", + "unicode_decimal": 58928 + }, + { + "icon_id": "1160116", + "name": "copy", + "font_class": "copy", + "unicode": "e632", + "unicode_decimal": 58930 + }, + { + "icon_id": "1160129", + "name": "delete", + "font_class": "delete", + "unicode": "e63f", + "unicode_decimal": 58943 + }, + { + "icon_id": "1160227", + "name": "sort", + "font_class": "sort", + "unicode": "e6a0", + "unicode_decimal": 59040 } ] } diff --git a/src/fonts/iconfont.ttf b/src/fonts/iconfont.ttf index cb0360f..b9b8c25 100644 Binary files a/src/fonts/iconfont.ttf and b/src/fonts/iconfont.ttf differ diff --git a/src/fonts/iconfont.woff b/src/fonts/iconfont.woff index eca6c84..4ce3357 100644 Binary files a/src/fonts/iconfont.woff and b/src/fonts/iconfont.woff differ diff --git a/src/fonts/iconfont.woff2 b/src/fonts/iconfont.woff2 index aa29ecf..f99f348 100644 Binary files a/src/fonts/iconfont.woff2 and b/src/fonts/iconfont.woff2 differ diff --git a/src/fonts/moblie/demo.css b/src/fonts/moblie/demo.css index de4836b..18e8077 100644 --- a/src/fonts/moblie/demo.css +++ b/src/fonts/moblie/demo.css @@ -2,10 +2,13 @@ @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'), + 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'); + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') + format('svg'); } .logo { @@ -48,7 +51,6 @@ cursor: pointer; } - #tabs .active { border-bottom-color: #f00; color: #222; @@ -119,9 +121,15 @@ color: #333; font-size: 42px; line-height: 100px; - -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; + -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 { @@ -218,35 +226,35 @@ margin: 1em 0; } -.markdown>p, -.markdown>blockquote, -.markdown>.highlight, -.markdown>ol, -.markdown>ul { +.markdown > p, +.markdown > blockquote, +.markdown > .highlight, +.markdown > ol, +.markdown > ul { width: 80%; } -.markdown ul>li { +.markdown ul > li { list-style: circle; } -.markdown>ul li, -.markdown blockquote ul>li { +.markdown > ul li, +.markdown blockquote ul > li { margin-left: 20px; padding-left: 4px; } -.markdown>ul li p, -.markdown>ol li p { +.markdown > ul li p, +.markdown > ol li p { margin: 0.6em 0; } -.markdown ol>li { +.markdown ol > li { list-style: decimal; } -.markdown>ol li, -.markdown blockquote ol>li { +.markdown > ol li, +.markdown blockquote ol > li { margin-left: 20px; padding-left: 4px; } @@ -263,7 +271,7 @@ font-weight: 600; } -.markdown>table { +.markdown > table { width: 95%; margin-bottom: 24px; border: 1px solid #e9e9e9; @@ -272,21 +280,21 @@ empty-cells: show; } -.markdown>table th { +.markdown > table th { color: #333; font-weight: 600; white-space: nowrap; } -.markdown>table th, -.markdown>table td { +.markdown > table th, +.markdown > table td { padding: 8px 16px; border: 1px solid #e9e9e9; text-align: left; } -.markdown>table th { - background: #F7F7F7; +.markdown > table th { + background: #f7f7f7; } .markdown blockquote { @@ -321,12 +329,11 @@ opacity: 1; } -.markdown>br, -.markdown>p>br { +.markdown > br, +.markdown > p > br { clear: both; } - .hljs { display: block; overflow-x: auto; @@ -451,19 +458,19 @@ code[class*='language-'] ::selection { /* Code blocks */ pre[class*='language-'] { overflow: auto; - margin: .5em 0; + margin: 0.5em 0; padding: 1em; } -:not(pre)>code[class*='language-'], +:not(pre) > code[class*='language-'], pre[class*='language-'] { background: #f5f2f0; } /* Inline code */ -:not(pre)>code[class*='language-'] { - padding: .1em; - border-radius: .3em; +:not(pre) > code[class*='language-'] { + padding: 0.1em; + border-radius: 0.3em; white-space: normal; } @@ -479,7 +486,7 @@ pre[class*='language-'] { } .namespace { - opacity: .7; + opacity: 0.7; } .token.property, @@ -506,7 +513,7 @@ pre[class*='language-'] { .token.url, .language-css .token.string, .style .token.string { - background: hsla(0deg, 0%, 100%, .5); + background: hsla(0deg, 0%, 100%, 0.5); color: #9a6e3a; } @@ -518,7 +525,7 @@ pre[class*='language-'] { .token.function, .token.class-name { - color: #DD4A68; + color: #dd4a68; } .token.regex, diff --git a/src/fonts/moblie/iconfont.css b/src/fonts/moblie/iconfont.css index bd2be66..2ad02d0 100644 --- a/src/fonts/moblie/iconfont.css +++ b/src/fonts/moblie/iconfont.css @@ -1,6 +1,7 @@ @font-face { font-family: mobilefont; /* Project id 4841764 */ - src: url('iconfont.woff2?t=1742025232194') format('woff2'), + src: + url('iconfont.woff2?t=1742025232194') format('woff2'), url('iconfont.woff?t=1742025232194') format('woff'), url('iconfont.ttf?t=1742025232194') format('truetype'); } @@ -100,4 +101,3 @@ .mobilefont-sort::before { content: '\e6a0'; } - diff --git a/src/fonts/moblie/iconfont.js b/src/fonts/moblie/iconfont.js index 85d5873..c6b0ff4 100644 --- a/src/fonts/moblie/iconfont.js +++ b/src/fonts/moblie/iconfont.js @@ -1 +1,67 @@ -window._iconfont_svg_string_4841764='',(a=>{var l=(t=(t=document.getElementsByTagName("script"))[t.length-1]).getAttribute("data-injectcss"),t=t.getAttribute("data-disable-injectsvg");if(!t){var o,e,i,c,h,n=function(l,t){t.parentNode.insertBefore(l,t)};if(l&&!a.__iconfont__svg__cssinject__){a.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(l){console&&console.log(l)}}o=function(){var l,t=document.createElement("div");t.innerHTML=a._iconfont_svg_string_4841764,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(l=document.body).firstChild?n(t,l.firstChild):l.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(o,0):(e=function(){document.removeEventListener("DOMContentLoaded",e,!1),o()},document.addEventListener("DOMContentLoaded",e,!1)):document.attachEvent&&(i=o,c=a.document,h=!1,m(),c.onreadystatechange=function(){"complete"==c.readyState&&(c.onreadystatechange=null,d())})}function d(){h||(h=!0,i())}function m(){try{c.documentElement.doScroll("left")}catch(l){return void setTimeout(m,50)}d()}})(window); \ No newline at end of file +(window._iconfont_svg_string_4841764 = + ''), + ((a) => { + var l = (t = (t = document.getElementsByTagName('script'))[t.length - 1]).getAttribute( + 'data-injectcss' + ), + t = t.getAttribute('data-disable-injectsvg'); + if (!t) { + var o, + e, + i, + c, + h, + n = function (l, t) { + t.parentNode.insertBefore(l, t); + }; + if (l && !a.__iconfont__svg__cssinject__) { + a.__iconfont__svg__cssinject__ = !0; + try { + document.write( + '' + ); + } catch (l) { + console && console.log(l); + } + } + (o = function () { + var l, + t = document.createElement('div'); + (t.innerHTML = a._iconfont_svg_string_4841764), + (t = t.getElementsByTagName('svg')[0]) && + (t.setAttribute('aria-hidden', 'true'), + (t.style.position = 'absolute'), + (t.style.width = 0), + (t.style.height = 0), + (t.style.overflow = 'hidden'), + (t = t), + (l = document.body).firstChild ? n(t, l.firstChild) : l.appendChild(t)); + }), + document.addEventListener + ? ~['complete', 'loaded', 'interactive'].indexOf(document.readyState) + ? setTimeout(o, 0) + : ((e = function () { + document.removeEventListener('DOMContentLoaded', e, !1), o(); + }), + document.addEventListener('DOMContentLoaded', e, !1)) + : document.attachEvent && + ((i = o), + (c = a.document), + (h = !1), + m(), + (c.onreadystatechange = function () { + 'complete' == c.readyState && ((c.onreadystatechange = null), d()); + })); + } + function d() { + h || ((h = !0), i()); + } + function m() { + try { + c.documentElement.doScroll('left'); + } catch (l) { + return void setTimeout(m, 50); + } + d(); + } + })(window); diff --git a/src/layouts/index.vue b/src/layouts/index.vue index cdec601..9ca8316 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -21,7 +21,6 @@ const router = useRouter(); function goBack() { appBridge.h5RouterBack(router); } - diff --git a/src/views/Design/components/Questions/paging/Paging.vue b/src/views/Design/components/Questions/paging/Paging.vue index 62d9592..57eb0e1 100644 --- a/src/views/Design/components/Questions/paging/Paging.vue +++ b/src/views/Design/components/Questions/paging/Paging.vue @@ -11,7 +11,8 @@ class="iconfont active-icon" :style="{ marginRight: isLastPage ? '0' : '16px' }" @click="activePage" - > + > diff --git a/src/views/Survey/views/Preview/components/AnswerViewer.vue b/src/views/Survey/views/Preview/components/AnswerViewer.vue index 40b7c63..bb6bc21 100644 --- a/src/views/Survey/views/Preview/components/AnswerViewer.vue +++ b/src/views/Survey/views/Preview/components/AnswerViewer.vue @@ -227,8 +227,8 @@ export default defineComponent({ .map((option) => { return this.wares.find( (ware) => - ware.question_index === option.question_index - && ware.option_index === option.option_index + ware.question_index === option.question_index && + ware.option_index === option.option_index ); }); wares = wares.filter((x) => x); diff --git a/src/views/Survey/views/Preview/components/SceneSurveyViewerPage/Index.vue b/src/views/Survey/views/Preview/components/SceneSurveyViewerPage/Index.vue index 176060e..1092d79 100644 --- a/src/views/Survey/views/Preview/components/SceneSurveyViewerPage/Index.vue +++ b/src/views/Survey/views/Preview/components/SceneSurveyViewerPage/Index.vue @@ -144,7 +144,7 @@ export default { methods: { debounce(func, wait) { let timeout; - return function(...args) { + return function (...args) { clearTimeout(timeout); timeout = setTimeout(() => func.apply(this, args), wait); }; diff --git a/src/views/Survey/views/Preview/components/questions/QLast.vue b/src/views/Survey/views/Preview/components/questions/QLast.vue index f3fc728..5b28901 100644 --- a/src/views/Survey/views/Preview/components/questions/QLast.vue +++ b/src/views/Survey/views/Preview/components/questions/QLast.vue @@ -102,37 +102,37 @@ export default defineComponent({ const isEndUrl = computed(() => { const code = props.action ? props.action.code : props.code; return ( - (code === 20004 - && props.survey.screening_end_url_select - && props.survey.screening_end_url) - || (code === 20011 && props.survey.success_end_url_select && props.survey.success_end_url) - || (code === 20016 && props.survey.quota_end_url_select && props.survey.quota_end_url) + (code === 20004 && + props.survey.screening_end_url_select && + props.survey.screening_end_url) || + (code === 20011 && props.survey.success_end_url_select && props.survey.success_end_url) || + (code === 20016 && props.survey.quota_end_url_select && props.survey.quota_end_url) ); }); // 跳转 function toEndUrl() { switch (props.action.code) { - case 20004: // 被甄别 - if (props.survey.screening_end_url_select && props.survey.screening_end_url) { - const url = props.survey.screening_end_url; - toUrl(url); - } - break; - case 20011: // 成功 - if (props.survey.success_end_url_select && props.survey.success_end_url) { - const url = props.survey.success_end_url; - toUrl(url); - } - break; - case 20016: // 配额超限 - if (props.survey.quota_end_url_select && props.survey.quota_end_url) { - const url = props.survey.quota_end_url; - toUrl(url); - } - break; - default: - break; + case 20004: // 被甄别 + if (props.survey.screening_end_url_select && props.survey.screening_end_url) { + const url = props.survey.screening_end_url; + toUrl(url); + } + break; + case 20011: // 成功 + if (props.survey.success_end_url_select && props.survey.success_end_url) { + const url = props.survey.success_end_url; + toUrl(url); + } + break; + case 20016: // 配额超限 + if (props.survey.quota_end_url_select && props.survey.quota_end_url) { + const url = props.survey.quota_end_url; + toUrl(url); + } + break; + default: + break; } } diff --git a/src/views/Survey/views/Preview/components/questions/QRadio.vue b/src/views/Survey/views/Preview/components/questions/QRadio.vue index 7884b24..d558f1a 100644 --- a/src/views/Survey/views/Preview/components/questions/QRadio.vue +++ b/src/views/Survey/views/Preview/components/questions/QRadio.vue @@ -264,16 +264,16 @@ export default defineComponent({ }); if ( - !compareArrayByField(options.value, newOptions, 'option_key') - || !compareArrayByField(options.value, newOptions, 'option') + !compareArrayByField(options.value, newOptions, 'option_key') || + !compareArrayByField(options.value, newOptions, 'option') ) { options.value = newOptions; } // 清空值和答案 if ( - value.value - && options.value.findIndex((option) => option.option_key === value.value) === -1 + value.value && + options.value.findIndex((option) => option.option_key === value.value) === -1 ) { // 清空值 value.value = ''; @@ -291,8 +291,8 @@ export default defineComponent({ () => options.value, (val, oldVal) => { if ( - compareArrayByField(val, oldVal || [], 'option_key') - && compareArrayByField(val, oldVal || [], 'option') + compareArrayByField(val, oldVal || [], 'option_key') && + compareArrayByField(val, oldVal || [], 'option') ) { return; } diff --git a/src/views/Survey/views/Preview/components/questions/Question.vue b/src/views/Survey/views/Preview/components/questions/Question.vue index b6df9da..1651686 100644 --- a/src/views/Survey/views/Preview/components/questions/Question.vue +++ b/src/views/Survey/views/Preview/components/questions/Question.vue @@ -132,8 +132,8 @@ export default defineComponent({ const value = matchValue.replace('[%cite(', '').replace(')%]', ''); let replacement = ''; // 替换文本 // 查找引用问题 - const question - = props.questions.find((question) => { + const question = + props.questions.find((question) => { // 矩阵题 if (question.question_type >= 8 && question.question_type <= 11) { return question.title === value.split('_R')[0].split('_C')[0]; @@ -143,8 +143,8 @@ export default defineComponent({ return question.title === value.split('_A')[0]; } return question.title === value; - }) - || props.questions.find((question) => { + }) || + props.questions.find((question) => { // 矩阵题 if (question.question_type >= 8 && question.question_type <= 11) { return question.title === (value + cycleIndexStr).split('_R')[0].split('_C')[0]; @@ -171,8 +171,8 @@ export default defineComponent({ replacement = answer[option.option_key]; } } else if ( - question.question_type === 2 - && Object.keys(answer).length >= question.config.min_select + question.question_type === 2 && + Object.keys(answer).length >= question.config.min_select ) { // 查找引用选项(多选) options.forEach((option) => { diff --git a/src/views/Survey/views/Preview/js/language.js b/src/views/Survey/views/Preview/js/language.js index f0e84d2..8b439cd 100644 --- a/src/views/Survey/views/Preview/js/language.js +++ b/src/views/Survey/views/Preview/js/language.js @@ -350,7 +350,7 @@ export const language = { zh: '请点击查看图片' }, NoteCantViewAfterTimeLimit: { - en: 'Note: Can\'t view after time limit', + en: "Note: Can't view after time limit", zh: '注意:超过显示时间限制后将无法再次查看' }, DisplayTimeLimitExceeded: { diff --git a/src/views/Survey/views/Preview/js/logical.js b/src/views/Survey/views/Preview/js/logical.js index 1cf5d42..c8cf555 100644 --- a/src/views/Survey/views/Preview/js/logical.js +++ b/src/views/Survey/views/Preview/js/logical.js @@ -250,10 +250,10 @@ function quesHandle(answer, logChild) { const matrixRateHandle = () => { // 如果配置的逻辑中参数为空,则代表没有配置逻辑匹配值,此时不做校验 if ( - logChild.cell_index === 0 - || logChild.row_index === 0 - || !logChild.operator - || !logChild.value + logChild.cell_index === 0 || + logChild.row_index === 0 || + !logChild.operator || + !logChild.value ) { return true; } @@ -265,10 +265,10 @@ function quesHandle(answer, logChild) { const matrixInputHandle = () => { // 如果配置的逻辑中参数为空,则代表没有配置逻辑匹配值,此时不做校验 if ( - logChild.cell_index === 0 - || logChild.row_index === 0 - || !logChild.operator - || !logChild.value + logChild.cell_index === 0 || + logChild.row_index === 0 || + !logChild.operator || + !logChild.value ) { return true; } @@ -428,59 +428,59 @@ function getConditionStatus(logChild) { if (answer) { try { switch (logChild.question_type) { - case 1: - quesStatus = quesHandles.choiceHandle(config); - break; - case 2: - quesStatus = quesHandles.choiceCheckBoxHandle(config); - break; - case 3: - quesStatus = quesHandles.cascaderHandle(); - break; - case 4: - quesStatus = quesHandles.inputHandle(); - break; - case 5: - quesStatus = quesHandles.rateHandle(); - break; - case 7: - quesStatus = quesHandles.dateTimeHandle(); - break; - case 8: - quesStatus = quesHandles.matrixInputHandle(); - break; - case 9: - quesStatus = quesHandles.matrixRadioHandle(config); - break; - case 10: - quesStatus = quesHandles.matrixCheckboxHandle(config); - break; - case 11: - quesStatus = quesHandles.matrixRateHandle(); - break; - case 13: - quesStatus = quesHandles.imgRadioHandle(); - break; - case 14: - quesStatus = quesHandles.imgCheckBoxHandle(); - break; - case 15: - quesStatus = quesHandles.classifyHandle(); - break; - case 16: - quesStatus = quesHandles.sortHandle(); - break; - case 17: - quesStatus = quesHandles.constantSumHandle(); - break; - case 23: - quesStatus = quesHandles.agreementHandle(); - break; - case 101: - quesStatus = quesHandles.psmHandle(config); - break; - default: - break; + case 1: + quesStatus = quesHandles.choiceHandle(config); + break; + case 2: + quesStatus = quesHandles.choiceCheckBoxHandle(config); + break; + case 3: + quesStatus = quesHandles.cascaderHandle(); + break; + case 4: + quesStatus = quesHandles.inputHandle(); + break; + case 5: + quesStatus = quesHandles.rateHandle(); + break; + case 7: + quesStatus = quesHandles.dateTimeHandle(); + break; + case 8: + quesStatus = quesHandles.matrixInputHandle(); + break; + case 9: + quesStatus = quesHandles.matrixRadioHandle(config); + break; + case 10: + quesStatus = quesHandles.matrixCheckboxHandle(config); + break; + case 11: + quesStatus = quesHandles.matrixRateHandle(); + break; + case 13: + quesStatus = quesHandles.imgRadioHandle(); + break; + case 14: + quesStatus = quesHandles.imgCheckBoxHandle(); + break; + case 15: + quesStatus = quesHandles.classifyHandle(); + break; + case 16: + quesStatus = quesHandles.sortHandle(); + break; + case 17: + quesStatus = quesHandles.constantSumHandle(); + break; + case 23: + quesStatus = quesHandles.agreementHandle(); + break; + case 101: + quesStatus = quesHandles.psmHandle(config); + break; + default: + break; } } catch (error) { // console.log(error); @@ -519,10 +519,10 @@ function getlogicStatus(questionData) { // } else { // statusStr = statusStr + conditionStatus; // } - statusStr - = statusStr - + (logChild.logic === 'and' ? '&&' : logChild.logic === 'or' ? '||' : '') - + conditionStatus; + statusStr = + statusStr + + (logChild.logic === 'and' ? '&&' : logChild.logic === 'or' ? '||' : '') + + conditionStatus; }); // eslint-disable-next-line no-eval logs.logicStatus = eval(statusStr); diff --git a/src/views/Survey/views/Preview/js/mock.js b/src/views/Survey/views/Preview/js/mock.js index f4c3e84..93dea50 100644 --- a/src/views/Survey/views/Preview/js/mock.js +++ b/src/views/Survey/views/Preview/js/mock.js @@ -105,8 +105,8 @@ export default function answerMock(questionsData, page) { } else if (logic.skip_type === 4) { // 只计算跳转后所在页面的隐藏逻辑,否则会出现只返回最后一道隐藏选项题目的情况,导致失效 const toPage = page + 1; - const hasHiddenLogicQuizPage - = data.pages.findIndex((page) => page.includes(logic.question_index)) + 1; + const hasHiddenLogicQuizPage = + data.pages.findIndex((page) => page.includes(logic.question_index)) + 1; if (hasHiddenLogicQuizPage === toPage) { // 选项隐藏逻辑 updateOptionHidden(data.hide_options, logic); diff --git a/src/views/Survey/views/Preview/js/questions.js b/src/views/Survey/views/Preview/js/questions.js index 4918df1..1d68f15 100644 --- a/src/views/Survey/views/Preview/js/questions.js +++ b/src/views/Survey/views/Preview/js/questions.js @@ -154,9 +154,9 @@ export default defineComponent({ question.error = translatedText.value.ThisIsARequiredQuestion; } } else if ( - answer - && questionType === 1 - && Object.keys(answer).findIndex((value) => !answer[value]) !== -1 + answer && + questionType === 1 && + Object.keys(answer).findIndex((value) => !answer[value]) !== -1 ) { // 单选题 isError = true; @@ -302,9 +302,9 @@ export default defineComponent({ } else if (answer && questionType === 12) { question.error = ''; } else if ( - answer - && questionType === 14 - && Object.keys(answer).length < config.min_select + answer && + questionType === 14 && + Object.keys(answer).length < config.min_select ) { // 图片多选题 isError = true; @@ -340,46 +340,46 @@ export default defineComponent({ const { value } = answer; const newValue = value.replace(/\n|\r|\r\n/g, ''); switch (config.text_type) { - case 3: // 字母 - isError - = config.include_mark === 1 - ? !/^[a-zA-Z·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]]+$/.test( - newValue - ) || !newValue.length - : !/^[a-zA-Z]+$/.test(newValue) || !newValue.length; - question.error = isError ? translatedText.value.PleaseEnterEnglishLetters : ''; - break; - case 4: // 中文 - isError - = config.include_mark === 1 - ? !/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|[·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]])+$/.test( - newValue - ) || !newValue.length - : !/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0])+$/.test( - newValue - ) || !newValue.length; - question.error = isError ? translatedText.value.PleaseEnterChineseWords : ''; - break; - case 5: // 邮箱 - isError - = !/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test( - value - ); - question.error = isError ? translatedText.value.PleaseEnterACorrectEmail : ''; - break; - case 6: // 手机号 - isError = !/^(?:(?:\+|00)86)?1[3-9]\d{9}$/.test(value); - question.error = isError ? translatedText.value.PleaseEnterACorrectPhone : ''; - break; - case 7: // 身份证号 - isError - = !/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[1-2]\d|30|31)\d{3}[\dXx]$/.test( - value - ); - question.error = isError ? translatedText.value.PleaseEnterACorrectID : ''; - break; - default: - break; + case 3: // 字母 + isError = + config.include_mark === 1 + ? !/^[a-zA-Z·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]]+$/.test( + newValue + ) || !newValue.length + : !/^[a-zA-Z]+$/.test(newValue) || !newValue.length; + question.error = isError ? translatedText.value.PleaseEnterEnglishLetters : ''; + break; + case 4: // 中文 + isError = + config.include_mark === 1 + ? !/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|[·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]])+$/.test( + newValue + ) || !newValue.length + : !/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0])+$/.test( + newValue + ) || !newValue.length; + question.error = isError ? translatedText.value.PleaseEnterChineseWords : ''; + break; + case 5: // 邮箱 + isError = + !/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test( + value + ); + question.error = isError ? translatedText.value.PleaseEnterACorrectEmail : ''; + break; + case 6: // 手机号 + isError = !/^(?:(?:\+|00)86)?1[3-9]\d{9}$/.test(value); + question.error = isError ? translatedText.value.PleaseEnterACorrectPhone : ''; + break; + case 7: // 身份证号 + isError = + !/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[1-2]\d|30|31)\d{3}[\dXx]$/.test( + value + ); + question.error = isError ? translatedText.value.PleaseEnterACorrectID : ''; + break; + default: + break; } if (!isError && value.length < config.min && ![1, 2].includes(config.text_type)) { isError = true; @@ -391,54 +391,54 @@ export default defineComponent({ Object.keys(answer).forEach((key) => { const value = answer[key]; switch (config.text_type) { - case 3: // 字母 - if ( - !/^[a-zA-Z·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]]+$/.test( - value - ) - ) { - question.error = translatedText.value.PleaseEnterEnglishLetters; - } - break; - case 4: // 中文 - if ( - !/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|[·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]])+$/.test( - value - ) - ) { - question.error = translatedText.value.PleaseEnterChineseWords; - } - break; - case 5: // 邮箱 - if ( - !/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test( - value - ) - ) { - question.error = translatedText.value.PleaseEnterACorrectEmail; - } - break; - case 6: // 手机号 - if (!/^(?:(?:\+|00)86)?1[3-9]\d{9}$/.test(value)) { - question.error = translatedText.value.PleaseEnterACorrectPhone; - } - break; - case 7: // 身份证号 - if ( - !/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[1-2]\d|30|31)\d{3}[\dXx]$/.test( - value - ) - ) { - question.error = translatedText.value.PleaseEnterACorrectID; - } - break; - default: - break; + case 3: // 字母 + if ( + !/^[a-zA-Z·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]]+$/.test( + value + ) + ) { + question.error = translatedText.value.PleaseEnterEnglishLetters; + } + break; + case 4: // 中文 + if ( + !/^(?:[\u3400-\u4DB5\u4E00-\u9FEA\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29]|[\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|[·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、`~!@#$%^&*()_\-+=<>?:"{}|,./;'\\[\]])+$/.test( + value + ) + ) { + question.error = translatedText.value.PleaseEnterChineseWords; + } + break; + case 5: // 邮箱 + if ( + !/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test( + value + ) + ) { + question.error = translatedText.value.PleaseEnterACorrectEmail; + } + break; + case 6: // 手机号 + if (!/^(?:(?:\+|00)86)?1[3-9]\d{9}$/.test(value)) { + question.error = translatedText.value.PleaseEnterACorrectPhone; + } + break; + case 7: // 身份证号 + if ( + !/^[1-9]\d{5}(?:18|19|20)\d{2}(?:0[1-9]|10|11|12)(?:0[1-9]|[1-2]\d|30|31)\d{3}[\dXx]$/.test( + value + ) + ) { + question.error = translatedText.value.PleaseEnterACorrectID; + } + break; + default: + break; } if ( - !question.error - && value.length < config.min - && ![1, 2].includes(config.text_type) + !question.error && + value.length < config.min && + ![1, 2].includes(config.text_type) ) { question.error = translatedText.value.PleaseEnterMoreThanOneCharacters(config.min); } @@ -814,8 +814,8 @@ export default defineComponent({ const evt1 = {}; if ([1].includes(question.question_type)) { - evt1.value - = Object.keys(question.answer) + evt1.value = + Object.keys(question.answer) .map((key) => (question.answer[key] ? key : undefined)) .filter((i) => !!i)?.[0] || undefined; evt1.options = question.list.flatMap((i) => i.options); diff --git a/src/views/Survey/views/Success/Index.vue b/src/views/Survey/views/Success/Index.vue index e85b8d2..9da41c8 100644 --- a/src/views/Survey/views/Success/Index.vue +++ b/src/views/Survey/views/Success/Index.vue @@ -6,8 +6,8 @@