-
+
@@ -28,12 +28,12 @@
{{ t('levelBenefits') }}
-
+
{{ t('levelGift') }}
-
+
@@ -61,6 +61,10 @@ const route = useRoute()
const router = useRouter()
const pageName = route.meta.title
+const back = () => {
+ router.push('/member/level')
+}
+
const benefitsRef = ref(null)
const giftRef = ref(null)
const loading = ref(true)
diff --git a/admin/src/app/views/poster/list.vue b/admin/src/app/views/poster/list.vue
index 94f113e4b..6c91c2616 100644
--- a/admin/src/app/views/poster/list.vue
+++ b/admin/src/app/views/poster/list.vue
@@ -104,7 +104,7 @@ import { t } from '@/lang'
import { ElMessageBox, FormInstance } from 'element-plus'
import { useRoute, useRouter } from 'vue-router'
import { getPosterPageList,getPosterType,modifyPosterStatus,modifyPosterDefault,deletePoster,getPreviewPoster } from '@/app/api/poster'
-import { img } from '@/utils/common'
+import { img,setTablePageStorage,getTablePageStorage } from '@/utils/common'
const router = useRouter()
const route = useRoute()
@@ -192,12 +192,13 @@ const loadPosterPageList = (page: number = 1) => {
posterTableData.loading = false
posterTableData.data = res.data.data
posterTableData.total = res.data.total
+ setTablePageStorage(posterTableData.page, posterTableData.limit, posterTableData.searchParam);
}).catch(() => {
posterTableData.loading = false
})
}
-loadPosterPageList()
+loadPosterPageList(getTablePageStorage(posterTableData.searchParam).page);
// 编辑自定义海报
const editEvent = (data: any) => {
diff --git a/admin/src/app/views/setting/agreement_edit.vue b/admin/src/app/views/setting/agreement_edit.vue
index d4d9bd04c..94bf1b2b0 100644
--- a/admin/src/app/views/setting/agreement_edit.vue
+++ b/admin/src/app/views/setting/agreement_edit.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/admin/src/app/views/setting/map.vue b/admin/src/app/views/setting/map.vue
index e166edc0c..69bc6cfae 100644
--- a/admin/src/app/views/setting/map.vue
+++ b/admin/src/app/views/setting/map.vue
@@ -57,7 +57,7 @@ const formRules = computed(() => {
callback(new Error(t('validTimePlaceholder')))
} else if (isNaN(value) || !/^\d{0,10}$/.test(value)) {
callback(new Error(t('validTimeFormatTips')))
- } else if (value < 0) {
+ } else if (value < 5) {
callback(new Error(t('validTimeNotZeroTips')))
} else {
callback()
diff --git a/admin/src/app/views/site/group_edit.vue b/admin/src/app/views/site/group_edit.vue
index 80d374b47..d5e9cc7c0 100644
--- a/admin/src/app/views/site/group_edit.vue
+++ b/admin/src/app/views/site/group_edit.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/admin/src/app/views/site/info.vue b/admin/src/app/views/site/info.vue
index d817af455..61750499f 100644
--- a/admin/src/app/views/site/info.vue
+++ b/admin/src/app/views/site/info.vue
@@ -3,7 +3,7 @@
-
+
{{ pageName }}
diff --git a/admin/src/app/views/site/user_info.vue b/admin/src/app/views/site/user_info.vue
index 009310a13..068d897dc 100644
--- a/admin/src/app/views/site/user_info.vue
+++ b/admin/src/app/views/site/user_info.vue
@@ -3,7 +3,7 @@
-
+
@@ -137,6 +137,10 @@ import { ElMessageBox } from 'element-plus'
const route = useRoute()
const router = useRouter()
const pageName = route.meta.title
+
+const back = () => {
+ router.push('/admin/site/user')
+}
const uid: number = parseInt(route.query.uid || 0)
const loading = ref(true)
const detail = ref({})
diff --git a/admin/src/app/views/tools/addon/edit.vue b/admin/src/app/views/tools/addon/edit.vue
index e89e92f83..65c558dcc 100644
--- a/admin/src/app/views/tools/addon/edit.vue
+++ b/admin/src/app/views/tools/addon/edit.vue
@@ -2,7 +2,7 @@
-
+
@@ -97,6 +97,10 @@ import { useRouter, useRoute } from 'vue-router'
const route = useRoute()
const router = useRouter()
const pageName = route.meta.title
+
+const back = () => {
+ router.push('/tools/addon')
+}
const form = ref({
title: '',
icon: '',
diff --git a/admin/src/app/views/tools/code/edit.vue b/admin/src/app/views/tools/code/edit.vue
index a08bf18bc..c3502ea19 100644
--- a/admin/src/app/views/tools/code/edit.vue
+++ b/admin/src/app/views/tools/code/edit.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/admin/src/app/views/tools/schedule_log.vue b/admin/src/app/views/tools/schedule_log.vue
index dad725517..aa11308ca 100644
--- a/admin/src/app/views/tools/schedule_log.vue
+++ b/admin/src/app/views/tools/schedule_log.vue
@@ -2,7 +2,7 @@
-
+
{{ pageName }}
@@ -122,7 +122,11 @@ import { ElMessageBox, ElMessage, FormInstance } from 'element-plus'
import { useRouter, useRoute } from 'vue-router'
const route = useRoute()
+const router = useRouter()
const pageName = route.meta.title
+const back = () => {
+ router.push('/tools/schedule')
+}
const cronTableData = reactive({
page: 1,
diff --git a/admin/src/layout/bussiness/components/header/index.vue b/admin/src/layout/bussiness/components/header/index.vue
index 82f7e79f1..75e3e39c0 100644
--- a/admin/src/layout/bussiness/components/header/index.vue
+++ b/admin/src/layout/bussiness/components/header/index.vue
@@ -1,7 +1,7 @@
-
+
+
+ {{siteInfo.site_name}}
+ {{ siteInfo.status_name }}
+
+
+
+
+
+ 站点编号:{{siteInfo.site_id}}
+
+
+
+ 到期时间:永久
+ 到期时间:{{ siteInfo.expire_time }}
+
+
+
+
+
@@ -65,8 +87,9 @@ import layoutSetting from './layout-setting.vue'
import userInfo from './user-info.vue'
import { useFullscreen } from '@vueuse/core'
import useSystemStore from '@/stores/modules/system'
+import useUserStore from '@/stores/modules/user'
import useAppStore from '@/stores/modules/app'
-import { useRoute,useRouter } from 'vue-router'
+import { useRoute, useRouter } from 'vue-router'
import { t } from '@/lang'
import storage from '@/utils/storage'
@@ -78,6 +101,11 @@ const route = useRoute()
const router = useRouter()
const screenWidth = ref(window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth)
+const userStore = useUserStore()
+const siteInfo:any = computed(() => {
+ return userStore.siteInfo
+})
+
const dark = computed(() => {
return systemStore.dark
})
@@ -154,7 +182,7 @@ const toPreview = () => {
const url = router.resolve({
path: '/preview/wap',
query: {
- page:'/'
+ page: '/'
}
})
window.open(url.href)
@@ -182,5 +210,10 @@ const toPreview = () => {
background-color: var(--el-color-primary);
}
}
-
+:deep(.el-dropdown-menu__item) {
+ &:focus {
+ background-color: transparent !important;
+ color: #333 !important;
+ }
+}
diff --git a/admin/src/layout/darkside/components/header/index.vue b/admin/src/layout/darkside/components/header/index.vue
index 21bbaef45..e666e294d 100644
--- a/admin/src/layout/darkside/components/header/index.vue
+++ b/admin/src/layout/darkside/components/header/index.vue
@@ -1,7 +1,7 @@
-
+
-
+
+
+
+
+
+ {{siteInfo.site_name}}
+ {{ siteInfo.status_name }}
+
+
+
+
+
+ 站点编号:{{siteInfo.site_id}}
+
+
+
+ 到期时间:永久
+ 到期时间:{{ siteInfo.expire_time }}
+
+
+
+
+
@@ -65,8 +87,9 @@ import layoutSetting from './layout-setting.vue'
import userInfo from './user-info.vue'
import { useFullscreen } from '@vueuse/core'
import useSystemStore from '@/stores/modules/system'
+import useUserStore from '@/stores/modules/user'
import useAppStore from '@/stores/modules/app'
-import { useRoute,useRouter } from 'vue-router'
+import { useRoute, useRouter } from 'vue-router'
import { t } from '@/lang'
import storage from '@/utils/storage'
@@ -78,6 +101,11 @@ const route = useRoute()
const router = useRouter()
const screenWidth = ref(window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth)
+const userStore = useUserStore()
+const siteInfo:any = computed(() => {
+ return userStore.siteInfo
+})
+
const dark = computed(() => {
return systemStore.dark
})
@@ -182,5 +210,11 @@ const toPreview = () => {
background-color: var(--el-color-primary);
}
}
+:deep(.el-dropdown-menu__item) {
+ &:focus {
+ background-color: transparent !important;
+ color: #333 !important;
+ }
+}
diff --git a/admin/src/layout/default/components/header/index.vue b/admin/src/layout/default/components/header/index.vue
index 5d2c1f1bf..28066181d 100644
--- a/admin/src/layout/default/components/header/index.vue
+++ b/admin/src/layout/default/components/header/index.vue
@@ -1,7 +1,7 @@
-
+
-
+
+
+
+
+
+ {{siteInfo.site_name}}
+ {{ siteInfo.status_name }}
+
+
+
+
+
+ 站点编号:{{siteInfo.site_id}}
+
+
+
+ 到期时间:永久
+ 到期时间:{{ siteInfo.expire_time }}
+
+
+
+
+
@@ -65,8 +87,9 @@ import layoutSetting from './layout-setting.vue'
import userInfo from './user-info.vue'
import { useFullscreen } from '@vueuse/core'
import useSystemStore from '@/stores/modules/system'
+import useUserStore from '@/stores/modules/user'
import useAppStore from '@/stores/modules/app'
-import { useRoute,useRouter } from 'vue-router'
+import { useRoute, useRouter } from 'vue-router'
import { t } from '@/lang'
import storage from '@/utils/storage'
@@ -78,6 +101,11 @@ const route = useRoute()
const router = useRouter()
const screenWidth = ref(window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth)
+const userStore = useUserStore()
+const siteInfo:any = computed(() => {
+ return userStore.siteInfo
+})
+
const dark = computed(() => {
return systemStore.dark
})
@@ -181,5 +209,10 @@ const toPreview = () => {
background-color: var(--el-color-primary);
}
}
-
+:deep(.el-dropdown-menu__item) {
+ &:focus {
+ background-color: transparent !important;
+ color: #333 !important;
+ }
+}
diff --git a/admin/src/layout/profession/components/header/index.vue b/admin/src/layout/profession/components/header/index.vue
index ca05e5d7b..570fb8e67 100644
--- a/admin/src/layout/profession/components/header/index.vue
+++ b/admin/src/layout/profession/components/header/index.vue
@@ -1,7 +1,7 @@
-
+
+
+ {{siteInfo.site_name}}
+ {{ siteInfo.status_name }}
+
+
+
+
+
+ 站点编号:{{siteInfo.site_id}}
+
+
+
+ 到期时间:永久
+ 到期时间:{{ siteInfo.expire_time }}
+
+
+
+
+
@@ -65,8 +87,9 @@ import layoutSetting from './layout-setting.vue'
import userInfo from './user-info.vue'
import { useFullscreen } from '@vueuse/core'
import useSystemStore from '@/stores/modules/system'
+import useUserStore from '@/stores/modules/user'
import useAppStore from '@/stores/modules/app'
-import { useRoute,useRouter } from 'vue-router'
+import { useRoute, useRouter } from 'vue-router'
import { t } from '@/lang'
import storage from '@/utils/storage'
@@ -78,6 +101,11 @@ const route = useRoute()
const router = useRouter()
const screenWidth = ref(window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth)
+const userStore = useUserStore()
+const siteInfo:any = computed(() => {
+ return userStore.siteInfo
+})
+
const dark = computed(() => {
return systemStore.dark
})
@@ -181,5 +209,10 @@ const toPreview = () => {
background-color: var(--el-color-primary);
}
}
-
+:deep(.el-dropdown-menu__item) {
+ &:focus {
+ background-color: transparent !important;
+ color: #333 !important;
+ }
+}
diff --git a/admin/src/styles/icon/iconfont.css b/admin/src/styles/icon/iconfont.css
index ae1c3f21b..4d1ec68a9 100644
--- a/admin/src/styles/icon/iconfont.css
+++ b/admin/src/styles/icon/iconfont.css
@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 3883393 */
- src: url('//at.alicdn.com/t/c/font_3883393_t4cbwq5qdz.woff2?t=1729077942624') format('woff2'),
- url('//at.alicdn.com/t/c/font_3883393_t4cbwq5qdz.woff?t=1729077942624') format('woff'),
- url('//at.alicdn.com/t/c/font_3883393_t4cbwq5qdz.ttf?t=1729077942624') format('truetype');
+ src: url('//at.alicdn.com/t/c/font_3883393_xso0134odj.woff2?t=1732777083024') format('woff2'),
+ url('//at.alicdn.com/t/c/font_3883393_xso0134odj.woff?t=1732777083024') format('woff'),
+ url('//at.alicdn.com/t/c/font_3883393_xso0134odj.ttf?t=1732777083024') format('truetype');
}
.iconfont {
@@ -13,6 +13,18 @@
-moz-osx-font-smoothing: grayscale;
}
+ .iconshujutongji:before {
+ content: "\e835";
+ }
+
+ .iconshangpinguanli1:before {
+ content: "\e837";
+ }
+
+ .icondingdanguanli:before {
+ content: "\e838";
+ }
+
.icona-tupianzhanbopc302:before {
content: "\e83c";
}
diff --git a/admin/src/styles/icon/official-iconfont.css b/admin/src/styles/icon/official-iconfont.css
index 0c03c0c1a..ca45ee704 100644
--- a/admin/src/styles/icon/official-iconfont.css
+++ b/admin/src/styles/icon/official-iconfont.css
@@ -1,1383 +1,1422 @@
@font-face {
- font-family: "nc-iconfont"; /* Project id 4567203 */
- src: url('//at.alicdn.com/t/c/font_4567203_upzww1i5qjn.woff2?t=1731549702579') format('woff2'),
- url('//at.alicdn.com/t/c/font_4567203_upzww1i5qjn.woff?t=1731549702579') format('woff'),
- url('//at.alicdn.com/t/c/font_4567203_upzww1i5qjn.ttf?t=1731549702579') format('truetype');
- }
-
- .nc-iconfont {
- font-family: "nc-iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .nc-icon-gouwuche1:before {
- content: "\e76e";
- }
-
- .nc-icon-gouwuche:before {
- content: "\e6ea";
- }
-
- .nc-icon-kabao:before {
- content: "\e7ec";
- }
-
- .nc-icon-shouyeV6mm1:before {
- content: "\e7e5";
- }
-
- .nc-icon-shouyeV6xx11:before {
- content: "\e7bb";
- }
-
- .nc-icon-a-naozhongV6xx-36:before {
- content: "\e7c4";
- }
-
- .nc-icon-a-shijianV6xx-36:before {
- content: "\e7c3";
- }
-
- .nc-icon-a-yingyongzhongxinV6xx-36:before {
- content: "\e7bf";
- }
-
- .nc-icon-a-bangzhuV6xx-36:before {
- content: "\e7bc";
- }
-
- .nc-icon-a-riliV6xx-36:before {
- content: "\e7c7";
- }
-
- .nc-icon-a-meiriqiandaoV6xx-36:before {
- content: "\e7c6";
- }
-
- .nc-icon-a-yingyongliebiaoV6xx-36:before {
- content: "\e7c5";
- }
-
- .nc-icon-a-shanchu-fanggai2V6xx-36:before {
- content: "\e7be";
- }
-
- .nc-icon-cuohaoV6xx1:before {
- content: "\e7cb";
- }
-
- .nc-icon-a-zhanghaoV6xx-36:before {
- content: "\e7b9";
- }
-
- .nc-icon-a-wodeV6xx-36:before {
- content: "\e7b8";
- }
-
- .nc-icon-a-shaixuan-36V6xx-36:before {
- content: "\e7b3";
- }
-
- .nc-icon-lishijiluV6xx:before {
- content: "\e6f6";
- }
-
- .nc-icon-paihangbangV6xx:before {
- content: "\e79d";
- }
-
- .nc-icon-a-xiangshangV6xx1:before {
- content: "\e799";
- }
-
- .nc-icon-a-xiangxiaV6xx1:before {
- content: "\e796";
- }
-
- .nc-icon-fuzhiV6xx1:before {
- content: "\e76c";
- }
-
- .nc-icon-kefuV6xx1:before {
- content: "\e76a";
- }
-
- .nc-icon-huiyuandengjiV6xx1:before {
- content: "\e761";
- }
-
- .nc-icon-gerenzhongxinV6xx:before {
- content: "\e762";
- }
-
- .nc-icon-gerenzhongxinV6mm1:before {
- content: "\e763";
- }
-
- .nc-icon-chuangV6xx:before {
- content: "\e764";
- }
-
- .nc-icon-zujiV6xx:before {
- content: "\e765";
- }
-
- .nc-icon-gouwucheV6xx2:before {
- content: "\e766";
- }
-
- .nc-icon-dianzanV6mm:before {
- content: "\e767";
- }
-
- .nc-icon-pintuanV6xx:before {
- content: "\e768";
- }
-
- .nc-icon-pintuanV6mm:before {
- content: "\e769";
- }
-
- .nc-icon-zujiV6mm1:before {
- content: "\e76b";
- }
-
- .nc-icon-dingweiV6mm:before {
- content: "\e76f";
- }
-
- .nc-icon-dingweiV6mm-2:before {
- content: "\e76d";
- }
-
- .nc-icon-xiaolian-2:before {
- content: "\e6e8";
- }
-
- .nc-icon-xiaolian-1:before {
- content: "\e6e9";
- }
-
- .nc-icon-sousuo-duanV6xx1:before {
- content: "\e6f1";
- }
-
- .nc-icon-shanchu-yuangaizhiV6xx:before {
- content: "\e6e7";
- }
-
- .nc-icon-dingweiV6xx1:before {
- content: "\e6f0";
- }
-
- .nc-icon-dingweiV6xx-1:before {
- content: "\e6ef";
- }
-
- .nc-icon-sousuoV6xx1:before {
- content: "\e6e5";
- }
-
- .nc-icon-sousuo-duanV6xx:before {
- content: "\e6e4";
- }
-
- .nc-icon-gouwucheV6mm1:before {
- content: "\e6e3";
- }
-
- .nc-icon-gouwucheV6xx1:before {
- content: "\e6e2";
- }
-
- .nc-icon-dingweiV6xx:before {
- content: "\e6e6";
- }
-
- .nc-icon-yueV6xx1:before {
- content: "\e641";
- }
-
- .nc-icon-youhuiV6xx1:before {
- content: "\e642";
- }
-
- .nc-icon-shezhi-1V6xx:before {
- content: "\e643";
- }
-
- .nc-icon-youhuiquanV6xx1:before {
- content: "\e644";
- }
-
- .nc-icon-youhuiquanV6xx-11:before {
- content: "\e645";
- }
-
- .nc-icon-wodeshoucangV6xx1:before {
- content: "\e646";
- }
-
- .nc-icon-shoucangV6xx-11:before {
- content: "\e647";
- }
-
- .nc-icon-bianjiV6xx:before {
- content: "\e648";
- }
-
- .nc-icon-tuikuanV6xx1:before {
- content: "\e649";
- }
-
- .nc-icon-wendangV6xx1:before {
- content: "\e64a";
- }
-
- .nc-icon-shaixuanV6xx1:before {
- content: "\e64b";
- }
-
- .nc-icon-jifenduihuanV6xx1:before {
- content: "\e64c";
- }
-
- .nc-icon-fenxiangV6xx1:before {
- content: "\e64d";
- }
-
- .nc-icon-shoucangV6xx1:before {
- content: "\e64e";
- }
-
- .nc-icon-lianjieV6xx1:before {
- content: "\e64f";
- }
-
- .nc-icon-shezhiV6xx1:before {
- content: "\e650";
- }
-
- .nc-icon-fenxiaoV6xx1:before {
- content: "\e651";
- }
-
- .nc-icon-chakanV6xx:before {
- content: "\e653";
- }
-
- .nc-icon-wodedengjiV6xx1:before {
- content: "\e652";
- }
-
- .nc-icon-duanxinV6xx1:before {
- content: "\e654";
- }
-
- .nc-icon-liebiaoV6xx:before {
- content: "\e655";
- }
-
- .nc-icon-biaoqianV6xx1:before {
- content: "\e656";
- }
-
- .nc-icon-ruzhurenV6xx:before {
- content: "\e657";
- }
-
- .nc-icon-xiugaiV6xx:before {
- content: "\e658";
- }
-
- .nc-icon-bianjiV6xx1:before {
- content: "\e659";
- }
-
- .nc-icon-shouyeV6xx1:before {
- content: "\e65a";
- }
-
- .nc-icon-bangzhuV6mm:before {
- content: "\e65b";
- }
-
- .nc-icon-tanhaoV6mm-1:before {
- content: "\e65c";
- }
-
- .nc-icon-bangzhuV6mm-1:before {
- content: "\e65d";
- }
-
- .nc-icon-tanhaoV6mm:before {
- content: "\e65e";
- }
-
- .nc-icon-zhuyiV6mm:before {
- content: "\e65f";
- }
-
- .nc-icon-tianjiaV6mm:before {
- content: "\e660";
- }
-
- .nc-icon-duihaoV6mm:before {
- content: "\e661";
- }
-
- .nc-icon-jianshaoV6mm:before {
- content: "\e662";
- }
-
- .nc-icon-cuohaoV6mm:before {
- content: "\e663";
- }
-
- .nc-icon-gouwucheV6mm-1:before {
- content: "\e664";
- }
-
- .nc-icon-lishijiluV6mm:before {
- content: "\e665";
- }
-
- .nc-icon-jiamengV6mm:before {
- content: "\e666";
- }
-
- .nc-icon-hexiaotaiV6mm:before {
- content: "\e667";
- }
-
- .nc-icon-yingyongzhongxinV6mm:before {
- content: "\e668";
- }
-
- .nc-icon-jiaohuanV6mm:before {
- content: "\e669";
- }
-
- .nc-icon-gouwucheV6mm:before {
- content: "\e66a";
- }
-
- .nc-icon-yingyongzhongxinV6mm-1:before {
- content: "\e66b";
- }
-
- .nc-icon-fenleiV6mm:before {
- content: "\e66c";
- }
-
- .nc-icon-liebiaoV6mm:before {
- content: "\e66d";
- }
-
- .nc-icon-yingyongV6mm:before {
- content: "\e66e";
- }
-
- .nc-icon-yingyongliebiaoV6mm:before {
- content: "\e66f";
- }
-
- .nc-icon-xiangyouV6mm:before {
- content: "\e670";
- }
-
- .nc-icon-xiangzuoV6mm:before {
- content: "\e671";
- }
-
- .nc-icon-ruzhurenV6mm:before {
- content: "\e672";
- }
-
- .nc-icon-xiangxiaV6mm:before {
- content: "\e673";
- }
-
- .nc-icon-xiangshangV6mm:before {
- content: "\e674";
- }
-
- .nc-icon-shouyeV6mm:before {
- content: "\e675";
- }
-
- .nc-icon-shezhiV6mm-2:before {
- content: "\e676";
- }
-
- .nc-icon-youjianV6mm:before {
- content: "\e677";
- }
-
- .nc-icon-xiaoxiV6mm:before {
- content: "\e678";
- }
-
- .nc-icon-xinxiV6mm:before {
- content: "\e679";
- }
-
- .nc-icon-woV6mm:before {
- content: "\e67a";
- }
-
- .nc-icon-shezhiV6mm:before {
- content: "\e67b";
- }
-
- .nc-icon-wodeV6mm:before {
- content: "\e67c";
- }
-
- .nc-icon-shezhiV6mm-1:before {
- content: "\e67d";
- }
-
- .nc-icon-kefuV6mm-1:before {
- content: "\e67e";
- }
-
- .nc-icon-kefu-huatongV6mm:before {
- content: "\e67f";
- }
-
- .nc-icon-qiuzhirenyuanV6mm:before {
- content: "\e680";
- }
-
- .nc-icon-piaoxinxiV6mm:before {
- content: "\e681";
- }
-
- .nc-icon-lianxikefuV6mm:before {
- content: "\e682";
- }
-
- .nc-icon-kefu-erjiV6mm:before {
- content: "\e683";
- }
-
- .nc-icon-dianxinxiV6mm:before {
- content: "\e684";
- }
-
- .nc-icon-kefuV6mm-2:before {
- content: "\e685";
- }
-
- .nc-icon-duanxinV6mm-1:before {
- content: "\e686";
- }
-
- .nc-icon-gerenzhongxinV6mm:before {
- content: "\e687";
- }
-
- .nc-icon-kefuV6mm:before {
- content: "\e688";
- }
-
- .nc-icon-fenxiangV6mm:before {
- content: "\e689";
- }
-
- .nc-icon-duanxinV6mm:before {
- content: "\e68a";
- }
-
- .nc-icon-xiangjiV6mm-1:before {
- content: "\e68b";
- }
-
- .nc-icon-wodeV6mm1:before {
- content: "\e68c";
- }
-
- .nc-icon-shuaxinV6mm:before {
- content: "\e68d";
- }
-
- .nc-icon-xiangjiV6mm:before {
- content: "\e68e";
- }
-
- .nc-icon-sousuoV6mm:before {
- content: "\e68f";
- }
-
- .nc-icon-shoucangV6mm-1:before {
- content: "\e690";
- }
-
- .nc-icon-xihuanV6mm:before {
- content: "\e691";
- }
-
- .nc-icon-wodeshoucangV6mm:before {
- content: "\e692";
- }
-
- .nc-icon-shizhongV6mm:before {
- content: "\e693";
- }
-
- .nc-icon-shoucangV6mm:before {
- content: "\e694";
- }
-
- .nc-icon-naolingV6mm:before {
- content: "\e695";
- }
-
- .nc-icon-shijianV6mm:before {
- content: "\e696";
- }
-
- .nc-icon-naozhongV6mm:before {
- content: "\e697";
- }
-
- .nc-icon-biaoqianV6mm:before {
- content: "\e698";
- }
-
- .nc-icon-lingdangV6mm:before {
- content: "\e699";
- }
-
- .nc-icon-biaoqianV6mm-1:before {
- content: "\e69a";
- }
-
- .nc-icon-lishijiluV6mm1:before {
- content: "\e69b";
- }
-
- .nc-icon-daifahuoV6mm:before {
- content: "\e69c";
- }
-
- .nc-icon-jishibenV6mm:before {
- content: "\e69d";
- }
-
- .nc-icon-bianqianV6mm:before {
- content: "\e69e";
- }
-
- .nc-icon-bianjiV6mm:before {
- content: "\e69f";
- }
-
- .nc-icon-bijiV6mm:before {
- content: "\e6a0";
- }
-
- .nc-icon-bijiV6mm-1:before {
- content: "\e6a1";
- }
-
- .nc-icon-youhuiquanV6mm:before {
- content: "\e6a2";
- }
-
- .nc-icon-youhuiV6mm:before {
- content: "\e6a3";
- }
-
- .nc-icon-shangchengV6mm:before {
- content: "\e6a4";
- }
-
- .nc-icon-zhekouquanV6mm:before {
- content: "\e6a5";
- }
-
- .nc-icon-youhuiquanV6mm-1:before {
- content: "\e6a6";
- }
-
- .nc-icon-yueV6mm:before {
- content: "\e6a7";
- }
-
- .nc-icon-qianbaoyueV6mm:before {
- content: "\e6a8";
- }
-
- .nc-icon-qianbaoV6mm:before {
- content: "\e6a9";
- }
-
- .nc-icon-liwuV6mm:before {
- content: "\e6aa";
- }
-
- .nc-icon-jifenduihuanV6mm:before {
- content: "\e6ab";
- }
-
- .nc-icon-biaoqianV6mm1:before {
- content: "\e6ac";
- }
-
- .nc-icon-libaoV6mm:before {
- content: "\e6ad";
- }
-
- .nc-icon-jinrongV6mm:before {
- content: "\e6ae";
- }
-
- .nc-icon-wodetuiguangV6mm:before {
- content: "\e6af";
- }
-
- .nc-icon-wodedengjiV6mm:before {
- content: "\e6b0";
- }
-
- .nc-icon-tuiguangV6mm:before {
- content: "\e6b1";
- }
-
- .nc-icon-yinhangkaV6mm:before {
- content: "\e6b2";
- }
-
- .nc-icon-huiyuandengjiV6mm:before {
- content: "\e6b3";
- }
-
- .nc-icon-meiriqiandaoV6mm:before {
- content: "\e6b4";
- }
-
- .nc-icon-daifahuoV6mm1:before {
- content: "\e6b5";
- }
-
- .nc-icon-riliV6mm:before {
- content: "\e6b6";
- }
-
- .nc-icon-daifahuoV6mm-1:before {
- content: "\e6b7";
- }
-
- .nc-icon-fenxiaoV6mm:before {
- content: "\e6b8";
- }
-
- .nc-icon-daishouhuoV6mm:before {
- content: "\e6b9";
- }
-
- .nc-icon-dizhiV6mm:before {
- content: "\e6ba";
- }
-
- .nc-icon-lianjieV6mm:before {
- content: "\e6bb";
- }
-
- .nc-icon-dianhuaV6mm:before {
- content: "\e6bc";
- }
-
- .nc-icon-jifenV6mm:before {
- content: "\e6bd";
- }
-
- .nc-icon-hexiaotaiV6mm1:before {
- content: "\e6be";
- }
-
- .nc-icon-saomaV6mm:before {
- content: "\e6bf";
- }
-
- .nc-icon-jiaohuanV6mm1:before {
- content: "\e6c0";
- }
-
- .nc-icon-kuozhanV6mm:before {
- content: "\e6c1";
- }
-
- .nc-icon-loucengV6mm:before {
- content: "\e6c2";
- }
-
- .nc-icon-erweimaV6mm-1:before {
- content: "\e6c3";
- }
-
- .nc-icon-fuzhiV6mm:before {
- content: "\e6c4";
- }
-
- .nc-icon-erweimaV6mm:before {
- content: "\e6c5";
- }
-
- .nc-icon-changjiantouV6mm:before {
- content: "\e6c6";
- }
-
- .nc-icon-zujiV6mm:before {
- content: "\e6c7";
- }
-
- .nc-icon-chakanV6mm:before {
- content: "\e6c8";
- }
-
- .nc-icon-meiriqiandaoV6mm1:before {
- content: "\e6c9";
- }
-
- .nc-icon-bijiV6mm1:before {
- content: "\e6ca";
- }
-
- .nc-icon-shangxiajiantouV6mm:before {
- content: "\e6cb";
- }
-
- .nc-icon-tiaoxingmaV6mm:before {
- content: "\e6cc";
- }
-
- .nc-icon-xiayibuV6xx:before {
- content: "\e6cd";
- }
-
- .nc-icon-duiV6mm:before {
- content: "\e6ce";
- }
-
- .nc-icon-shangyibuV6xx:before {
- content: "\e6cf";
- }
-
- .nc-icon-lianxidianhuaV6mm:before {
- content: "\e6d0";
- }
-
- .nc-icon-lianxidianhuaV6xx:before {
- content: "\e6d1";
- }
-
- .nc-icon-duiV6xx:before {
- content: "\e6d2";
- }
-
- .nc-icon-pengyouquanV6mm-1:before {
- content: "\e6d3";
- }
-
- .nc-icon-zhifubao-yuanV6mm:before {
- content: "\e6d4";
- }
-
- .nc-icon-weixinV6mm-1:before {
- content: "\e6d5";
- }
-
- .nc-icon-weixinV6mm:before {
- content: "\e6d6";
- }
-
- .nc-icon-zhifubaoV6mm:before {
- content: "\e6d7";
- }
-
- .nc-icon-zhifubao-fangV6mm:before {
- content: "\e6d8";
- }
-
- .nc-icon-pengyouquanV6mm:before {
- content: "\e6d9";
- }
-
- .nc-icon-shouye-xiaolianV6xx:before {
- content: "\e6da";
- }
-
- .nc-icon-hexiaoV6xx:before {
- content: "\e6db";
- }
-
- .nc-icon-hexiaoV6mm:before {
- content: "\e6dc";
- }
-
- .nc-icon-kaifazhelianmengV6xx:before {
- content: "\e6dd";
- }
-
- .nc-icon-kaifazhelianmengV6xx-1:before {
- content: "\e6de";
- }
-
- .nc-icon-gerenziliaoV6xx:before {
- content: "\e6df";
- }
-
- .nc-icon-gerenziliaoV6mm:before {
- content: "\e6e0";
- }
-
- .nc-icon-fangziV6xx:before {
- content: "\e6e1";
- }
-
- .nc-icon-guanbiV6xx:before {
- content: "\e621";
- }
-
- .nc-icon-duihaoV6xx-1:before {
- content: "\e622";
- }
-
- .nc-icon-bangzhuV6xx:before {
- content: "\e623";
- }
-
- .nc-icon-duihaoV6xx:before {
- content: "\e624";
- }
-
- .nc-icon-cuohaoV6xx:before {
- content: "\e625";
- }
-
- .nc-icon-jiahaoV6xx:before {
- content: "\e626";
- }
-
- .nc-icon-zhuyiV6xx:before {
- content: "\e627";
- }
-
- .nc-icon-jianshaoV6xx:before {
- content: "\e628";
- }
-
- .nc-icon-jianV6xx:before {
- content: "\e629";
- }
-
- .nc-icon-zhixiang-youjiantouV6xx:before {
- content: "\e62a";
- }
-
- .nc-icon-zuoV6xx:before {
- content: "\e62b";
- }
-
- .nc-icon-zuoV6xx-1:before {
- content: "\e62c";
- }
-
- .nc-icon-changjiantouV6xx:before {
- content: "\e62d";
- }
-
- .nc-icon-xiangxiaV6xx-1:before {
- content: "\e62e";
- }
-
- .nc-icon-xiangzuoV6xx:before {
- content: "\e62f";
- }
-
- .nc-icon-xiangzuoV6xx-1:before {
- content: "\e630";
- }
-
- .nc-icon-youV6xx:before {
- content: "\e631";
- }
-
- .nc-icon-xiangyouV6xx-1:before {
- content: "\e632";
- }
-
- .nc-icon-xiangyouV6xx:before {
- content: "\e633";
- }
-
- .nc-icon-xiangyouV6xx-2:before {
- content: "\e634";
- }
-
- .nc-icon-xiaV6xx-1:before {
- content: "\e635";
- }
-
- .nc-icon-xiangxiaV6xx:before {
- content: "\e636";
- }
-
- .nc-icon-tianjiaV6xx:before {
- content: "\e637";
- }
-
- .nc-icon-tanhaoV6xx:before {
- content: "\e638";
- }
-
- .nc-icon-xiangshangV6xx:before {
- content: "\e639";
- }
-
- .nc-icon-xiangshangV6xx-1:before {
- content: "\e63a";
- }
-
- .nc-icon-xiaV6xx:before {
- content: "\e63b";
- }
-
- .nc-icon-tanhaoV6xx-1:before {
- content: "\e63c";
- }
-
- .nc-icon-shangV6xx:before {
- content: "\e63d";
- }
-
- .nc-icon-shangxiaxuanzeV6xx:before {
- content: "\e63e";
- }
-
- .nc-icon-shangV6xx-1:before {
- content: "\e63f";
- }
-
- .nc-icon-shangxiajiantouV6xx:before {
- content: "\e640";
- }
-
- .nc-icon-jiamengV6xx:before {
- content: "\e6f9";
- }
-
- .nc-icon-yingyongzhongxinV6xx-1:before {
- content: "\e6f5";
- }
-
- .nc-icon-yingyongzhongxinV6xx:before {
- content: "\e6fd";
- }
-
- .nc-icon-yingyongV6xx:before {
- content: "\e6f4";
- }
-
- .nc-icon-gouwucheV6xx-2:before {
- content: "\e6fe";
- }
-
- .nc-icon-shouyeV6xx:before {
- content: "\e6ff";
- }
-
- .nc-icon-yingyongliebiaoV6xx:before {
- content: "\e700";
- }
-
- .nc-icon-gouwucheV6xx-1:before {
- content: "\e701";
- }
-
- .nc-icon-gouwucheV6xx:before {
- content: "\e702";
- }
-
- .nc-icon-fenleiV6xx:before {
- content: "\e703";
- }
-
- .nc-icon-jiamengV6xx1:before {
- content: "\e704";
- }
-
- .nc-icon-wodeV6xx1:before {
- content: "\e705";
- }
-
- .nc-icon-wodeV6xx-11:before {
- content: "\e706";
- }
-
- .nc-icon-qiuzhirenyuanV6xx1:before {
- content: "\e707";
- }
-
- .nc-icon-gerenzhongxinV6xx2:before {
- content: "\e708";
- }
-
- .nc-icon-woV6xx1:before {
- content: "\e709";
- }
-
- .nc-icon-ruzhurenV6xx1:before {
- content: "\e70a";
- }
-
- .nc-icon-xiangjiV6xx:before {
- content: "\e70b";
- }
-
- .nc-icon-shezhiV6xx-1:before {
- content: "\e70c";
- }
-
- .nc-icon-sousuoV6xx:before {
- content: "\e70d";
- }
-
- .nc-icon-xiangjiV6xx-1:before {
- content: "\e70e";
- }
-
- .nc-icon-shuaxinV6xx:before {
- content: "\e70f";
- }
-
- .nc-icon-shezhiV6xx-2:before {
- content: "\e710";
- }
-
- .nc-icon-shaixuanV6xx:before {
- content: "\e711";
- }
-
- .nc-icon-shezhiV6xx:before {
- content: "\e712";
- }
-
- .nc-icon-fenxiangV6xx-1:before {
- content: "\e713";
- }
-
- .nc-icon-fenxiangV6xx-2:before {
- content: "\e714";
- }
-
- .nc-icon-fenxiangV6xx:before {
- content: "\e715";
- }
-
- .nc-icon-xiaoxiV6xx:before {
- content: "\e716";
- }
-
- .nc-icon-duanxinV6xx-1:before {
- content: "\e717";
- }
-
- .nc-icon-xinxiV6xx:before {
- content: "\e718";
- }
-
- .nc-icon-kefuV6xx:before {
- content: "\e719";
- }
-
- .nc-icon-lianxikefuV6xx:before {
- content: "\e71a";
- }
-
- .nc-icon-piaoxinxiV6xx:before {
- content: "\e71b";
- }
-
- .nc-icon-kefuV6xx-4:before {
- content: "\e71c";
- }
-
- .nc-icon-kefuV6xx-2:before {
- content: "\e71d";
- }
-
- .nc-icon-kefuV6xx-1:before {
- content: "\e71e";
- }
-
- .nc-icon-dakaixinxiV6xx:before {
- content: "\e71f";
- }
-
- .nc-icon-dianxinxiV6xx:before {
- content: "\e720";
- }
-
- .nc-icon-kefuV6xx-3:before {
- content: "\e721";
- }
-
- .nc-icon-duanxinV6xx:before {
- content: "\e722";
- }
-
- .nc-icon-wodeshoucangV6xx:before {
- content: "\e723";
- }
-
- .nc-icon-naolingV6xx:before {
- content: "\e724";
- }
-
- .nc-icon-shoucangV6xx:before {
- content: "\e725";
- }
-
- .nc-icon-shoucangV6xx-1:before {
- content: "\e726";
- }
-
- .nc-icon-shijianV6xx:before {
- content: "\e727";
- }
-
- .nc-icon-lingdangV6xx:before {
- content: "\e728";
- }
-
- .nc-icon-shizhongV6xx:before {
- content: "\e729";
- }
-
- .nc-icon-guanzhuV6xx:before {
- content: "\e72a";
- }
-
- .nc-icon-naozhongV6xx:before {
- content: "\e72b";
- }
-
- .nc-icon-daifahuoV6xx:before {
- content: "\e72c";
- }
-
- .nc-icon-shangchengV6xx:before {
- content: "\e72d";
- }
-
- .nc-icon-youhuiV6xx:before {
- content: "\e72e";
- }
-
- .nc-icon-zongjifenV6xx:before {
- content: "\e72f";
- }
-
- .nc-icon-zhekouquanV6xx:before {
- content: "\e730";
- }
-
- .nc-icon-jifenV6xx:before {
- content: "\e731";
- }
-
- .nc-icon-youhuiquanV6xx-2:before {
- content: "\e732";
- }
-
- .nc-icon-youhuiquanV6xx-1:before {
- content: "\e733";
- }
-
- .nc-icon-jifenduihuanV6xx:before {
- content: "\e734";
- }
-
- .nc-icon-youhuiquanV6xx:before {
- content: "\e735";
- }
-
- .nc-icon-libaoV6xx:before {
- content: "\e736";
- }
-
- .nc-icon-liwuV6xx:before {
- content: "\e737";
- }
-
- .nc-icon-biaoqianV6xx:before {
- content: "\e738";
- }
-
- .nc-icon-qianbaoyueV6xx:before {
- content: "\e739";
- }
-
- .nc-icon-tuikuanV6xx:before {
- content: "\e73a";
- }
-
- .nc-icon-qianbaoV6xx:before {
- content: "\e73b";
- }
-
- .nc-icon-yueV6xx:before {
- content: "\e73c";
- }
-
- .nc-icon-jinrongV6xx:before {
- content: "\e73d";
- }
-
- .nc-icon-riliV6xx:before {
- content: "\e73e";
- }
-
- .nc-icon-wodedengjiV6xx:before {
- content: "\e73f";
- }
-
- .nc-icon-tuiguangV6xx:before {
- content: "\e740";
- }
-
- .nc-icon-huiyuandengjiV6xx:before {
- content: "\e741";
- }
-
- .nc-icon-wodetuiguangV6xx:before {
- content: "\e742";
- }
-
- .nc-icon-fenxiaoV6xx:before {
- content: "\e743";
- }
-
- .nc-icon-meiriqiandaoV6xx:before {
- content: "\e744";
- }
-
- .nc-icon-dizhiguanliV6xx:before {
- content: "\e745";
- }
-
- .nc-icon-daishouhuoV6xx:before {
- content: "\e746";
- }
-
- .nc-icon-daishouhuoV6xx-3:before {
- content: "\e747";
- }
-
- .nc-icon-daifahuoV6xx-2:before {
- content: "\e748";
- }
-
- .nc-icon-yinhangkaV6xx:before {
- content: "\e749";
- }
-
- .nc-icon-daifahuoV6xx-1:before {
- content: "\e74a";
- }
-
- .nc-icon-daifahuoV6xx-3:before {
- content: "\e74b";
- }
-
- .nc-icon-zhankai-yousuojinV6xx:before {
- content: "\e74c";
- }
-
- .nc-icon-shouqi-zuosuojinV6xx:before {
- content: "\e74d";
- }
-
- .nc-icon-wendangV6xx:before {
- content: "\e74e";
- }
-
- .nc-icon-xiaolianV6xx:before {
- content: "\e74f";
- }
-
- .nc-icon-jiaohuanV6xx:before {
- content: "\e750";
- }
-
- .nc-icon-yuanquanV6xx:before {
- content: "\e751";
- }
-
- .nc-icon-a-Group840V6xx:before {
- content: "\e752";
- }
-
- .nc-icon-loucengV6xx:before {
- content: "\e753";
- }
-
- .nc-icon-kuozhanV6xx:before {
- content: "\e754";
- }
-
- .nc-icon-saoyisaoV6xx:before {
- content: "\e755";
- }
-
- .nc-icon-saotiaoxingmaV6xx:before {
- content: "\e756";
- }
-
- .nc-icon-saotiaoxingmaV6xx-1:before {
- content: "\e757";
- }
-
- .nc-icon-erweimaV6xx-1:before {
- content: "\e758";
- }
-
- .nc-icon-fuzhiV6xx:before {
- content: "\e759";
- }
-
- .nc-icon-lianjieV6xx:before {
- content: "\e75a";
- }
-
- .nc-icon-dianhuaV6xx:before {
- content: "\e75b";
- }
-
- .nc-icon-hexiaotaiV6xx:before {
- content: "\e75c";
- }
-
- .nc-icon-fengefuV6xx:before {
- content: "\e75d";
- }
-
- .nc-icon-fangdaV6xx:before {
- content: "\e75e";
- }
-
- .nc-icon-erweimaV6xx:before {
- content: "\e75f";
- }
-
- .nc-icon-daifahuoV6xx-4:before {
- content: "\e760";
- }
-
\ No newline at end of file
+ font-family: "nc-iconfont"; /* Project id 4567203 */
+ src: url('//at.alicdn.com/t/c/font_4567203_unxj5bqsj6o.woff2?t=1732704100572') format('woff2'),
+ url('//at.alicdn.com/t/c/font_4567203_unxj5bqsj6o.woff?t=1732704100572') format('woff'),
+ url('//at.alicdn.com/t/c/font_4567203_unxj5bqsj6o.ttf?t=1732704100572') format('truetype');
+}
+
+.nc-iconfont {
+ font-family: "nc-iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.nc-icon-gouwucheV6xx6:before {
+ content: "\e835";
+}
+
+.nc-icon-gouwucheV6xx-11:before {
+ content: "\e770";
+}
+
+.nc-icon-a-zuji34:before {
+ content: "\e803";
+}
+
+.nc-icon-zhifujianshu:before {
+ content: "\e831";
+}
+
+.nc-icon-tuikuanjianshu:before {
+ content: "\e830";
+}
+
+.nc-icon-xiadanjianshu:before {
+ content: "\e82f";
+}
+
+.nc-icon-zhifuzhuanhuashuai:before {
+ content: "\e82e";
+}
+
+.nc-icon-chengbenjine:before {
+ content: "\e834";
+}
+
+.nc-icon-tuikuanjine:before {
+ content: "\e833";
+}
+
+.nc-icon-zhifujine:before {
+ content: "\e832";
+}
+
+.nc-icon-gouwuche1:before {
+ content: "\e76e";
+}
+
+.nc-icon-gouwuche:before {
+ content: "\e6ea";
+}
+
+.nc-icon-kabao:before {
+ content: "\e7ec";
+}
+
+.nc-icon-shouyeV6mm1:before {
+ content: "\e7e5";
+}
+
+.nc-icon-shouyeV6xx11:before {
+ content: "\e7bb";
+}
+
+.nc-icon-a-naozhongV6xx-36:before {
+ content: "\e7c4";
+}
+
+.nc-icon-a-shijianV6xx-36:before {
+ content: "\e7c3";
+}
+
+.nc-icon-a-yingyongzhongxinV6xx-36:before {
+ content: "\e7bf";
+}
+
+.nc-icon-a-bangzhuV6xx-36:before {
+ content: "\e7bc";
+}
+
+.nc-icon-a-riliV6xx-36:before {
+ content: "\e7c7";
+}
+
+.nc-icon-a-meiriqiandaoV6xx-36:before {
+ content: "\e7c6";
+}
+
+.nc-icon-a-yingyongliebiaoV6xx-36:before {
+ content: "\e7c5";
+}
+
+.nc-icon-a-shanchu-fanggai2V6xx-36:before {
+ content: "\e7be";
+}
+
+.nc-icon-cuohaoV6xx1:before {
+ content: "\e7cb";
+}
+
+.nc-icon-a-zhanghaoV6xx-36:before {
+ content: "\e7b9";
+}
+
+.nc-icon-a-wodeV6xx-36:before {
+ content: "\e7b8";
+}
+
+.nc-icon-a-shaixuan-36V6xx-36:before {
+ content: "\e7b3";
+}
+
+.nc-icon-lishijiluV6xx:before {
+ content: "\e6f6";
+}
+
+.nc-icon-paihangbangV6xx:before {
+ content: "\e79d";
+}
+
+.nc-icon-a-xiangshangV6xx1:before {
+ content: "\e799";
+}
+
+.nc-icon-a-xiangxiaV6xx1:before {
+ content: "\e796";
+}
+
+.nc-icon-fuzhiV6xx1:before {
+ content: "\e76c";
+}
+
+.nc-icon-kefuV6xx1:before {
+ content: "\e76a";
+}
+
+.nc-icon-huiyuandengjiV6xx1:before {
+ content: "\e761";
+}
+
+.nc-icon-gerenzhongxinV6xx:before {
+ content: "\e762";
+}
+
+.nc-icon-gerenzhongxinV6mm1:before {
+ content: "\e763";
+}
+
+.nc-icon-chuangV6xx:before {
+ content: "\e764";
+}
+
+.nc-icon-zujiV6xx:before {
+ content: "\e765";
+}
+
+.nc-icon-gouwucheV6xx2:before {
+ content: "\e766";
+}
+
+.nc-icon-dianzanV6mm:before {
+ content: "\e767";
+}
+
+.nc-icon-pintuanV6xx:before {
+ content: "\e768";
+}
+
+.nc-icon-pintuanV6mm:before {
+ content: "\e769";
+}
+
+.nc-icon-zujiV6mm1:before {
+ content: "\e76b";
+}
+
+.nc-icon-dingweiV6mm:before {
+ content: "\e76f";
+}
+
+.nc-icon-dingweiV6mm-2:before {
+ content: "\e76d";
+}
+
+.nc-icon-xiaolian-2:before {
+ content: "\e6e8";
+}
+
+.nc-icon-xiaolian-1:before {
+ content: "\e6e9";
+}
+
+.nc-icon-sousuo-duanV6xx1:before {
+ content: "\e6f1";
+}
+
+.nc-icon-shanchu-yuangaizhiV6xx:before {
+ content: "\e6e7";
+}
+
+.nc-icon-dingweiV6xx1:before {
+ content: "\e6f0";
+}
+
+.nc-icon-dingweiV6xx-1:before {
+ content: "\e6ef";
+}
+
+.nc-icon-sousuoV6xx1:before {
+ content: "\e6e5";
+}
+
+.nc-icon-sousuo-duanV6xx:before {
+ content: "\e6e4";
+}
+
+.nc-icon-gouwucheV6mm1:before {
+ content: "\e6e3";
+}
+
+.nc-icon-gouwucheV6xx1:before {
+ content: "\e6e2";
+}
+
+.nc-icon-dingweiV6xx:before {
+ content: "\e6e6";
+}
+
+.nc-icon-yueV6xx1:before {
+ content: "\e641";
+}
+
+.nc-icon-youhuiV6xx1:before {
+ content: "\e642";
+}
+
+.nc-icon-shezhi-1V6xx:before {
+ content: "\e643";
+}
+
+.nc-icon-youhuiquanV6xx1:before {
+ content: "\e644";
+}
+
+.nc-icon-youhuiquanV6xx-11:before {
+ content: "\e645";
+}
+
+.nc-icon-wodeshoucangV6xx1:before {
+ content: "\e646";
+}
+
+.nc-icon-shoucangV6xx-11:before {
+ content: "\e647";
+}
+
+.nc-icon-bianjiV6xx:before {
+ content: "\e648";
+}
+
+.nc-icon-tuikuanV6xx1:before {
+ content: "\e649";
+}
+
+.nc-icon-wendangV6xx1:before {
+ content: "\e64a";
+}
+
+.nc-icon-shaixuanV6xx1:before {
+ content: "\e64b";
+}
+
+.nc-icon-jifenduihuanV6xx1:before {
+ content: "\e64c";
+}
+
+.nc-icon-fenxiangV6xx1:before {
+ content: "\e64d";
+}
+
+.nc-icon-shoucangV6xx1:before {
+ content: "\e64e";
+}
+
+.nc-icon-lianjieV6xx1:before {
+ content: "\e64f";
+}
+
+.nc-icon-shezhiV6xx1:before {
+ content: "\e650";
+}
+
+.nc-icon-fenxiaoV6xx1:before {
+ content: "\e651";
+}
+
+.nc-icon-chakanV6xx:before {
+ content: "\e653";
+}
+
+.nc-icon-wodedengjiV6xx1:before {
+ content: "\e652";
+}
+
+.nc-icon-duanxinV6xx1:before {
+ content: "\e654";
+}
+
+.nc-icon-liebiaoV6xx:before {
+ content: "\e655";
+}
+
+.nc-icon-biaoqianV6xx1:before {
+ content: "\e656";
+}
+
+.nc-icon-ruzhurenV6xx:before {
+ content: "\e657";
+}
+
+.nc-icon-xiugaiV6xx:before {
+ content: "\e658";
+}
+
+.nc-icon-bianjiV6xx1:before {
+ content: "\e659";
+}
+
+.nc-icon-shouyeV6xx1:before {
+ content: "\e65a";
+}
+
+.nc-icon-bangzhuV6mm:before {
+ content: "\e65b";
+}
+
+.nc-icon-tanhaoV6mm-1:before {
+ content: "\e65c";
+}
+
+.nc-icon-bangzhuV6mm-1:before {
+ content: "\e65d";
+}
+
+.nc-icon-tanhaoV6mm:before {
+ content: "\e65e";
+}
+
+.nc-icon-zhuyiV6mm:before {
+ content: "\e65f";
+}
+
+.nc-icon-tianjiaV6mm:before {
+ content: "\e660";
+}
+
+.nc-icon-duihaoV6mm:before {
+ content: "\e661";
+}
+
+.nc-icon-jianshaoV6mm:before {
+ content: "\e662";
+}
+
+.nc-icon-cuohaoV6mm:before {
+ content: "\e663";
+}
+
+.nc-icon-gouwucheV6mm-1:before {
+ content: "\e664";
+}
+
+.nc-icon-lishijiluV6mm:before {
+ content: "\e665";
+}
+
+.nc-icon-jiamengV6mm:before {
+ content: "\e666";
+}
+
+.nc-icon-hexiaotaiV6mm:before {
+ content: "\e667";
+}
+
+.nc-icon-yingyongzhongxinV6mm:before {
+ content: "\e668";
+}
+
+.nc-icon-jiaohuanV6mm:before {
+ content: "\e669";
+}
+
+.nc-icon-gouwucheV6mm:before {
+ content: "\e66a";
+}
+
+.nc-icon-yingyongzhongxinV6mm-1:before {
+ content: "\e66b";
+}
+
+.nc-icon-fenleiV6mm:before {
+ content: "\e66c";
+}
+
+.nc-icon-liebiaoV6mm:before {
+ content: "\e66d";
+}
+
+.nc-icon-yingyongV6mm:before {
+ content: "\e66e";
+}
+
+.nc-icon-yingyongliebiaoV6mm:before {
+ content: "\e66f";
+}
+
+.nc-icon-xiangyouV6mm:before {
+ content: "\e670";
+}
+
+.nc-icon-xiangzuoV6mm:before {
+ content: "\e671";
+}
+
+.nc-icon-ruzhurenV6mm:before {
+ content: "\e672";
+}
+
+.nc-icon-xiangxiaV6mm:before {
+ content: "\e673";
+}
+
+.nc-icon-xiangshangV6mm:before {
+ content: "\e674";
+}
+
+.nc-icon-shouyeV6mm:before {
+ content: "\e675";
+}
+
+.nc-icon-shezhiV6mm-2:before {
+ content: "\e676";
+}
+
+.nc-icon-youjianV6mm:before {
+ content: "\e677";
+}
+
+.nc-icon-xiaoxiV6mm:before {
+ content: "\e678";
+}
+
+.nc-icon-xinxiV6mm:before {
+ content: "\e679";
+}
+
+.nc-icon-woV6mm:before {
+ content: "\e67a";
+}
+
+.nc-icon-shezhiV6mm:before {
+ content: "\e67b";
+}
+
+.nc-icon-wodeV6mm:before {
+ content: "\e67c";
+}
+
+.nc-icon-shezhiV6mm-1:before {
+ content: "\e67d";
+}
+
+.nc-icon-kefuV6mm-1:before {
+ content: "\e67e";
+}
+
+.nc-icon-kefu-huatongV6mm:before {
+ content: "\e67f";
+}
+
+.nc-icon-qiuzhirenyuanV6mm:before {
+ content: "\e680";
+}
+
+.nc-icon-piaoxinxiV6mm:before {
+ content: "\e681";
+}
+
+.nc-icon-lianxikefuV6mm:before {
+ content: "\e682";
+}
+
+.nc-icon-kefu-erjiV6mm:before {
+ content: "\e683";
+}
+
+.nc-icon-dianxinxiV6mm:before {
+ content: "\e684";
+}
+
+.nc-icon-kefuV6mm-2:before {
+ content: "\e685";
+}
+
+.nc-icon-duanxinV6mm-1:before {
+ content: "\e686";
+}
+
+.nc-icon-gerenzhongxinV6mm:before {
+ content: "\e687";
+}
+
+.nc-icon-kefuV6mm:before {
+ content: "\e688";
+}
+
+.nc-icon-fenxiangV6mm:before {
+ content: "\e689";
+}
+
+.nc-icon-duanxinV6mm:before {
+ content: "\e68a";
+}
+
+.nc-icon-xiangjiV6mm-1:before {
+ content: "\e68b";
+}
+
+.nc-icon-wodeV6mm1:before {
+ content: "\e68c";
+}
+
+.nc-icon-shuaxinV6mm:before {
+ content: "\e68d";
+}
+
+.nc-icon-xiangjiV6mm:before {
+ content: "\e68e";
+}
+
+.nc-icon-sousuoV6mm:before {
+ content: "\e68f";
+}
+
+.nc-icon-shoucangV6mm-1:before {
+ content: "\e690";
+}
+
+.nc-icon-xihuanV6mm:before {
+ content: "\e691";
+}
+
+.nc-icon-wodeshoucangV6mm:before {
+ content: "\e692";
+}
+
+.nc-icon-shizhongV6mm:before {
+ content: "\e693";
+}
+
+.nc-icon-shoucangV6mm:before {
+ content: "\e694";
+}
+
+.nc-icon-naolingV6mm:before {
+ content: "\e695";
+}
+
+.nc-icon-shijianV6mm:before {
+ content: "\e696";
+}
+
+.nc-icon-naozhongV6mm:before {
+ content: "\e697";
+}
+
+.nc-icon-biaoqianV6mm:before {
+ content: "\e698";
+}
+
+.nc-icon-lingdangV6mm:before {
+ content: "\e699";
+}
+
+.nc-icon-biaoqianV6mm-1:before {
+ content: "\e69a";
+}
+
+.nc-icon-lishijiluV6mm1:before {
+ content: "\e69b";
+}
+
+.nc-icon-daifahuoV6mm:before {
+ content: "\e69c";
+}
+
+.nc-icon-jishibenV6mm:before {
+ content: "\e69d";
+}
+
+.nc-icon-bianqianV6mm:before {
+ content: "\e69e";
+}
+
+.nc-icon-bianjiV6mm:before {
+ content: "\e69f";
+}
+
+.nc-icon-bijiV6mm:before {
+ content: "\e6a0";
+}
+
+.nc-icon-bijiV6mm-1:before {
+ content: "\e6a1";
+}
+
+.nc-icon-youhuiquanV6mm:before {
+ content: "\e6a2";
+}
+
+.nc-icon-youhuiV6mm:before {
+ content: "\e6a3";
+}
+
+.nc-icon-shangchengV6mm:before {
+ content: "\e6a4";
+}
+
+.nc-icon-zhekouquanV6mm:before {
+ content: "\e6a5";
+}
+
+.nc-icon-youhuiquanV6mm-1:before {
+ content: "\e6a6";
+}
+
+.nc-icon-yueV6mm:before {
+ content: "\e6a7";
+}
+
+.nc-icon-qianbaoyueV6mm:before {
+ content: "\e6a8";
+}
+
+.nc-icon-qianbaoV6mm:before {
+ content: "\e6a9";
+}
+
+.nc-icon-liwuV6mm:before {
+ content: "\e6aa";
+}
+
+.nc-icon-jifenduihuanV6mm:before {
+ content: "\e6ab";
+}
+
+.nc-icon-biaoqianV6mm1:before {
+ content: "\e6ac";
+}
+
+.nc-icon-libaoV6mm:before {
+ content: "\e6ad";
+}
+
+.nc-icon-jinrongV6mm:before {
+ content: "\e6ae";
+}
+
+.nc-icon-wodetuiguangV6mm:before {
+ content: "\e6af";
+}
+
+.nc-icon-wodedengjiV6mm:before {
+ content: "\e6b0";
+}
+
+.nc-icon-tuiguangV6mm:before {
+ content: "\e6b1";
+}
+
+.nc-icon-yinhangkaV6mm:before {
+ content: "\e6b2";
+}
+
+.nc-icon-huiyuandengjiV6mm:before {
+ content: "\e6b3";
+}
+
+.nc-icon-meiriqiandaoV6mm:before {
+ content: "\e6b4";
+}
+
+.nc-icon-daifahuoV6mm1:before {
+ content: "\e6b5";
+}
+
+.nc-icon-riliV6mm:before {
+ content: "\e6b6";
+}
+
+.nc-icon-daifahuoV6mm-1:before {
+ content: "\e6b7";
+}
+
+.nc-icon-fenxiaoV6mm:before {
+ content: "\e6b8";
+}
+
+.nc-icon-daishouhuoV6mm:before {
+ content: "\e6b9";
+}
+
+.nc-icon-dizhiV6mm:before {
+ content: "\e6ba";
+}
+
+.nc-icon-lianjieV6mm:before {
+ content: "\e6bb";
+}
+
+.nc-icon-dianhuaV6mm:before {
+ content: "\e6bc";
+}
+
+.nc-icon-jifenV6mm:before {
+ content: "\e6bd";
+}
+
+.nc-icon-hexiaotaiV6mm1:before {
+ content: "\e6be";
+}
+
+.nc-icon-saomaV6mm:before {
+ content: "\e6bf";
+}
+
+.nc-icon-jiaohuanV6mm1:before {
+ content: "\e6c0";
+}
+
+.nc-icon-kuozhanV6mm:before {
+ content: "\e6c1";
+}
+
+.nc-icon-loucengV6mm:before {
+ content: "\e6c2";
+}
+
+.nc-icon-erweimaV6mm-1:before {
+ content: "\e6c3";
+}
+
+.nc-icon-fuzhiV6mm:before {
+ content: "\e6c4";
+}
+
+.nc-icon-erweimaV6mm:before {
+ content: "\e6c5";
+}
+
+.nc-icon-changjiantouV6mm:before {
+ content: "\e6c6";
+}
+
+.nc-icon-zujiV6mm:before {
+ content: "\e6c7";
+}
+
+.nc-icon-chakanV6mm:before {
+ content: "\e6c8";
+}
+
+.nc-icon-meiriqiandaoV6mm1:before {
+ content: "\e6c9";
+}
+
+.nc-icon-bijiV6mm1:before {
+ content: "\e6ca";
+}
+
+.nc-icon-shangxiajiantouV6mm:before {
+ content: "\e6cb";
+}
+
+.nc-icon-tiaoxingmaV6mm:before {
+ content: "\e6cc";
+}
+
+.nc-icon-xiayibuV6xx:before {
+ content: "\e6cd";
+}
+
+.nc-icon-duiV6mm:before {
+ content: "\e6ce";
+}
+
+.nc-icon-shangyibuV6xx:before {
+ content: "\e6cf";
+}
+
+.nc-icon-lianxidianhuaV6mm:before {
+ content: "\e6d0";
+}
+
+.nc-icon-lianxidianhuaV6xx:before {
+ content: "\e6d1";
+}
+
+.nc-icon-duiV6xx:before {
+ content: "\e6d2";
+}
+
+.nc-icon-pengyouquanV6mm-1:before {
+ content: "\e6d3";
+}
+
+.nc-icon-zhifubao-yuanV6mm:before {
+ content: "\e6d4";
+}
+
+.nc-icon-weixinV6mm-1:before {
+ content: "\e6d5";
+}
+
+.nc-icon-weixinV6mm:before {
+ content: "\e6d6";
+}
+
+.nc-icon-zhifubaoV6mm:before {
+ content: "\e6d7";
+}
+
+.nc-icon-zhifubao-fangV6mm:before {
+ content: "\e6d8";
+}
+
+.nc-icon-pengyouquanV6mm:before {
+ content: "\e6d9";
+}
+
+.nc-icon-shouye-xiaolianV6xx:before {
+ content: "\e6da";
+}
+
+.nc-icon-hexiaoV6xx:before {
+ content: "\e6db";
+}
+
+.nc-icon-hexiaoV6mm:before {
+ content: "\e6dc";
+}
+
+.nc-icon-kaifazhelianmengV6xx:before {
+ content: "\e6dd";
+}
+
+.nc-icon-kaifazhelianmengV6xx-1:before {
+ content: "\e6de";
+}
+
+.nc-icon-gerenziliaoV6xx:before {
+ content: "\e6df";
+}
+
+.nc-icon-gerenziliaoV6mm:before {
+ content: "\e6e0";
+}
+
+.nc-icon-fangziV6xx:before {
+ content: "\e6e1";
+}
+
+.nc-icon-guanbiV6xx:before {
+ content: "\e621";
+}
+
+.nc-icon-duihaoV6xx-1:before {
+ content: "\e622";
+}
+
+.nc-icon-bangzhuV6xx:before {
+ content: "\e623";
+}
+
+.nc-icon-duihaoV6xx:before {
+ content: "\e624";
+}
+
+.nc-icon-cuohaoV6xx:before {
+ content: "\e625";
+}
+
+.nc-icon-jiahaoV6xx:before {
+ content: "\e626";
+}
+
+.nc-icon-zhuyiV6xx:before {
+ content: "\e627";
+}
+
+.nc-icon-jianshaoV6xx:before {
+ content: "\e628";
+}
+
+.nc-icon-jianV6xx:before {
+ content: "\e629";
+}
+
+.nc-icon-zhixiang-youjiantouV6xx:before {
+ content: "\e62a";
+}
+
+.nc-icon-zuoV6xx:before {
+ content: "\e62b";
+}
+
+.nc-icon-zuoV6xx-1:before {
+ content: "\e62c";
+}
+
+.nc-icon-changjiantouV6xx:before {
+ content: "\e62d";
+}
+
+.nc-icon-xiangxiaV6xx-1:before {
+ content: "\e62e";
+}
+
+.nc-icon-xiangzuoV6xx:before {
+ content: "\e62f";
+}
+
+.nc-icon-xiangzuoV6xx-1:before {
+ content: "\e630";
+}
+
+.nc-icon-youV6xx:before {
+ content: "\e631";
+}
+
+.nc-icon-xiangyouV6xx-1:before {
+ content: "\e632";
+}
+
+.nc-icon-xiangyouV6xx:before {
+ content: "\e633";
+}
+
+.nc-icon-xiangyouV6xx-2:before {
+ content: "\e634";
+}
+
+.nc-icon-xiaV6xx-1:before {
+ content: "\e635";
+}
+
+.nc-icon-xiangxiaV6xx:before {
+ content: "\e636";
+}
+
+.nc-icon-tianjiaV6xx:before {
+ content: "\e637";
+}
+
+.nc-icon-tanhaoV6xx:before {
+ content: "\e638";
+}
+
+.nc-icon-xiangshangV6xx:before {
+ content: "\e639";
+}
+
+.nc-icon-xiangshangV6xx-1:before {
+ content: "\e63a";
+}
+
+.nc-icon-xiaV6xx:before {
+ content: "\e63b";
+}
+
+.nc-icon-tanhaoV6xx-1:before {
+ content: "\e63c";
+}
+
+.nc-icon-shangV6xx:before {
+ content: "\e63d";
+}
+
+.nc-icon-shangxiaxuanzeV6xx:before {
+ content: "\e63e";
+}
+
+.nc-icon-shangV6xx-1:before {
+ content: "\e63f";
+}
+
+.nc-icon-shangxiajiantouV6xx:before {
+ content: "\e640";
+}
+
+.nc-icon-jiamengV6xx:before {
+ content: "\e6f9";
+}
+
+.nc-icon-yingyongzhongxinV6xx-1:before {
+ content: "\e6f5";
+}
+
+.nc-icon-yingyongzhongxinV6xx:before {
+ content: "\e6fd";
+}
+
+.nc-icon-yingyongV6xx:before {
+ content: "\e6f4";
+}
+
+.nc-icon-gouwucheV6xx-2:before {
+ content: "\e6fe";
+}
+
+.nc-icon-shouyeV6xx:before {
+ content: "\e6ff";
+}
+
+.nc-icon-yingyongliebiaoV6xx:before {
+ content: "\e700";
+}
+
+.nc-icon-gouwucheV6xx-1:before {
+ content: "\e701";
+}
+
+.nc-icon-gouwucheV6xx:before {
+ content: "\e702";
+}
+
+.nc-icon-fenleiV6xx:before {
+ content: "\e703";
+}
+
+.nc-icon-jiamengV6xx1:before {
+ content: "\e704";
+}
+
+.nc-icon-wodeV6xx1:before {
+ content: "\e705";
+}
+
+.nc-icon-wodeV6xx-11:before {
+ content: "\e706";
+}
+
+.nc-icon-qiuzhirenyuanV6xx1:before {
+ content: "\e707";
+}
+
+.nc-icon-gerenzhongxinV6xx2:before {
+ content: "\e708";
+}
+
+.nc-icon-woV6xx1:before {
+ content: "\e709";
+}
+
+.nc-icon-ruzhurenV6xx1:before {
+ content: "\e70a";
+}
+
+.nc-icon-xiangjiV6xx:before {
+ content: "\e70b";
+}
+
+.nc-icon-shezhiV6xx-1:before {
+ content: "\e70c";
+}
+
+.nc-icon-sousuoV6xx:before {
+ content: "\e70d";
+}
+
+.nc-icon-xiangjiV6xx-1:before {
+ content: "\e70e";
+}
+
+.nc-icon-shuaxinV6xx:before {
+ content: "\e70f";
+}
+
+.nc-icon-shezhiV6xx-2:before {
+ content: "\e710";
+}
+
+.nc-icon-shaixuanV6xx:before {
+ content: "\e711";
+}
+
+.nc-icon-shezhiV6xx:before {
+ content: "\e712";
+}
+
+.nc-icon-fenxiangV6xx-1:before {
+ content: "\e713";
+}
+
+.nc-icon-fenxiangV6xx-2:before {
+ content: "\e714";
+}
+
+.nc-icon-fenxiangV6xx:before {
+ content: "\e715";
+}
+
+.nc-icon-xiaoxiV6xx:before {
+ content: "\e716";
+}
+
+.nc-icon-duanxinV6xx-1:before {
+ content: "\e717";
+}
+
+.nc-icon-xinxiV6xx:before {
+ content: "\e718";
+}
+
+.nc-icon-kefuV6xx:before {
+ content: "\e719";
+}
+
+.nc-icon-lianxikefuV6xx:before {
+ content: "\e71a";
+}
+
+.nc-icon-piaoxinxiV6xx:before {
+ content: "\e71b";
+}
+
+.nc-icon-kefuV6xx-4:before {
+ content: "\e71c";
+}
+
+.nc-icon-kefuV6xx-2:before {
+ content: "\e71d";
+}
+
+.nc-icon-kefuV6xx-1:before {
+ content: "\e71e";
+}
+
+.nc-icon-dakaixinxiV6xx:before {
+ content: "\e71f";
+}
+
+.nc-icon-dianxinxiV6xx:before {
+ content: "\e720";
+}
+
+.nc-icon-kefuV6xx-3:before {
+ content: "\e721";
+}
+
+.nc-icon-duanxinV6xx:before {
+ content: "\e722";
+}
+
+.nc-icon-wodeshoucangV6xx:before {
+ content: "\e723";
+}
+
+.nc-icon-naolingV6xx:before {
+ content: "\e724";
+}
+
+.nc-icon-shoucangV6xx:before {
+ content: "\e725";
+}
+
+.nc-icon-shoucangV6xx-1:before {
+ content: "\e726";
+}
+
+.nc-icon-shijianV6xx:before {
+ content: "\e727";
+}
+
+.nc-icon-lingdangV6xx:before {
+ content: "\e728";
+}
+
+.nc-icon-shizhongV6xx:before {
+ content: "\e729";
+}
+
+.nc-icon-guanzhuV6xx:before {
+ content: "\e72a";
+}
+
+.nc-icon-naozhongV6xx:before {
+ content: "\e72b";
+}
+
+.nc-icon-daifahuoV6xx:before {
+ content: "\e72c";
+}
+
+.nc-icon-shangchengV6xx:before {
+ content: "\e72d";
+}
+
+.nc-icon-youhuiV6xx:before {
+ content: "\e72e";
+}
+
+.nc-icon-zongjifenV6xx:before {
+ content: "\e72f";
+}
+
+.nc-icon-zhekouquanV6xx:before {
+ content: "\e730";
+}
+
+.nc-icon-jifenV6xx:before {
+ content: "\e731";
+}
+
+.nc-icon-youhuiquanV6xx-2:before {
+ content: "\e732";
+}
+
+.nc-icon-youhuiquanV6xx-1:before {
+ content: "\e733";
+}
+
+.nc-icon-jifenduihuanV6xx:before {
+ content: "\e734";
+}
+
+.nc-icon-youhuiquanV6xx:before {
+ content: "\e735";
+}
+
+.nc-icon-libaoV6xx:before {
+ content: "\e736";
+}
+
+.nc-icon-liwuV6xx:before {
+ content: "\e737";
+}
+
+.nc-icon-biaoqianV6xx:before {
+ content: "\e738";
+}
+
+.nc-icon-qianbaoyueV6xx:before {
+ content: "\e739";
+}
+
+.nc-icon-tuikuanV6xx:before {
+ content: "\e73a";
+}
+
+.nc-icon-qianbaoV6xx:before {
+ content: "\e73b";
+}
+
+.nc-icon-yueV6xx:before {
+ content: "\e73c";
+}
+
+.nc-icon-jinrongV6xx:before {
+ content: "\e73d";
+}
+
+.nc-icon-riliV6xx:before {
+ content: "\e73e";
+}
+
+.nc-icon-wodedengjiV6xx:before {
+ content: "\e73f";
+}
+
+.nc-icon-tuiguangV6xx:before {
+ content: "\e740";
+}
+
+.nc-icon-huiyuandengjiV6xx:before {
+ content: "\e741";
+}
+
+.nc-icon-wodetuiguangV6xx:before {
+ content: "\e742";
+}
+
+.nc-icon-fenxiaoV6xx:before {
+ content: "\e743";
+}
+
+.nc-icon-meiriqiandaoV6xx:before {
+ content: "\e744";
+}
+
+.nc-icon-dizhiguanliV6xx:before {
+ content: "\e745";
+}
+
+.nc-icon-daishouhuoV6xx:before {
+ content: "\e746";
+}
+
+.nc-icon-daishouhuoV6xx-3:before {
+ content: "\e747";
+}
+
+.nc-icon-daifahuoV6xx-2:before {
+ content: "\e748";
+}
+
+.nc-icon-yinhangkaV6xx:before {
+ content: "\e749";
+}
+
+.nc-icon-daifahuoV6xx-1:before {
+ content: "\e74a";
+}
+
+.nc-icon-daifahuoV6xx-3:before {
+ content: "\e74b";
+}
+
+.nc-icon-zhankai-yousuojinV6xx:before {
+ content: "\e74c";
+}
+
+.nc-icon-shouqi-zuosuojinV6xx:before {
+ content: "\e74d";
+}
+
+.nc-icon-wendangV6xx:before {
+ content: "\e74e";
+}
+
+.nc-icon-xiaolianV6xx:before {
+ content: "\e74f";
+}
+
+.nc-icon-jiaohuanV6xx:before {
+ content: "\e750";
+}
+
+.nc-icon-yuanquanV6xx:before {
+ content: "\e751";
+}
+
+.nc-icon-a-Group840V6xx:before {
+ content: "\e752";
+}
+
+.nc-icon-loucengV6xx:before {
+ content: "\e753";
+}
+
+.nc-icon-kuozhanV6xx:before {
+ content: "\e754";
+}
+
+.nc-icon-saoyisaoV6xx:before {
+ content: "\e755";
+}
+
+.nc-icon-saotiaoxingmaV6xx:before {
+ content: "\e756";
+}
+
+.nc-icon-saotiaoxingmaV6xx-1:before {
+ content: "\e757";
+}
+
+.nc-icon-erweimaV6xx-1:before {
+ content: "\e758";
+}
+
+.nc-icon-fuzhiV6xx:before {
+ content: "\e759";
+}
+
+.nc-icon-lianjieV6xx:before {
+ content: "\e75a";
+}
+
+.nc-icon-dianhuaV6xx:before {
+ content: "\e75b";
+}
+
+.nc-icon-hexiaotaiV6xx:before {
+ content: "\e75c";
+}
+
+.nc-icon-fengefuV6xx:before {
+ content: "\e75d";
+}
+
+.nc-icon-fangdaV6xx:before {
+ content: "\e75e";
+}
+
+.nc-icon-erweimaV6xx:before {
+ content: "\e75f";
+}
+
+.nc-icon-daifahuoV6xx-4:before {
+ content: "\e760";
+}
diff --git a/admin/src/utils/common.ts b/admin/src/utils/common.ts
index 2e9098174..0cd8c2d5f 100644
--- a/admin/src/utils/common.ts
+++ b/admin/src/utils/common.ts
@@ -40,7 +40,7 @@ export function setThemeColor(color: string, mode: string = 'light'): void {
}
Object.keys(colors[mode]).forEach((key) => {
- useCssVar('--el-color-primary' + '-' + key, null).value = colorFunction.convert(`color(${color} ${colors[mode][key]})`)
+ useCssVar('--el-color-primary' + '-' + key, null).value = colorFunction.convert(`color(${ color } ${ colors[mode][key] })`)
})
}
@@ -48,7 +48,9 @@ export function setThemeColor(color: string, mode: string = 'light'): void {
* 获取当前访问应用类型
*/
export function getAppType() {
- const path = location.pathname.split('/').filter((val) => { return val })
+ const path = location.pathname.split('/').filter((val) => {
+ return val
+ })
if (!path.length) {
return 'admin'
@@ -125,7 +127,7 @@ export function isUrl(str: string): boolean {
* @returns
*/
export function img(path: string): string {
- return isUrl(path) ? path : `${import.meta.env.VITE_IMG_DOMAIN || location.origin}/${path}`
+ return isUrl(path) ? path : `${ import.meta.env.VITE_IMG_DOMAIN || location.origin }/${ path }`
}
/**
@@ -133,7 +135,7 @@ export function img(path: string): string {
* @param path
* @returns
*/
-export function assetImg (path: string) {
+export function assetImg(path: string) {
return new URL('@/', import.meta.url) + path
}
@@ -228,16 +230,16 @@ export function guid(len = 10, firstU = true, radix: any = null) {
// 移除第一个字符,并用u替代,因为第一个字符为数值时,该guuid不能用作id或者class
if (firstU) {
uuid.shift()
- return `u${uuid.join('')}`
+ return `u${ uuid.join('') }`
}
return uuid.join('')
}
/**
-* 金额格式化
-*/
-export function moneyFormat(money : string) : string {
- return isNaN(parseFloat(money)) ? money : parseFloat(money).toFixed(2)
+ * 金额格式化
+ */
+export function moneyFormat(money: string): string {
+ return isNaN(parseFloat(money)) ? money : parseFloat(money).toFixed(2)
}
@@ -245,65 +247,65 @@ export function moneyFormat(money : string) : string {
* 时间戳转日期格式
*/
export function timeStampTurnTime(timeStamp: any, type = "") {
- if (timeStamp != undefined && timeStamp != "" && timeStamp > 0) {
- var date = new Date();
- date.setTime(timeStamp * 1000);
- var y: any = date.getFullYear();
- var m: any = date.getMonth() + 1;
- m = m < 10 ? ('0' + m) : m;
- var d: any = date.getDate();
- d = d < 10 ? ('0' + d) : d;
- var h: any = date.getHours();
- h = h < 10 ? ('0' + h) : h;
- var minute: any = date.getMinutes();
- var second: any = date.getSeconds();
- minute = minute < 10 ? ('0' + minute) : minute;
- second = second < 10 ? ('0' + second) : second;
- if (type) {
- if (type == 'yearMonthDay') {
- return y + '年' + m + '月' + d + '日';
- }
- return y + '-' + m + '-' + d;
- } else {
- return y + '-' + m + '-' + d + ' ' + h + ':' + minute + ':' + second;
- }
+ if (timeStamp != undefined && timeStamp != "" && timeStamp > 0) {
+ var date = new Date();
+ date.setTime(timeStamp * 1000);
+ var y: any = date.getFullYear();
+ var m: any = date.getMonth() + 1;
+ m = m < 10 ? ('0' + m) : m;
+ var d: any = date.getDate();
+ d = d < 10 ? ('0' + d) : d;
+ var h: any = date.getHours();
+ h = h < 10 ? ('0' + h) : h;
+ var minute: any = date.getMinutes();
+ var second: any = date.getSeconds();
+ minute = minute < 10 ? ('0' + minute) : minute;
+ second = second < 10 ? ('0' + second) : second;
+ if (type) {
+ if (type == 'yearMonthDay') {
+ return y + '年' + m + '月' + d + '日';
+ }
+ return y + '-' + m + '-' + d;
+ } else {
+ return y + '-' + m + '-' + d + ' ' + h + ':' + minute + ':' + second;
+ }
- } else {
- return "";
- }
+ } else {
+ return "";
+ }
}
/**
* 过滤小数点(保留两位)
* @param event
*/
-export function filterDigit(event:any){
- event.target.value = event.target.value.replace(/[^\d\.]/g,'');
- event.target.value = event.target.value.replace(/^\./g,'');
- event.target.value = event.target.value.replace(/\.{2,}/g,'.');
+export function filterDigit(event: any) {
+ event.target.value = event.target.value.replace(/[^\d\.]/g, '');
+ event.target.value = event.target.value.replace(/^\./g, '');
+ event.target.value = event.target.value.replace(/\.{2,}/g, '.');
// 限制最多两位小数
const decimalParts = event.target.value.split('.');
if (decimalParts.length > 1 && decimalParts[1].length > 2) {
// 如果有小数部分且超过两位,则截取前两位
- event.target.value = `${decimalParts[0]}.${decimalParts[1].slice(0, 2)}`;
+ event.target.value = `${ decimalParts[0] }.${ decimalParts[1].slice(0, 2) }`;
}
}
/**
* 过滤整数
- * @param event
+ * @param event
*/
-export function filterNumber(event:any){
- event.target.value = event.target.value.replace(/[^\d]/g,'');
+export function filterNumber(event: any) {
+ event.target.value = event.target.value.replace(/[^\d]/g, '');
}
/**
* 过滤特殊字符
- * @param event
+ * @param event
*/
-export function filterSpecial(event:any){
+export function filterSpecial(event: any) {
event.target.value = event.target.value.replace(/[^\u4e00-\u9fa5a-zA-Z0-9]/g, '')
- event.target.value = event.target.value.replace(/[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、]/g,'')
+ event.target.value = event.target.value.replace(/[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、]/g, '')
}
export function importIconFontCss() {
@@ -348,4 +350,48 @@ export function getIcon() {
// }
// console.log('modules', modules)
// // const addonModulesFiles = import.meta.glob('@/addon/**/assets/icon/*.json', { eager: true })
-}
\ No newline at end of file
+}
+
+/**
+ * 设置表格分页数据的本地存储
+ * @param page
+ * @param limit
+ * @param where
+ */
+export function setTablePageStorage(page: any = 1, limit: any = 10, where: any = {}) {
+ var data = storage.get('tablePageStorage');
+ if (!data) {
+ data = {};
+ }
+
+ var key = location.pathname + JSON.stringify(where);
+ data[key] = {
+ page,
+ limit
+ };
+
+ var MAX_COUNT = 5; // 最多存储 5 个页面的分页缓存,超出则删除最开始的第一个页面
+ if (Object.keys(data).length > MAX_COUNT) {
+ delete data[Object.keys(data)[0]];
+ }
+
+ storage.set({ key: 'tablePageStorage', data });
+}
+
+/**
+ * 获取表格分页数据的本地存储
+ * @param where
+ */
+export function getTablePageStorage(where: any = {}) {
+ var data = storage.get('tablePageStorage');
+ var key = location.pathname + JSON.stringify(where);
+ if (!data || !data[key]) {
+ data = {
+ page: 1,
+ limit: 10
+ };
+ } else {
+ data = data[key];
+ }
+ return data;
+}