From aecb0e3c93b4c32bf83f4da179a32ce4f7dc1ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Thu, 31 Oct 2024 16:00:47 +0800 Subject: [PATCH] 1 --- .env.development | 4 +- README.es.md | 81 +- README.ja.md | 81 +- README.md | 61 +- README.zh-CN.md | 81 +- src/api/promoter.js | 36 +- src/api/user.js | 2 +- src/components/mobilePage/banner.vue | 4 +- src/components/mobilePage/home_comb.vue | 4 +- src/router/modules/promoter.js | 12 +- src/styles/iconfont/demo_index.html | 14445 ++++++++-------- .../font_1945396_bzyvwsjuo37/demo_index.html | 14445 ++++++++-------- .../font_1945396_bzyvwsjuo37/iconfont.json | 9 +- src/styles/iconfont/iconfont.json | 9 +- src/styles/iconfont2/demo_index.html | 36 +- src/styles/iconfont2/iconfont.json | 12 +- src/views/dashboard/components/baseInfo.vue | 384 +- src/views/marketing/lottery/create.vue | 4 +- src/views/merchant/list/record.vue | 2 +- src/views/merchant/type/record.vue | 2 +- src/views/order/list/orderDetails.vue | 4 +- src/views/product/productExamine/editAttr.vue | 47 +- src/views/product/productExamine/index.vue | 13 + .../product/productExamine/proDetails.vue | 2 +- src/views/promoter/config/index.vue | 225 +- .../promoter/distributionRules/index.vue | 138 +- src/views/promoter/membershipLevel/index.vue | 936 +- src/views/promoter/order/index.vue | 441 +- src/views/promoter/order/orderDetails.vue | 8 +- src/views/promoter/user/index.vue | 542 +- src/views/safe/pageLinks/index.vue | 827 +- src/views/sms/smsTemplate/applyList.vue | 163 +- src/views/sms/smsTemplate/index.vue | 227 +- src/views/user/list/index.vue | 2291 +-- src/views/user/list/userCreate.vue | 156 +- src/views/user/list/userDetails.vue | 30 +- 36 files changed, 18570 insertions(+), 17194 deletions(-) diff --git a/.env.development b/.env.development index bfb5748..2fda086 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ ENV = 'development' # http://mer.crmeb.net/admin # base api # www.shop.xyz -VUE_APP_BASE_API = 'http://www.shop.xyz' -# VUE_APP_BASE_API = 'http://test.tropjoin.com' +# VUE_APP_BASE_API = 'http://www.shop.xyz' +VUE_APP_BASE_API = 'http://test.tropjoin.com' # VUE_APP_BASE_API = 'https://api.tropjoin.com' # socket 连接地址 diff --git a/README.es.md b/README.es.md index fadb9a9..80b75e3 100644 --- a/README.es.md +++ b/README.es.md @@ -1,51 +1,56 @@ -# CRMEB多商户 +# CRMEB 多商户 + ## 开发规范 -统一使用ES6 语法 + +统一使用 ES6 语法 方法注释 -/* -* th => 表头 -* data => 数据 -* fileName => 文件名 -* fileType => 文件类型 -* sheetName => sheet页名 -*/ -export default function toExcel ({ th, data, fileName, fileType, sheetName }) -行注释 // +/\* + +- th => 表头 +- data => 数据 +- fileName => 文件名 +- fileType => 文件类型 +- sheetName => sheet 页名 + \*/ + export default function toExcel ({ th, data, fileName, fileType, sheetName }) + 行注释 // ### 命名 -页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList +页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList 例如:商品模块 product 商品 - ├─ product 商品管理 - ├─productList 商品管理目录 - ├- index.vue 首页 +├─ product 商品管理 +├─productList 商品管理目录 +├- index.vue 首页 页面命名、组建、文件夹 命名格式小驼峰命名法,例如:用户列表 userList 类名函数命名 大驼峰式 例如:addUser -变量命名 小驼峰式 例如:user 或者 userInfo _userinfo user-info +变量命名 小驼峰式 例如:user 或者 userInfo \_userinfo user-info 常量 采用全大些下划线命名 例如:VUE_APP_API_URl ### 文件管理规范 + pages 页面模块必须件文件夹区分 api 接口一个模块一个文件 组建 一个组建一个文件夹 plugins 插件一个插件一个文件夹 -vuex 路由状态管理,一个模块在modules 中建一个文件夹 -router 一个模块一个模块在modules 中建一个文件夹 -style 样式尽量采用iView自带组建,common.less 系统通用样式不要轻易动 -自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀less 格式 -组建样式 styles 中添加文件夹 composents 对应components 目录新建样式文件 -utils 自定义工具js 独立命名,一般不用新建文件夹 +vuex 路由状态管理,一个模块在 modules 中建一个文件夹 +router 一个模块一个模块在 modules 中建一个文件夹 +style 样式尽量采用 iView 自带组建,common.less 系统通用样式不要轻易动 +自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀 less 格式 +组建样式 styles 中添加文件夹 composents 对应 components 目录新建样式文件 +utils 自定义工具 js 独立命名,一般不用新建文件夹 ## 模块命名 -~~~ + +``` ├─ login 登录 ├─ dashboard 首页 ├─ product 商品管理 ├─ order 系统订单管理 -├─ promoter 分销 +├─ promoter 服务 ├─ user 用户管理 ├─ accounts 财务管理 ├─ merchant 商户管理 @@ -60,10 +65,13 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├─ userFeedback 用户反馈 ├─ error-page 错误页 -~~~ +``` + ## 目录结构 + 主要目录结构及说明: -~~~ + +``` ├── public # 静态资源 │ ├── favicon.ico # favicon图标 @@ -72,7 +80,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ ├── api # 所有接口api │ │ └──request.js # 请求封装 │ │ └──accounts.js # 有关财务的接口 -│ │ └──promoter.js # 有关分销的接口 +│ │ └──promoter.js # 有关服务的接口 │ │ └──app.js # 有关应用(小程序、公众号)的接口 │ │ └──cms.js # 有关内容(文章管理、分类)的接口 │ │ └──home.js # 有关首页的接口 @@ -126,9 +134,9 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──productExamine # 商品审核 │ │ └──productComment # 商品评论管理 │ │ └──order # 订单管理 -│ │ └──promoter # 分销 -│ │ └──user # 分销员列表 -│ │ └──config # 分销设置 +│ │ └──promoter # 服务 +│ │ └──user # 服务员列表 +│ │ └──config # 服务设置 │ │ └──cms # 内容 │ │ └──addArticle # 添加文章/编辑文章 │ │ └──article # 文章管理 @@ -162,7 +170,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──picture # 素材管理 │ │ └──groupData # 组合设置 │ │ └──list # 组合数据 -│ │ └──data # 组合数据列表/登录页幻灯片/首页幻灯片/首页导航按钮/首页推荐区/个人中心幻灯片/个人中心菜单/热门搜索/分销特权/分销海报/充值金额配置 +│ │ └──data # 组合数据列表/登录页幻灯片/首页幻灯片/首页导航按钮/首页推荐区/个人中心幻灯片/个人中心菜单/热门搜索/服务特权/服务海报/充值金额配置 │ │ └──setting # 设置-权限管理 │ │ └──systemRole # 身份管理 │ │ └──systemAdmin # 管理员管理 @@ -200,7 +208,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──merchant.js # 有关商户 │ │ └──order.js # 有关订单 │ │ └──product.js # 有关商品 -│ │ └──promoter.js # 有关分销 +│ │ └──promoter.js # 有关服务 │ │ └──routine.js # 有关小程序 │ │ └──safe.js # 有关维护 │ │ └──setting.js # 有关权限 @@ -225,9 +233,11 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├── postcss.config.js # postcss 配置 └── package.json # package.json -~~~ +``` + ## 开发打包项目 -~~~ + +```` # 进入项目目录 $ cd admin-iView @@ -260,4 +270,5 @@ npm run lint # code format check and auto fix npm run lint -- --fix -``` \ No newline at end of file +``` +```` diff --git a/README.ja.md b/README.ja.md index fadb9a9..80b75e3 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1,51 +1,56 @@ -# CRMEB多商户 +# CRMEB 多商户 + ## 开发规范 -统一使用ES6 语法 + +统一使用 ES6 语法 方法注释 -/* -* th => 表头 -* data => 数据 -* fileName => 文件名 -* fileType => 文件类型 -* sheetName => sheet页名 -*/ -export default function toExcel ({ th, data, fileName, fileType, sheetName }) -行注释 // +/\* + +- th => 表头 +- data => 数据 +- fileName => 文件名 +- fileType => 文件类型 +- sheetName => sheet 页名 + \*/ + export default function toExcel ({ th, data, fileName, fileType, sheetName }) + 行注释 // ### 命名 -页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList +页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList 例如:商品模块 product 商品 - ├─ product 商品管理 - ├─productList 商品管理目录 - ├- index.vue 首页 +├─ product 商品管理 +├─productList 商品管理目录 +├- index.vue 首页 页面命名、组建、文件夹 命名格式小驼峰命名法,例如:用户列表 userList 类名函数命名 大驼峰式 例如:addUser -变量命名 小驼峰式 例如:user 或者 userInfo _userinfo user-info +变量命名 小驼峰式 例如:user 或者 userInfo \_userinfo user-info 常量 采用全大些下划线命名 例如:VUE_APP_API_URl ### 文件管理规范 + pages 页面模块必须件文件夹区分 api 接口一个模块一个文件 组建 一个组建一个文件夹 plugins 插件一个插件一个文件夹 -vuex 路由状态管理,一个模块在modules 中建一个文件夹 -router 一个模块一个模块在modules 中建一个文件夹 -style 样式尽量采用iView自带组建,common.less 系统通用样式不要轻易动 -自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀less 格式 -组建样式 styles 中添加文件夹 composents 对应components 目录新建样式文件 -utils 自定义工具js 独立命名,一般不用新建文件夹 +vuex 路由状态管理,一个模块在 modules 中建一个文件夹 +router 一个模块一个模块在 modules 中建一个文件夹 +style 样式尽量采用 iView 自带组建,common.less 系统通用样式不要轻易动 +自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀 less 格式 +组建样式 styles 中添加文件夹 composents 对应 components 目录新建样式文件 +utils 自定义工具 js 独立命名,一般不用新建文件夹 ## 模块命名 -~~~ + +``` ├─ login 登录 ├─ dashboard 首页 ├─ product 商品管理 ├─ order 系统订单管理 -├─ promoter 分销 +├─ promoter 服务 ├─ user 用户管理 ├─ accounts 财务管理 ├─ merchant 商户管理 @@ -60,10 +65,13 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├─ userFeedback 用户反馈 ├─ error-page 错误页 -~~~ +``` + ## 目录结构 + 主要目录结构及说明: -~~~ + +``` ├── public # 静态资源 │ ├── favicon.ico # favicon图标 @@ -72,7 +80,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ ├── api # 所有接口api │ │ └──request.js # 请求封装 │ │ └──accounts.js # 有关财务的接口 -│ │ └──promoter.js # 有关分销的接口 +│ │ └──promoter.js # 有关服务的接口 │ │ └──app.js # 有关应用(小程序、公众号)的接口 │ │ └──cms.js # 有关内容(文章管理、分类)的接口 │ │ └──home.js # 有关首页的接口 @@ -126,9 +134,9 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──productExamine # 商品审核 │ │ └──productComment # 商品评论管理 │ │ └──order # 订单管理 -│ │ └──promoter # 分销 -│ │ └──user # 分销员列表 -│ │ └──config # 分销设置 +│ │ └──promoter # 服务 +│ │ └──user # 服务员列表 +│ │ └──config # 服务设置 │ │ └──cms # 内容 │ │ └──addArticle # 添加文章/编辑文章 │ │ └──article # 文章管理 @@ -162,7 +170,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──picture # 素材管理 │ │ └──groupData # 组合设置 │ │ └──list # 组合数据 -│ │ └──data # 组合数据列表/登录页幻灯片/首页幻灯片/首页导航按钮/首页推荐区/个人中心幻灯片/个人中心菜单/热门搜索/分销特权/分销海报/充值金额配置 +│ │ └──data # 组合数据列表/登录页幻灯片/首页幻灯片/首页导航按钮/首页推荐区/个人中心幻灯片/个人中心菜单/热门搜索/服务特权/服务海报/充值金额配置 │ │ └──setting # 设置-权限管理 │ │ └──systemRole # 身份管理 │ │ └──systemAdmin # 管理员管理 @@ -200,7 +208,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──merchant.js # 有关商户 │ │ └──order.js # 有关订单 │ │ └──product.js # 有关商品 -│ │ └──promoter.js # 有关分销 +│ │ └──promoter.js # 有关服务 │ │ └──routine.js # 有关小程序 │ │ └──safe.js # 有关维护 │ │ └──setting.js # 有关权限 @@ -225,9 +233,11 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├── postcss.config.js # postcss 配置 └── package.json # package.json -~~~ +``` + ## 开发打包项目 -~~~ + +```` # 进入项目目录 $ cd admin-iView @@ -260,4 +270,5 @@ npm run lint # code format check and auto fix npm run lint -- --fix -``` \ No newline at end of file +``` +```` diff --git a/README.md b/README.md index 0363003..b8320ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CRMEB多商户 +# CRMEB 多商户 ```bash @@ -7,52 +7,56 @@ cp -r dist/. ../shop-many/public/ ``` ## 开发规范 -统一使用ES6 语法 + +统一使用 ES6 语法 方法注释 -/* -* th => 表头 -* data => 数据 -* fileName => 文件名 -* fileType => 文件类型 -* sheetName => sheet页名 -*/ -export default function toExcel ({ th, data, fileName, fileType, sheetName }) -行注释 // +/\* + +- th => 表头 +- data => 数据 +- fileName => 文件名 +- fileType => 文件类型 +- sheetName => sheet 页名 + \*/ + export default function toExcel ({ th, data, fileName, fileType, sheetName }) + 行注释 // ### 命名 -页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList +页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList 例如:商品模块 product 商品 - ├─ product 商品管理 - ├─productList 商品管理目录 - ├- index.vue 首页 +├─ product 商品管理 +├─productList 商品管理目录 +├- index.vue 首页 页面命名、组建、文件夹 命名格式小驼峰命名法,例如:用户列表 userList 类名函数命名 大驼峰式 例如:addUser -变量命名 小驼峰式 例如:user 或者 userInfo _userinfo user-info +变量命名 小驼峰式 例如:user 或者 userInfo \_userinfo user-info 常量 采用全大些下划线命名 例如:VUE_APP_API_URl ### 文件管理规范 + pages 页面模块必须件文件夹区分 api 接口一个模块一个文件 组建 一个组建一个文件夹 plugins 插件一个插件一个文件夹 -vuex 路由状态管理,一个模块在modules 中建一个文件夹 -router 一个模块一个模块在modules 中建一个文件夹 -style 样式尽量采用iView自带组建,common.less 系统通用样式不要轻易动 -自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀less 格式 -组建样式 styles 中添加文件夹 composents 对应components 目录新建样式文件 -utils 自定义工具js 独立命名,一般不用新建文件夹 +vuex 路由状态管理,一个模块在 modules 中建一个文件夹 +router 一个模块一个模块在 modules 中建一个文件夹 +style 样式尽量采用 iView 自带组建,common.less 系统通用样式不要轻易动 +自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀 less 格式 +组建样式 styles 中添加文件夹 composents 对应 components 目录新建样式文件 +utils 自定义工具 js 独立命名,一般不用新建文件夹 ## 模块命名 -~~~ + +``` ├─ login 登录 ├─ dashboard 首页 ├─ product 商品管理 ├─ order 系统订单管理 -├─ promoter 分销 +├─ promoter 服务 ├─ user 用户管理 ├─ accounts 财务管理 ├─ merchant 商户管理 @@ -67,9 +71,11 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├─ userFeedback 用户反馈 ├─ error-page 错误页 -~~~ +``` + ## 开发打包项目 -~~~ + +```` # 进入项目目录 $ cd admin-iView @@ -102,4 +108,5 @@ npm run lint # code format check and auto fix npm run lint -- --fix -``` \ No newline at end of file +``` +```` diff --git a/README.zh-CN.md b/README.zh-CN.md index fadb9a9..80b75e3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,51 +1,56 @@ -# CRMEB多商户 +# CRMEB 多商户 + ## 开发规范 -统一使用ES6 语法 + +统一使用 ES6 语法 方法注释 -/* -* th => 表头 -* data => 数据 -* fileName => 文件名 -* fileType => 文件类型 -* sheetName => sheet页名 -*/ -export default function toExcel ({ th, data, fileName, fileType, sheetName }) -行注释 // +/\* + +- th => 表头 +- data => 数据 +- fileName => 文件名 +- fileType => 文件类型 +- sheetName => sheet 页名 + \*/ + export default function toExcel ({ th, data, fileName, fileType, sheetName }) + 行注释 // ### 命名 -页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList +页面目录 文件夹命名格式骆驼式命名法,例如:用户列表 userList 例如:商品模块 product 商品 - ├─ product 商品管理 - ├─productList 商品管理目录 - ├- index.vue 首页 +├─ product 商品管理 +├─productList 商品管理目录 +├- index.vue 首页 页面命名、组建、文件夹 命名格式小驼峰命名法,例如:用户列表 userList 类名函数命名 大驼峰式 例如:addUser -变量命名 小驼峰式 例如:user 或者 userInfo _userinfo user-info +变量命名 小驼峰式 例如:user 或者 userInfo \_userinfo user-info 常量 采用全大些下划线命名 例如:VUE_APP_API_URl ### 文件管理规范 + pages 页面模块必须件文件夹区分 api 接口一个模块一个文件 组建 一个组建一个文件夹 plugins 插件一个插件一个文件夹 -vuex 路由状态管理,一个模块在modules 中建一个文件夹 -router 一个模块一个模块在modules 中建一个文件夹 -style 样式尽量采用iView自带组建,common.less 系统通用样式不要轻易动 -自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀less 格式 -组建样式 styles 中添加文件夹 composents 对应components 目录新建样式文件 -utils 自定义工具js 独立命名,一般不用新建文件夹 +vuex 路由状态管理,一个模块在 modules 中建一个文件夹 +router 一个模块一个模块在 modules 中建一个文件夹 +style 样式尽量采用 iView 自带组建,common.less 系统通用样式不要轻易动 +自定义通用样式 style.less,每次添加必须加注释,页面独立样式在在页面内写,后缀 less 格式 +组建样式 styles 中添加文件夹 composents 对应 components 目录新建样式文件 +utils 自定义工具 js 独立命名,一般不用新建文件夹 ## 模块命名 -~~~ + +``` ├─ login 登录 ├─ dashboard 首页 ├─ product 商品管理 ├─ order 系统订单管理 -├─ promoter 分销 +├─ promoter 服务 ├─ user 用户管理 ├─ accounts 财务管理 ├─ merchant 商户管理 @@ -60,10 +65,13 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├─ userFeedback 用户反馈 ├─ error-page 错误页 -~~~ +``` + ## 目录结构 + 主要目录结构及说明: -~~~ + +``` ├── public # 静态资源 │ ├── favicon.ico # favicon图标 @@ -72,7 +80,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ ├── api # 所有接口api │ │ └──request.js # 请求封装 │ │ └──accounts.js # 有关财务的接口 -│ │ └──promoter.js # 有关分销的接口 +│ │ └──promoter.js # 有关服务的接口 │ │ └──app.js # 有关应用(小程序、公众号)的接口 │ │ └──cms.js # 有关内容(文章管理、分类)的接口 │ │ └──home.js # 有关首页的接口 @@ -126,9 +134,9 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──productExamine # 商品审核 │ │ └──productComment # 商品评论管理 │ │ └──order # 订单管理 -│ │ └──promoter # 分销 -│ │ └──user # 分销员列表 -│ │ └──config # 分销设置 +│ │ └──promoter # 服务 +│ │ └──user # 服务员列表 +│ │ └──config # 服务设置 │ │ └──cms # 内容 │ │ └──addArticle # 添加文章/编辑文章 │ │ └──article # 文章管理 @@ -162,7 +170,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──picture # 素材管理 │ │ └──groupData # 组合设置 │ │ └──list # 组合数据 -│ │ └──data # 组合数据列表/登录页幻灯片/首页幻灯片/首页导航按钮/首页推荐区/个人中心幻灯片/个人中心菜单/热门搜索/分销特权/分销海报/充值金额配置 +│ │ └──data # 组合数据列表/登录页幻灯片/首页幻灯片/首页导航按钮/首页推荐区/个人中心幻灯片/个人中心菜单/热门搜索/服务特权/服务海报/充值金额配置 │ │ └──setting # 设置-权限管理 │ │ └──systemRole # 身份管理 │ │ └──systemAdmin # 管理员管理 @@ -200,7 +208,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──merchant.js # 有关商户 │ │ └──order.js # 有关订单 │ │ └──product.js # 有关商品 -│ │ └──promoter.js # 有关分销 +│ │ └──promoter.js # 有关服务 │ │ └──routine.js # 有关小程序 │ │ └──safe.js # 有关维护 │ │ └──setting.js # 有关权限 @@ -225,9 +233,11 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ├── postcss.config.js # postcss 配置 └── package.json # package.json -~~~ +``` + ## 开发打包项目 -~~~ + +```` # 进入项目目录 $ cd admin-iView @@ -260,4 +270,5 @@ npm run lint # code format check and auto fix npm run lint -- --fix -``` \ No newline at end of file +``` +```` diff --git a/src/api/promoter.js b/src/api/promoter.js index 4a833b8..bb310ad 100644 --- a/src/api/promoter.js +++ b/src/api/promoter.js @@ -2,49 +2,49 @@ import request from './request' /** - * @description 分销设置 -- 详情 + * @description 服务设置 -- 详情 */ export function configApi() { return request.get('config/others/lst') } /** - * @description 分销设置 -- 表单提交 + * @description 服务设置 -- 表单提交 */ export function configUpdateApi(data) { return request.post('config/others/update', data) } /** - * @description 分销设置 -- 表单提交 + * @description 服务设置 -- 表单提交 */ export function productCheckApi() { return request.post('store/product/check') } /** - * @description 分销员 -- 列表 + * @description 服务员 -- 列表 */ export function promoterListApi(data) { return request.get('user/promoter/lst', data) } /** - * @description 推广人 -- 列表 + * @description 邀请人 -- 列表 */ export function spreadListApi(uid, data) { return request.get(`user/spread/lst/${uid}`, data) } /** - * @description 推广人订单 -- 列表 + * @description 邀请人订单 -- 列表 */ export function spreadOrderListApi(uid, data) { return request.get(`user/spread/order/${uid}`, data) } /** - * @description 推广人 -- 清除上级推广人 + * @description 邀请人 -- 清除邀请人 */ export function spreadClearApi(uid) { return request.post(`user/spread/clear/${uid}`) @@ -122,67 +122,67 @@ export function updateEextensionApi(type, data) { return request.post(`agreement/${type}`, data) } /** - * @description 分销等级 -- 获取分销等级规则 + * @description 服务等级 -- 获取服务等级规则 */ export function getBrokerageApi(key) { return request.get(`agreement/${key}`) } /** - * @description 分销等级 -- 编辑分销等级规则 + * @description 服务等级 -- 编辑服务等级规则 */ export function updateBrokerageApi(type, data) { return request.post(`agreement/${type}`, data) } /** - * @description 分销等级 -- 添加 + * @description 服务等级 -- 添加 */ export function membershipDataAddApi(data) { return request.post(`user/brokerage/create`, data) } /** - * @description 分销等级 -- 列表 + * @description 服务等级 -- 列表 */ export function distributionLevelLst(data) { return request.get(`user/brokerage/lst`, data) } /** - * @description 分销等级 -- 列表 + * @description 服务等级 -- 列表 */ export function distributionDetail(id) { return request.get(`user/brokerage/detail/${id}`) } /** - * @description 分销等级 -- 编辑 + * @description 服务等级 -- 编辑 */ export function distributionUpdate(id, data) { return request.post(`user/brokerage/update/${id}`, data) } /** - * @description 分销等级 -- 删除 + * @description 服务等级 -- 删除 */ export function distributionDelete(id) { return request.delete(`user/brokerage/delete/${id}`) } /** - * @description 分销员列表 -- 获取分销等级 + * @description 服务员列表 -- 获取服务等级 */ export function getDistributionLevel() { return request.get(`user/brokerage/options`) } /** - * @description 分销员列表 -- 获取分销数据 + * @description 服务员列表 -- 获取服务数据 */ export function distributionStatistics(data) { return request.get(`user/promoter/count`, data) } /** - * @description 分销员列表 -- 编辑分销员等级 + * @description 服务员列表 -- 编辑服务员等级 */ export function distributionLevelUpdate(id) { return request.get(`user/spread/${id}/form`) } /** - * @description 分销订单 -- 列表 + * @description 服务订单 -- 列表 */ export function spreadOrderLst(data) { return request.get('spread/order/lst', data) diff --git a/src/api/user.js b/src/api/user.js index 13118a1..68f62ae 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -148,7 +148,7 @@ export function batchChangeGroupApi(data) { return request.get(`user/batch_change_group/form`, data) } /** - * @description 用户列表 -- 设置分销员 + * @description 用户列表 -- 设置服务员 */ export function changePrommoterApi(data) { return request.get(`user/batch_spread_form`, data) diff --git a/src/components/mobilePage/banner.vue b/src/components/mobilePage/banner.vue index 2c17ebb..80de809 100644 --- a/src/components/mobilePage/banner.vue +++ b/src/components/mobilePage/banner.vue @@ -92,8 +92,8 @@ export default { // 图片列表 swiperConfig: { title: - "最多可添加10张图片,建议宽度750*345px;鼠标拖拽左侧圆点可调整图片 顺序", - maxList: 10, + "最多可添加20张图片,建议宽度750*345px;鼠标拖拽左侧圆点可调整图片 顺序", + maxList: 20, list: [ { img: "", diff --git a/src/components/mobilePage/home_comb.vue b/src/components/mobilePage/home_comb.vue index a4367f6..7805414 100644 --- a/src/components/mobilePage/home_comb.vue +++ b/src/components/mobilePage/home_comb.vue @@ -119,8 +119,8 @@ export default { }, // 图片列表 swiperConfig: { - title: '最多可添加10张图片,建议宽度750*345px;鼠标拖拽左侧圆点可调整图片顺序', - maxList: 10, + title: '最多可添加20张图片,建议宽度750*345px;鼠标拖拽左侧圆点可调整图片顺序', + maxList: 20, isSmall: true, list: [ { diff --git a/src/router/modules/promoter.js b/src/router/modules/promoter.js index ec7be95..1567ef6 100644 --- a/src/router/modules/promoter.js +++ b/src/router/modules/promoter.js @@ -16,7 +16,7 @@ const promoterRouter = path: 'config', name: 'PromoterConfig', meta: { - title: '分销配置', + title: '服务配置', noCache: true }, component: () => import('@/views/promoter/config/index') @@ -43,7 +43,7 @@ const promoterRouter = path: 'user', name: 'AccountsUser', meta: { - title: '分销员列表', + title: '服务员列表', noCache: true }, component: () => import('@/views/promoter/user/index') @@ -52,7 +52,7 @@ const promoterRouter = path: 'orderList', name: 'OrderList', meta: { - title: '分销订单', + title: '服务订单', noCache: true }, component: () => import('@/views/promoter/order/index') @@ -79,7 +79,7 @@ const promoterRouter = path: 'gift', name: 'AccountsGift', meta: { - title: '分销礼包', + title: '服务礼包', noCache: true }, component: () => import('@/views/promoter/gift/index') @@ -88,7 +88,7 @@ const promoterRouter = path: 'membership_level', name: 'PromoterLevel', meta: { - title: '分销等级', + title: '服务等级', noCache: true }, component: () => import('@/views/promoter/membershipLevel/index') @@ -97,7 +97,7 @@ const promoterRouter = path: 'distribution', name: 'distributionRules', meta: { - title: '分销等级规则', + title: '服务等级规则', noCache: true }, component: () => import('@/views/promoter/distributionRules/index') diff --git a/src/styles/iconfont/demo_index.html b/src/styles/iconfont/demo_index.html index 59cbb19..bb15dbc 100644 --- a/src/styles/iconfont/demo_index.html +++ b/src/styles/iconfont/demo_index.html @@ -1,10 +1,13 @@ + - + iconfont Demo - - + + @@ -34,2896 +37,2899 @@ } +

- - -

+ + +
-
    - -
  • - -
    待发货-积分
    -
    &#xe78c;
    -
  • - -
  • - -
    ic_fire
    -
    &#xe78b;
    -
  • - -
  • - -
    复选框-未选中
    -
    &#xe78f;
    -
  • - -
  • - -
    复制
    -
    &#xe787;
    -
  • - -
  • - -
    操作-整体
    -
    &#xe788;
    -
  • - -
  • - -
    操作-边角
    -
    &#xe789;
    -
  • - -
  • - -
    播放
    -
    &#xe78a;
    -
  • - -
  • - -
    右上角
    -
    &#xe77d;
    -
  • - -
  • - -
    关闭
    -
    &#xe77e;
    -
  • - -
  • - -
    -
    &#xe77f;
    -
  • - -
  • - -
    形状结合
    -
    &#xe780;
    -
  • - -
  • - -
    显示
    -
    &#xe781;
    -
  • - -
  • - -
    完成
    -
    &#xe782;
    -
  • - -
  • - -
    删除
    -
    &#xe783;
    -
  • - -
  • - -
    -
    &#xe784;
    -
  • - -
  • - -
    加号
    -
    &#xe785;
    -
  • - -
  • - -
    复选框-选中
    -
    &#xe786;
    -
  • - -
  • - -
    右下角
    -
    &#xe75a;
    -
  • - -
  • - -
    隐藏
    -
    &#xe76f;
    -
  • - -
  • - -
    购物车
    -
    &#xe779;
    -
  • - -
  • - -
    -
    &#xe77a;
    -
  • - -
  • - -
    左上角
    -
    &#xe77b;
    -
  • - -
  • - -
    左下角
    -
    &#xe77c;
    -
  • - -
  • - -
    组件-公众号
    -
    &#xe759;
    -
  • - -
  • - -
    组件-拼团
    -
    &#xe770;
    -
  • - -
  • - -
    组件-商品选项卡
    -
    &#xe771;
    -
  • - -
  • - -
    组件-签到
    -
    &#xe772;
    -
  • - -
  • - -
    组件-悬浮按钮
    -
    &#xe773;
    -
  • - -
  • - -
    组件-选项卡
    -
    &#xe774;
    -
  • - -
  • - -
    组件-积分商城
    -
    &#xe775;
    -
  • - -
  • - -
    组件-砍价
    -
    &#xe776;
    -
  • - -
  • - -
    组件-热区
    -
    &#xe777;
    -
  • - -
  • - -
    组件-短视频
    -
    &#xe778;
    -
  • - -
  • - -
    组件-新人专享
    -
    &#xe755;
    -
  • - -
  • - -
    组件-排行榜
    -
    &#xe76a;
    -
  • - -
  • - -
    组件-用户信息
    -
    &#xe76b;
    -
  • - -
  • - -
    组件-预售
    -
    &#xe76e;
    -
  • - -
  • - -
    组件-店铺街
    -
    &#xe735;
    -
  • - -
  • - -
    组件-导航组
    -
    &#xe736;
    -
  • - -
  • - -
    组件-标题
    -
    &#xe737;
    -
  • - -
  • - -
    组件-辅助空白
    -
    &#xe738;
    -
  • - -
  • - -
    组件-图片魔方
    -
    &#xe73a;
    -
  • - -
  • - -
    组件-商品分类
    -
    &#xe745;
    -
  • - -
  • - -
    组件-文章列表
    -
    &#xe746;
    -
  • - -
  • - -
    组件-商品列表
    -
    &#xe747;
    -
  • - -
  • - -
    组件-轮播图
    -
    &#xe748;
    -
  • - -
  • - -
    组件-小程序直播
    -
    &#xe749;
    -
  • - -
  • - -
    组件-富文本
    -
    &#xe74a;
    -
  • - -
  • - -
    组件-视频
    -
    &#xe74b;
    -
  • - -
  • - -
    组件-搜索框
    -
    &#xe74c;
    -
  • - -
  • - -
    组件-种草社区
    -
    &#xe74d;
    -
  • - -
  • - -
    组件-悬浮菜单
    -
    &#xe74e;
    -
  • - -
  • - -
    组件-秒杀
    -
    &#xe74f;
    -
  • - -
  • - -
    组件-优惠券
    -
    &#xe750;
    -
  • - -
  • - -
    组件-新闻播报
    -
    &#xe751;
    -
  • - -
  • - -
    组件-选项卡
    -
    &#xe752;
    -
  • - -
  • - -
    组件-轮播搜索
    -
    &#xe753;
    -
  • - -
  • - -
    组件-辅助线
    -
    &#xe754;
    -
  • - -
  • - -
    组件-底部菜单
    -
    &#xe734;
    -
  • - -
  • - -
    待发货
    -
    &#xe732;
    -
  • - -
  • - -
    待处理-用户反馈
    -
    &#xe733;
    -
  • - -
  • - -
    待退款
    -
    &#xe726;
    -
  • - -
  • - -
    待审核-提现
    -
    &#xe727;
    -
  • - -
  • - -
    待审核-商户入驻
    -
    &#xe728;
    -
  • - -
  • - -
    待审核-社区内容
    -
    &#xe729;
    -
  • - -
  • - -
    警戒库存
    -
    &#xe72a;
    -
  • - -
  • - -
    待审核-转账
    -
    &#xe72b;
    -
  • - -
  • - -
    普通商品
    -
    &#xe72c;
    -
  • - -
  • - -
    售罄商品
    -
    &#xe72d;
    -
  • - -
  • - -
    待核销-分销礼包
    -
    &#xe72e;
    -
  • - -
  • - -
    待回复
    -
    &#xe72f;
    -
  • - -
  • - -
    待开票
    -
    &#xe730;
    -
  • - -
  • - -
    待核销
    -
    &#xe731;
    -
  • - -
  • - -
    在售商品
    -
    &#xe724;
    -
  • - -
  • - -
    活动商品
    -
    &#xe725;
    -
  • - -
  • - -
    系统设置
    -
    &#xe71e;
    -
  • - -
  • - -
    用户管理
    -
    &#xe71f;
    -
  • - -
  • - -
    商品
    -
    &#xe720;
    -
  • - -
  • - -
    分销管理
    -
    &#xe721;
    -
  • - -
  • - -
    优惠券
    -
    &#xe722;
    -
  • - -
  • - -
    文章管理
    -
    &#xe723;
    -
  • - -
  • - -
    订单管理
    -
    &#xe71c;
    -
  • - -
  • - -
    短信配置
    -
    &#xe71d;
    -
  • - -
  • - -
    商业授权
    -
    &#xe71b;
    -
  • - -
  • - -
    微信支付
    -
    &#xe719;
    -
  • - -
  • - -
    支付宝
    -
    &#xe71a;
    -
  • - -
  • - -
    宫格
    -
    &#xe718;
    -
  • - -
  • - -
    列表
    -
    &#xe717;
    -
  • - -
  • - -
    收银台-收银
    -
    &#xe707;
    -
  • - -
  • - -
    收银台-订单
    -
    &#xe708;
    -
  • - -
  • - -
    收银台-核销
    -
    &#xe709;
    -
  • - -
  • - -
    收银台-桌码
    -
    &#xe711;
    -
  • - -
  • - -
    收银台-退货
    -
    &#xe712;
    -
  • - -
  • - -
    收银台-用户
    -
    &#xe713;
    -
  • - -
  • - -
    收银台-挂单
    -
    &#xe714;
    -
  • - -
  • - -
    收银台-充值
    -
    &#xe716;
    -
  • - -
  • - -
    渠道码
    -
    &#xe6da;
    -
  • - -
  • - -
    表单组件-多选框
    -
    &#xe6c9;
    -
  • - -
  • - -
    表单组件-日期
    -
    &#xe6ca;
    -
  • - -
  • - -
    表单组件-单选框
    -
    &#xe6cb;
    -
  • - -
  • - -
    表单组件-单行文本
    -
    &#xe6cc;
    -
  • - -
  • - -
    表单组件-日期范围
    -
    &#xe6cd;
    -
  • - -
  • - -
    表单组件-时间
    -
    &#xe6ce;
    -
  • - -
  • - -
    表单组件-下拉框
    -
    &#xe6cf;
    -
  • - -
  • - -
    表单组件-时间范围
    -
    &#xe6d0;
    -
  • - -
  • - -
    表单组件-图片
    -
    &#xe6d1;
    -
  • - -
  • - -
    表单组件-城市
    -
    &#xe6d2;
    -
  • - -
  • - -
    当前积分
    -
    &#xe6bb;
    -
  • - -
  • - -
    累计积分
    -
    &#xe6be;
    -
  • - -
  • - -
    发起人数
    -
    &#xe6bf;
    -
  • - -
  • - -
    剩余库存
    -
    &#xe6c0;
    -
  • - -
  • - -
    推广人数
    -
    &#xe6c1;
    -
  • - -
  • - -
    砍价成功
    -
    &#xe6c2;
    -
  • - -
  • - -
    成团数
    -
    &#xe6c3;
    -
  • - -
  • - -
    参与人数
    -
    &#xe6c4;
    -
  • - -
  • - -
    下单人数
    -
    &#xe6c5;
    -
  • - -
  • - -
    消耗积分
    -
    &#xe6c6;
    -
  • - -
  • - -
    支付订单
    -
    &#xe6c7;
    -
  • - -
  • - -
    支付人数
    -
    &#xe6c8;
    -
  • - -
  • - -
    新人礼
    -
    &#xe6bd;
    -
  • - -
  • - -
    会员激活
    -
    &#xe6bc;
    -
  • - -
  • - -
    样式二
    -
    &#xe69c;
    -
  • - -
  • - -
    样式一
    -
    &#xe69d;
    -
  • - -
  • - -
    组合- banner
    -
    &#xe8fe;
    -
  • - -
  • - -
    组合组件
    -
    &#xe8fb;
    -
  • - -
  • - -
    图片魔方
    -
    &#xe8fc;
    -
  • - -
  • - -
    配置引导
    -
    &#xe8f8;
    -
  • - -
  • - -
    余额充值
    -
    &#xe8f5;
    -
  • - -
  • - -
    优惠套餐
    -
    &#xe8f6;
    -
  • - -
  • - -
    组合-分类
    -
    &#xe8ea;
    -
  • - -
  • - -
    配置引导
    -
    &#xe8e9;
    -
  • - -
  • - -
    短视频
    -
    &#xe8d9;
    -
  • - -
  • - -
    第n件n折
    -
    &#xe8da;
    -
  • - -
  • - -
    活动背景图
    -
    &#xe8db;
    -
  • - -
  • - -
    积分商城
    -
    &#xe8dc;
    -
  • - -
  • - -
    活动边框
    -
    &#xe8dd;
    -
  • - -
  • - -
    砍价活动
    -
    &#xe8de;
    -
  • - -
  • - -
    九宫格抽奖
    -
    &#xe8df;
    -
  • - -
  • - -
    满送活动
    -
    &#xe8e0;
    -
  • - -
  • - -
    满减满折
    -
    &#xe8e1;
    -
  • - -
  • - -
    每日签到
    -
    &#xe8e2;
    -
  • - -
  • - -
    文章
    -
    &#xe8e3;
    -
  • - -
  • - -
    秒杀活动
    -
    &#xe8e4;
    -
  • - -
  • - -
    拼团活动
    -
    &#xe8e5;
    -
  • - -
  • - -
    优惠券
    -
    &#xe8e6;
    -
  • - -
  • - -
    直播
    -
    &#xe8e7;
    -
  • - -
  • - -
    限时折扣
    -
    &#xe8e8;
    -
  • - -
  • - -
    图片魔方
    -
    &#xe710;
    -
  • - -
  • - -
    热卖排行
    -
    &#xe70c;
    -
  • - -
  • - -
    用户信息
    -
    &#xe82e;
    -
  • - -
  • - -
    视频样式2
    -
    &#xe829;
    -
  • - -
  • - -
    标题
    -
    &#xe82a;
    -
  • - -
  • - -
    视频样式1
    -
    &#xe82b;
    -
  • - -
  • - -
    定位1
    -
    &#xe82c;
    -
  • - -
  • - -
    搜索1
    -
    &#xe82d;
    -
  • - -
  • - -
    手机
    -
    &#xe828;
    -
  • - -
  • - -
    二维码
    -
    &#xe823;
    -
  • - -
  • - -
    搜索
    -
    &#xe824;
    -
  • - -
  • - -
    定位
    -
    &#xe825;
    -
  • - -
  • - -
    视频点赞-已点
    -
    &#xe826;
    -
  • - -
  • - -
    视频点赞-未点
    -
    &#xe827;
    -
  • - -
  • - -
    顶部导航
    -
    &#xe81e;
    -
  • - -
  • - -
    短视频
    -
    &#xe81f;
    -
  • - -
  • - -
    新人礼
    -
    &#xe820;
    -
  • - -
  • - -
    购物车
    -
    &#xe816;
    -
  • - -
  • - -
    分享
    -
    &#xe817;
    -
  • - -
  • - -
    砍价
    -
    &#xe818;
    -
  • - -
  • - -
    拼团
    -
    &#xe819;
    -
  • - -
  • - -
    客服
    -
    &#xe81a;
    -
  • - -
  • - -
    收 藏
    -
    &#xe81b;
    -
  • - -
  • - -
    门店
    -
    &#xe81c;
    -
  • - -
  • - -
    秒杀
    -
    &#xe81d;
    -
  • - -
  • - -
    退款订单量
    -
    &#xe7d1;
    -
  • - -
  • - -
    订单量
    -
    &#xe7d2;
    -
  • - -
  • - -
    订单金额
    -
    &#xe7d3;
    -
  • - -
  • - -
    退款金额
    -
    &#xe7d4;
    -
  • - -
  • - -
    statis
    -
    &#xe70a;
    -
  • - -
  • - -
    表格1
    -
    &#xe70b;
    -
  • - -
  • - -
    返回
    -
    &#xe7c8;
    -
  • - -
  • - -
    pc-积分
    -
    &#xe7e3;
    -
  • - -
  • - -
    pc-优惠券
    -
    &#xe7e4;
    -
  • - -
  • - -
    收银台
    -
    &#xe7c7;
    -
  • - -
  • - -
    -
    &#xe7c5;
    -
  • - -
  • - -
    -
    &#xe7c6;
    -
  • - -
  • - -
    crmeb2
    -
    &#xe739;
    -
  • - -
  • - -
    左右
    -
    &#xe7ba;
    -
  • - -
  • - -
    上下
    -
    &#xe7bb;
    -
  • - -
  • - -
    当前群成员
    -
    &#xe7b7;
    -
  • - -
  • - -
    今日退群
    -
    &#xe7b8;
    -
  • - -
  • - -
    今日新增
    -
    &#xe7b9;
    -
  • - -
  • - -
    累计退群
    -
    &#xe7b6;
    -
  • - -
  • - -
    店铺街
    -
    &#xe692;
    -
  • - -
  • - -
    图片
    -
    &#xe7b5;
    -
  • - -
  • - -
    收银台-微信、支付宝
    -
    &#xe7a9;
    -
  • - -
  • - -
    收银台-现金收款
    -
    &#xe7ad;
    -
  • - -
  • - -
    收银台-形状
    -
    &#xe7ae;
    -
  • - -
  • - -
    收银台-刷新
    -
    &#xe7a3;
    -
  • - -
  • - -
    收银台-密码
    -
    &#xe7a4;
    -
  • - -
  • - -
    收银台-企业微信
    -
    &#xe7a5;
    -
  • - -
  • - -
    收银台-店员
    -
    &#xe7a6;
    -
  • - -
  • - -
    收银台-清空
    -
    &#xe7a7;
    -
  • - -
  • - -
    收银台-筛选
    -
    &#xe7a8;
    -
  • - -
  • - -
    收银台-微信
    -
    &#xe7aa;
    -
  • - -
  • - -
    收银台-账号
    -
    &#xe7ab;
    -
  • - -
  • - -
    收银台-眼睛
    -
    &#xe7ac;
    -
  • - -
  • - -
    自定义菜单
    -
    &#xe68a;
    -
  • - -
  • - -
    富文本
    -
    &#xe688;
    -
  • - -
  • - -
    种草社区
    -
    &#xe685;
    -
  • - -
  • - -
    预售
    -
    &#xe69a;
    -
  • - -
  • - -
    小程序直播
    -
    &#xe69b;
    -
  • - -
  • - -
    关注公众号
    -
    &#xe684;
    -
  • - -
  • - -
    专题
    -
    &#xe686;
    -
  • - -
  • - -
    辅助空白
    -
    &#xe687;
    -
  • - -
  • - -
    助力
    -
    &#xe689;
    -
  • - -
  • - -
    搜索框
    -
    &#xe68b;
    -
  • - -
  • - -
    秒杀
    -
    &#xe68c;
    -
  • - -
  • - -
    推荐组
    -
    &#xe68d;
    -
  • - -
  • - -
    导航组
    -
    &#xe68e;
    -
  • - -
  • - -
    拼团
    -
    &#xe68f;
    -
  • - -
  • - -
    商品列表
    -
    &#xe690;
    -
  • - -
  • - -
    商品分类
    -
    &#xe691;
    -
  • - -
  • - -
    新闻播报
    -
    &#xe693;
    -
  • - -
  • - -
    优惠券
    -
    &#xe694;
    -
  • - -
  • - -
    辅助线
    -
    &#xe695;
    -
  • - -
  • - -
    在线客服
    -
    &#xe696;
    -
  • - -
  • - -
    标题
    -
    &#xe697;
    -
  • - -
  • - -
    轮播图
    -
    &#xe698;
    -
  • - -
  • - -
    图片魔方
    -
    &#xe699;
    -
  • - -
  • - -
    版权
    -
    &#xe793;
    -
  • - -
  • - -
    菜单收起
    -
    &#xe791;
    -
  • - -
  • - -
    菜单展开
    -
    &#xe792;
    -
  • - -
  • - -
    订单
    -
    &#xe760;
    -
  • - -
  • - -
    app
    -
    &#xe75b;
    -
  • - -
  • - -
    PC
    -
    &#xe75c;
    -
  • - -
  • - -
    小程序
    -
    &#xe75d;
    -
  • - -
  • - -
    公众号
    -
    &#xe75e;
    -
  • - -
  • - -
    h5
    -
    &#xe75f;
    -
  • - -
  • - -
    视频
    -
    &#xe758;
    -
  • - -
  • - -
    切换会员
    -
    &#xe757;
    -
  • - -
  • - -
    挂单
    -
    &#xe756;
    -
  • - -
  • - -
    核销订单金额
    -
    &#xe73c;
    -
  • - -
  • - -
    门店订单金额
    -
    &#xe73b;
    -
  • - -
  • - -
    门店成交用户数
    -
    &#xe73d;
    -
  • - -
  • - -
    付费会员金额
    -
    &#xe73e;
    -
  • - -
  • - -
    收银订单金额
    -
    &#xe73f;
    -
  • - -
  • - -
    门店新增用户数
    -
    &#xe740;
    -
  • - -
  • - -
    会员卡激活数
    -
    &#xe741;
    -
  • - -
  • - -
    新增用户数
    -
    &#xe742;
    -
  • - -
  • - -
    分配订单金额
    -
    &#xe743;
    -
  • - -
  • - -
    余额消耗金额
    -
    &#xe744;
    -
  • - -
  • - -
    二维码-新个人中心
    -
    &#xe715;
    -
  • - -
  • - -
    回删
    -
    &#xe70f;
    -
  • - -
  • - -
    商品数量-加
    -
    &#xe70e;
    -
  • - -
  • - -
    商品数量-减
    -
    &#xe70d;
    -
  • - -
  • - -
    图片广告
    -
    &#xe6fe;
    -
  • - -
  • - -
    搜素框
    -
    &#xe6ff;
    -
  • - -
  • - -
    文章列表
    -
    &#xe700;
    -
  • - -
  • - -
    拼团
    -
    &#xe701;
    -
  • - -
  • - -
    商品列表
    -
    &#xe702;
    -
  • - -
  • - -
    优惠券
    -
    &#xe703;
    -
  • - -
  • - -
    小程序直播
    -
    &#xe704;
    -
  • - -
  • - -
    秒杀
    -
    &#xe705;
    -
  • - -
  • - -
    新闻播报
    -
    &#xe706;
    -
  • - -
  • - -
    导航组
    -
    &#xe6f3;
    -
  • - -
  • - -
    标题
    -
    &#xe6f4;
    -
  • - -
  • - -
    分类导航
    -
    &#xe6f5;
    -
  • - -
  • - -
    促销列表
    -
    &#xe6f6;
    -
  • - -
  • - -
    辅助空白
    -
    &#xe6f7;
    -
  • - -
  • - -
    活动魔方
    -
    &#xe6f8;
    -
  • - -
  • - -
    关注公众号
    -
    &#xe6f9;
    -
  • - -
  • - -
    砍价
    -
    &#xe6fa;
    -
  • - -
  • - -
    辅助线
    -
    &#xe6fb;
    -
  • - -
  • - -
    客服
    -
    &#xe6fc;
    -
  • - -
  • - -
    富文本
    -
    &#xe6fd;
    -
  • - -
  • - -
    单图
    -
    &#xe6f0;
    -
  • - -
  • - -
    拉伸
    -
    &#xe6f1;
    -
  • - -
  • - -
    平铺
    -
    &#xe6f2;
    -
  • - -
  • - -
    售后-退款-蓝
    -
    &#xe6ea;
    -
  • - -
  • - -
    代付款-蓝
    -
    &#xe6eb;
    -
  • - -
  • - -
    待收货-蓝
    -
    &#xe6ec;
    -
  • - -
  • - -
    待评价-蓝
    -
    &#xe6ee;
    -
  • - -
  • - -
    待发货-蓝
    -
    &#xe6ef;
    -
  • - -
  • - -
    待付款-橘
    -
    &#xe6e5;
    -
  • - -
  • - -
    售后-退款-橘
    -
    &#xe6e6;
    -
  • - -
  • - -
    待收货-橘
    -
    &#xe6e7;
    -
  • - -
  • - -
    待评价-橘
    -
    &#xe6e8;
    -
  • - -
  • - -
    待发货-橘
    -
    &#xe6e9;
    -
  • - -
  • - -
    待评价-粉
    -
    &#xe6e0;
    -
  • - -
  • - -
    待收货-粉
    -
    &#xe6e1;
    -
  • - -
  • - -
    代付款-粉
    -
    &#xe6e2;
    -
  • - -
  • - -
    待发货-粉
    -
    &#xe6e3;
    -
  • - -
  • - -
    售后:退款-粉
    -
    &#xe6e4;
    -
  • - -
  • - -
    待发货-绿
    -
    &#xe6db;
    -
  • - -
  • - -
    待收货-绿
    -
    &#xe6dc;
    -
  • - -
  • - -
    代付款-绿
    -
    &#xe6dd;
    -
  • - -
  • - -
    待评价-绿
    -
    &#xe6de;
    -
  • - -
  • - -
    售后-退款-绿
    -
    &#xe6df;
    -
  • - -
  • - -
    待付款
    -
    &#xe6d5;
    -
  • - -
  • - -
    待评价
    -
    &#xe6d6;
    -
  • - -
  • - -
    售后_退款
    -
    &#xe6d7;
    -
  • - -
  • - -
    待发货
    -
    &#xe6d8;
    -
  • - -
  • - -
    待收货
    -
    &#xe6d9;
    -
  • - -
  • - -
    设置
    -
    &#xe6d4;
    -
  • - -
  • - -
    s-客服
    -
    &#xe6d3;
    -
  • - -
  • - -
    多行
    -
    &#xe6b4;
    -
  • - -
  • - -
    4个
    -
    &#xe6b5;
    -
  • - -
  • - -
    5个
    -
    &#xe6b6;
    -
  • - -
  • - -
    大圆角
    -
    &#xe6b7;
    -
  • - -
  • - -
    3个
    -
    &#xe6b8;
    -
  • - -
  • - -
    单行
    -
    &#xe6b9;
    -
  • - -
  • - -
    左右图文
    -
    &#xe6b3;
    -
  • - -
  • - -
    样式8
    -
    &#xe6b1;
    -
  • - -
  • - -
    样式9
    -
    &#xe6b2;
    -
  • - -
  • - -
    样式1
    -
    &#xe6aa;
    -
  • - -
  • - -
    样式4
    -
    &#xe6ab;
    -
  • - -
  • - -
    样式5
    -
    &#xe6ac;
    -
  • - -
  • - -
    样式6
    -
    &#xe6ad;
    -
  • - -
  • - -
    样式2
    -
    &#xe6ae;
    -
  • - -
  • - -
    样式7
    -
    &#xe6af;
    -
  • - -
  • - -
    样式3
    -
    &#xe6b0;
    -
  • - -
  • - -
    数字
    -
    &#xe6a8;
    -
  • - -
  • - -
    禁用
    -
    &#xe6a9;
    -
  • - -
  • - -
    4个
    -
    &#xe6a5;
    -
  • - -
  • - -
    3个
    -
    &#xe6a6;
    -
  • - -
  • - -
    5个
    -
    &#xe6a7;
    -
  • - -
  • - -
    2行
    -
    &#xe6a2;
    -
  • - -
  • - -
    3行
    -
    &#xe6a3;
    -
  • - -
  • - -
    4行
    -
    &#xe6a4;
    -
  • - -
  • - -
    下移
    -
    &#xe69e;
    -
  • - -
  • - -
    上移
    -
    &#xe6a1;
    -
  • - -
  • - -
    删除
    -
    &#xe69f;
    -
  • - -
  • - -
    复制
    -
    &#xe6a0;
    -
  • - -
  • - -
    最新
    -
    &#xe683;
    -
  • - -
  • - -
    选中
    -
    &#xe76d;
    -
  • - -
  • - -
    添加
    -
    &#xe76c;
    -
  • - -
  • - -
    编辑
    -
    &#xe682;
    -
  • - -
  • - -
    更多展开
    -
    &#xe67e;
    -
  • - -
  • - -
    图片
    -
    &#xe67f;
    -
  • - -
  • - -
    表情
    -
    &#xe680;
    -
  • - -
  • - -
    话术
    -
    &#xe681;
    -
  • - -
  • - -
    商品退款金额
    -
    &#xe679;
    -
  • - -
  • - -
    交易金额
    -
    &#xe67a;
    -
  • - -
  • - -
    余额支付金额
    -
    &#xe67b;
    -
  • - -
  • - -
    支付佣金金额
    -
    &#xe67c;
    -
  • - -
  • - -
    线下收银金额
    -
    &#xe67d;
    -
  • - -
  • - -
    聊天
    -
    &#xe769;
    -
  • - -
  • - -
    编辑 (1)
    -
    &#xe678;
    -
  • - -
  • - -
    进入
    -
    &#xe676;
    -
  • - -
  • - -
    返回
    -
    &#xe677;
    -
  • - -
  • - -
    更多
    -
    &#xe66d;
    -
  • - -
  • - -
    发送
    -
    &#xe66e;
    -
  • - -
  • - -
    -
    &#xe66f;
    -
  • - -
  • - -
    密码
    -
    &#xe670;
    -
  • - -
  • - -
    搜索
    -
    &#xe671;
    -
  • - -
  • - -
    手机
    -
    &#xe672;
    -
  • - -
  • - -
    退出
    -
    &#xe673;
    -
  • - -
  • - -
    商品信息
    -
    &#xe674;
    -
  • - -
  • - -
    账号
    -
    &#xe675;
    -
  • - -
  • - -
    表情
    -
    &#xe668;
    -
  • - -
  • - -
    更多展开
    -
    &#xe669;
    -
  • - -
  • - -
    话术
    -
    &#xe66b;
    -
  • - -
  • - -
    图片
    -
    &#xe66c;
    -
  • - -
  • - -
    添加 (1) (1)
    -
    &#xe662;
    -
  • - -
  • - -
    编辑 (1)
    -
    &#xe663;
    -
  • - -
  • - -
    设置 (1)
    -
    &#xe664;
    -
  • - -
  • - -
    删除
    -
    &#xe665;
    -
  • - -
  • - -
    加号
    -
    &#xe666;
    -
  • - -
  • - -
    -
    &#xe667;
    -
  • - -
  • - -
    删除
    -
    &#xe767;
    -
  • - -
  • - -
    编辑
    -
    &#xe768;
    -
  • - -
  • - -
    对号
    -
    &#xe6ba;
    -
  • - -
  • - -
    待评价
    -
    &#xe65d;
    -
  • - -
  • - -
    待收货
    -
    &#xe65e;
    -
  • - -
  • - -
    售后-退款
    -
    &#xe65f;
    -
  • - -
  • - -
    待发货
    -
    &#xe660;
    -
  • - -
  • - -
    待付款
    -
    &#xe661;
    -
  • - -
  • - -
    转接
    -
    &#xe766;
    -
  • - -
  • - -
    浏览器
    -
    &#xe65c;
    -
  • - -
  • - -
    访客数
    -
    &#xe63f;
    -
  • - -
  • - -
    访问量
    -
    &#xe642;
    -
  • - -
  • - -
    成交用户数
    -
    &#xe63d;
    -
  • - -
  • - -
    充值件数
    -
    &#xe63e;
    -
  • - -
  • - -
    成本金额
    -
    &#xe640;
    -
  • - -
  • - -
    付费会员数
    -
    &#xe641;
    -
  • - -
  • - -
    充值用户数
    -
    &#xe643;
    -
  • - -
  • - -
    购买会员金额
    -
    &#xe644;
    -
  • - -
  • - -
    访客-支付转化率
    -
    &#xe645;
    -
  • - -
  • - -
    净增用户
    -
    &#xe646;
    -
  • - -
  • - -
    客单价
    -
    &#xe647;
    -
  • - -
  • - -
    加购件数
    -
    &#xe648;
    -
  • - -
  • - -
    累计充值用户
    -
    &#xe649;
    -
  • - -
  • - -
    累计成交用户
    -
    &#xe64a;
    -
  • - -
  • - -
    累计会员数
    -
    &#xe64b;
    -
  • - -
  • - -
    商品浏览量
    -
    &#xe64c;
    -
  • - -
  • - -
    商品支付金额
    -
    &#xe64d;
    -
  • - -
  • - -
    退款件数
    -
    &#xe64e;
    -
  • - -
  • - -
    累计关注用户
    -
    &#xe64f;
    -
  • - -
  • - -
    退款
    -
    &#xe650;
    -
  • - -
  • - -
    下单件数
    -
    &#xe651;
    -
  • - -
  • - -
    累计取关用户
    -
    &#xe652;
    -
  • - -
  • - -
    累计用户
    -
    &#xe653;
    -
  • - -
  • - -
    新增取关用户
    -
    &#xe654;
    -
  • - -
  • - -
    商品访客数
    -
    &#xe655;
    -
  • - -
  • - -
    新增用户数
    -
    &#xe656;
    -
  • - -
  • - -
    新增关注用户
    -
    &#xe657;
    -
  • - -
  • - -
    支付金额
    -
    &#xe658;
    -
  • - -
  • - -
    营业额
    -
    &#xe659;
    -
  • - -
  • - -
    支付件数
    -
    &#xe65a;
    -
  • - -
  • - -
    支出金额
    -
    &#xe65b;
    -
  • - -
  • - -
    关机
    -
    &#xe6ed;
    -
  • - -
  • - -
    声音 静音 线性
    -
    &#xe94f;
    -
  • - -
  • - -
    声音
    -
    &#xe66a;
    -
  • - -
  • - -
    关闭
    -
    &#xe761;
    -
  • - -
  • - -
    图片
    -
    &#xe762;
    -
  • - -
  • - -
    表情
    -
    &#xe764;
    -
  • - -
  • - -
    账号密码
    -
    &#xe763;
    -
  • - -
  • - -
    二维码
    -
    &#xe765;
    -
  • - -
  • - -
    矩形
    -
    &#xe628;
    -
  • - -
  • - -
    自动选择
    -
    &#xe625;
    -
  • - -
  • - -
    手动选择
    -
    &#xe626;
    -
  • - -
  • - -
    单列
    -
    &#xe622;
    -
  • - -
  • - -
    两列
    -
    &#xe623;
    -
  • - -
  • - -
    三列
    -
    &#xe624;
    -
  • - -
  • - -
    直播中
    -
    &#xe621;
    -
  • - -
  • - -
    已结束
    -
    &#xe61f;
    -
  • - -
  • - -
    未开始
    -
    &#xe620;
    -
  • - -
  • - -
    drag2
    -
    &#xe61e;
    -
  • - -
  • - -
    banner_3~
    -
    &#xe613;
    -
  • - -
  • - -
    小程序直播
    -
    &#xe63c;
    -
  • - -
  • - -
    Solid line
    -
    &#xe61b;
    -
  • - -
  • - -
    Dotted line
    -
    &#xe61c;
    -
  • - -
  • - -
    Dot line
    -
    &#xe61d;
    -
  • - -
  • - -
    drop-down
    -
    &#xe619;
    -
  • - -
  • - -
    Dot
    -
    &#xe605;
    -
  • - -
  • - -
    Square point
    -
    &#xe60d;
    -
  • - -
  • - -
    del_2
    -
    &#xe608;
    -
  • - -
  • - -
    add to
    -
    &#xe60c;
    -
  • - -
  • - -
    del_1
    -
    &#xe610;
    -
  • - -
  • - -
    drag
    -
    &#xe617;
    -
  • - -
  • - -
    Comm_number
    -
    &#xe600;
    -
  • - -
  • - -
    Comm_whole
    -
    &#xe603;
    -
  • - -
  • - -
    Comm_Price
    -
    &#xe616;
    -
  • - -
  • - -
    Pic_square
    -
    &#xe60e;
    -
  • - -
  • - -
    Pic_fillet
    -
    &#xe60f;
    -
  • - -
  • - -
    search_2
    -
    &#xe615;
    -
  • - -
  • - -
    search_1
    -
    &#xe618;
    -
  • - -
  • - -
    banner_2
    -
    &#xe602;
    -
  • - -
  • - -
    Pic_small
    -
    &#xe609;
    -
  • - -
  • - -
    Pic_big
    -
    &#xe60a;
    -
  • - -
  • - -
    banner_1
    -
    &#xe60b;
    -
  • - -
  • - -
    doc_skew
    -
    &#xe601;
    -
  • - -
  • - -
    doc_bold
    -
    &#xe604;
    -
  • - -
  • - -
    doc_general
    -
    &#xe61a;
    -
  • - -
  • - -
    five
    -
    &#xe606;
    -
  • - -
  • - -
    Four
    -
    &#xe614;
    -
  • - -
  • - -
    doc_center
    -
    &#xe607;
    -
  • - -
  • - -
    doc_right
    -
    &#xe611;
    -
  • - -
  • - -
    doc_left
    -
    &#xe612;
    -
  • - -
  • - -
    图片
    -
    &#xe63b;
    -
  • - -
  • - -
    客服
    -
    &#xe633;
    -
  • - -
  • - -
    辅助线
    -
    &#xe63a;
    -
  • - -
  • - -
    标题
    -
    &#xe627;
    -
  • - -
  • - -
    导航组
    -
    &#xe629;
    -
  • - -
  • - -
    辅助空白
    -
    &#xe62a;
    -
  • - -
  • - -
    分类导航
    -
    &#xe62b;
    -
  • - -
  • - -
    促销列表
    -
    &#xe62c;
    -
  • - -
  • - -
    砍价
    -
    &#xe62d;
    -
  • - -
  • - -
    关注公众号
    -
    &#xe62e;
    -
  • - -
  • - -
    活动魔方
    -
    &#xe62f;
    -
  • - -
  • - -
    富文本
    -
    &#xe630;
    -
  • - -
  • - -
    秒杀
    -
    &#xe631;
    -
  • - -
  • - -
    商品列表
    -
    &#xe632;
    -
  • - -
  • - -
    拼团
    -
    &#xe634;
    -
  • - -
  • - -
    搜素框
    -
    &#xe635;
    -
  • - -
  • - -
    图片广告
    -
    &#xe636;
    -
  • - -
  • - -
    新闻播报
    -
    &#xe637;
    -
  • - -
  • - -
    文章列表
    -
    &#xe638;
    -
  • - -
  • - -
    优惠券
    -
    &#xe639;
    -
  • - -
-
+
    + +
  • + +
    待发货-积分
    +
    &#xe78c;
    +
  • + +
  • + +
    ic_fire
    +
    &#xe78b;
    +
  • + +
  • + +
    复选框-未选中
    +
    &#xe78f;
    +
  • + +
  • + +
    复制
    +
    &#xe787;
    +
  • + +
  • + +
    操作-整体
    +
    &#xe788;
    +
  • + +
  • + +
    操作-边角
    +
    &#xe789;
    +
  • + +
  • + +
    播放
    +
    &#xe78a;
    +
  • + +
  • + +
    右上角
    +
    &#xe77d;
    +
  • + +
  • + +
    关闭
    +
    &#xe77e;
    +
  • + +
  • + +
    +
    &#xe77f;
    +
  • + +
  • + +
    形状结合
    +
    &#xe780;
    +
  • + +
  • + +
    显示
    +
    &#xe781;
    +
  • + +
  • + +
    完成
    +
    &#xe782;
    +
  • + +
  • + +
    删除
    +
    &#xe783;
    +
  • + +
  • + +
    +
    &#xe784;
    +
  • + +
  • + +
    加号
    +
    &#xe785;
    +
  • + +
  • + +
    复选框-选中
    +
    &#xe786;
    +
  • + +
  • + +
    右下角
    +
    &#xe75a;
    +
  • + +
  • + +
    隐藏
    +
    &#xe76f;
    +
  • + +
  • + +
    购物车
    +
    &#xe779;
    +
  • + +
  • + +
    +
    &#xe77a;
    +
  • + +
  • + +
    左上角
    +
    &#xe77b;
    +
  • + +
  • + +
    左下角
    +
    &#xe77c;
    +
  • + +
  • + +
    组件-公众号
    +
    &#xe759;
    +
  • + +
  • + +
    组件-拼团
    +
    &#xe770;
    +
  • + +
  • + +
    组件-商品选项卡
    +
    &#xe771;
    +
  • + +
  • + +
    组件-签到
    +
    &#xe772;
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    &#xe773;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe774;
    +
  • + +
  • + +
    组件-积分商城
    +
    &#xe775;
    +
  • + +
  • + +
    组件-砍价
    +
    &#xe776;
    +
  • + +
  • + +
    组件-热区
    +
    &#xe777;
    +
  • + +
  • + +
    组件-短视频
    +
    &#xe778;
    +
  • + +
  • + +
    组件-新人专享
    +
    &#xe755;
    +
  • + +
  • + +
    组件-排行榜
    +
    &#xe76a;
    +
  • + +
  • + +
    组件-用户信息
    +
    &#xe76b;
    +
  • + +
  • + +
    组件-预售
    +
    &#xe76e;
    +
  • + +
  • + +
    组件-店铺街
    +
    &#xe735;
    +
  • + +
  • + +
    组件-导航组
    +
    &#xe736;
    +
  • + +
  • + +
    组件-标题
    +
    &#xe737;
    +
  • + +
  • + +
    组件-辅助空白
    +
    &#xe738;
    +
  • + +
  • + +
    组件-图片魔方
    +
    &#xe73a;
    +
  • + +
  • + +
    组件-商品分类
    +
    &#xe745;
    +
  • + +
  • + +
    组件-文章列表
    +
    &#xe746;
    +
  • + +
  • + +
    组件-商品列表
    +
    &#xe747;
    +
  • + +
  • + +
    组件-轮播图
    +
    &#xe748;
    +
  • + +
  • + +
    组件-小程序直播
    +
    &#xe749;
    +
  • + +
  • + +
    组件-富文本
    +
    &#xe74a;
    +
  • + +
  • + +
    组件-视频
    +
    &#xe74b;
    +
  • + +
  • + +
    组件-搜索框
    +
    &#xe74c;
    +
  • + +
  • + +
    组件-种草社区
    +
    &#xe74d;
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    &#xe74e;
    +
  • + +
  • + +
    组件-秒杀
    +
    &#xe74f;
    +
  • + +
  • + +
    组件-优惠券
    +
    &#xe750;
    +
  • + +
  • + +
    组件-新闻播报
    +
    &#xe751;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe752;
    +
  • + +
  • + +
    组件-轮播搜索
    +
    &#xe753;
    +
  • + +
  • + +
    组件-辅助线
    +
    &#xe754;
    +
  • + +
  • + +
    组件-底部菜单
    +
    &#xe734;
    +
  • + +
  • + +
    待发货
    +
    &#xe732;
    +
  • + +
  • + +
    待处理-用户反馈
    +
    &#xe733;
    +
  • + +
  • + +
    待退款
    +
    &#xe726;
    +
  • + +
  • + +
    待审核-提现
    +
    &#xe727;
    +
  • + +
  • + +
    待审核-商户入驻
    +
    &#xe728;
    +
  • + +
  • + +
    待审核-社区内容
    +
    &#xe729;
    +
  • + +
  • + +
    警戒库存
    +
    &#xe72a;
    +
  • + +
  • + +
    待审核-转账
    +
    &#xe72b;
    +
  • + +
  • + +
    普通商品
    +
    &#xe72c;
    +
  • + +
  • + +
    售罄商品
    +
    &#xe72d;
    +
  • + +
  • + +
    待核销-服务礼包
    +
    &#xe72e;
    +
  • + +
  • + +
    待回复
    +
    &#xe72f;
    +
  • + +
  • + +
    待开票
    +
    &#xe730;
    +
  • + +
  • + +
    待核销
    +
    &#xe731;
    +
  • + +
  • + +
    在售商品
    +
    &#xe724;
    +
  • + +
  • + +
    活动商品
    +
    &#xe725;
    +
  • + +
  • + +
    系统设置
    +
    &#xe71e;
    +
  • + +
  • + +
    用户管理
    +
    &#xe71f;
    +
  • + +
  • + +
    商品
    +
    &#xe720;
    +
  • + +
  • + +
    服务管理
    +
    &#xe721;
    +
  • + +
  • + +
    优惠券
    +
    &#xe722;
    +
  • + +
  • + +
    文章管理
    +
    &#xe723;
    +
  • + +
  • + +
    订单管理
    +
    &#xe71c;
    +
  • + +
  • + +
    短信配置
    +
    &#xe71d;
    +
  • + +
  • + +
    商业授权
    +
    &#xe71b;
    +
  • + +
  • + +
    微信支付
    +
    &#xe719;
    +
  • + +
  • + +
    支付宝
    +
    &#xe71a;
    +
  • + +
  • + +
    宫格
    +
    &#xe718;
    +
  • + +
  • + +
    列表
    +
    &#xe717;
    +
  • + +
  • + +
    收银台-收银
    +
    &#xe707;
    +
  • + +
  • + +
    收银台-订单
    +
    &#xe708;
    +
  • + +
  • + +
    收银台-核销
    +
    &#xe709;
    +
  • + +
  • + +
    收银台-桌码
    +
    &#xe711;
    +
  • + +
  • + +
    收银台-退货
    +
    &#xe712;
    +
  • + +
  • + +
    收银台-用户
    +
    &#xe713;
    +
  • + +
  • + +
    收银台-挂单
    +
    &#xe714;
    +
  • + +
  • + +
    收银台-充值
    +
    &#xe716;
    +
  • + +
  • + +
    渠道码
    +
    &#xe6da;
    +
  • + +
  • + +
    表单组件-多选框
    +
    &#xe6c9;
    +
  • + +
  • + +
    表单组件-日期
    +
    &#xe6ca;
    +
  • + +
  • + +
    表单组件-单选框
    +
    &#xe6cb;
    +
  • + +
  • + +
    表单组件-单行文本
    +
    &#xe6cc;
    +
  • + +
  • + +
    表单组件-日期范围
    +
    &#xe6cd;
    +
  • + +
  • + +
    表单组件-时间
    +
    &#xe6ce;
    +
  • + +
  • + +
    表单组件-下拉框
    +
    &#xe6cf;
    +
  • + +
  • + +
    表单组件-时间范围
    +
    &#xe6d0;
    +
  • + +
  • + +
    表单组件-图片
    +
    &#xe6d1;
    +
  • + +
  • + +
    表单组件-城市
    +
    &#xe6d2;
    +
  • + +
  • + +
    当前积分
    +
    &#xe6bb;
    +
  • + +
  • + +
    累计积分
    +
    &#xe6be;
    +
  • + +
  • + +
    发起人数
    +
    &#xe6bf;
    +
  • + +
  • + +
    剩余库存
    +
    &#xe6c0;
    +
  • + +
  • + +
    邀请人数
    +
    &#xe6c1;
    +
  • + +
  • + +
    砍价成功
    +
    &#xe6c2;
    +
  • + +
  • + +
    成团数
    +
    &#xe6c3;
    +
  • + +
  • + +
    参与人数
    +
    &#xe6c4;
    +
  • + +
  • + +
    下单人数
    +
    &#xe6c5;
    +
  • + +
  • + +
    消耗积分
    +
    &#xe6c6;
    +
  • + +
  • + +
    支付订单
    +
    &#xe6c7;
    +
  • + +
  • + +
    支付人数
    +
    &#xe6c8;
    +
  • + +
  • + +
    新人礼
    +
    &#xe6bd;
    +
  • + +
  • + +
    会员激活
    +
    &#xe6bc;
    +
  • + +
  • + +
    样式二
    +
    &#xe69c;
    +
  • + +
  • + +
    样式一
    +
    &#xe69d;
    +
  • + +
  • + +
    组合- banner
    +
    &#xe8fe;
    +
  • + +
  • + +
    组合组件
    +
    &#xe8fb;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe8fc;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8f8;
    +
  • + +
  • + +
    余额充值
    +
    &#xe8f5;
    +
  • + +
  • + +
    优惠套餐
    +
    &#xe8f6;
    +
  • + +
  • + +
    组合-分类
    +
    &#xe8ea;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8e9;
    +
  • + +
  • + +
    短视频
    +
    &#xe8d9;
    +
  • + +
  • + +
    第n件n折
    +
    &#xe8da;
    +
  • + +
  • + +
    活动背景图
    +
    &#xe8db;
    +
  • + +
  • + +
    积分商城
    +
    &#xe8dc;
    +
  • + +
  • + +
    活动边框
    +
    &#xe8dd;
    +
  • + +
  • + +
    砍价活动
    +
    &#xe8de;
    +
  • + +
  • + +
    九宫格抽奖
    +
    &#xe8df;
    +
  • + +
  • + +
    满送活动
    +
    &#xe8e0;
    +
  • + +
  • + +
    满减满折
    +
    &#xe8e1;
    +
  • + +
  • + +
    每日签到
    +
    &#xe8e2;
    +
  • + +
  • + +
    文章
    +
    &#xe8e3;
    +
  • + +
  • + +
    秒杀活动
    +
    &#xe8e4;
    +
  • + +
  • + +
    拼团活动
    +
    &#xe8e5;
    +
  • + +
  • + +
    优惠券
    +
    &#xe8e6;
    +
  • + +
  • + +
    直播
    +
    &#xe8e7;
    +
  • + +
  • + +
    限时折扣
    +
    &#xe8e8;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe710;
    +
  • + +
  • + +
    热卖排行
    +
    &#xe70c;
    +
  • + +
  • + +
    用户信息
    +
    &#xe82e;
    +
  • + +
  • + +
    视频样式2
    +
    &#xe829;
    +
  • + +
  • + +
    标题
    +
    &#xe82a;
    +
  • + +
  • + +
    视频样式1
    +
    &#xe82b;
    +
  • + +
  • + +
    定位1
    +
    &#xe82c;
    +
  • + +
  • + +
    搜索1
    +
    &#xe82d;
    +
  • + +
  • + +
    手机
    +
    &#xe828;
    +
  • + +
  • + +
    二维码
    +
    &#xe823;
    +
  • + +
  • + +
    搜索
    +
    &#xe824;
    +
  • + +
  • + +
    定位
    +
    &#xe825;
    +
  • + +
  • + +
    视频点赞-已点
    +
    &#xe826;
    +
  • + +
  • + +
    视频点赞-未点
    +
    &#xe827;
    +
  • + +
  • + +
    顶部导航
    +
    &#xe81e;
    +
  • + +
  • + +
    短视频
    +
    &#xe81f;
    +
  • + +
  • + +
    新人礼
    +
    &#xe820;
    +
  • + +
  • + +
    购物车
    +
    &#xe816;
    +
  • + +
  • + +
    分享
    +
    &#xe817;
    +
  • + +
  • + +
    砍价
    +
    &#xe818;
    +
  • + +
  • + +
    拼团
    +
    &#xe819;
    +
  • + +
  • + +
    客服
    +
    &#xe81a;
    +
  • + +
  • + +
    收 藏
    +
    &#xe81b;
    +
  • + +
  • + +
    门店
    +
    &#xe81c;
    +
  • + +
  • + +
    秒杀
    +
    &#xe81d;
    +
  • + +
  • + +
    退款订单量
    +
    &#xe7d1;
    +
  • + +
  • + +
    订单量
    +
    &#xe7d2;
    +
  • + +
  • + +
    订单金额
    +
    &#xe7d3;
    +
  • + +
  • + +
    退款金额
    +
    &#xe7d4;
    +
  • + +
  • + +
    statis
    +
    &#xe70a;
    +
  • + +
  • + +
    表格1
    +
    &#xe70b;
    +
  • + +
  • + +
    返回
    +
    &#xe7c8;
    +
  • + +
  • + +
    pc-积分
    +
    &#xe7e3;
    +
  • + +
  • + +
    pc-优惠券
    +
    &#xe7e4;
    +
  • + +
  • + +
    收银台
    +
    &#xe7c7;
    +
  • + +
  • + +
    +
    &#xe7c5;
    +
  • + +
  • + +
    +
    &#xe7c6;
    +
  • + +
  • + +
    crmeb2
    +
    &#xe739;
    +
  • + +
  • + +
    左右
    +
    &#xe7ba;
    +
  • + +
  • + +
    上下
    +
    &#xe7bb;
    +
  • + +
  • + +
    当前群成员
    +
    &#xe7b7;
    +
  • + +
  • + +
    今日退群
    +
    &#xe7b8;
    +
  • + +
  • + +
    今日新增
    +
    &#xe7b9;
    +
  • + +
  • + +
    累计退群
    +
    &#xe7b6;
    +
  • + +
  • + +
    店铺街
    +
    &#xe692;
    +
  • + +
  • + +
    图片
    +
    &#xe7b5;
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    &#xe7a9;
    +
  • + +
  • + +
    收银台-现金收款
    +
    &#xe7ad;
    +
  • + +
  • + +
    收银台-形状
    +
    &#xe7ae;
    +
  • + +
  • + +
    收银台-刷新
    +
    &#xe7a3;
    +
  • + +
  • + +
    收银台-密码
    +
    &#xe7a4;
    +
  • + +
  • + +
    收银台-企业微信
    +
    &#xe7a5;
    +
  • + +
  • + +
    收银台-店员
    +
    &#xe7a6;
    +
  • + +
  • + +
    收银台-清空
    +
    &#xe7a7;
    +
  • + +
  • + +
    收银台-筛选
    +
    &#xe7a8;
    +
  • + +
  • + +
    收银台-微信
    +
    &#xe7aa;
    +
  • + +
  • + +
    收银台-账号
    +
    &#xe7ab;
    +
  • + +
  • + +
    收银台-眼睛
    +
    &#xe7ac;
    +
  • + +
  • + +
    自定义菜单
    +
    &#xe68a;
    +
  • + +
  • + +
    富文本
    +
    &#xe688;
    +
  • + +
  • + +
    种草社区
    +
    &#xe685;
    +
  • + +
  • + +
    预售
    +
    &#xe69a;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe69b;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe684;
    +
  • + +
  • + +
    专题
    +
    &#xe686;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe687;
    +
  • + +
  • + +
    助力
    +
    &#xe689;
    +
  • + +
  • + +
    搜索框
    +
    &#xe68b;
    +
  • + +
  • + +
    秒杀
    +
    &#xe68c;
    +
  • + +
  • + +
    推荐组
    +
    &#xe68d;
    +
  • + +
  • + +
    导航组
    +
    &#xe68e;
    +
  • + +
  • + +
    拼团
    +
    &#xe68f;
    +
  • + +
  • + +
    商品列表
    +
    &#xe690;
    +
  • + +
  • + +
    商品分类
    +
    &#xe691;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe693;
    +
  • + +
  • + +
    优惠券
    +
    &#xe694;
    +
  • + +
  • + +
    辅助线
    +
    &#xe695;
    +
  • + +
  • + +
    在线客服
    +
    &#xe696;
    +
  • + +
  • + +
    标题
    +
    &#xe697;
    +
  • + +
  • + +
    轮播图
    +
    &#xe698;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe699;
    +
  • + +
  • + +
    版权
    +
    &#xe793;
    +
  • + +
  • + +
    菜单收起
    +
    &#xe791;
    +
  • + +
  • + +
    菜单展开
    +
    &#xe792;
    +
  • + +
  • + +
    订单
    +
    &#xe760;
    +
  • + +
  • + +
    app
    +
    &#xe75b;
    +
  • + +
  • + +
    PC
    +
    &#xe75c;
    +
  • + +
  • + +
    小程序
    +
    &#xe75d;
    +
  • + +
  • + +
    公众号
    +
    &#xe75e;
    +
  • + +
  • + +
    h5
    +
    &#xe75f;
    +
  • + +
  • + +
    视频
    +
    &#xe758;
    +
  • + +
  • + +
    切换会员
    +
    &#xe757;
    +
  • + +
  • + +
    挂单
    +
    &#xe756;
    +
  • + +
  • + +
    核销订单金额
    +
    &#xe73c;
    +
  • + +
  • + +
    门店订单金额
    +
    &#xe73b;
    +
  • + +
  • + +
    门店成交用户数
    +
    &#xe73d;
    +
  • + +
  • + +
    付费会员金额
    +
    &#xe73e;
    +
  • + +
  • + +
    收银订单金额
    +
    &#xe73f;
    +
  • + +
  • + +
    门店新增用户数
    +
    &#xe740;
    +
  • + +
  • + +
    会员卡激活数
    +
    &#xe741;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe742;
    +
  • + +
  • + +
    分配订单金额
    +
    &#xe743;
    +
  • + +
  • + +
    余额消耗金额
    +
    &#xe744;
    +
  • + +
  • + +
    二维码-新个人中心
    +
    &#xe715;
    +
  • + +
  • + +
    回删
    +
    &#xe70f;
    +
  • + +
  • + +
    商品数量-加
    +
    &#xe70e;
    +
  • + +
  • + +
    商品数量-减
    +
    &#xe70d;
    +
  • + +
  • + +
    图片广告
    +
    &#xe6fe;
    +
  • + +
  • + +
    搜素框
    +
    &#xe6ff;
    +
  • + +
  • + +
    文章列表
    +
    &#xe700;
    +
  • + +
  • + +
    拼团
    +
    &#xe701;
    +
  • + +
  • + +
    商品列表
    +
    &#xe702;
    +
  • + +
  • + +
    优惠券
    +
    &#xe703;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe704;
    +
  • + +
  • + +
    秒杀
    +
    &#xe705;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe706;
    +
  • + +
  • + +
    导航组
    +
    &#xe6f3;
    +
  • + +
  • + +
    标题
    +
    &#xe6f4;
    +
  • + +
  • + +
    分类导航
    +
    &#xe6f5;
    +
  • + +
  • + +
    促销列表
    +
    &#xe6f6;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe6f7;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe6f8;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe6f9;
    +
  • + +
  • + +
    砍价
    +
    &#xe6fa;
    +
  • + +
  • + +
    辅助线
    +
    &#xe6fb;
    +
  • + +
  • + +
    客服
    +
    &#xe6fc;
    +
  • + +
  • + +
    富文本
    +
    &#xe6fd;
    +
  • + +
  • + +
    单图
    +
    &#xe6f0;
    +
  • + +
  • + +
    拉伸
    +
    &#xe6f1;
    +
  • + +
  • + +
    平铺
    +
    &#xe6f2;
    +
  • + +
  • + +
    售后-退款-蓝
    +
    &#xe6ea;
    +
  • + +
  • + +
    代付款-蓝
    +
    &#xe6eb;
    +
  • + +
  • + +
    待收货-蓝
    +
    &#xe6ec;
    +
  • + +
  • + +
    待评价-蓝
    +
    &#xe6ee;
    +
  • + +
  • + +
    待发货-蓝
    +
    &#xe6ef;
    +
  • + +
  • + +
    待付款-橘
    +
    &#xe6e5;
    +
  • + +
  • + +
    售后-退款-橘
    +
    &#xe6e6;
    +
  • + +
  • + +
    待收货-橘
    +
    &#xe6e7;
    +
  • + +
  • + +
    待评价-橘
    +
    &#xe6e8;
    +
  • + +
  • + +
    待发货-橘
    +
    &#xe6e9;
    +
  • + +
  • + +
    待评价-粉
    +
    &#xe6e0;
    +
  • + +
  • + +
    待收货-粉
    +
    &#xe6e1;
    +
  • + +
  • + +
    代付款-粉
    +
    &#xe6e2;
    +
  • + +
  • + +
    待发货-粉
    +
    &#xe6e3;
    +
  • + +
  • + +
    售后:退款-粉
    +
    &#xe6e4;
    +
  • + +
  • + +
    待发货-绿
    +
    &#xe6db;
    +
  • + +
  • + +
    待收货-绿
    +
    &#xe6dc;
    +
  • + +
  • + +
    代付款-绿
    +
    &#xe6dd;
    +
  • + +
  • + +
    待评价-绿
    +
    &#xe6de;
    +
  • + +
  • + +
    售后-退款-绿
    +
    &#xe6df;
    +
  • + +
  • + +
    待付款
    +
    &#xe6d5;
    +
  • + +
  • + +
    待评价
    +
    &#xe6d6;
    +
  • + +
  • + +
    售后_退款
    +
    &#xe6d7;
    +
  • + +
  • + +
    待发货
    +
    &#xe6d8;
    +
  • + +
  • + +
    待收货
    +
    &#xe6d9;
    +
  • + +
  • + +
    设置
    +
    &#xe6d4;
    +
  • + +
  • + +
    s-客服
    +
    &#xe6d3;
    +
  • + +
  • + +
    多行
    +
    &#xe6b4;
    +
  • + +
  • + +
    4个
    +
    &#xe6b5;
    +
  • + +
  • + +
    5个
    +
    &#xe6b6;
    +
  • + +
  • + +
    大圆角
    +
    &#xe6b7;
    +
  • + +
  • + +
    3个
    +
    &#xe6b8;
    +
  • + +
  • + +
    单行
    +
    &#xe6b9;
    +
  • + +
  • + +
    左右图文
    +
    &#xe6b3;
    +
  • + +
  • + +
    样式8
    +
    &#xe6b1;
    +
  • + +
  • + +
    样式9
    +
    &#xe6b2;
    +
  • + +
  • + +
    样式1
    +
    &#xe6aa;
    +
  • + +
  • + +
    样式4
    +
    &#xe6ab;
    +
  • + +
  • + +
    样式5
    +
    &#xe6ac;
    +
  • + +
  • + +
    样式6
    +
    &#xe6ad;
    +
  • + +
  • + +
    样式2
    +
    &#xe6ae;
    +
  • + +
  • + +
    样式7
    +
    &#xe6af;
    +
  • + +
  • + +
    样式3
    +
    &#xe6b0;
    +
  • + +
  • + +
    数字
    +
    &#xe6a8;
    +
  • + +
  • + +
    禁用
    +
    &#xe6a9;
    +
  • + +
  • + +
    4个
    +
    &#xe6a5;
    +
  • + +
  • + +
    3个
    +
    &#xe6a6;
    +
  • + +
  • + +
    5个
    +
    &#xe6a7;
    +
  • + +
  • + +
    2行
    +
    &#xe6a2;
    +
  • + +
  • + +
    3行
    +
    &#xe6a3;
    +
  • + +
  • + +
    4行
    +
    &#xe6a4;
    +
  • + +
  • + +
    下移
    +
    &#xe69e;
    +
  • + +
  • + +
    上移
    +
    &#xe6a1;
    +
  • + +
  • + +
    删除
    +
    &#xe69f;
    +
  • + +
  • + +
    复制
    +
    &#xe6a0;
    +
  • + +
  • + +
    最新
    +
    &#xe683;
    +
  • + +
  • + +
    选中
    +
    &#xe76d;
    +
  • + +
  • + +
    添加
    +
    &#xe76c;
    +
  • + +
  • + +
    编辑
    +
    &#xe682;
    +
  • + +
  • + +
    更多展开
    +
    &#xe67e;
    +
  • + +
  • + +
    图片
    +
    &#xe67f;
    +
  • + +
  • + +
    表情
    +
    &#xe680;
    +
  • + +
  • + +
    话术
    +
    &#xe681;
    +
  • + +
  • + +
    商品退款金额
    +
    &#xe679;
    +
  • + +
  • + +
    交易金额
    +
    &#xe67a;
    +
  • + +
  • + +
    余额支付金额
    +
    &#xe67b;
    +
  • + +
  • + +
    支付佣金金额
    +
    &#xe67c;
    +
  • + +
  • + +
    线下收银金额
    +
    &#xe67d;
    +
  • + +
  • + +
    聊天
    +
    &#xe769;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe678;
    +
  • + +
  • + +
    进入
    +
    &#xe676;
    +
  • + +
  • + +
    返回
    +
    &#xe677;
    +
  • + +
  • + +
    更多
    +
    &#xe66d;
    +
  • + +
  • + +
    发送
    +
    &#xe66e;
    +
  • + +
  • + +
    +
    &#xe66f;
    +
  • + +
  • + +
    密码
    +
    &#xe670;
    +
  • + +
  • + +
    搜索
    +
    &#xe671;
    +
  • + +
  • + +
    手机
    +
    &#xe672;
    +
  • + +
  • + +
    退出
    +
    &#xe673;
    +
  • + +
  • + +
    商品信息
    +
    &#xe674;
    +
  • + +
  • + +
    账号
    +
    &#xe675;
    +
  • + +
  • + +
    表情
    +
    &#xe668;
    +
  • + +
  • + +
    更多展开
    +
    &#xe669;
    +
  • + +
  • + +
    话术
    +
    &#xe66b;
    +
  • + +
  • + +
    图片
    +
    &#xe66c;
    +
  • + +
  • + +
    添加 (1) (1)
    +
    &#xe662;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe663;
    +
  • + +
  • + +
    设置 (1)
    +
    &#xe664;
    +
  • + +
  • + +
    删除
    +
    &#xe665;
    +
  • + +
  • + +
    加号
    +
    &#xe666;
    +
  • + +
  • + +
    +
    &#xe667;
    +
  • + +
  • + +
    删除
    +
    &#xe767;
    +
  • + +
  • + +
    编辑
    +
    &#xe768;
    +
  • + +
  • + +
    对号
    +
    &#xe6ba;
    +
  • + +
  • + +
    待评价
    +
    &#xe65d;
    +
  • + +
  • + +
    待收货
    +
    &#xe65e;
    +
  • + +
  • + +
    售后-退款
    +
    &#xe65f;
    +
  • + +
  • + +
    待发货
    +
    &#xe660;
    +
  • + +
  • + +
    待付款
    +
    &#xe661;
    +
  • + +
  • + +
    转接
    +
    &#xe766;
    +
  • + +
  • + +
    浏览器
    +
    &#xe65c;
    +
  • + +
  • + +
    访客数
    +
    &#xe63f;
    +
  • + +
  • + +
    访问量
    +
    &#xe642;
    +
  • + +
  • + +
    成交用户数
    +
    &#xe63d;
    +
  • + +
  • + +
    充值件数
    +
    &#xe63e;
    +
  • + +
  • + +
    成本金额
    +
    &#xe640;
    +
  • + +
  • + +
    付费会员数
    +
    &#xe641;
    +
  • + +
  • + +
    充值用户数
    +
    &#xe643;
    +
  • + +
  • + +
    购买会员金额
    +
    &#xe644;
    +
  • + +
  • + +
    访客-支付转化率
    +
    &#xe645;
    +
  • + +
  • + +
    净增用户
    +
    &#xe646;
    +
  • + +
  • + +
    客单价
    +
    &#xe647;
    +
  • + +
  • + +
    加购件数
    +
    &#xe648;
    +
  • + +
  • + +
    累计充值用户
    +
    &#xe649;
    +
  • + +
  • + +
    累计成交用户
    +
    &#xe64a;
    +
  • + +
  • + +
    累计会员数
    +
    &#xe64b;
    +
  • + +
  • + +
    商品浏览量
    +
    &#xe64c;
    +
  • + +
  • + +
    商品支付金额
    +
    &#xe64d;
    +
  • + +
  • + +
    退款件数
    +
    &#xe64e;
    +
  • + +
  • + +
    累计关注用户
    +
    &#xe64f;
    +
  • + +
  • + +
    退款
    +
    &#xe650;
    +
  • + +
  • + +
    下单件数
    +
    &#xe651;
    +
  • + +
  • + +
    累计取关用户
    +
    &#xe652;
    +
  • + +
  • + +
    累计用户
    +
    &#xe653;
    +
  • + +
  • + +
    新增取关用户
    +
    &#xe654;
    +
  • + +
  • + +
    商品访客数
    +
    &#xe655;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe656;
    +
  • + +
  • + +
    新增关注用户
    +
    &#xe657;
    +
  • + +
  • + +
    支付金额
    +
    &#xe658;
    +
  • + +
  • + +
    营业额
    +
    &#xe659;
    +
  • + +
  • + +
    支付件数
    +
    &#xe65a;
    +
  • + +
  • + +
    支出金额
    +
    &#xe65b;
    +
  • + +
  • + +
    关机
    +
    &#xe6ed;
    +
  • + +
  • + +
    声音 静音 线性
    +
    &#xe94f;
    +
  • + +
  • + +
    声音
    +
    &#xe66a;
    +
  • + +
  • + +
    关闭
    +
    &#xe761;
    +
  • + +
  • + +
    图片
    +
    &#xe762;
    +
  • + +
  • + +
    表情
    +
    &#xe764;
    +
  • + +
  • + +
    账号密码
    +
    &#xe763;
    +
  • + +
  • + +
    二维码
    +
    &#xe765;
    +
  • + +
  • + +
    矩形
    +
    &#xe628;
    +
  • + +
  • + +
    自动选择
    +
    &#xe625;
    +
  • + +
  • + +
    手动选择
    +
    &#xe626;
    +
  • + +
  • + +
    单列
    +
    &#xe622;
    +
  • + +
  • + +
    两列
    +
    &#xe623;
    +
  • + +
  • + +
    三列
    +
    &#xe624;
    +
  • + +
  • + +
    直播中
    +
    &#xe621;
    +
  • + +
  • + +
    已结束
    +
    &#xe61f;
    +
  • + +
  • + +
    未开始
    +
    &#xe620;
    +
  • + +
  • + +
    drag2
    +
    &#xe61e;
    +
  • + +
  • + +
    banner_3~
    +
    &#xe613;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe63c;
    +
  • + +
  • + +
    Solid line
    +
    &#xe61b;
    +
  • + +
  • + +
    Dotted line
    +
    &#xe61c;
    +
  • + +
  • + +
    Dot line
    +
    &#xe61d;
    +
  • + +
  • + +
    drop-down
    +
    &#xe619;
    +
  • + +
  • + +
    Dot
    +
    &#xe605;
    +
  • + +
  • + +
    Square point
    +
    &#xe60d;
    +
  • + +
  • + +
    del_2
    +
    &#xe608;
    +
  • + +
  • + +
    add to
    +
    &#xe60c;
    +
  • + +
  • + +
    del_1
    +
    &#xe610;
    +
  • + +
  • + +
    drag
    +
    &#xe617;
    +
  • + +
  • + +
    Comm_number
    +
    &#xe600;
    +
  • + +
  • + +
    Comm_whole
    +
    &#xe603;
    +
  • + +
  • + +
    Comm_Price
    +
    &#xe616;
    +
  • + +
  • + +
    Pic_square
    +
    &#xe60e;
    +
  • + +
  • + +
    Pic_fillet
    +
    &#xe60f;
    +
  • + +
  • + +
    search_2
    +
    &#xe615;
    +
  • + +
  • + +
    search_1
    +
    &#xe618;
    +
  • + +
  • + +
    banner_2
    +
    &#xe602;
    +
  • + +
  • + +
    Pic_small
    +
    &#xe609;
    +
  • + +
  • + +
    Pic_big
    +
    &#xe60a;
    +
  • + +
  • + +
    banner_1
    +
    &#xe60b;
    +
  • + +
  • + +
    doc_skew
    +
    &#xe601;
    +
  • + +
  • + +
    doc_bold
    +
    &#xe604;
    +
  • + +
  • + +
    doc_general
    +
    &#xe61a;
    +
  • + +
  • + +
    five
    +
    &#xe606;
    +
  • + +
  • + +
    Four
    +
    &#xe614;
    +
  • + +
  • + +
    doc_center
    +
    &#xe607;
    +
  • + +
  • + +
    doc_right
    +
    &#xe611;
    +
  • + +
  • + +
    doc_left
    +
    &#xe612;
    +
  • + +
  • + +
    图片
    +
    &#xe63b;
    +
  • + +
  • + +
    客服
    +
    &#xe633;
    +
  • + +
  • + +
    辅助线
    +
    &#xe63a;
    +
  • + +
  • + +
    标题
    +
    &#xe627;
    +
  • + +
  • + +
    导航组
    +
    &#xe629;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe62a;
    +
  • + +
  • + +
    分类导航
    +
    &#xe62b;
    +
  • + +
  • + +
    促销列表
    +
    &#xe62c;
    +
  • + +
  • + +
    砍价
    +
    &#xe62d;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe62e;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe62f;
    +
  • + +
  • + +
    富文本
    +
    &#xe630;
    +
  • + +
  • + +
    秒杀
    +
    &#xe631;
    +
  • + +
  • + +
    商品列表
    +
    &#xe632;
    +
  • + +
  • + +
    拼团
    +
    &#xe634;
    +
  • + +
  • + +
    搜素框
    +
    &#xe635;
    +
  • + +
  • + +
    图片广告
    +
    &#xe636;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe637;
    +
  • + +
  • + +
    文章列表
    +
    &#xe638;
    +
  • + +
  • + +
    优惠券
    +
    &#xe639;
    +
  • + +
+

Unicode 引用


@@ -2937,7 +2943,7 @@

Unicode 使用步骤如下:

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

-
@font-face {
   font-family: 'iconfont';
   src: url('iconfont.woff2?t=1702435978728') format('woff2'),
@@ -2946,7 +2952,7 @@
 }
 

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

-
.iconfont {
   font-family: "iconfont" !important;
   font-size: 16px;
@@ -2956,18 +2962,18 @@
 }
 

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

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

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

-
+
    - +
  • @@ -2976,7 +2982,7 @@
    .icondaifahuo-jifen
  • - +
  • @@ -2985,7 +2991,7 @@
    .iconic_fire
  • - +
  • @@ -2994,7 +3000,7 @@
    .iconfuxuankuang-weixuanzhong
  • - +
  • @@ -3003,7 +3009,7 @@
    .iconfuzhi1
  • - +
  • @@ -3012,7 +3018,7 @@
    .iconcaozuo-zhengti
  • - +
  • @@ -3021,7 +3027,7 @@
    .iconcaozuo-bianjiao
  • - +
  • @@ -3030,7 +3036,7 @@
    .iconbofang
  • - +
  • @@ -3039,7 +3045,7 @@
    .iconyoushangjiao
  • - +
  • @@ -3048,7 +3054,7 @@
    .iconguanbi
  • - +
  • @@ -3057,7 +3063,7 @@
    .iconxia
  • - +
  • @@ -3066,7 +3072,7 @@
    .iconxingzhuangjiehe
  • - +
  • @@ -3075,7 +3081,7 @@
    .iconxianshi
  • - +
  • @@ -3084,7 +3090,7 @@
    .iconwancheng
  • - +
  • @@ -3093,7 +3099,7 @@
    .iconshanchu3
  • - +
  • @@ -3102,7 +3108,7 @@
    .iconshang
  • - +
  • @@ -3111,7 +3117,7 @@
    .iconjiahao1
  • - +
  • @@ -3120,7 +3126,7 @@
    .iconfuxuankuang-xuanzhong
  • - +
  • @@ -3129,7 +3135,7 @@
    .iconyouxiajiao
  • - +
  • @@ -3138,7 +3144,7 @@
    .iconyincang
  • - +
  • @@ -3147,7 +3153,7 @@
    .icongouwuche1
  • - +
  • @@ -3156,7 +3162,7 @@
    .iconyou
  • - +
  • @@ -3165,7 +3171,7 @@
    .iconzuoshangjiao
  • - +
  • @@ -3174,7 +3180,7 @@
    .iconzuoxiajiao
  • - +
  • @@ -3183,7 +3189,7 @@
    .iconzujian-gongzhonghao
  • - +
  • @@ -3192,7 +3198,7 @@
    .iconzujian-pintuan
  • - +
  • @@ -3201,7 +3207,7 @@
    .iconzujian-shangpinxuanxiangka
  • - +
  • @@ -3210,7 +3216,7 @@
    .iconzujian-qiandao
  • - +
  • @@ -3219,7 +3225,7 @@
    .iconzujian-xuanfuanniu
  • - +
  • @@ -3228,7 +3234,7 @@
    .iconzujian-xuanxiangka1
  • - +
  • @@ -3237,7 +3243,7 @@
    .iconzujian-jifenshangcheng
  • - +
  • @@ -3246,7 +3252,7 @@
    .iconzujian-kanjia
  • - +
  • @@ -3255,7 +3261,7 @@
    .iconzujian-requ
  • - +
  • @@ -3264,7 +3270,7 @@
    .iconzujian-duanshipin
  • - +
  • @@ -3273,7 +3279,7 @@
    .iconzujian-xinrenzhuanxiang
  • - +
  • @@ -3282,7 +3288,7 @@
    .iconzujian-paihangbang
  • - +
  • @@ -3291,7 +3297,7 @@
    .iconzujian-yonghuxinxi
  • - +
  • @@ -3300,7 +3306,7 @@
    .iconzujian-yushou
  • - +
  • @@ -3309,7 +3315,7 @@
    .iconzujian-dianpujie
  • - +
  • @@ -3318,7 +3324,7 @@
    .iconzujian-daohangzu
  • - +
  • @@ -3327,7 +3333,7 @@
    .iconzujian-biaoti
  • - +
  • @@ -3336,7 +3342,7 @@
    .iconzujian-fuzhukongbai
  • - +
  • @@ -3345,7 +3351,7 @@
    .iconzujian-tupianmofang
  • - +
  • @@ -3354,7 +3360,7 @@
    .iconzujian-shangpinfenlei
  • - +
  • @@ -3363,7 +3369,7 @@
    .iconzujian-wenzhangliebiao
  • - +
  • @@ -3372,7 +3378,7 @@
    .iconzujian-shangpinliebiao
  • - +
  • @@ -3381,7 +3387,7 @@
    .iconzujian-lunbotu
  • - +
  • @@ -3390,7 +3396,7 @@
    .iconzujian-xiaochengxuzhibo
  • - +
  • @@ -3399,7 +3405,7 @@
    .iconzujian-fuwenben
  • - +
  • @@ -3408,7 +3414,7 @@
    .iconzujian-shipin
  • - +
  • @@ -3417,7 +3423,7 @@
    .iconzujian-sousuokuang
  • - +
  • @@ -3426,7 +3432,7 @@
    .iconzujian-zhongcaoshequ
  • - +
  • @@ -3435,7 +3441,7 @@
    .iconzujian-xuanfucaidan
  • - +
  • @@ -3444,7 +3450,7 @@
    .iconzujian-miaosha
  • - +
  • @@ -3453,7 +3459,7 @@
    .iconzujian-youhuiquan
  • - +
  • @@ -3462,7 +3468,7 @@
    .iconzujian-xinwenbobao
  • - +
  • @@ -3471,7 +3477,7 @@
    .iconzujian-xuanxiangka
  • - +
  • @@ -3480,7 +3486,7 @@
    .iconzujian-zuhezujian
  • - +
  • @@ -3489,7 +3495,7 @@
    .iconzujian-fuzhuxian
  • - +
  • @@ -3498,7 +3504,7 @@
    .iconzujian-dibucaidan
  • - +
  • @@ -3507,7 +3513,7 @@
    .icondaifahuo2
  • - +
  • @@ -3516,7 +3522,7 @@
    .icondaichuli-yonghufankui
  • - +
  • @@ -3525,7 +3531,7 @@
    .icondaituikuan
  • - +
  • @@ -3534,7 +3540,7 @@
    .icondaishenhe-tixian
  • - +
  • @@ -3543,7 +3549,7 @@
    .icondaishenhe-shanghuruzhu
  • - +
  • @@ -3552,7 +3558,7 @@
    .icondaishenhe-shequneirong
  • - +
  • @@ -3561,7 +3567,7 @@
    .iconjingjiekucun
  • - +
  • @@ -3570,7 +3576,7 @@
    .icondaishenhe-zhuanzhang
  • - +
  • @@ -3579,7 +3585,7 @@
    .iconputongshangpin
  • - +
  • @@ -3588,16 +3594,16 @@
    .iconshouqingshangpin
  • - +
  • - 待核销-分销礼包 + 待核销-服务礼包
    .icondaihexiao-fenxiaolibao
  • - +
  • @@ -3606,7 +3612,7 @@
    .icondaihuifu
  • - +
  • @@ -3615,7 +3621,7 @@
    .icondaikaipiao
  • - +
  • @@ -3624,7 +3630,7 @@
    .icondaihexiao
  • - +
  • @@ -3633,7 +3639,7 @@
    .iconzaishoushangpin
  • - +
  • @@ -3642,7 +3648,7 @@
    .iconhuodongshangpin
  • - +
  • @@ -3651,7 +3657,7 @@
    .iconxitongshezhi
  • - +
  • @@ -3660,7 +3666,7 @@
    .iconyonghuguanli
  • - +
  • @@ -3669,16 +3675,16 @@
    .iconshangpin
  • - +
  • - 分销管理 + 服务管理
    .iconfenxiaoguanli
  • - +
  • @@ -3687,7 +3693,7 @@
    .iconyouhuiquan4
  • - +
  • @@ -3696,7 +3702,7 @@
    .iconwenzhangguanli
  • - +
  • @@ -3705,7 +3711,7 @@
    .icondingdanguanli
  • - +
  • @@ -3714,7 +3720,7 @@
    .iconduanxinpeizhi
  • - +
  • @@ -3723,7 +3729,7 @@
    .iconshangyeshouquan
  • - +
  • @@ -3732,7 +3738,7 @@
    .iconweixinzhifu
  • - +
  • @@ -3741,7 +3747,7 @@
    .iconzhifubao
  • - +
  • @@ -3750,7 +3756,7 @@
    .icongongge
  • - +
  • @@ -3759,7 +3765,7 @@
    .iconliebiao
  • - +
  • @@ -3768,7 +3774,7 @@
    .iconshouyintai-shouyin1
  • - +
  • @@ -3777,7 +3783,7 @@
    .iconshouyintai-dingdan1
  • - +
  • @@ -3786,7 +3792,7 @@
    .iconshouyintai-hexiao1
  • - +
  • @@ -3795,7 +3801,7 @@
    .iconshouyintai-zhuoma
  • - +
  • @@ -3804,7 +3810,7 @@
    .iconshouyintai-tuihuo1
  • - +
  • @@ -3813,7 +3819,7 @@
    .iconshouyintai-yonghu
  • - +
  • @@ -3822,7 +3828,7 @@
    .iconshouyintai-guadan1
  • - +
  • @@ -3831,7 +3837,7 @@
    .iconshouyintai-chongzhi1
  • - +
  • @@ -3840,7 +3846,7 @@
    .iconqudaoma
  • - +
  • @@ -3849,7 +3855,7 @@
    .iconbiaodanzujian-duoxuankuang
  • - +
  • @@ -3858,7 +3864,7 @@
    .iconbiaodanzujian-riqi
  • - +
  • @@ -3867,7 +3873,7 @@
    .iconbiaodanzujian-danxuankuang
  • - +
  • @@ -3876,7 +3882,7 @@
    .iconbiaodanzujian-danhangwenben
  • - +
  • @@ -3885,7 +3891,7 @@
    .iconbiaodanzujian-riqifanwei
  • - +
  • @@ -3894,7 +3900,7 @@
    .iconbiaodanzujian-shijian
  • - +
  • @@ -3903,7 +3909,7 @@
    .iconbiaodanzujian-xialakuang
  • - +
  • @@ -3912,7 +3918,7 @@
    .iconbiaodanzujian-shijianfanwei
  • - +
  • @@ -3921,7 +3927,7 @@
    .iconbiaodanzujian-tupian
  • - +
  • @@ -3930,7 +3936,7 @@
    .iconbiaodanzujian-chengshi
  • - +
  • @@ -3939,7 +3945,7 @@
    .icondangqianjifen
  • - +
  • @@ -3948,7 +3954,7 @@
    .iconleijijifen
  • - +
  • @@ -3957,7 +3963,7 @@
    .iconfaqirenshu
  • - +
  • @@ -3966,16 +3972,16 @@
    .iconshengyukucun
  • - +
  • - 推广人数 + 邀请人数
    .icontuiguangrenshu
  • - +
  • @@ -3984,7 +3990,7 @@
    .iconkanjiachenggong
  • - +
  • @@ -3993,7 +3999,7 @@
    .iconchengtuanshu
  • - +
  • @@ -4002,7 +4008,7 @@
    .iconcanyurenshu
  • - +
  • @@ -4011,7 +4017,7 @@
    .iconxiadanrenshu
  • - +
  • @@ -4020,7 +4026,7 @@
    .iconxiaohaojifen
  • - +
  • @@ -4029,7 +4035,7 @@
    .iconzhifudingdan
  • - +
  • @@ -4038,7 +4044,7 @@
    .iconzhifurenshu
  • - +
  • @@ -4047,7 +4053,7 @@
    .iconxinrenli2
  • - +
  • @@ -4056,7 +4062,7 @@
    .iconhuiyuanjihuo
  • - +
  • @@ -4065,7 +4071,7 @@
    .iconyangshier
  • - +
  • @@ -4074,7 +4080,7 @@
    .iconyangshiyi
  • - +
  • @@ -4083,7 +4089,7 @@
    .icona-zuhe-banner1
  • - +
  • @@ -4092,7 +4098,7 @@
    .icontupianmofang2
  • - +
  • @@ -4101,7 +4107,7 @@
    .iconshangpinfenlei1
  • - +
  • @@ -4110,7 +4116,7 @@
    .iconpeizhiyindao1
  • - +
  • @@ -4119,7 +4125,7 @@
    .iconyuechongzhi
  • - +
  • @@ -4128,7 +4134,7 @@
    .iconyouhuitaocan
  • - +
  • @@ -4137,7 +4143,7 @@
    .iconzuhe-fenlei
  • - +
  • @@ -4146,7 +4152,7 @@
    .iconpeizhiyindao
  • - +
  • @@ -4155,7 +4161,7 @@
    .iconduanshipin1
  • - +
  • @@ -4164,7 +4170,7 @@
    .icondinjiannzhe
  • - +
  • @@ -4173,7 +4179,7 @@
    .iconhuodongbeijingtu
  • - +
  • @@ -4182,7 +4188,7 @@
    .iconjifenshangcheng
  • - +
  • @@ -4191,7 +4197,7 @@
    .iconhuodongbiankuang
  • - +
  • @@ -4200,7 +4206,7 @@
    .iconkanjiahuodong
  • - +
  • @@ -4209,7 +4215,7 @@
    .iconjiugonggechoujiang
  • - +
  • @@ -4218,7 +4224,7 @@
    .iconmansonghuodong
  • - +
  • @@ -4227,7 +4233,7 @@
    .iconmanjianmanzhe
  • - +
  • @@ -4236,7 +4242,7 @@
    .iconmeiriqiandao
  • - +
  • @@ -4245,7 +4251,7 @@
    .iconwenzhang
  • - +
  • @@ -4254,7 +4260,7 @@
    .iconmiaoshahuodong
  • - +
  • @@ -4263,7 +4269,7 @@
    .iconpintuanhuodong
  • - +
  • @@ -4272,7 +4278,7 @@
    .iconyouhuiquan3
  • - +
  • @@ -4281,7 +4287,7 @@
    .iconzhibo
  • - +
  • @@ -4290,7 +4296,7 @@
    .iconxianshizhekou
  • - +
  • @@ -4299,7 +4305,7 @@
    .icontupianmofang1
  • - +
  • @@ -4308,7 +4314,7 @@
    .iconremaipaihang
  • - +
  • @@ -4317,7 +4323,7 @@
    .iconyonghuxinxi
  • - +
  • @@ -4326,7 +4332,7 @@
    .iconshipinyangshi2
  • - +
  • @@ -4335,7 +4341,7 @@
    .iconbiaoti3
  • - +
  • @@ -4344,7 +4350,7 @@
    .iconshipinyangshi1
  • - +
  • @@ -4353,7 +4359,7 @@
    .icondingwei1
  • - +
  • @@ -4362,7 +4368,7 @@
    .iconsousuo11
  • - +
  • @@ -4371,7 +4377,7 @@
    .iconshouji1
  • - +
  • @@ -4380,7 +4386,7 @@
    .iconerweima
  • - +
  • @@ -4389,7 +4395,7 @@
    .iconsousuo1
  • - +
  • @@ -4398,7 +4404,7 @@
    .icondingwei
  • - +
  • @@ -4407,7 +4413,7 @@
    .iconshipindianzan-yidian
  • - +
  • @@ -4416,7 +4422,7 @@
    .iconshipindianzan-weidian
  • - +
  • @@ -4425,7 +4431,7 @@
    .icondingbudaohang
  • - +
  • @@ -4434,7 +4440,7 @@
    .iconduanshipin
  • - +
  • @@ -4443,7 +4449,7 @@
    .iconxinrenli
  • - +
  • @@ -4452,7 +4458,7 @@
    .icongouwuche
  • - +
  • @@ -4461,7 +4467,7 @@
    .iconfenxiang
  • - +
  • @@ -4470,7 +4476,7 @@
    .iconkanjia2
  • - +
  • @@ -4479,7 +4485,7 @@
    .iconpintuan3
  • - +
  • @@ -4488,7 +4494,7 @@
    .iconkefu2
  • - +
  • @@ -4497,7 +4503,7 @@
    .icona-shoucang
  • - +
  • @@ -4506,7 +4512,7 @@
    .iconmendian
  • - +
  • @@ -4515,7 +4521,7 @@
    .iconmiaosha3
  • - +
  • @@ -4524,7 +4530,7 @@
    .icontuikuandingdanliang
  • - +
  • @@ -4533,7 +4539,7 @@
    .icondingdanliang
  • - +
  • @@ -4542,7 +4548,7 @@
    .icondingdanjine
  • - +
  • @@ -4551,7 +4557,7 @@
    .icontuikuanjine
  • - +
  • @@ -4560,7 +4566,7 @@
    .icontongji
  • - +
  • @@ -4569,7 +4575,7 @@
    .iconbiaoge1
  • - +
  • @@ -4578,7 +4584,7 @@
    .iconfanhui1
  • - +
  • @@ -4587,7 +4593,7 @@
    .iconpc-jifen
  • - +
  • @@ -4596,7 +4602,7 @@
    .iconpc-youhuiquan
  • - +
  • @@ -4605,7 +4611,7 @@
    .iconshouyintai
  • - +
  • @@ -4614,7 +4620,7 @@
    .iconjia
  • - +
  • @@ -4623,7 +4629,7 @@
    .iconjian
  • - +
  • @@ -4632,7 +4638,7 @@
    .iconcrmeb1
  • - +
  • @@ -4641,7 +4647,7 @@
    .iconzuoyou
  • - +
  • @@ -4650,7 +4656,7 @@
    .iconshangxia
  • - +
  • @@ -4659,7 +4665,7 @@
    .icondangqianqunchengyuan
  • - +
  • @@ -4668,7 +4674,7 @@
    .iconjinrituiqun
  • - +
  • @@ -4677,7 +4683,7 @@
    .iconjinrixinzeng
  • - +
  • @@ -4686,7 +4692,7 @@
    .iconleijituiqun
  • - +
  • @@ -4695,7 +4701,7 @@
    .icondianpujie
  • - +
  • @@ -4704,7 +4710,7 @@
    .icontupian4
  • - +
  • @@ -4713,7 +4719,7 @@
    .icona-shouyintai-weixinzhifubao
  • - +
  • @@ -4722,7 +4728,7 @@
    .iconshouyintai-xianjinshoukuan
  • - +
  • @@ -4731,7 +4737,7 @@
    .iconshouyintai-xingzhuang
  • - +
  • @@ -4740,7 +4746,7 @@
    .iconshouyintai-shuaxin
  • - +
  • @@ -4749,7 +4755,7 @@
    .iconshouyintai-mima
  • - +
  • @@ -4758,7 +4764,7 @@
    .iconshouyintai-qiyeweixin
  • - +
  • @@ -4767,7 +4773,7 @@
    .iconshouyintai-dianyuan
  • - +
  • @@ -4776,7 +4782,7 @@
    .iconshouyintai-qingkong
  • - +
  • @@ -4785,7 +4791,7 @@
    .iconshouyintai-shaixuan
  • - +
  • @@ -4794,7 +4800,7 @@
    .iconshouyintai-weixin
  • - +
  • @@ -4803,7 +4809,7 @@
    .iconshouyintai-zhanghao
  • - +
  • @@ -4812,7 +4818,7 @@
    .iconshouyintai-yanjing
  • - +
  • @@ -4821,7 +4827,7 @@
    .iconzidingyicaidan
  • - +
  • @@ -4830,7 +4836,7 @@
    .iconfuwenben3
  • - +
  • @@ -4839,7 +4845,7 @@
    .iconzhongcaoshequ1
  • - +
  • @@ -4848,7 +4854,7 @@
    .iconyushou1
  • - +
  • @@ -4857,7 +4863,7 @@
    .iconxiaochengxuzhibo3
  • - +
  • @@ -4866,7 +4872,7 @@
    .iconguanzhugongzhonghao2
  • - +
  • @@ -4875,7 +4881,7 @@
    .iconzhuanti
  • - +
  • @@ -4884,7 +4890,7 @@
    .iconfuzhukongbai2
  • - +
  • @@ -4893,7 +4899,7 @@
    .iconzhuli
  • - +
  • @@ -4902,7 +4908,7 @@
    .iconsousuokuang
  • - +
  • @@ -4911,7 +4917,7 @@
    .iconmiaosha2
  • - +
  • @@ -4920,7 +4926,7 @@
    .icontuijianzu
  • - +
  • @@ -4929,7 +4935,7 @@
    .icondaohangzu2
  • - +
  • @@ -4938,7 +4944,7 @@
    .iconpintuan2
  • - +
  • @@ -4947,7 +4953,7 @@
    .iconshangpinliebiao2
  • - +
  • @@ -4956,7 +4962,7 @@
    .iconshangpinfenlei
  • - +
  • @@ -4965,7 +4971,7 @@
    .iconxinwenbobao2
  • - +
  • @@ -4974,7 +4980,7 @@
    .iconyouhuiquan2
  • - +
  • @@ -4983,7 +4989,7 @@
    .iconfuzhuxian2
  • - +
  • @@ -4992,7 +4998,7 @@
    .iconzaixiankefu
  • - +
  • @@ -5001,7 +5007,7 @@
    .iconbiaoti2
  • - +
  • @@ -5010,7 +5016,7 @@
    .iconlunbotu
  • - +
  • @@ -5019,7 +5025,7 @@
    .icontupianmofang
  • - +
  • @@ -5028,7 +5034,7 @@
    .iconbanquan
  • - +
  • @@ -5037,7 +5043,7 @@
    .iconcaidanshouqi
  • - +
  • @@ -5046,7 +5052,7 @@
    .iconcaidanzhankai
  • - +
  • @@ -5055,7 +5061,7 @@
    .icondingdan
  • - +
  • @@ -5064,7 +5070,7 @@
    .iconapp
  • - +
  • @@ -5073,7 +5079,7 @@
    .iconPC
  • - +
  • @@ -5082,7 +5088,7 @@
    .iconxiaochengxu
  • - +
  • @@ -5091,7 +5097,7 @@
    .icongongzhonghao
  • - +
  • @@ -5100,7 +5106,7 @@
    .iconh5
  • - +
  • @@ -5109,7 +5115,7 @@
    .iconshipin
  • - +
  • @@ -5118,7 +5124,7 @@
    .iconqiehuanhuiyuan
  • - +
  • @@ -5127,7 +5133,7 @@
    .iconguadan
  • - +
  • @@ -5136,7 +5142,7 @@
    .iconhexiaodingdanjine
  • - +
  • @@ -5145,7 +5151,7 @@
    .iconmendiandingdanjine
  • - +
  • @@ -5154,7 +5160,7 @@
    .iconmendianchengjiaoyonghushu
  • - +
  • @@ -5163,7 +5169,7 @@
    .iconfufeihuiyuanjine
  • - +
  • @@ -5172,7 +5178,7 @@
    .iconshouyindingdanjine
  • - +
  • @@ -5181,7 +5187,7 @@
    .iconmendianxinzengyonghushu
  • - +
  • @@ -5190,7 +5196,7 @@
    .iconhuiyuankajihuoshu
  • - +
  • @@ -5199,7 +5205,7 @@
    .iconxinzengyonghushu1
  • - +
  • @@ -5208,7 +5214,7 @@
    .iconfenpeidingdanjine
  • - +
  • @@ -5217,7 +5223,7 @@
    .iconyuexiaohaojine
  • - +
  • @@ -5226,7 +5232,7 @@
    .iconerweima-xingerenzhongxin
  • - +
  • @@ -5235,7 +5241,7 @@
    .iconhuishan
  • - +
  • @@ -5244,7 +5250,7 @@
    .iconshangpinshuliang-jia
  • - +
  • @@ -5253,7 +5259,7 @@
    .iconshangpinshuliang-jian
  • - +
  • @@ -5262,7 +5268,7 @@
    .icontupianguanggao1
  • - +
  • @@ -5271,7 +5277,7 @@
    .iconsousukuang1
  • - +
  • @@ -5280,7 +5286,7 @@
    .iconwenzhangliebiao1
  • - +
  • @@ -5289,7 +5295,7 @@
    .iconpintuan1
  • - +
  • @@ -5298,7 +5304,7 @@
    .iconshangpinliebiao1
  • - +
  • @@ -5307,7 +5313,7 @@
    .iconyouhuiquan1
  • - +
  • @@ -5316,7 +5322,7 @@
    .iconxiaochengxuzhibo1
  • - +
  • @@ -5325,7 +5331,7 @@
    .iconmiaosha1
  • - +
  • @@ -5334,7 +5340,7 @@
    .iconxinwenbobao1
  • - +
  • @@ -5343,7 +5349,7 @@
    .icondaohangzu1
  • - +
  • @@ -5352,7 +5358,7 @@
    .iconbiaoti1
  • - +
  • @@ -5361,7 +5367,7 @@
    .iconfenleidaohang1
  • - +
  • @@ -5370,7 +5376,7 @@
    .iconcuxiaoliebiao1
  • - +
  • @@ -5379,7 +5385,7 @@
    .iconfuzhukongbai1
  • - +
  • @@ -5388,7 +5394,7 @@
    .iconhuodongmofang1
  • - +
  • @@ -5397,7 +5403,7 @@
    .iconguanzhugongzhonghao1
  • - +
  • @@ -5406,7 +5412,7 @@
    .iconkanjia1
  • - +
  • @@ -5415,7 +5421,7 @@
    .iconfuzhuxian1
  • - +
  • @@ -5424,7 +5430,7 @@
    .iconkefu1
  • - +
  • @@ -5433,7 +5439,7 @@
    .iconfuwenben1
  • - +
  • @@ -5442,7 +5448,7 @@
    .icondantu
  • - +
  • @@ -5451,7 +5457,7 @@
    .iconlashen
  • - +
  • @@ -5460,7 +5466,7 @@
    .iconpingpu
  • - +
  • @@ -5469,7 +5475,7 @@
    .iconshouhou-tuikuan-lan
  • - +
  • @@ -5478,7 +5484,7 @@
    .icondaifukuan-lan
  • - +
  • @@ -5487,7 +5493,7 @@
    .icondaishouhuo-lan
  • - +
  • @@ -5496,7 +5502,7 @@
    .icondaipingjia-lan
  • - +
  • @@ -5505,7 +5511,7 @@
    .icondaifahuo-lan
  • - +
  • @@ -5514,7 +5520,7 @@
    .icondaifukuan-ju
  • - +
  • @@ -5523,7 +5529,7 @@
    .iconshouhou-tuikuan-ju
  • - +
  • @@ -5532,7 +5538,7 @@
    .icondaishouhuo-ju
  • - +
  • @@ -5541,7 +5547,7 @@
    .icondaipingjia-ju
  • - +
  • @@ -5550,7 +5556,7 @@
    .icondaifahuo-ju
  • - +
  • @@ -5559,7 +5565,7 @@
    .icondaipingjia-fen
  • - +
  • @@ -5568,7 +5574,7 @@
    .icondaishouhuo-fen
  • - +
  • @@ -5577,7 +5583,7 @@
    .icondaifukuan-fen
  • - +
  • @@ -5586,7 +5592,7 @@
    .icondaifahuo-fen
  • - +
  • @@ -5595,7 +5601,7 @@
    .icona-shouhoutuikuan-fen
  • - +
  • @@ -5604,7 +5610,7 @@
    .icondaifahuo-lv
  • - +
  • @@ -5613,7 +5619,7 @@
    .icondaishouhuo-lv
  • - +
  • @@ -5622,7 +5628,7 @@
    .icondaifukuan-lv
  • - +
  • @@ -5631,7 +5637,7 @@
    .icondaipingjia-lv
  • - +
  • @@ -5640,7 +5646,7 @@
    .iconshouhou-tuikuan-lv
  • - +
  • @@ -5649,7 +5655,7 @@
    .icondaifukuan1
  • - +
  • @@ -5658,7 +5664,7 @@
    .icondaipingjia1
  • - +
  • @@ -5667,7 +5673,7 @@
    .iconshouhou_tuikuan
  • - +
  • @@ -5676,7 +5682,7 @@
    .icondaifahuo1
  • - +
  • @@ -5685,7 +5691,7 @@
    .icondaishouhuo1
  • - +
  • @@ -5694,7 +5700,7 @@
    .iconshezhi
  • - +
  • @@ -5703,7 +5709,7 @@
    .icons-kefu
  • - +
  • @@ -5712,7 +5718,7 @@
    .iconduohang
  • - +
  • @@ -5721,7 +5727,7 @@
    .icon4ge1
  • - +
  • @@ -5730,7 +5736,7 @@
    .icon5ge1
  • - +
  • @@ -5739,7 +5745,7 @@
    .icondayuanjiao
  • - +
  • @@ -5748,7 +5754,7 @@
    .icon3ge1
  • - +
  • @@ -5757,7 +5763,7 @@
    .icondanhang
  • - +
  • @@ -5766,7 +5772,7 @@
    .iconzuoyoutuwen
  • - +
  • @@ -5775,7 +5781,7 @@
    .iconyangshi8
  • - +
  • @@ -5784,7 +5790,7 @@
    .iconyangshi9
  • - +
  • @@ -5793,7 +5799,7 @@
    .iconyangshi1
  • - +
  • @@ -5802,7 +5808,7 @@
    .iconyangshi4
  • - +
  • @@ -5811,7 +5817,7 @@
    .iconyangshi5
  • - +
  • @@ -5820,7 +5826,7 @@
    .iconyangshi6
  • - +
  • @@ -5829,7 +5835,7 @@
    .iconyangshi2
  • - +
  • @@ -5838,7 +5844,7 @@
    .iconyangshi7
  • - +
  • @@ -5847,7 +5853,7 @@
    .iconyangshi3
  • - +
  • @@ -5856,7 +5862,7 @@
    .iconshuzi
  • - +
  • @@ -5865,7 +5871,7 @@
    .iconjinyong
  • - +
  • @@ -5874,7 +5880,7 @@
    .icon4ge
  • - +
  • @@ -5883,7 +5889,7 @@
    .icon3ge
  • - +
  • @@ -5892,7 +5898,7 @@
    .icon5ge
  • - +
  • @@ -5901,7 +5907,7 @@
    .icon2hang
  • - +
  • @@ -5910,7 +5916,7 @@
    .icon3hang
  • - +
  • @@ -5919,7 +5925,7 @@
    .icon4hang
  • - +
  • @@ -5928,7 +5934,7 @@
    .iconxiayi
  • - +
  • @@ -5937,7 +5943,7 @@
    .iconshangyi
  • - +
  • @@ -5946,7 +5952,7 @@
    .iconshanchu2
  • - +
  • @@ -5955,7 +5961,7 @@
    .iconfuzhi
  • - +
  • @@ -5964,7 +5970,7 @@
    .iconzuixin
  • - +
  • @@ -5973,7 +5979,7 @@
    .iconxuanzhong6
  • - +
  • @@ -5982,7 +5988,7 @@
    .icontianjia
  • - +
  • @@ -5991,7 +5997,7 @@
    .iconbianji2
  • - +
  • @@ -6000,7 +6006,7 @@
    .icongengduozhankai1
  • - +
  • @@ -6009,7 +6015,7 @@
    .icontupian3
  • - +
  • @@ -6018,7 +6024,7 @@
    .iconbiaoqing2
  • - +
  • @@ -6027,7 +6033,7 @@
    .iconhuashu1
  • - +
  • @@ -6036,7 +6042,7 @@
    .iconshangpintuikuanjine
  • - +
  • @@ -6045,7 +6051,7 @@
    .iconjiaoyijine
  • - +
  • @@ -6054,7 +6060,7 @@
    .iconyuezhifujine
  • - +
  • @@ -6063,7 +6069,7 @@
    .iconzhifuyongjinjine
  • - +
  • @@ -6072,7 +6078,7 @@
    .iconxianxiashouyinjine
  • - +
  • @@ -6081,7 +6087,7 @@
    .iconliaotian
  • - +
  • @@ -6090,7 +6096,7 @@
    .iconbianji11
  • - +
  • @@ -6099,7 +6105,7 @@
    .iconjinru
  • - +
  • @@ -6108,7 +6114,7 @@
    .iconfanhui
  • - +
  • @@ -6117,7 +6123,7 @@
    .icongengduo
  • - +
  • @@ -6126,7 +6132,7 @@
    .iconfasong
  • - +
  • @@ -6135,7 +6141,7 @@
    .iconcha1
  • - +
  • @@ -6144,7 +6150,7 @@
    .iconmima
  • - +
  • @@ -6153,7 +6159,7 @@
    .iconsousuo
  • - +
  • @@ -6162,7 +6168,7 @@
    .iconshouji
  • - +
  • @@ -6171,7 +6177,7 @@
    .icontuichu
  • - +
  • @@ -6180,7 +6186,7 @@
    .iconshangpinxinxi
  • - +
  • @@ -6189,7 +6195,7 @@
    .iconzhanghao
  • - +
  • @@ -6198,7 +6204,7 @@
    .iconbiaoqing
  • - +
  • @@ -6207,7 +6213,7 @@
    .icongengduozhankai
  • - +
  • @@ -6216,7 +6222,7 @@
    .iconhuashu
  • - +
  • @@ -6225,7 +6231,7 @@
    .icontupian2
  • - +
  • @@ -6234,7 +6240,7 @@
    .icontianjia11
  • - +
  • @@ -6243,7 +6249,7 @@
    .iconbianji1
  • - +
  • @@ -6252,7 +6258,7 @@
    .iconshezhi1
  • - +
  • @@ -6261,7 +6267,7 @@
    .iconshanchu1
  • - +
  • @@ -6270,7 +6276,7 @@
    .iconjiahao
  • - +
  • @@ -6279,7 +6285,7 @@
    .iconcha
  • - +
  • @@ -6288,7 +6294,7 @@
    .iconshanchu
  • - +
  • @@ -6297,7 +6303,7 @@
    .iconbianji
  • - +
  • @@ -6306,7 +6312,7 @@
    .iconduihao
  • - +
  • @@ -6315,7 +6321,7 @@
    .icondaipingjia
  • - +
  • @@ -6324,7 +6330,7 @@
    .icondaishouhuo
  • - +
  • @@ -6333,7 +6339,7 @@
    .iconshouhou-tuikuan
  • - +
  • @@ -6342,7 +6348,7 @@
    .icondaifahuo
  • - +
  • @@ -6351,7 +6357,7 @@
    .icondaifukuan
  • - +
  • @@ -6360,7 +6366,7 @@
    .iconzhuanjie
  • - +
  • @@ -6369,7 +6375,7 @@
    .iconliulanqi
  • - +
  • @@ -6378,7 +6384,7 @@
    .iconfangkeshu
  • - +
  • @@ -6387,7 +6393,7 @@
    .iconfangwenliang
  • - +
  • @@ -6396,7 +6402,7 @@
    .iconchengjiaoyonghushu
  • - +
  • @@ -6405,7 +6411,7 @@
    .iconchongzhijianshu
  • - +
  • @@ -6414,7 +6420,7 @@
    .iconchengbenjine
  • - +
  • @@ -6423,7 +6429,7 @@
    .iconfufeihuiyuanshu
  • - +
  • @@ -6432,7 +6438,7 @@
    .iconchongzhiyonghushu
  • - +
  • @@ -6441,7 +6447,7 @@
    .icongoumaihuiyuanjine
  • - +
  • @@ -6450,7 +6456,7 @@
    .iconfangke-zhifuzhuanhuashuai
  • - +
  • @@ -6459,7 +6465,7 @@
    .iconjingzengyonghu
  • - +
  • @@ -6468,7 +6474,7 @@
    .iconkedanjia
  • - +
  • @@ -6477,7 +6483,7 @@
    .iconjiagoujianshu
  • - +
  • @@ -6486,7 +6492,7 @@
    .iconleijichongzhiyonghu
  • - +
  • @@ -6495,7 +6501,7 @@
    .iconleijichengjiaoyonghu
  • - +
  • @@ -6504,7 +6510,7 @@
    .iconleijihuiyuanshu
  • - +
  • @@ -6513,7 +6519,7 @@
    .iconshangpinliulanliang
  • - +
  • @@ -6522,7 +6528,7 @@
    .iconshangpinzhifujine
  • - +
  • @@ -6531,7 +6537,7 @@
    .icontuikuanjianshu
  • - +
  • @@ -6540,7 +6546,7 @@
    .iconleijiguanzhuyonghu
  • - +
  • @@ -6549,7 +6555,7 @@
    .icontuikuan
  • - +
  • @@ -6558,7 +6564,7 @@
    .iconxiadanjianshu
  • - +
  • @@ -6567,7 +6573,7 @@
    .iconleijiquguanyonghu
  • - +
  • @@ -6576,7 +6582,7 @@
    .iconleijiyonghu
  • - +
  • @@ -6585,7 +6591,7 @@
    .iconxinzengquguanyonghu
  • - +
  • @@ -6594,7 +6600,7 @@
    .iconshangpinfangkeshu
  • - +
  • @@ -6603,7 +6609,7 @@
    .iconxinzengyonghushu
  • - +
  • @@ -6612,7 +6618,7 @@
    .iconxinzengguanzhuyonghu
  • - +
  • @@ -6621,7 +6627,7 @@
    .iconzhifujine
  • - +
  • @@ -6630,7 +6636,7 @@
    .iconyingyee
  • - +
  • @@ -6639,7 +6645,7 @@
    .iconzhifujianshu
  • - +
  • @@ -6648,7 +6654,7 @@
    .iconzhichujine
  • - +
  • @@ -6657,7 +6663,7 @@
    .iconguanji
  • - +
  • @@ -6666,7 +6672,7 @@
    .iconshengyinjingyinxianxing
  • - +
  • @@ -6675,7 +6681,7 @@
    .iconshengyinyinliang
  • - +
  • @@ -6684,7 +6690,7 @@
    .iconguanbi5
  • - +
  • @@ -6693,7 +6699,7 @@
    .icontupian1
  • - +
  • @@ -6702,7 +6708,7 @@
    .iconbiaoqing1
  • - +
  • @@ -6711,7 +6717,7 @@
    .iconzhanghaomima
  • - +
  • @@ -6720,7 +6726,7 @@
    .iconerweima2
  • - +
  • @@ -6729,7 +6735,7 @@
    .iconjuxing
  • - +
  • @@ -6738,7 +6744,7 @@
    .iconzidongxuanze
  • - +
  • @@ -6747,7 +6753,7 @@
    .iconshoudongxuanze
  • - +
  • @@ -6756,7 +6762,7 @@
    .icondanlie
  • - +
  • @@ -6765,7 +6771,7 @@
    .iconlianglie
  • - +
  • @@ -6774,7 +6780,7 @@
    .iconsanlie
  • - +
  • @@ -6783,7 +6789,7 @@
    .iconzhibozhong
  • - +
  • @@ -6792,7 +6798,7 @@
    .iconyijieshu
  • - +
  • @@ -6801,7 +6807,7 @@
    .iconweikaishi
  • - +
  • @@ -6810,7 +6816,7 @@
    .icondrag2
  • - +
  • @@ -6819,7 +6825,7 @@
    .iconbanner_3
  • - +
  • @@ -6828,7 +6834,7 @@
    .iconxiaochengxuzhibo
  • - +
  • @@ -6837,7 +6843,7 @@
    .iconSolidline
  • - +
  • @@ -6846,7 +6852,7 @@
    .iconDottedline
  • - +
  • @@ -6855,7 +6861,7 @@
    .iconDotline
  • - +
  • @@ -6864,7 +6870,7 @@
    .icondrop-down
  • - +
  • @@ -6873,7 +6879,7 @@
    .iconDot
  • - +
  • @@ -6882,7 +6888,7 @@
    .iconSquarepoint
  • - +
  • @@ -6891,7 +6897,7 @@
    .icondel_2
  • - +
  • @@ -6900,7 +6906,7 @@
    .iconaddto
  • - +
  • @@ -6909,7 +6915,7 @@
    .icondel_1
  • - +
  • @@ -6918,7 +6924,7 @@
    .icondrag
  • - +
  • @@ -6927,7 +6933,7 @@
    .iconComm_number
  • - +
  • @@ -6936,7 +6942,7 @@
    .iconComm_whole
  • - +
  • @@ -6945,7 +6951,7 @@
    .iconComm_Price
  • - +
  • @@ -6954,7 +6960,7 @@
    .iconPic_square
  • - +
  • @@ -6963,7 +6969,7 @@
    .iconPic_fillet
  • - +
  • @@ -6972,7 +6978,7 @@
    .iconsearch_2
  • - +
  • @@ -6981,7 +6987,7 @@
    .iconsearch_1
  • - +
  • @@ -6990,7 +6996,7 @@
    .iconbanner_2
  • - +
  • @@ -6999,7 +7005,7 @@
    .iconPic_small
  • - +
  • @@ -7008,7 +7014,7 @@
    .iconPic_big
  • - +
  • @@ -7017,7 +7023,7 @@
    .iconbanner_1
  • - +
  • @@ -7026,7 +7032,7 @@
    .icondoc_skew
  • - +
  • @@ -7035,7 +7041,7 @@
    .icondoc_bold
  • - +
  • @@ -7044,7 +7050,7 @@
    .icondoc_general
  • - +
  • @@ -7053,7 +7059,7 @@
    .iconfive
  • - +
  • @@ -7062,7 +7068,7 @@
    .iconFour
  • - +
  • @@ -7071,7 +7077,7 @@
    .icondoc_center
  • - +
  • @@ -7080,7 +7086,7 @@
    .icondoc_right
  • - +
  • @@ -7089,7 +7095,7 @@
    .icondoc_left
  • - +
  • @@ -7098,7 +7104,7 @@
    .icontupian
  • - +
  • @@ -7107,7 +7113,7 @@
    .iconkefu
  • - +
  • @@ -7116,7 +7122,7 @@
    .iconfuzhuxian
  • - +
  • @@ -7125,7 +7131,7 @@
    .iconbiaoti
  • - +
  • @@ -7134,7 +7140,7 @@
    .icondaohangzu
  • - +
  • @@ -7143,7 +7149,7 @@
    .iconfuzhukongbai
  • - +
  • @@ -7152,7 +7158,7 @@
    .iconfenleidaohang
  • - +
  • @@ -7161,7 +7167,7 @@
    .iconcuxiaoliebiao
  • - +
  • @@ -7170,7 +7176,7 @@
    .iconkanjia
  • - +
  • @@ -7179,7 +7185,7 @@
    .iconguanzhugongzhonghao
  • - +
  • @@ -7188,7 +7194,7 @@
    .iconhuodongmofang
  • - +
  • @@ -7197,7 +7203,7 @@
    .iconfuwenben
  • - +
  • @@ -7206,7 +7212,7 @@
    .iconmiaosha
  • - +
  • @@ -7215,7 +7221,7 @@
    .iconshangpinliebiao
  • - +
  • @@ -7224,7 +7230,7 @@
    .iconpintuan
  • - +
  • @@ -7233,7 +7239,7 @@
    .iconsousukuang
  • - +
  • @@ -7242,7 +7248,7 @@
    .icontupianguanggao
  • - +
  • @@ -7251,7 +7257,7 @@
    .iconxinwenbobao
  • - +
  • @@ -7260,7 +7266,7 @@
    .iconwenzhangliebiao
  • - +
  • @@ -7269,3860 +7275,3860 @@
    .iconyouhuiquan
  • - +
-

font-class 引用

-
+

font-class 引用

+
-

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

-

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

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

使用步骤如下:

-

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

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

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

+

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

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

使用步骤如下:

+

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

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

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

-
<span class="iconfont iconxxx"></span>
+          

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

+
<span class="iconfont iconxxx"></span>
 
-
-

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

-
-
+
+

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

+
+
-
    - -
  • - -
    待发货-积分
    -
    #icondaifahuo-jifen
    -
  • - -
  • - -
    ic_fire
    -
    #iconic_fire
    -
  • - -
  • - -
    复选框-未选中
    -
    #iconfuxuankuang-weixuanzhong
    -
  • - -
  • - -
    复制
    -
    #iconfuzhi1
    -
  • - -
  • - -
    操作-整体
    -
    #iconcaozuo-zhengti
    -
  • - -
  • - -
    操作-边角
    -
    #iconcaozuo-bianjiao
    -
  • - -
  • - -
    播放
    -
    #iconbofang
    -
  • - -
  • - -
    右上角
    -
    #iconyoushangjiao
    -
  • - -
  • - -
    关闭
    -
    #iconguanbi
    -
  • - -
  • - -
    -
    #iconxia
    -
  • - -
  • - -
    形状结合
    -
    #iconxingzhuangjiehe
    -
  • - -
  • - -
    显示
    -
    #iconxianshi
    -
  • - -
  • - -
    完成
    -
    #iconwancheng
    -
  • - -
  • - -
    删除
    -
    #iconshanchu3
    -
  • - -
  • - -
    -
    #iconshang
    -
  • - -
  • - -
    加号
    -
    #iconjiahao1
    -
  • - -
  • - -
    复选框-选中
    -
    #iconfuxuankuang-xuanzhong
    -
  • - -
  • - -
    右下角
    -
    #iconyouxiajiao
    -
  • - -
  • - -
    隐藏
    -
    #iconyincang
    -
  • - -
  • - -
    购物车
    -
    #icongouwuche1
    -
  • - -
  • - -
    -
    #iconyou
    -
  • - -
  • - -
    左上角
    -
    #iconzuoshangjiao
    -
  • - -
  • - -
    左下角
    -
    #iconzuoxiajiao
    -
  • - -
  • - -
    组件-公众号
    -
    #iconzujian-gongzhonghao
    -
  • - -
  • - -
    组件-拼团
    -
    #iconzujian-pintuan
    -
  • - -
  • - -
    组件-商品选项卡
    -
    #iconzujian-shangpinxuanxiangka
    -
  • - -
  • - -
    组件-签到
    -
    #iconzujian-qiandao
    -
  • - -
  • - -
    组件-悬浮按钮
    -
    #iconzujian-xuanfuanniu
    -
  • - -
  • - -
    组件-选项卡
    -
    #iconzujian-xuanxiangka1
    -
  • - -
  • - -
    组件-积分商城
    -
    #iconzujian-jifenshangcheng
    -
  • - -
  • - -
    组件-砍价
    -
    #iconzujian-kanjia
    -
  • - -
  • - -
    组件-热区
    -
    #iconzujian-requ
    -
  • - -
  • - -
    组件-短视频
    -
    #iconzujian-duanshipin
    -
  • - -
  • - -
    组件-新人专享
    -
    #iconzujian-xinrenzhuanxiang
    -
  • - -
  • - -
    组件-排行榜
    -
    #iconzujian-paihangbang
    -
  • - -
  • - -
    组件-用户信息
    -
    #iconzujian-yonghuxinxi
    -
  • - -
  • - -
    组件-预售
    -
    #iconzujian-yushou
    -
  • - -
  • - -
    组件-店铺街
    -
    #iconzujian-dianpujie
    -
  • - -
  • - -
    组件-导航组
    -
    #iconzujian-daohangzu
    -
  • - -
  • - -
    组件-标题
    -
    #iconzujian-biaoti
    -
  • - -
  • - -
    组件-辅助空白
    -
    #iconzujian-fuzhukongbai
    -
  • - -
  • - -
    组件-图片魔方
    -
    #iconzujian-tupianmofang
    -
  • - -
  • - -
    组件-商品分类
    -
    #iconzujian-shangpinfenlei
    -
  • - -
  • - -
    组件-文章列表
    -
    #iconzujian-wenzhangliebiao
    -
  • - -
  • - -
    组件-商品列表
    -
    #iconzujian-shangpinliebiao
    -
  • - -
  • - -
    组件-轮播图
    -
    #iconzujian-lunbotu
    -
  • - -
  • - -
    组件-小程序直播
    -
    #iconzujian-xiaochengxuzhibo
    -
  • - -
  • - -
    组件-富文本
    -
    #iconzujian-fuwenben
    -
  • - -
  • - -
    组件-视频
    -
    #iconzujian-shipin
    -
  • - -
  • - -
    组件-搜索框
    -
    #iconzujian-sousuokuang
    -
  • - -
  • - -
    组件-种草社区
    -
    #iconzujian-zhongcaoshequ
    -
  • - -
  • - -
    组件-悬浮菜单
    -
    #iconzujian-xuanfucaidan
    -
  • - -
  • - -
    组件-秒杀
    -
    #iconzujian-miaosha
    -
  • - -
  • - -
    组件-优惠券
    -
    #iconzujian-youhuiquan
    -
  • - -
  • - -
    组件-新闻播报
    -
    #iconzujian-xinwenbobao
    -
  • - -
  • - -
    组件-选项卡
    -
    #iconzujian-xuanxiangka
    -
  • - -
  • - -
    组件-轮播搜索
    -
    #iconzujian-zuhezujian
    -
  • - -
  • - -
    组件-辅助线
    -
    #iconzujian-fuzhuxian
    -
  • - -
  • - -
    组件-底部菜单
    -
    #iconzujian-dibucaidan
    -
  • - -
  • - -
    待发货
    -
    #icondaifahuo2
    -
  • - -
  • - -
    待处理-用户反馈
    -
    #icondaichuli-yonghufankui
    -
  • - -
  • - -
    待退款
    -
    #icondaituikuan
    -
  • - -
  • - -
    待审核-提现
    -
    #icondaishenhe-tixian
    -
  • - -
  • - -
    待审核-商户入驻
    -
    #icondaishenhe-shanghuruzhu
    -
  • - -
  • - -
    待审核-社区内容
    -
    #icondaishenhe-shequneirong
    -
  • - -
  • - -
    警戒库存
    -
    #iconjingjiekucun
    -
  • - -
  • - -
    待审核-转账
    -
    #icondaishenhe-zhuanzhang
    -
  • - -
  • - -
    普通商品
    -
    #iconputongshangpin
    -
  • - -
  • - -
    售罄商品
    -
    #iconshouqingshangpin
    -
  • - -
  • - -
    待核销-分销礼包
    -
    #icondaihexiao-fenxiaolibao
    -
  • - -
  • - -
    待回复
    -
    #icondaihuifu
    -
  • - -
  • - -
    待开票
    -
    #icondaikaipiao
    -
  • - -
  • - -
    待核销
    -
    #icondaihexiao
    -
  • - -
  • - -
    在售商品
    -
    #iconzaishoushangpin
    -
  • - -
  • - -
    活动商品
    -
    #iconhuodongshangpin
    -
  • - -
  • - -
    系统设置
    -
    #iconxitongshezhi
    -
  • - -
  • - -
    用户管理
    -
    #iconyonghuguanli
    -
  • - -
  • - -
    商品
    -
    #iconshangpin
    -
  • - -
  • - -
    分销管理
    -
    #iconfenxiaoguanli
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan4
    -
  • - -
  • - -
    文章管理
    -
    #iconwenzhangguanli
    -
  • - -
  • - -
    订单管理
    -
    #icondingdanguanli
    -
  • - -
  • - -
    短信配置
    -
    #iconduanxinpeizhi
    -
  • - -
  • - -
    商业授权
    -
    #iconshangyeshouquan
    -
  • - -
  • - -
    微信支付
    -
    #iconweixinzhifu
    -
  • - -
  • - -
    支付宝
    -
    #iconzhifubao
    -
  • - -
  • - -
    宫格
    -
    #icongongge
    -
  • - -
  • - -
    列表
    -
    #iconliebiao
    -
  • - -
  • - -
    收银台-收银
    -
    #iconshouyintai-shouyin1
    -
  • - -
  • - -
    收银台-订单
    -
    #iconshouyintai-dingdan1
    -
  • - -
  • - -
    收银台-核销
    -
    #iconshouyintai-hexiao1
    -
  • - -
  • - -
    收银台-桌码
    -
    #iconshouyintai-zhuoma
    -
  • - -
  • - -
    收银台-退货
    -
    #iconshouyintai-tuihuo1
    -
  • - -
  • - -
    收银台-用户
    -
    #iconshouyintai-yonghu
    -
  • - -
  • - -
    收银台-挂单
    -
    #iconshouyintai-guadan1
    -
  • - -
  • - -
    收银台-充值
    -
    #iconshouyintai-chongzhi1
    -
  • - -
  • - -
    渠道码
    -
    #iconqudaoma
    -
  • - -
  • - -
    表单组件-多选框
    -
    #iconbiaodanzujian-duoxuankuang
    -
  • - -
  • - -
    表单组件-日期
    -
    #iconbiaodanzujian-riqi
    -
  • - -
  • - -
    表单组件-单选框
    -
    #iconbiaodanzujian-danxuankuang
    -
  • - -
  • - -
    表单组件-单行文本
    -
    #iconbiaodanzujian-danhangwenben
    -
  • - -
  • - -
    表单组件-日期范围
    -
    #iconbiaodanzujian-riqifanwei
    -
  • - -
  • - -
    表单组件-时间
    -
    #iconbiaodanzujian-shijian
    -
  • - -
  • - -
    表单组件-下拉框
    -
    #iconbiaodanzujian-xialakuang
    -
  • - -
  • - -
    表单组件-时间范围
    -
    #iconbiaodanzujian-shijianfanwei
    -
  • - -
  • - -
    表单组件-图片
    -
    #iconbiaodanzujian-tupian
    -
  • - -
  • - -
    表单组件-城市
    -
    #iconbiaodanzujian-chengshi
    -
  • - -
  • - -
    当前积分
    -
    #icondangqianjifen
    -
  • - -
  • - -
    累计积分
    -
    #iconleijijifen
    -
  • - -
  • - -
    发起人数
    -
    #iconfaqirenshu
    -
  • - -
  • - -
    剩余库存
    -
    #iconshengyukucun
    -
  • - -
  • - -
    推广人数
    -
    #icontuiguangrenshu
    -
  • - -
  • - -
    砍价成功
    -
    #iconkanjiachenggong
    -
  • - -
  • - -
    成团数
    -
    #iconchengtuanshu
    -
  • - -
  • - -
    参与人数
    -
    #iconcanyurenshu
    -
  • - -
  • - -
    下单人数
    -
    #iconxiadanrenshu
    -
  • - -
  • - -
    消耗积分
    -
    #iconxiaohaojifen
    -
  • - -
  • - -
    支付订单
    -
    #iconzhifudingdan
    -
  • - -
  • - -
    支付人数
    -
    #iconzhifurenshu
    -
  • - -
  • - -
    新人礼
    -
    #iconxinrenli2
    -
  • - -
  • - -
    会员激活
    -
    #iconhuiyuanjihuo
    -
  • - -
  • - -
    样式二
    -
    #iconyangshier
    -
  • - -
  • - -
    样式一
    -
    #iconyangshiyi
    -
  • - -
  • - -
    组合- banner
    -
    #icona-zuhe-banner1
    -
  • - -
  • - -
    组合组件
    -
    #icontupianmofang2
    -
  • - -
  • - -
    图片魔方
    -
    #iconshangpinfenlei1
    -
  • - -
  • - -
    配置引导
    -
    #iconpeizhiyindao1
    -
  • - -
  • - -
    余额充值
    -
    #iconyuechongzhi
    -
  • - -
  • - -
    优惠套餐
    -
    #iconyouhuitaocan
    -
  • - -
  • - -
    组合-分类
    -
    #iconzuhe-fenlei
    -
  • - -
  • - -
    配置引导
    -
    #iconpeizhiyindao
    -
  • - -
  • - -
    短视频
    -
    #iconduanshipin1
    -
  • - -
  • - -
    第n件n折
    -
    #icondinjiannzhe
    -
  • - -
  • - -
    活动背景图
    -
    #iconhuodongbeijingtu
    -
  • - -
  • - -
    积分商城
    -
    #iconjifenshangcheng
    -
  • - -
  • - -
    活动边框
    -
    #iconhuodongbiankuang
    -
  • - -
  • - -
    砍价活动
    -
    #iconkanjiahuodong
    -
  • - -
  • - -
    九宫格抽奖
    -
    #iconjiugonggechoujiang
    -
  • - -
  • - -
    满送活动
    -
    #iconmansonghuodong
    -
  • - -
  • - -
    满减满折
    -
    #iconmanjianmanzhe
    -
  • - -
  • - -
    每日签到
    -
    #iconmeiriqiandao
    -
  • - -
  • - -
    文章
    -
    #iconwenzhang
    -
  • - -
  • - -
    秒杀活动
    -
    #iconmiaoshahuodong
    -
  • - -
  • - -
    拼团活动
    -
    #iconpintuanhuodong
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan3
    -
  • - -
  • - -
    直播
    -
    #iconzhibo
    -
  • - -
  • - -
    限时折扣
    -
    #iconxianshizhekou
    -
  • - -
  • - -
    图片魔方
    -
    #icontupianmofang1
    -
  • - -
  • - -
    热卖排行
    -
    #iconremaipaihang
    -
  • - -
  • - -
    用户信息
    -
    #iconyonghuxinxi
    -
  • - -
  • - -
    视频样式2
    -
    #iconshipinyangshi2
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti3
    -
  • - -
  • - -
    视频样式1
    -
    #iconshipinyangshi1
    -
  • - -
  • - -
    定位1
    -
    #icondingwei1
    -
  • - -
  • - -
    搜索1
    -
    #iconsousuo11
    -
  • - -
  • - -
    手机
    -
    #iconshouji1
    -
  • - -
  • - -
    二维码
    -
    #iconerweima
    -
  • - -
  • - -
    搜索
    -
    #iconsousuo1
    -
  • - -
  • - -
    定位
    -
    #icondingwei
    -
  • - -
  • - -
    视频点赞-已点
    -
    #iconshipindianzan-yidian
    -
  • - -
  • - -
    视频点赞-未点
    -
    #iconshipindianzan-weidian
    -
  • - -
  • - -
    顶部导航
    -
    #icondingbudaohang
    -
  • - -
  • - -
    短视频
    -
    #iconduanshipin
    -
  • - -
  • - -
    新人礼
    -
    #iconxinrenli
    -
  • - -
  • - -
    购物车
    -
    #icongouwuche
    -
  • - -
  • - -
    分享
    -
    #iconfenxiang
    -
  • - -
  • - -
    砍价
    -
    #iconkanjia2
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan3
    -
  • - -
  • - -
    客服
    -
    #iconkefu2
    -
  • - -
  • - -
    收 藏
    -
    #icona-shoucang
    -
  • - -
  • - -
    门店
    -
    #iconmendian
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha3
    -
  • - -
  • - -
    退款订单量
    -
    #icontuikuandingdanliang
    -
  • - -
  • - -
    订单量
    -
    #icondingdanliang
    -
  • - -
  • - -
    订单金额
    -
    #icondingdanjine
    -
  • - -
  • - -
    退款金额
    -
    #icontuikuanjine
    -
  • - -
  • - -
    statis
    -
    #icontongji
    -
  • - -
  • - -
    表格1
    -
    #iconbiaoge1
    -
  • - -
  • - -
    返回
    -
    #iconfanhui1
    -
  • - -
  • - -
    pc-积分
    -
    #iconpc-jifen
    -
  • - -
  • - -
    pc-优惠券
    -
    #iconpc-youhuiquan
    -
  • - -
  • - -
    收银台
    -
    #iconshouyintai
    -
  • - -
  • - -
    -
    #iconjia
    -
  • - -
  • - -
    -
    #iconjian
    -
  • - -
  • - -
    crmeb2
    -
    #iconcrmeb1
    -
  • - -
  • - -
    左右
    -
    #iconzuoyou
    -
  • - -
  • - -
    上下
    -
    #iconshangxia
    -
  • - -
  • - -
    当前群成员
    -
    #icondangqianqunchengyuan
    -
  • - -
  • - -
    今日退群
    -
    #iconjinrituiqun
    -
  • - -
  • - -
    今日新增
    -
    #iconjinrixinzeng
    -
  • - -
  • - -
    累计退群
    -
    #iconleijituiqun
    -
  • - -
  • - -
    店铺街
    -
    #icondianpujie
    -
  • - -
  • - -
    图片
    -
    #icontupian4
    -
  • - -
  • - -
    收银台-微信、支付宝
    -
    #icona-shouyintai-weixinzhifubao
    -
  • - -
  • - -
    收银台-现金收款
    -
    #iconshouyintai-xianjinshoukuan
    -
  • - -
  • - -
    收银台-形状
    -
    #iconshouyintai-xingzhuang
    -
  • - -
  • - -
    收银台-刷新
    -
    #iconshouyintai-shuaxin
    -
  • - -
  • - -
    收银台-密码
    -
    #iconshouyintai-mima
    -
  • - -
  • - -
    收银台-企业微信
    -
    #iconshouyintai-qiyeweixin
    -
  • - -
  • - -
    收银台-店员
    -
    #iconshouyintai-dianyuan
    -
  • - -
  • - -
    收银台-清空
    -
    #iconshouyintai-qingkong
    -
  • - -
  • - -
    收银台-筛选
    -
    #iconshouyintai-shaixuan
    -
  • - -
  • - -
    收银台-微信
    -
    #iconshouyintai-weixin
    -
  • - -
  • - -
    收银台-账号
    -
    #iconshouyintai-zhanghao
    -
  • - -
  • - -
    收银台-眼睛
    -
    #iconshouyintai-yanjing
    -
  • - -
  • - -
    自定义菜单
    -
    #iconzidingyicaidan
    -
  • - -
  • - -
    富文本
    -
    #iconfuwenben3
    -
  • - -
  • - -
    种草社区
    -
    #iconzhongcaoshequ1
    -
  • - -
  • - -
    预售
    -
    #iconyushou1
    -
  • - -
  • - -
    小程序直播
    -
    #iconxiaochengxuzhibo3
    -
  • - -
  • - -
    关注公众号
    -
    #iconguanzhugongzhonghao2
    -
  • - -
  • - -
    专题
    -
    #iconzhuanti
    -
  • - -
  • - -
    辅助空白
    -
    #iconfuzhukongbai2
    -
  • - -
  • - -
    助力
    -
    #iconzhuli
    -
  • - -
  • - -
    搜索框
    -
    #iconsousuokuang
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha2
    -
  • - -
  • - -
    推荐组
    -
    #icontuijianzu
    -
  • - -
  • - -
    导航组
    -
    #icondaohangzu2
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan2
    -
  • - -
  • - -
    商品列表
    -
    #iconshangpinliebiao2
    -
  • - -
  • - -
    商品分类
    -
    #iconshangpinfenlei
    -
  • - -
  • - -
    新闻播报
    -
    #iconxinwenbobao2
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan2
    -
  • - -
  • - -
    辅助线
    -
    #iconfuzhuxian2
    -
  • - -
  • - -
    在线客服
    -
    #iconzaixiankefu
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti2
    -
  • - -
  • - -
    轮播图
    -
    #iconlunbotu
    -
  • - -
  • - -
    图片魔方
    -
    #icontupianmofang
    -
  • - -
  • - -
    版权
    -
    #iconbanquan
    -
  • - -
  • - -
    菜单收起
    -
    #iconcaidanshouqi
    -
  • - -
  • - -
    菜单展开
    -
    #iconcaidanzhankai
    -
  • - -
  • - -
    订单
    -
    #icondingdan
    -
  • - -
  • - -
    app
    -
    #iconapp
    -
  • - -
  • - -
    PC
    -
    #iconPC
    -
  • - -
  • - -
    小程序
    -
    #iconxiaochengxu
    -
  • - -
  • - -
    公众号
    -
    #icongongzhonghao
    -
  • - -
  • - -
    h5
    -
    #iconh5
    -
  • - -
  • - -
    视频
    -
    #iconshipin
    -
  • - -
  • - -
    切换会员
    -
    #iconqiehuanhuiyuan
    -
  • - -
  • - -
    挂单
    -
    #iconguadan
    -
  • - -
  • - -
    核销订单金额
    -
    #iconhexiaodingdanjine
    -
  • - -
  • - -
    门店订单金额
    -
    #iconmendiandingdanjine
    -
  • - -
  • - -
    门店成交用户数
    -
    #iconmendianchengjiaoyonghushu
    -
  • - -
  • - -
    付费会员金额
    -
    #iconfufeihuiyuanjine
    -
  • - -
  • - -
    收银订单金额
    -
    #iconshouyindingdanjine
    -
  • - -
  • - -
    门店新增用户数
    -
    #iconmendianxinzengyonghushu
    -
  • - -
  • - -
    会员卡激活数
    -
    #iconhuiyuankajihuoshu
    -
  • - -
  • - -
    新增用户数
    -
    #iconxinzengyonghushu1
    -
  • - -
  • - -
    分配订单金额
    -
    #iconfenpeidingdanjine
    -
  • - -
  • - -
    余额消耗金额
    -
    #iconyuexiaohaojine
    -
  • - -
  • - -
    二维码-新个人中心
    -
    #iconerweima-xingerenzhongxin
    -
  • - -
  • - -
    回删
    -
    #iconhuishan
    -
  • - -
  • - -
    商品数量-加
    -
    #iconshangpinshuliang-jia
    -
  • - -
  • - -
    商品数量-减
    -
    #iconshangpinshuliang-jian
    -
  • - -
  • - -
    图片广告
    -
    #icontupianguanggao1
    -
  • - -
  • - -
    搜素框
    -
    #iconsousukuang1
    -
  • - -
  • - -
    文章列表
    -
    #iconwenzhangliebiao1
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan1
    -
  • - -
  • - -
    商品列表
    -
    #iconshangpinliebiao1
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan1
    -
  • - -
  • - -
    小程序直播
    -
    #iconxiaochengxuzhibo1
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha1
    -
  • - -
  • - -
    新闻播报
    -
    #iconxinwenbobao1
    -
  • - -
  • - -
    导航组
    -
    #icondaohangzu1
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti1
    -
  • - -
  • - -
    分类导航
    -
    #iconfenleidaohang1
    -
  • - -
  • - -
    促销列表
    -
    #iconcuxiaoliebiao1
    -
  • - -
  • - -
    辅助空白
    -
    #iconfuzhukongbai1
    -
  • - -
  • - -
    活动魔方
    -
    #iconhuodongmofang1
    -
  • - -
  • - -
    关注公众号
    -
    #iconguanzhugongzhonghao1
    -
  • - -
  • - -
    砍价
    -
    #iconkanjia1
    -
  • - -
  • - -
    辅助线
    -
    #iconfuzhuxian1
    -
  • - -
  • - -
    客服
    -
    #iconkefu1
    -
  • - -
  • - -
    富文本
    -
    #iconfuwenben1
    -
  • - -
  • - -
    单图
    -
    #icondantu
    -
  • - -
  • - -
    拉伸
    -
    #iconlashen
    -
  • - -
  • - -
    平铺
    -
    #iconpingpu
    -
  • - -
  • - -
    售后-退款-蓝
    -
    #iconshouhou-tuikuan-lan
    -
  • - -
  • - -
    代付款-蓝
    -
    #icondaifukuan-lan
    -
  • - -
  • - -
    待收货-蓝
    -
    #icondaishouhuo-lan
    -
  • - -
  • - -
    待评价-蓝
    -
    #icondaipingjia-lan
    -
  • - -
  • - -
    待发货-蓝
    -
    #icondaifahuo-lan
    -
  • - -
  • - -
    待付款-橘
    -
    #icondaifukuan-ju
    -
  • - -
  • - -
    售后-退款-橘
    -
    #iconshouhou-tuikuan-ju
    -
  • - -
  • - -
    待收货-橘
    -
    #icondaishouhuo-ju
    -
  • - -
  • - -
    待评价-橘
    -
    #icondaipingjia-ju
    -
  • - -
  • - -
    待发货-橘
    -
    #icondaifahuo-ju
    -
  • - -
  • - -
    待评价-粉
    -
    #icondaipingjia-fen
    -
  • - -
  • - -
    待收货-粉
    -
    #icondaishouhuo-fen
    -
  • - -
  • - -
    代付款-粉
    -
    #icondaifukuan-fen
    -
  • - -
  • - -
    待发货-粉
    -
    #icondaifahuo-fen
    -
  • - -
  • - -
    售后:退款-粉
    -
    #icona-shouhoutuikuan-fen
    -
  • - -
  • - -
    待发货-绿
    -
    #icondaifahuo-lv
    -
  • - -
  • - -
    待收货-绿
    -
    #icondaishouhuo-lv
    -
  • - -
  • - -
    代付款-绿
    -
    #icondaifukuan-lv
    -
  • - -
  • - -
    待评价-绿
    -
    #icondaipingjia-lv
    -
  • - -
  • - -
    售后-退款-绿
    -
    #iconshouhou-tuikuan-lv
    -
  • - -
  • - -
    待付款
    -
    #icondaifukuan1
    -
  • - -
  • - -
    待评价
    -
    #icondaipingjia1
    -
  • - -
  • - -
    售后_退款
    -
    #iconshouhou_tuikuan
    -
  • - -
  • - -
    待发货
    -
    #icondaifahuo1
    -
  • - -
  • - -
    待收货
    -
    #icondaishouhuo1
    -
  • - -
  • - -
    设置
    -
    #iconshezhi
    -
  • - -
  • - -
    s-客服
    -
    #icons-kefu
    -
  • - -
  • - -
    多行
    -
    #iconduohang
    -
  • - -
  • - -
    4个
    -
    #icon4ge1
    -
  • - -
  • - -
    5个
    -
    #icon5ge1
    -
  • - -
  • - -
    大圆角
    -
    #icondayuanjiao
    -
  • - -
  • - -
    3个
    -
    #icon3ge1
    -
  • - -
  • - -
    单行
    -
    #icondanhang
    -
  • - -
  • - -
    左右图文
    -
    #iconzuoyoutuwen
    -
  • - -
  • - -
    样式8
    -
    #iconyangshi8
    -
  • - -
  • - -
    样式9
    -
    #iconyangshi9
    -
  • - -
  • - -
    样式1
    -
    #iconyangshi1
    -
  • - -
  • - -
    样式4
    -
    #iconyangshi4
    -
  • - -
  • - -
    样式5
    -
    #iconyangshi5
    -
  • - -
  • - -
    样式6
    -
    #iconyangshi6
    -
  • - -
  • - -
    样式2
    -
    #iconyangshi2
    -
  • - -
  • - -
    样式7
    -
    #iconyangshi7
    -
  • - -
  • - -
    样式3
    -
    #iconyangshi3
    -
  • - -
  • - -
    数字
    -
    #iconshuzi
    -
  • - -
  • - -
    禁用
    -
    #iconjinyong
    -
  • - -
  • - -
    4个
    -
    #icon4ge
    -
  • - -
  • - -
    3个
    -
    #icon3ge
    -
  • - -
  • - -
    5个
    -
    #icon5ge
    -
  • - -
  • - -
    2行
    -
    #icon2hang
    -
  • - -
  • - -
    3行
    -
    #icon3hang
    -
  • - -
  • - -
    4行
    -
    #icon4hang
    -
  • - -
  • - -
    下移
    -
    #iconxiayi
    -
  • - -
  • - -
    上移
    -
    #iconshangyi
    -
  • - -
  • - -
    删除
    -
    #iconshanchu2
    -
  • - -
  • - -
    复制
    -
    #iconfuzhi
    -
  • - -
  • - -
    最新
    -
    #iconzuixin
    -
  • - -
  • - -
    选中
    -
    #iconxuanzhong6
    -
  • - -
  • - -
    添加
    -
    #icontianjia
    -
  • - -
  • - -
    编辑
    -
    #iconbianji2
    -
  • - -
  • - -
    更多展开
    -
    #icongengduozhankai1
    -
  • - -
  • - -
    图片
    -
    #icontupian3
    -
  • - -
  • - -
    表情
    -
    #iconbiaoqing2
    -
  • - -
  • - -
    话术
    -
    #iconhuashu1
    -
  • - -
  • - -
    商品退款金额
    -
    #iconshangpintuikuanjine
    -
  • - -
  • - -
    交易金额
    -
    #iconjiaoyijine
    -
  • - -
  • - -
    余额支付金额
    -
    #iconyuezhifujine
    -
  • - -
  • - -
    支付佣金金额
    -
    #iconzhifuyongjinjine
    -
  • - -
  • - -
    线下收银金额
    -
    #iconxianxiashouyinjine
    -
  • - -
  • - -
    聊天
    -
    #iconliaotian
    -
  • - -
  • - -
    编辑 (1)
    -
    #iconbianji11
    -
  • - -
  • - -
    进入
    -
    #iconjinru
    -
  • - -
  • - -
    返回
    -
    #iconfanhui
    -
  • - -
  • - -
    更多
    -
    #icongengduo
    -
  • - -
  • - -
    发送
    -
    #iconfasong
    -
  • - -
  • - -
    -
    #iconcha1
    -
  • - -
  • - -
    密码
    -
    #iconmima
    -
  • - -
  • - -
    搜索
    -
    #iconsousuo
    -
  • - -
  • - -
    手机
    -
    #iconshouji
    -
  • - -
  • - -
    退出
    -
    #icontuichu
    -
  • - -
  • - -
    商品信息
    -
    #iconshangpinxinxi
    -
  • - -
  • - -
    账号
    -
    #iconzhanghao
    -
  • - -
  • - -
    表情
    -
    #iconbiaoqing
    -
  • - -
  • - -
    更多展开
    -
    #icongengduozhankai
    -
  • - -
  • - -
    话术
    -
    #iconhuashu
    -
  • - -
  • - -
    图片
    -
    #icontupian2
    -
  • - -
  • - -
    添加 (1) (1)
    -
    #icontianjia11
    -
  • - -
  • - -
    编辑 (1)
    -
    #iconbianji1
    -
  • - -
  • - -
    设置 (1)
    -
    #iconshezhi1
    -
  • - -
  • - -
    删除
    -
    #iconshanchu1
    -
  • - -
  • - -
    加号
    -
    #iconjiahao
    -
  • - -
  • - -
    -
    #iconcha
    -
  • - -
  • - -
    删除
    -
    #iconshanchu
    -
  • - -
  • - -
    编辑
    -
    #iconbianji
    -
  • - -
  • - -
    对号
    -
    #iconduihao
    -
  • - -
  • - -
    待评价
    -
    #icondaipingjia
    -
  • - -
  • - -
    待收货
    -
    #icondaishouhuo
    -
  • - -
  • - -
    售后-退款
    -
    #iconshouhou-tuikuan
    -
  • - -
  • - -
    待发货
    -
    #icondaifahuo
    -
  • - -
  • - -
    待付款
    -
    #icondaifukuan
    -
  • - -
  • - -
    转接
    -
    #iconzhuanjie
    -
  • - -
  • - -
    浏览器
    -
    #iconliulanqi
    -
  • - -
  • - -
    访客数
    -
    #iconfangkeshu
    -
  • - -
  • - -
    访问量
    -
    #iconfangwenliang
    -
  • - -
  • - -
    成交用户数
    -
    #iconchengjiaoyonghushu
    -
  • - -
  • - -
    充值件数
    -
    #iconchongzhijianshu
    -
  • - -
  • - -
    成本金额
    -
    #iconchengbenjine
    -
  • - -
  • - -
    付费会员数
    -
    #iconfufeihuiyuanshu
    -
  • - -
  • - -
    充值用户数
    -
    #iconchongzhiyonghushu
    -
  • - -
  • - -
    购买会员金额
    -
    #icongoumaihuiyuanjine
    -
  • - -
  • - -
    访客-支付转化率
    -
    #iconfangke-zhifuzhuanhuashuai
    -
  • - -
  • - -
    净增用户
    -
    #iconjingzengyonghu
    -
  • - -
  • - -
    客单价
    -
    #iconkedanjia
    -
  • - -
  • - -
    加购件数
    -
    #iconjiagoujianshu
    -
  • - -
  • - -
    累计充值用户
    -
    #iconleijichongzhiyonghu
    -
  • - -
  • - -
    累计成交用户
    -
    #iconleijichengjiaoyonghu
    -
  • - -
  • - -
    累计会员数
    -
    #iconleijihuiyuanshu
    -
  • - -
  • - -
    商品浏览量
    -
    #iconshangpinliulanliang
    -
  • - -
  • - -
    商品支付金额
    -
    #iconshangpinzhifujine
    -
  • - -
  • - -
    退款件数
    -
    #icontuikuanjianshu
    -
  • - -
  • - -
    累计关注用户
    -
    #iconleijiguanzhuyonghu
    -
  • - -
  • - -
    退款
    -
    #icontuikuan
    -
  • - -
  • - -
    下单件数
    -
    #iconxiadanjianshu
    -
  • - -
  • - -
    累计取关用户
    -
    #iconleijiquguanyonghu
    -
  • - -
  • - -
    累计用户
    -
    #iconleijiyonghu
    -
  • - -
  • - -
    新增取关用户
    -
    #iconxinzengquguanyonghu
    -
  • - -
  • - -
    商品访客数
    -
    #iconshangpinfangkeshu
    -
  • - -
  • - -
    新增用户数
    -
    #iconxinzengyonghushu
    -
  • - -
  • - -
    新增关注用户
    -
    #iconxinzengguanzhuyonghu
    -
  • - -
  • - -
    支付金额
    -
    #iconzhifujine
    -
  • - -
  • - -
    营业额
    -
    #iconyingyee
    -
  • - -
  • - -
    支付件数
    -
    #iconzhifujianshu
    -
  • - -
  • - -
    支出金额
    -
    #iconzhichujine
    -
  • - -
  • - -
    关机
    -
    #iconguanji
    -
  • - -
  • - -
    声音 静音 线性
    -
    #iconshengyinjingyinxianxing
    -
  • - -
  • - -
    声音
    -
    #iconshengyinyinliang
    -
  • - -
  • - -
    关闭
    -
    #iconguanbi5
    -
  • - -
  • - -
    图片
    -
    #icontupian1
    -
  • - -
  • - -
    表情
    -
    #iconbiaoqing1
    -
  • - -
  • - -
    账号密码
    -
    #iconzhanghaomima
    -
  • - -
  • - -
    二维码
    -
    #iconerweima2
    -
  • - -
  • - -
    矩形
    -
    #iconjuxing
    -
  • - -
  • - -
    自动选择
    -
    #iconzidongxuanze
    -
  • - -
  • - -
    手动选择
    -
    #iconshoudongxuanze
    -
  • - -
  • - -
    单列
    -
    #icondanlie
    -
  • - -
  • - -
    两列
    -
    #iconlianglie
    -
  • - -
  • - -
    三列
    -
    #iconsanlie
    -
  • - -
  • - -
    直播中
    -
    #iconzhibozhong
    -
  • - -
  • - -
    已结束
    -
    #iconyijieshu
    -
  • - -
  • - -
    未开始
    -
    #iconweikaishi
    -
  • - -
  • - -
    drag2
    -
    #icondrag2
    -
  • - -
  • - -
    banner_3~
    -
    #iconbanner_3
    -
  • - -
  • - -
    小程序直播
    -
    #iconxiaochengxuzhibo
    -
  • - -
  • - -
    Solid line
    -
    #iconSolidline
    -
  • - -
  • - -
    Dotted line
    -
    #iconDottedline
    -
  • - -
  • - -
    Dot line
    -
    #iconDotline
    -
  • - -
  • - -
    drop-down
    -
    #icondrop-down
    -
  • - -
  • - -
    Dot
    -
    #iconDot
    -
  • - -
  • - -
    Square point
    -
    #iconSquarepoint
    -
  • - -
  • - -
    del_2
    -
    #icondel_2
    -
  • - -
  • - -
    add to
    -
    #iconaddto
    -
  • - -
  • - -
    del_1
    -
    #icondel_1
    -
  • - -
  • - -
    drag
    -
    #icondrag
    -
  • - -
  • - -
    Comm_number
    -
    #iconComm_number
    -
  • - -
  • - -
    Comm_whole
    -
    #iconComm_whole
    -
  • - -
  • - -
    Comm_Price
    -
    #iconComm_Price
    -
  • - -
  • - -
    Pic_square
    -
    #iconPic_square
    -
  • - -
  • - -
    Pic_fillet
    -
    #iconPic_fillet
    -
  • - -
  • - -
    search_2
    -
    #iconsearch_2
    -
  • - -
  • - -
    search_1
    -
    #iconsearch_1
    -
  • - -
  • - -
    banner_2
    -
    #iconbanner_2
    -
  • - -
  • - -
    Pic_small
    -
    #iconPic_small
    -
  • - -
  • - -
    Pic_big
    -
    #iconPic_big
    -
  • - -
  • - -
    banner_1
    -
    #iconbanner_1
    -
  • - -
  • - -
    doc_skew
    -
    #icondoc_skew
    -
  • - -
  • - -
    doc_bold
    -
    #icondoc_bold
    -
  • - -
  • - -
    doc_general
    -
    #icondoc_general
    -
  • - -
  • - -
    five
    -
    #iconfive
    -
  • - -
  • - -
    Four
    -
    #iconFour
    -
  • - -
  • - -
    doc_center
    -
    #icondoc_center
    -
  • - -
  • - -
    doc_right
    -
    #icondoc_right
    -
  • - -
  • - -
    doc_left
    -
    #icondoc_left
    -
  • - -
  • - -
    图片
    -
    #icontupian
    -
  • - -
  • - -
    客服
    -
    #iconkefu
    -
  • - -
  • - -
    辅助线
    -
    #iconfuzhuxian
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti
    -
  • - -
  • - -
    导航组
    -
    #icondaohangzu
    -
  • - -
  • - -
    辅助空白
    -
    #iconfuzhukongbai
    -
  • - -
  • - -
    分类导航
    -
    #iconfenleidaohang
    -
  • - -
  • - -
    促销列表
    -
    #iconcuxiaoliebiao
    -
  • - -
  • - -
    砍价
    -
    #iconkanjia
    -
  • - -
  • - -
    关注公众号
    -
    #iconguanzhugongzhonghao
    -
  • - -
  • - -
    活动魔方
    -
    #iconhuodongmofang
    -
  • - -
  • - -
    富文本
    -
    #iconfuwenben
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha
    -
  • - -
  • - -
    商品列表
    -
    #iconshangpinliebiao
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan
    -
  • - -
  • - -
    搜素框
    -
    #iconsousukuang
    -
  • - -
  • - -
    图片广告
    -
    #icontupianguanggao
    -
  • - -
  • - -
    新闻播报
    -
    #iconxinwenbobao
    -
  • - -
  • - -
    文章列表
    -
    #iconwenzhangliebiao
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan
    -
  • - -
-
+
    + +
  • + +
    待发货-积分
    +
    #icondaifahuo-jifen
    +
  • + +
  • + +
    ic_fire
    +
    #iconic_fire
    +
  • + +
  • + +
    复选框-未选中
    +
    #iconfuxuankuang-weixuanzhong
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi1
    +
  • + +
  • + +
    操作-整体
    +
    #iconcaozuo-zhengti
    +
  • + +
  • + +
    操作-边角
    +
    #iconcaozuo-bianjiao
    +
  • + +
  • + +
    播放
    +
    #iconbofang
    +
  • + +
  • + +
    右上角
    +
    #iconyoushangjiao
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi
    +
  • + +
  • + +
    +
    #iconxia
    +
  • + +
  • + +
    形状结合
    +
    #iconxingzhuangjiehe
    +
  • + +
  • + +
    显示
    +
    #iconxianshi
    +
  • + +
  • + +
    完成
    +
    #iconwancheng
    +
  • + +
  • + +
    删除
    +
    #iconshanchu3
    +
  • + +
  • + +
    +
    #iconshang
    +
  • + +
  • + +
    加号
    +
    #iconjiahao1
    +
  • + +
  • + +
    复选框-选中
    +
    #iconfuxuankuang-xuanzhong
    +
  • + +
  • + +
    右下角
    +
    #iconyouxiajiao
    +
  • + +
  • + +
    隐藏
    +
    #iconyincang
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche1
    +
  • + +
  • + +
    +
    #iconyou
    +
  • + +
  • + +
    左上角
    +
    #iconzuoshangjiao
    +
  • + +
  • + +
    左下角
    +
    #iconzuoxiajiao
    +
  • + +
  • + +
    组件-公众号
    +
    #iconzujian-gongzhonghao
    +
  • + +
  • + +
    组件-拼团
    +
    #iconzujian-pintuan
    +
  • + +
  • + +
    组件-商品选项卡
    +
    #iconzujian-shangpinxuanxiangka
    +
  • + +
  • + +
    组件-签到
    +
    #iconzujian-qiandao
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    #iconzujian-xuanfuanniu
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka1
    +
  • + +
  • + +
    组件-积分商城
    +
    #iconzujian-jifenshangcheng
    +
  • + +
  • + +
    组件-砍价
    +
    #iconzujian-kanjia
    +
  • + +
  • + +
    组件-热区
    +
    #iconzujian-requ
    +
  • + +
  • + +
    组件-短视频
    +
    #iconzujian-duanshipin
    +
  • + +
  • + +
    组件-新人专享
    +
    #iconzujian-xinrenzhuanxiang
    +
  • + +
  • + +
    组件-排行榜
    +
    #iconzujian-paihangbang
    +
  • + +
  • + +
    组件-用户信息
    +
    #iconzujian-yonghuxinxi
    +
  • + +
  • + +
    组件-预售
    +
    #iconzujian-yushou
    +
  • + +
  • + +
    组件-店铺街
    +
    #iconzujian-dianpujie
    +
  • + +
  • + +
    组件-导航组
    +
    #iconzujian-daohangzu
    +
  • + +
  • + +
    组件-标题
    +
    #iconzujian-biaoti
    +
  • + +
  • + +
    组件-辅助空白
    +
    #iconzujian-fuzhukongbai
    +
  • + +
  • + +
    组件-图片魔方
    +
    #iconzujian-tupianmofang
    +
  • + +
  • + +
    组件-商品分类
    +
    #iconzujian-shangpinfenlei
    +
  • + +
  • + +
    组件-文章列表
    +
    #iconzujian-wenzhangliebiao
    +
  • + +
  • + +
    组件-商品列表
    +
    #iconzujian-shangpinliebiao
    +
  • + +
  • + +
    组件-轮播图
    +
    #iconzujian-lunbotu
    +
  • + +
  • + +
    组件-小程序直播
    +
    #iconzujian-xiaochengxuzhibo
    +
  • + +
  • + +
    组件-富文本
    +
    #iconzujian-fuwenben
    +
  • + +
  • + +
    组件-视频
    +
    #iconzujian-shipin
    +
  • + +
  • + +
    组件-搜索框
    +
    #iconzujian-sousuokuang
    +
  • + +
  • + +
    组件-种草社区
    +
    #iconzujian-zhongcaoshequ
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    #iconzujian-xuanfucaidan
    +
  • + +
  • + +
    组件-秒杀
    +
    #iconzujian-miaosha
    +
  • + +
  • + +
    组件-优惠券
    +
    #iconzujian-youhuiquan
    +
  • + +
  • + +
    组件-新闻播报
    +
    #iconzujian-xinwenbobao
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka
    +
  • + +
  • + +
    组件-轮播搜索
    +
    #iconzujian-zuhezujian
    +
  • + +
  • + +
    组件-辅助线
    +
    #iconzujian-fuzhuxian
    +
  • + +
  • + +
    组件-底部菜单
    +
    #iconzujian-dibucaidan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo2
    +
  • + +
  • + +
    待处理-用户反馈
    +
    #icondaichuli-yonghufankui
    +
  • + +
  • + +
    待退款
    +
    #icondaituikuan
    +
  • + +
  • + +
    待审核-提现
    +
    #icondaishenhe-tixian
    +
  • + +
  • + +
    待审核-商户入驻
    +
    #icondaishenhe-shanghuruzhu
    +
  • + +
  • + +
    待审核-社区内容
    +
    #icondaishenhe-shequneirong
    +
  • + +
  • + +
    警戒库存
    +
    #iconjingjiekucun
    +
  • + +
  • + +
    待审核-转账
    +
    #icondaishenhe-zhuanzhang
    +
  • + +
  • + +
    普通商品
    +
    #iconputongshangpin
    +
  • + +
  • + +
    售罄商品
    +
    #iconshouqingshangpin
    +
  • + +
  • + +
    待核销-服务礼包
    +
    #icondaihexiao-fenxiaolibao
    +
  • + +
  • + +
    待回复
    +
    #icondaihuifu
    +
  • + +
  • + +
    待开票
    +
    #icondaikaipiao
    +
  • + +
  • + +
    待核销
    +
    #icondaihexiao
    +
  • + +
  • + +
    在售商品
    +
    #iconzaishoushangpin
    +
  • + +
  • + +
    活动商品
    +
    #iconhuodongshangpin
    +
  • + +
  • + +
    系统设置
    +
    #iconxitongshezhi
    +
  • + +
  • + +
    用户管理
    +
    #iconyonghuguanli
    +
  • + +
  • + +
    商品
    +
    #iconshangpin
    +
  • + +
  • + +
    服务管理
    +
    #iconfenxiaoguanli
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan4
    +
  • + +
  • + +
    文章管理
    +
    #iconwenzhangguanli
    +
  • + +
  • + +
    订单管理
    +
    #icondingdanguanli
    +
  • + +
  • + +
    短信配置
    +
    #iconduanxinpeizhi
    +
  • + +
  • + +
    商业授权
    +
    #iconshangyeshouquan
    +
  • + +
  • + +
    微信支付
    +
    #iconweixinzhifu
    +
  • + +
  • + +
    支付宝
    +
    #iconzhifubao
    +
  • + +
  • + +
    宫格
    +
    #icongongge
    +
  • + +
  • + +
    列表
    +
    #iconliebiao
    +
  • + +
  • + +
    收银台-收银
    +
    #iconshouyintai-shouyin1
    +
  • + +
  • + +
    收银台-订单
    +
    #iconshouyintai-dingdan1
    +
  • + +
  • + +
    收银台-核销
    +
    #iconshouyintai-hexiao1
    +
  • + +
  • + +
    收银台-桌码
    +
    #iconshouyintai-zhuoma
    +
  • + +
  • + +
    收银台-退货
    +
    #iconshouyintai-tuihuo1
    +
  • + +
  • + +
    收银台-用户
    +
    #iconshouyintai-yonghu
    +
  • + +
  • + +
    收银台-挂单
    +
    #iconshouyintai-guadan1
    +
  • + +
  • + +
    收银台-充值
    +
    #iconshouyintai-chongzhi1
    +
  • + +
  • + +
    渠道码
    +
    #iconqudaoma
    +
  • + +
  • + +
    表单组件-多选框
    +
    #iconbiaodanzujian-duoxuankuang
    +
  • + +
  • + +
    表单组件-日期
    +
    #iconbiaodanzujian-riqi
    +
  • + +
  • + +
    表单组件-单选框
    +
    #iconbiaodanzujian-danxuankuang
    +
  • + +
  • + +
    表单组件-单行文本
    +
    #iconbiaodanzujian-danhangwenben
    +
  • + +
  • + +
    表单组件-日期范围
    +
    #iconbiaodanzujian-riqifanwei
    +
  • + +
  • + +
    表单组件-时间
    +
    #iconbiaodanzujian-shijian
    +
  • + +
  • + +
    表单组件-下拉框
    +
    #iconbiaodanzujian-xialakuang
    +
  • + +
  • + +
    表单组件-时间范围
    +
    #iconbiaodanzujian-shijianfanwei
    +
  • + +
  • + +
    表单组件-图片
    +
    #iconbiaodanzujian-tupian
    +
  • + +
  • + +
    表单组件-城市
    +
    #iconbiaodanzujian-chengshi
    +
  • + +
  • + +
    当前积分
    +
    #icondangqianjifen
    +
  • + +
  • + +
    累计积分
    +
    #iconleijijifen
    +
  • + +
  • + +
    发起人数
    +
    #iconfaqirenshu
    +
  • + +
  • + +
    剩余库存
    +
    #iconshengyukucun
    +
  • + +
  • + +
    邀请人数
    +
    #icontuiguangrenshu
    +
  • + +
  • + +
    砍价成功
    +
    #iconkanjiachenggong
    +
  • + +
  • + +
    成团数
    +
    #iconchengtuanshu
    +
  • + +
  • + +
    参与人数
    +
    #iconcanyurenshu
    +
  • + +
  • + +
    下单人数
    +
    #iconxiadanrenshu
    +
  • + +
  • + +
    消耗积分
    +
    #iconxiaohaojifen
    +
  • + +
  • + +
    支付订单
    +
    #iconzhifudingdan
    +
  • + +
  • + +
    支付人数
    +
    #iconzhifurenshu
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli2
    +
  • + +
  • + +
    会员激活
    +
    #iconhuiyuanjihuo
    +
  • + +
  • + +
    样式二
    +
    #iconyangshier
    +
  • + +
  • + +
    样式一
    +
    #iconyangshiyi
    +
  • + +
  • + +
    组合- banner
    +
    #icona-zuhe-banner1
    +
  • + +
  • + +
    组合组件
    +
    #icontupianmofang2
    +
  • + +
  • + +
    图片魔方
    +
    #iconshangpinfenlei1
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao1
    +
  • + +
  • + +
    余额充值
    +
    #iconyuechongzhi
    +
  • + +
  • + +
    优惠套餐
    +
    #iconyouhuitaocan
    +
  • + +
  • + +
    组合-分类
    +
    #iconzuhe-fenlei
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin1
    +
  • + +
  • + +
    第n件n折
    +
    #icondinjiannzhe
    +
  • + +
  • + +
    活动背景图
    +
    #iconhuodongbeijingtu
    +
  • + +
  • + +
    积分商城
    +
    #iconjifenshangcheng
    +
  • + +
  • + +
    活动边框
    +
    #iconhuodongbiankuang
    +
  • + +
  • + +
    砍价活动
    +
    #iconkanjiahuodong
    +
  • + +
  • + +
    九宫格抽奖
    +
    #iconjiugonggechoujiang
    +
  • + +
  • + +
    满送活动
    +
    #iconmansonghuodong
    +
  • + +
  • + +
    满减满折
    +
    #iconmanjianmanzhe
    +
  • + +
  • + +
    每日签到
    +
    #iconmeiriqiandao
    +
  • + +
  • + +
    文章
    +
    #iconwenzhang
    +
  • + +
  • + +
    秒杀活动
    +
    #iconmiaoshahuodong
    +
  • + +
  • + +
    拼团活动
    +
    #iconpintuanhuodong
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan3
    +
  • + +
  • + +
    直播
    +
    #iconzhibo
    +
  • + +
  • + +
    限时折扣
    +
    #iconxianshizhekou
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang1
    +
  • + +
  • + +
    热卖排行
    +
    #iconremaipaihang
    +
  • + +
  • + +
    用户信息
    +
    #iconyonghuxinxi
    +
  • + +
  • + +
    视频样式2
    +
    #iconshipinyangshi2
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti3
    +
  • + +
  • + +
    视频样式1
    +
    #iconshipinyangshi1
    +
  • + +
  • + +
    定位1
    +
    #icondingwei1
    +
  • + +
  • + +
    搜索1
    +
    #iconsousuo11
    +
  • + +
  • + +
    手机
    +
    #iconshouji1
    +
  • + +
  • + +
    二维码
    +
    #iconerweima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo1
    +
  • + +
  • + +
    定位
    +
    #icondingwei
    +
  • + +
  • + +
    视频点赞-已点
    +
    #iconshipindianzan-yidian
    +
  • + +
  • + +
    视频点赞-未点
    +
    #iconshipindianzan-weidian
    +
  • + +
  • + +
    顶部导航
    +
    #icondingbudaohang
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche
    +
  • + +
  • + +
    分享
    +
    #iconfenxiang
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan3
    +
  • + +
  • + +
    客服
    +
    #iconkefu2
    +
  • + +
  • + +
    收 藏
    +
    #icona-shoucang
    +
  • + +
  • + +
    门店
    +
    #iconmendian
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha3
    +
  • + +
  • + +
    退款订单量
    +
    #icontuikuandingdanliang
    +
  • + +
  • + +
    订单量
    +
    #icondingdanliang
    +
  • + +
  • + +
    订单金额
    +
    #icondingdanjine
    +
  • + +
  • + +
    退款金额
    +
    #icontuikuanjine
    +
  • + +
  • + +
    statis
    +
    #icontongji
    +
  • + +
  • + +
    表格1
    +
    #iconbiaoge1
    +
  • + +
  • + +
    返回
    +
    #iconfanhui1
    +
  • + +
  • + +
    pc-积分
    +
    #iconpc-jifen
    +
  • + +
  • + +
    pc-优惠券
    +
    #iconpc-youhuiquan
    +
  • + +
  • + +
    收银台
    +
    #iconshouyintai
    +
  • + +
  • + +
    +
    #iconjia
    +
  • + +
  • + +
    +
    #iconjian
    +
  • + +
  • + +
    crmeb2
    +
    #iconcrmeb1
    +
  • + +
  • + +
    左右
    +
    #iconzuoyou
    +
  • + +
  • + +
    上下
    +
    #iconshangxia
    +
  • + +
  • + +
    当前群成员
    +
    #icondangqianqunchengyuan
    +
  • + +
  • + +
    今日退群
    +
    #iconjinrituiqun
    +
  • + +
  • + +
    今日新增
    +
    #iconjinrixinzeng
    +
  • + +
  • + +
    累计退群
    +
    #iconleijituiqun
    +
  • + +
  • + +
    店铺街
    +
    #icondianpujie
    +
  • + +
  • + +
    图片
    +
    #icontupian4
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    #icona-shouyintai-weixinzhifubao
    +
  • + +
  • + +
    收银台-现金收款
    +
    #iconshouyintai-xianjinshoukuan
    +
  • + +
  • + +
    收银台-形状
    +
    #iconshouyintai-xingzhuang
    +
  • + +
  • + +
    收银台-刷新
    +
    #iconshouyintai-shuaxin
    +
  • + +
  • + +
    收银台-密码
    +
    #iconshouyintai-mima
    +
  • + +
  • + +
    收银台-企业微信
    +
    #iconshouyintai-qiyeweixin
    +
  • + +
  • + +
    收银台-店员
    +
    #iconshouyintai-dianyuan
    +
  • + +
  • + +
    收银台-清空
    +
    #iconshouyintai-qingkong
    +
  • + +
  • + +
    收银台-筛选
    +
    #iconshouyintai-shaixuan
    +
  • + +
  • + +
    收银台-微信
    +
    #iconshouyintai-weixin
    +
  • + +
  • + +
    收银台-账号
    +
    #iconshouyintai-zhanghao
    +
  • + +
  • + +
    收银台-眼睛
    +
    #iconshouyintai-yanjing
    +
  • + +
  • + +
    自定义菜单
    +
    #iconzidingyicaidan
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben3
    +
  • + +
  • + +
    种草社区
    +
    #iconzhongcaoshequ1
    +
  • + +
  • + +
    预售
    +
    #iconyushou1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo3
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao2
    +
  • + +
  • + +
    专题
    +
    #iconzhuanti
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai2
    +
  • + +
  • + +
    助力
    +
    #iconzhuli
    +
  • + +
  • + +
    搜索框
    +
    #iconsousuokuang
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha2
    +
  • + +
  • + +
    推荐组
    +
    #icontuijianzu
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan2
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao2
    +
  • + +
  • + +
    商品分类
    +
    #iconshangpinfenlei
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao2
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan2
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian2
    +
  • + +
  • + +
    在线客服
    +
    #iconzaixiankefu
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti2
    +
  • + +
  • + +
    轮播图
    +
    #iconlunbotu
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang
    +
  • + +
  • + +
    版权
    +
    #iconbanquan
    +
  • + +
  • + +
    菜单收起
    +
    #iconcaidanshouqi
    +
  • + +
  • + +
    菜单展开
    +
    #iconcaidanzhankai
    +
  • + +
  • + +
    订单
    +
    #icondingdan
    +
  • + +
  • + +
    app
    +
    #iconapp
    +
  • + +
  • + +
    PC
    +
    #iconPC
    +
  • + +
  • + +
    小程序
    +
    #iconxiaochengxu
    +
  • + +
  • + +
    公众号
    +
    #icongongzhonghao
    +
  • + +
  • + +
    h5
    +
    #iconh5
    +
  • + +
  • + +
    视频
    +
    #iconshipin
    +
  • + +
  • + +
    切换会员
    +
    #iconqiehuanhuiyuan
    +
  • + +
  • + +
    挂单
    +
    #iconguadan
    +
  • + +
  • + +
    核销订单金额
    +
    #iconhexiaodingdanjine
    +
  • + +
  • + +
    门店订单金额
    +
    #iconmendiandingdanjine
    +
  • + +
  • + +
    门店成交用户数
    +
    #iconmendianchengjiaoyonghushu
    +
  • + +
  • + +
    付费会员金额
    +
    #iconfufeihuiyuanjine
    +
  • + +
  • + +
    收银订单金额
    +
    #iconshouyindingdanjine
    +
  • + +
  • + +
    门店新增用户数
    +
    #iconmendianxinzengyonghushu
    +
  • + +
  • + +
    会员卡激活数
    +
    #iconhuiyuankajihuoshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu1
    +
  • + +
  • + +
    分配订单金额
    +
    #iconfenpeidingdanjine
    +
  • + +
  • + +
    余额消耗金额
    +
    #iconyuexiaohaojine
    +
  • + +
  • + +
    二维码-新个人中心
    +
    #iconerweima-xingerenzhongxin
    +
  • + +
  • + +
    回删
    +
    #iconhuishan
    +
  • + +
  • + +
    商品数量-加
    +
    #iconshangpinshuliang-jia
    +
  • + +
  • + +
    商品数量-减
    +
    #iconshangpinshuliang-jian
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao1
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang1
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao1
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan1
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao1
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo1
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha1
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao1
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu1
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti1
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang1
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao1
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai1
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang1
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao1
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia1
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian1
    +
  • + +
  • + +
    客服
    +
    #iconkefu1
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben1
    +
  • + +
  • + +
    单图
    +
    #icondantu
    +
  • + +
  • + +
    拉伸
    +
    #iconlashen
    +
  • + +
  • + +
    平铺
    +
    #iconpingpu
    +
  • + +
  • + +
    售后-退款-蓝
    +
    #iconshouhou-tuikuan-lan
    +
  • + +
  • + +
    代付款-蓝
    +
    #icondaifukuan-lan
    +
  • + +
  • + +
    待收货-蓝
    +
    #icondaishouhuo-lan
    +
  • + +
  • + +
    待评价-蓝
    +
    #icondaipingjia-lan
    +
  • + +
  • + +
    待发货-蓝
    +
    #icondaifahuo-lan
    +
  • + +
  • + +
    待付款-橘
    +
    #icondaifukuan-ju
    +
  • + +
  • + +
    售后-退款-橘
    +
    #iconshouhou-tuikuan-ju
    +
  • + +
  • + +
    待收货-橘
    +
    #icondaishouhuo-ju
    +
  • + +
  • + +
    待评价-橘
    +
    #icondaipingjia-ju
    +
  • + +
  • + +
    待发货-橘
    +
    #icondaifahuo-ju
    +
  • + +
  • + +
    待评价-粉
    +
    #icondaipingjia-fen
    +
  • + +
  • + +
    待收货-粉
    +
    #icondaishouhuo-fen
    +
  • + +
  • + +
    代付款-粉
    +
    #icondaifukuan-fen
    +
  • + +
  • + +
    待发货-粉
    +
    #icondaifahuo-fen
    +
  • + +
  • + +
    售后:退款-粉
    +
    #icona-shouhoutuikuan-fen
    +
  • + +
  • + +
    待发货-绿
    +
    #icondaifahuo-lv
    +
  • + +
  • + +
    待收货-绿
    +
    #icondaishouhuo-lv
    +
  • + +
  • + +
    代付款-绿
    +
    #icondaifukuan-lv
    +
  • + +
  • + +
    待评价-绿
    +
    #icondaipingjia-lv
    +
  • + +
  • + +
    售后-退款-绿
    +
    #iconshouhou-tuikuan-lv
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan1
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia1
    +
  • + +
  • + +
    售后_退款
    +
    #iconshouhou_tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo1
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo1
    +
  • + +
  • + +
    设置
    +
    #iconshezhi
    +
  • + +
  • + +
    s-客服
    +
    #icons-kefu
    +
  • + +
  • + +
    多行
    +
    #iconduohang
    +
  • + +
  • + +
    4个
    +
    #icon4ge1
    +
  • + +
  • + +
    5个
    +
    #icon5ge1
    +
  • + +
  • + +
    大圆角
    +
    #icondayuanjiao
    +
  • + +
  • + +
    3个
    +
    #icon3ge1
    +
  • + +
  • + +
    单行
    +
    #icondanhang
    +
  • + +
  • + +
    左右图文
    +
    #iconzuoyoutuwen
    +
  • + +
  • + +
    样式8
    +
    #iconyangshi8
    +
  • + +
  • + +
    样式9
    +
    #iconyangshi9
    +
  • + +
  • + +
    样式1
    +
    #iconyangshi1
    +
  • + +
  • + +
    样式4
    +
    #iconyangshi4
    +
  • + +
  • + +
    样式5
    +
    #iconyangshi5
    +
  • + +
  • + +
    样式6
    +
    #iconyangshi6
    +
  • + +
  • + +
    样式2
    +
    #iconyangshi2
    +
  • + +
  • + +
    样式7
    +
    #iconyangshi7
    +
  • + +
  • + +
    样式3
    +
    #iconyangshi3
    +
  • + +
  • + +
    数字
    +
    #iconshuzi
    +
  • + +
  • + +
    禁用
    +
    #iconjinyong
    +
  • + +
  • + +
    4个
    +
    #icon4ge
    +
  • + +
  • + +
    3个
    +
    #icon3ge
    +
  • + +
  • + +
    5个
    +
    #icon5ge
    +
  • + +
  • + +
    2行
    +
    #icon2hang
    +
  • + +
  • + +
    3行
    +
    #icon3hang
    +
  • + +
  • + +
    4行
    +
    #icon4hang
    +
  • + +
  • + +
    下移
    +
    #iconxiayi
    +
  • + +
  • + +
    上移
    +
    #iconshangyi
    +
  • + +
  • + +
    删除
    +
    #iconshanchu2
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi
    +
  • + +
  • + +
    最新
    +
    #iconzuixin
    +
  • + +
  • + +
    选中
    +
    #iconxuanzhong6
    +
  • + +
  • + +
    添加
    +
    #icontianjia
    +
  • + +
  • + +
    编辑
    +
    #iconbianji2
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai1
    +
  • + +
  • + +
    图片
    +
    #icontupian3
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing2
    +
  • + +
  • + +
    话术
    +
    #iconhuashu1
    +
  • + +
  • + +
    商品退款金额
    +
    #iconshangpintuikuanjine
    +
  • + +
  • + +
    交易金额
    +
    #iconjiaoyijine
    +
  • + +
  • + +
    余额支付金额
    +
    #iconyuezhifujine
    +
  • + +
  • + +
    支付佣金金额
    +
    #iconzhifuyongjinjine
    +
  • + +
  • + +
    线下收银金额
    +
    #iconxianxiashouyinjine
    +
  • + +
  • + +
    聊天
    +
    #iconliaotian
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji11
    +
  • + +
  • + +
    进入
    +
    #iconjinru
    +
  • + +
  • + +
    返回
    +
    #iconfanhui
    +
  • + +
  • + +
    更多
    +
    #icongengduo
    +
  • + +
  • + +
    发送
    +
    #iconfasong
    +
  • + +
  • + +
    +
    #iconcha1
    +
  • + +
  • + +
    密码
    +
    #iconmima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo
    +
  • + +
  • + +
    手机
    +
    #iconshouji
    +
  • + +
  • + +
    退出
    +
    #icontuichu
    +
  • + +
  • + +
    商品信息
    +
    #iconshangpinxinxi
    +
  • + +
  • + +
    账号
    +
    #iconzhanghao
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai
    +
  • + +
  • + +
    话术
    +
    #iconhuashu
    +
  • + +
  • + +
    图片
    +
    #icontupian2
    +
  • + +
  • + +
    添加 (1) (1)
    +
    #icontianjia11
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji1
    +
  • + +
  • + +
    设置 (1)
    +
    #iconshezhi1
    +
  • + +
  • + +
    删除
    +
    #iconshanchu1
    +
  • + +
  • + +
    加号
    +
    #iconjiahao
    +
  • + +
  • + +
    +
    #iconcha
    +
  • + +
  • + +
    删除
    +
    #iconshanchu
    +
  • + +
  • + +
    编辑
    +
    #iconbianji
    +
  • + +
  • + +
    对号
    +
    #iconduihao
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo
    +
  • + +
  • + +
    售后-退款
    +
    #iconshouhou-tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan
    +
  • + +
  • + +
    转接
    +
    #iconzhuanjie
    +
  • + +
  • + +
    浏览器
    +
    #iconliulanqi
    +
  • + +
  • + +
    访客数
    +
    #iconfangkeshu
    +
  • + +
  • + +
    访问量
    +
    #iconfangwenliang
    +
  • + +
  • + +
    成交用户数
    +
    #iconchengjiaoyonghushu
    +
  • + +
  • + +
    充值件数
    +
    #iconchongzhijianshu
    +
  • + +
  • + +
    成本金额
    +
    #iconchengbenjine
    +
  • + +
  • + +
    付费会员数
    +
    #iconfufeihuiyuanshu
    +
  • + +
  • + +
    充值用户数
    +
    #iconchongzhiyonghushu
    +
  • + +
  • + +
    购买会员金额
    +
    #icongoumaihuiyuanjine
    +
  • + +
  • + +
    访客-支付转化率
    +
    #iconfangke-zhifuzhuanhuashuai
    +
  • + +
  • + +
    净增用户
    +
    #iconjingzengyonghu
    +
  • + +
  • + +
    客单价
    +
    #iconkedanjia
    +
  • + +
  • + +
    加购件数
    +
    #iconjiagoujianshu
    +
  • + +
  • + +
    累计充值用户
    +
    #iconleijichongzhiyonghu
    +
  • + +
  • + +
    累计成交用户
    +
    #iconleijichengjiaoyonghu
    +
  • + +
  • + +
    累计会员数
    +
    #iconleijihuiyuanshu
    +
  • + +
  • + +
    商品浏览量
    +
    #iconshangpinliulanliang
    +
  • + +
  • + +
    商品支付金额
    +
    #iconshangpinzhifujine
    +
  • + +
  • + +
    退款件数
    +
    #icontuikuanjianshu
    +
  • + +
  • + +
    累计关注用户
    +
    #iconleijiguanzhuyonghu
    +
  • + +
  • + +
    退款
    +
    #icontuikuan
    +
  • + +
  • + +
    下单件数
    +
    #iconxiadanjianshu
    +
  • + +
  • + +
    累计取关用户
    +
    #iconleijiquguanyonghu
    +
  • + +
  • + +
    累计用户
    +
    #iconleijiyonghu
    +
  • + +
  • + +
    新增取关用户
    +
    #iconxinzengquguanyonghu
    +
  • + +
  • + +
    商品访客数
    +
    #iconshangpinfangkeshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu
    +
  • + +
  • + +
    新增关注用户
    +
    #iconxinzengguanzhuyonghu
    +
  • + +
  • + +
    支付金额
    +
    #iconzhifujine
    +
  • + +
  • + +
    营业额
    +
    #iconyingyee
    +
  • + +
  • + +
    支付件数
    +
    #iconzhifujianshu
    +
  • + +
  • + +
    支出金额
    +
    #iconzhichujine
    +
  • + +
  • + +
    关机
    +
    #iconguanji
    +
  • + +
  • + +
    声音 静音 线性
    +
    #iconshengyinjingyinxianxing
    +
  • + +
  • + +
    声音
    +
    #iconshengyinyinliang
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi5
    +
  • + +
  • + +
    图片
    +
    #icontupian1
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing1
    +
  • + +
  • + +
    账号密码
    +
    #iconzhanghaomima
    +
  • + +
  • + +
    二维码
    +
    #iconerweima2
    +
  • + +
  • + +
    矩形
    +
    #iconjuxing
    +
  • + +
  • + +
    自动选择
    +
    #iconzidongxuanze
    +
  • + +
  • + +
    手动选择
    +
    #iconshoudongxuanze
    +
  • + +
  • + +
    单列
    +
    #icondanlie
    +
  • + +
  • + +
    两列
    +
    #iconlianglie
    +
  • + +
  • + +
    三列
    +
    #iconsanlie
    +
  • + +
  • + +
    直播中
    +
    #iconzhibozhong
    +
  • + +
  • + +
    已结束
    +
    #iconyijieshu
    +
  • + +
  • + +
    未开始
    +
    #iconweikaishi
    +
  • + +
  • + +
    drag2
    +
    #icondrag2
    +
  • + +
  • + +
    banner_3~
    +
    #iconbanner_3
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo
    +
  • + +
  • + +
    Solid line
    +
    #iconSolidline
    +
  • + +
  • + +
    Dotted line
    +
    #iconDottedline
    +
  • + +
  • + +
    Dot line
    +
    #iconDotline
    +
  • + +
  • + +
    drop-down
    +
    #icondrop-down
    +
  • + +
  • + +
    Dot
    +
    #iconDot
    +
  • + +
  • + +
    Square point
    +
    #iconSquarepoint
    +
  • + +
  • + +
    del_2
    +
    #icondel_2
    +
  • + +
  • + +
    add to
    +
    #iconaddto
    +
  • + +
  • + +
    del_1
    +
    #icondel_1
    +
  • + +
  • + +
    drag
    +
    #icondrag
    +
  • + +
  • + +
    Comm_number
    +
    #iconComm_number
    +
  • + +
  • + +
    Comm_whole
    +
    #iconComm_whole
    +
  • + +
  • + +
    Comm_Price
    +
    #iconComm_Price
    +
  • + +
  • + +
    Pic_square
    +
    #iconPic_square
    +
  • + +
  • + +
    Pic_fillet
    +
    #iconPic_fillet
    +
  • + +
  • + +
    search_2
    +
    #iconsearch_2
    +
  • + +
  • + +
    search_1
    +
    #iconsearch_1
    +
  • + +
  • + +
    banner_2
    +
    #iconbanner_2
    +
  • + +
  • + +
    Pic_small
    +
    #iconPic_small
    +
  • + +
  • + +
    Pic_big
    +
    #iconPic_big
    +
  • + +
  • + +
    banner_1
    +
    #iconbanner_1
    +
  • + +
  • + +
    doc_skew
    +
    #icondoc_skew
    +
  • + +
  • + +
    doc_bold
    +
    #icondoc_bold
    +
  • + +
  • + +
    doc_general
    +
    #icondoc_general
    +
  • + +
  • + +
    five
    +
    #iconfive
    +
  • + +
  • + +
    Four
    +
    #iconFour
    +
  • + +
  • + +
    doc_center
    +
    #icondoc_center
    +
  • + +
  • + +
    doc_right
    +
    #icondoc_right
    +
  • + +
  • + +
    doc_left
    +
    #icondoc_left
    +
  • + +
  • + +
    图片
    +
    #icontupian
    +
  • + +
  • + +
    客服
    +
    #iconkefu
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan
    +
  • + +
+

Symbol 引用


@@ -11136,10 +11142,10 @@

使用步骤如下:

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

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

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

-
<style>
+          
<style>
 .icon {
   width: 1em;
   height: 1em;
@@ -11150,17 +11156,17 @@
 </style>
 

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

-
<svg class="icon" aria-hidden="true">
+          
<svg class="icon" aria-hidden="true">
   <use xlink:href="#icon-xxx"></use>
 </svg>
 
-
+
- + + \ No newline at end of file diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html b/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html index 64982a5..dd8beb4 100644 --- a/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/demo_index.html @@ -1,10 +1,13 @@ + - + iconfont Demo - - + + @@ -34,2896 +37,2899 @@ } +

- - -

+ + +
-
    - -
  • - -
    待发货-积分
    -
    &#xe78c;
    -
  • - -
  • - -
    ic_fire
    -
    &#xe78b;
    -
  • - -
  • - -
    复选框-未选中
    -
    &#xe78f;
    -
  • - -
  • - -
    复制
    -
    &#xe787;
    -
  • - -
  • - -
    操作-整体
    -
    &#xe788;
    -
  • - -
  • - -
    操作-边角
    -
    &#xe789;
    -
  • - -
  • - -
    播放
    -
    &#xe78a;
    -
  • - -
  • - -
    右上角
    -
    &#xe77d;
    -
  • - -
  • - -
    关闭
    -
    &#xe77e;
    -
  • - -
  • - -
    -
    &#xe77f;
    -
  • - -
  • - -
    形状结合
    -
    &#xe780;
    -
  • - -
  • - -
    显示
    -
    &#xe781;
    -
  • - -
  • - -
    完成
    -
    &#xe782;
    -
  • - -
  • - -
    删除
    -
    &#xe783;
    -
  • - -
  • - -
    -
    &#xe784;
    -
  • - -
  • - -
    加号
    -
    &#xe785;
    -
  • - -
  • - -
    复选框-选中
    -
    &#xe786;
    -
  • - -
  • - -
    右下角
    -
    &#xe75a;
    -
  • - -
  • - -
    隐藏
    -
    &#xe76f;
    -
  • - -
  • - -
    购物车
    -
    &#xe779;
    -
  • - -
  • - -
    -
    &#xe77a;
    -
  • - -
  • - -
    左上角
    -
    &#xe77b;
    -
  • - -
  • - -
    左下角
    -
    &#xe77c;
    -
  • - -
  • - -
    组件-公众号
    -
    &#xe759;
    -
  • - -
  • - -
    组件-拼团
    -
    &#xe770;
    -
  • - -
  • - -
    组件-商品选项卡
    -
    &#xe771;
    -
  • - -
  • - -
    组件-签到
    -
    &#xe772;
    -
  • - -
  • - -
    组件-悬浮按钮
    -
    &#xe773;
    -
  • - -
  • - -
    组件-选项卡
    -
    &#xe774;
    -
  • - -
  • - -
    组件-积分商城
    -
    &#xe775;
    -
  • - -
  • - -
    组件-砍价
    -
    &#xe776;
    -
  • - -
  • - -
    组件-热区
    -
    &#xe777;
    -
  • - -
  • - -
    组件-短视频
    -
    &#xe778;
    -
  • - -
  • - -
    组件-新人专享
    -
    &#xe755;
    -
  • - -
  • - -
    组件-排行榜
    -
    &#xe76a;
    -
  • - -
  • - -
    组件-用户信息
    -
    &#xe76b;
    -
  • - -
  • - -
    组件-预售
    -
    &#xe76e;
    -
  • - -
  • - -
    组件-店铺街
    -
    &#xe735;
    -
  • - -
  • - -
    组件-导航组
    -
    &#xe736;
    -
  • - -
  • - -
    组件-标题
    -
    &#xe737;
    -
  • - -
  • - -
    组件-辅助空白
    -
    &#xe738;
    -
  • - -
  • - -
    组件-图片魔方
    -
    &#xe73a;
    -
  • - -
  • - -
    组件-商品分类
    -
    &#xe745;
    -
  • - -
  • - -
    组件-文章列表
    -
    &#xe746;
    -
  • - -
  • - -
    组件-商品列表
    -
    &#xe747;
    -
  • - -
  • - -
    组件-轮播图
    -
    &#xe748;
    -
  • - -
  • - -
    组件-小程序直播
    -
    &#xe749;
    -
  • - -
  • - -
    组件-富文本
    -
    &#xe74a;
    -
  • - -
  • - -
    组件-视频
    -
    &#xe74b;
    -
  • - -
  • - -
    组件-搜索框
    -
    &#xe74c;
    -
  • - -
  • - -
    组件-种草社区
    -
    &#xe74d;
    -
  • - -
  • - -
    组件-悬浮菜单
    -
    &#xe74e;
    -
  • - -
  • - -
    组件-秒杀
    -
    &#xe74f;
    -
  • - -
  • - -
    组件-优惠券
    -
    &#xe750;
    -
  • - -
  • - -
    组件-新闻播报
    -
    &#xe751;
    -
  • - -
  • - -
    组件-选项卡
    -
    &#xe752;
    -
  • - -
  • - -
    组件-轮播搜索
    -
    &#xe753;
    -
  • - -
  • - -
    组件-辅助线
    -
    &#xe754;
    -
  • - -
  • - -
    组件-底部菜单
    -
    &#xe734;
    -
  • - -
  • - -
    待发货
    -
    &#xe732;
    -
  • - -
  • - -
    待处理-用户反馈
    -
    &#xe733;
    -
  • - -
  • - -
    待退款
    -
    &#xe726;
    -
  • - -
  • - -
    待审核-提现
    -
    &#xe727;
    -
  • - -
  • - -
    待审核-商户入驻
    -
    &#xe728;
    -
  • - -
  • - -
    待审核-社区内容
    -
    &#xe729;
    -
  • - -
  • - -
    警戒库存
    -
    &#xe72a;
    -
  • - -
  • - -
    待审核-转账
    -
    &#xe72b;
    -
  • - -
  • - -
    普通商品
    -
    &#xe72c;
    -
  • - -
  • - -
    售罄商品
    -
    &#xe72d;
    -
  • - -
  • - -
    待核销-分销礼包
    -
    &#xe72e;
    -
  • - -
  • - -
    待回复
    -
    &#xe72f;
    -
  • - -
  • - -
    待开票
    -
    &#xe730;
    -
  • - -
  • - -
    待核销
    -
    &#xe731;
    -
  • - -
  • - -
    在售商品
    -
    &#xe724;
    -
  • - -
  • - -
    活动商品
    -
    &#xe725;
    -
  • - -
  • - -
    系统设置
    -
    &#xe71e;
    -
  • - -
  • - -
    用户管理
    -
    &#xe71f;
    -
  • - -
  • - -
    商品
    -
    &#xe720;
    -
  • - -
  • - -
    分销管理
    -
    &#xe721;
    -
  • - -
  • - -
    优惠券
    -
    &#xe722;
    -
  • - -
  • - -
    文章管理
    -
    &#xe723;
    -
  • - -
  • - -
    订单管理
    -
    &#xe71c;
    -
  • - -
  • - -
    短信配置
    -
    &#xe71d;
    -
  • - -
  • - -
    商业授权
    -
    &#xe71b;
    -
  • - -
  • - -
    微信支付
    -
    &#xe719;
    -
  • - -
  • - -
    支付宝
    -
    &#xe71a;
    -
  • - -
  • - -
    宫格
    -
    &#xe718;
    -
  • - -
  • - -
    列表
    -
    &#xe717;
    -
  • - -
  • - -
    收银台-收银
    -
    &#xe707;
    -
  • - -
  • - -
    收银台-订单
    -
    &#xe708;
    -
  • - -
  • - -
    收银台-核销
    -
    &#xe709;
    -
  • - -
  • - -
    收银台-桌码
    -
    &#xe711;
    -
  • - -
  • - -
    收银台-退货
    -
    &#xe712;
    -
  • - -
  • - -
    收银台-用户
    -
    &#xe713;
    -
  • - -
  • - -
    收银台-挂单
    -
    &#xe714;
    -
  • - -
  • - -
    收银台-充值
    -
    &#xe716;
    -
  • - -
  • - -
    渠道码
    -
    &#xe6da;
    -
  • - -
  • - -
    表单组件-多选框
    -
    &#xe6c9;
    -
  • - -
  • - -
    表单组件-日期
    -
    &#xe6ca;
    -
  • - -
  • - -
    表单组件-单选框
    -
    &#xe6cb;
    -
  • - -
  • - -
    表单组件-单行文本
    -
    &#xe6cc;
    -
  • - -
  • - -
    表单组件-日期范围
    -
    &#xe6cd;
    -
  • - -
  • - -
    表单组件-时间
    -
    &#xe6ce;
    -
  • - -
  • - -
    表单组件-下拉框
    -
    &#xe6cf;
    -
  • - -
  • - -
    表单组件-时间范围
    -
    &#xe6d0;
    -
  • - -
  • - -
    表单组件-图片
    -
    &#xe6d1;
    -
  • - -
  • - -
    表单组件-城市
    -
    &#xe6d2;
    -
  • - -
  • - -
    当前积分
    -
    &#xe6bb;
    -
  • - -
  • - -
    累计积分
    -
    &#xe6be;
    -
  • - -
  • - -
    发起人数
    -
    &#xe6bf;
    -
  • - -
  • - -
    剩余库存
    -
    &#xe6c0;
    -
  • - -
  • - -
    推广人数
    -
    &#xe6c1;
    -
  • - -
  • - -
    砍价成功
    -
    &#xe6c2;
    -
  • - -
  • - -
    成团数
    -
    &#xe6c3;
    -
  • - -
  • - -
    参与人数
    -
    &#xe6c4;
    -
  • - -
  • - -
    下单人数
    -
    &#xe6c5;
    -
  • - -
  • - -
    消耗积分
    -
    &#xe6c6;
    -
  • - -
  • - -
    支付订单
    -
    &#xe6c7;
    -
  • - -
  • - -
    支付人数
    -
    &#xe6c8;
    -
  • - -
  • - -
    新人礼
    -
    &#xe6bd;
    -
  • - -
  • - -
    会员激活
    -
    &#xe6bc;
    -
  • - -
  • - -
    样式二
    -
    &#xe69c;
    -
  • - -
  • - -
    样式一
    -
    &#xe69d;
    -
  • - -
  • - -
    组合- banner
    -
    &#xe8fe;
    -
  • - -
  • - -
    组合组件
    -
    &#xe8fb;
    -
  • - -
  • - -
    图片魔方
    -
    &#xe8fc;
    -
  • - -
  • - -
    配置引导
    -
    &#xe8f8;
    -
  • - -
  • - -
    余额充值
    -
    &#xe8f5;
    -
  • - -
  • - -
    优惠套餐
    -
    &#xe8f6;
    -
  • - -
  • - -
    组合-分类
    -
    &#xe8ea;
    -
  • - -
  • - -
    配置引导
    -
    &#xe8e9;
    -
  • - -
  • - -
    短视频
    -
    &#xe8d9;
    -
  • - -
  • - -
    第n件n折
    -
    &#xe8da;
    -
  • - -
  • - -
    活动背景图
    -
    &#xe8db;
    -
  • - -
  • - -
    积分商城
    -
    &#xe8dc;
    -
  • - -
  • - -
    活动边框
    -
    &#xe8dd;
    -
  • - -
  • - -
    砍价活动
    -
    &#xe8de;
    -
  • - -
  • - -
    九宫格抽奖
    -
    &#xe8df;
    -
  • - -
  • - -
    满送活动
    -
    &#xe8e0;
    -
  • - -
  • - -
    满减满折
    -
    &#xe8e1;
    -
  • - -
  • - -
    每日签到
    -
    &#xe8e2;
    -
  • - -
  • - -
    文章
    -
    &#xe8e3;
    -
  • - -
  • - -
    秒杀活动
    -
    &#xe8e4;
    -
  • - -
  • - -
    拼团活动
    -
    &#xe8e5;
    -
  • - -
  • - -
    优惠券
    -
    &#xe8e6;
    -
  • - -
  • - -
    直播
    -
    &#xe8e7;
    -
  • - -
  • - -
    限时折扣
    -
    &#xe8e8;
    -
  • - -
  • - -
    图片魔方
    -
    &#xe710;
    -
  • - -
  • - -
    热卖排行
    -
    &#xe70c;
    -
  • - -
  • - -
    用户信息
    -
    &#xe82e;
    -
  • - -
  • - -
    视频样式2
    -
    &#xe829;
    -
  • - -
  • - -
    标题
    -
    &#xe82a;
    -
  • - -
  • - -
    视频样式1
    -
    &#xe82b;
    -
  • - -
  • - -
    定位1
    -
    &#xe82c;
    -
  • - -
  • - -
    搜索1
    -
    &#xe82d;
    -
  • - -
  • - -
    手机
    -
    &#xe828;
    -
  • - -
  • - -
    二维码
    -
    &#xe823;
    -
  • - -
  • - -
    搜索
    -
    &#xe824;
    -
  • - -
  • - -
    定位
    -
    &#xe825;
    -
  • - -
  • - -
    视频点赞-已点
    -
    &#xe826;
    -
  • - -
  • - -
    视频点赞-未点
    -
    &#xe827;
    -
  • - -
  • - -
    顶部导航
    -
    &#xe81e;
    -
  • - -
  • - -
    短视频
    -
    &#xe81f;
    -
  • - -
  • - -
    新人礼
    -
    &#xe820;
    -
  • - -
  • - -
    购物车
    -
    &#xe816;
    -
  • - -
  • - -
    分享
    -
    &#xe817;
    -
  • - -
  • - -
    砍价
    -
    &#xe818;
    -
  • - -
  • - -
    拼团
    -
    &#xe819;
    -
  • - -
  • - -
    客服
    -
    &#xe81a;
    -
  • - -
  • - -
    收 藏
    -
    &#xe81b;
    -
  • - -
  • - -
    门店
    -
    &#xe81c;
    -
  • - -
  • - -
    秒杀
    -
    &#xe81d;
    -
  • - -
  • - -
    退款订单量
    -
    &#xe7d1;
    -
  • - -
  • - -
    订单量
    -
    &#xe7d2;
    -
  • - -
  • - -
    订单金额
    -
    &#xe7d3;
    -
  • - -
  • - -
    退款金额
    -
    &#xe7d4;
    -
  • - -
  • - -
    statis
    -
    &#xe70a;
    -
  • - -
  • - -
    表格1
    -
    &#xe70b;
    -
  • - -
  • - -
    返回
    -
    &#xe7c8;
    -
  • - -
  • - -
    pc-积分
    -
    &#xe7e3;
    -
  • - -
  • - -
    pc-优惠券
    -
    &#xe7e4;
    -
  • - -
  • - -
    收银台
    -
    &#xe7c7;
    -
  • - -
  • - -
    -
    &#xe7c5;
    -
  • - -
  • - -
    -
    &#xe7c6;
    -
  • - -
  • - -
    crmeb2
    -
    &#xe739;
    -
  • - -
  • - -
    左右
    -
    &#xe7ba;
    -
  • - -
  • - -
    上下
    -
    &#xe7bb;
    -
  • - -
  • - -
    当前群成员
    -
    &#xe7b7;
    -
  • - -
  • - -
    今日退群
    -
    &#xe7b8;
    -
  • - -
  • - -
    今日新增
    -
    &#xe7b9;
    -
  • - -
  • - -
    累计退群
    -
    &#xe7b6;
    -
  • - -
  • - -
    店铺街
    -
    &#xe692;
    -
  • - -
  • - -
    图片
    -
    &#xe7b5;
    -
  • - -
  • - -
    收银台-微信、支付宝
    -
    &#xe7a9;
    -
  • - -
  • - -
    收银台-现金收款
    -
    &#xe7ad;
    -
  • - -
  • - -
    收银台-形状
    -
    &#xe7ae;
    -
  • - -
  • - -
    收银台-刷新
    -
    &#xe7a3;
    -
  • - -
  • - -
    收银台-密码
    -
    &#xe7a4;
    -
  • - -
  • - -
    收银台-企业微信
    -
    &#xe7a5;
    -
  • - -
  • - -
    收银台-店员
    -
    &#xe7a6;
    -
  • - -
  • - -
    收银台-清空
    -
    &#xe7a7;
    -
  • - -
  • - -
    收银台-筛选
    -
    &#xe7a8;
    -
  • - -
  • - -
    收银台-微信
    -
    &#xe7aa;
    -
  • - -
  • - -
    收银台-账号
    -
    &#xe7ab;
    -
  • - -
  • - -
    收银台-眼睛
    -
    &#xe7ac;
    -
  • - -
  • - -
    自定义菜单
    -
    &#xe68a;
    -
  • - -
  • - -
    富文本
    -
    &#xe688;
    -
  • - -
  • - -
    种草社区
    -
    &#xe685;
    -
  • - -
  • - -
    预售
    -
    &#xe69a;
    -
  • - -
  • - -
    小程序直播
    -
    &#xe69b;
    -
  • - -
  • - -
    关注公众号
    -
    &#xe684;
    -
  • - -
  • - -
    专题
    -
    &#xe686;
    -
  • - -
  • - -
    辅助空白
    -
    &#xe687;
    -
  • - -
  • - -
    助力
    -
    &#xe689;
    -
  • - -
  • - -
    搜索框
    -
    &#xe68b;
    -
  • - -
  • - -
    秒杀
    -
    &#xe68c;
    -
  • - -
  • - -
    推荐组
    -
    &#xe68d;
    -
  • - -
  • - -
    导航组
    -
    &#xe68e;
    -
  • - -
  • - -
    拼团
    -
    &#xe68f;
    -
  • - -
  • - -
    商品列表
    -
    &#xe690;
    -
  • - -
  • - -
    商品分类
    -
    &#xe691;
    -
  • - -
  • - -
    新闻播报
    -
    &#xe693;
    -
  • - -
  • - -
    优惠券
    -
    &#xe694;
    -
  • - -
  • - -
    辅助线
    -
    &#xe695;
    -
  • - -
  • - -
    在线客服
    -
    &#xe696;
    -
  • - -
  • - -
    标题
    -
    &#xe697;
    -
  • - -
  • - -
    轮播图
    -
    &#xe698;
    -
  • - -
  • - -
    图片魔方
    -
    &#xe699;
    -
  • - -
  • - -
    版权
    -
    &#xe793;
    -
  • - -
  • - -
    菜单收起
    -
    &#xe791;
    -
  • - -
  • - -
    菜单展开
    -
    &#xe792;
    -
  • - -
  • - -
    订单
    -
    &#xe760;
    -
  • - -
  • - -
    app
    -
    &#xe75b;
    -
  • - -
  • - -
    PC
    -
    &#xe75c;
    -
  • - -
  • - -
    小程序
    -
    &#xe75d;
    -
  • - -
  • - -
    公众号
    -
    &#xe75e;
    -
  • - -
  • - -
    h5
    -
    &#xe75f;
    -
  • - -
  • - -
    视频
    -
    &#xe758;
    -
  • - -
  • - -
    切换会员
    -
    &#xe757;
    -
  • - -
  • - -
    挂单
    -
    &#xe756;
    -
  • - -
  • - -
    核销订单金额
    -
    &#xe73c;
    -
  • - -
  • - -
    门店订单金额
    -
    &#xe73b;
    -
  • - -
  • - -
    门店成交用户数
    -
    &#xe73d;
    -
  • - -
  • - -
    付费会员金额
    -
    &#xe73e;
    -
  • - -
  • - -
    收银订单金额
    -
    &#xe73f;
    -
  • - -
  • - -
    门店新增用户数
    -
    &#xe740;
    -
  • - -
  • - -
    会员卡激活数
    -
    &#xe741;
    -
  • - -
  • - -
    新增用户数
    -
    &#xe742;
    -
  • - -
  • - -
    分配订单金额
    -
    &#xe743;
    -
  • - -
  • - -
    余额消耗金额
    -
    &#xe744;
    -
  • - -
  • - -
    二维码-新个人中心
    -
    &#xe715;
    -
  • - -
  • - -
    回删
    -
    &#xe70f;
    -
  • - -
  • - -
    商品数量-加
    -
    &#xe70e;
    -
  • - -
  • - -
    商品数量-减
    -
    &#xe70d;
    -
  • - -
  • - -
    图片广告
    -
    &#xe6fe;
    -
  • - -
  • - -
    搜素框
    -
    &#xe6ff;
    -
  • - -
  • - -
    文章列表
    -
    &#xe700;
    -
  • - -
  • - -
    拼团
    -
    &#xe701;
    -
  • - -
  • - -
    商品列表
    -
    &#xe702;
    -
  • - -
  • - -
    优惠券
    -
    &#xe703;
    -
  • - -
  • - -
    小程序直播
    -
    &#xe704;
    -
  • - -
  • - -
    秒杀
    -
    &#xe705;
    -
  • - -
  • - -
    新闻播报
    -
    &#xe706;
    -
  • - -
  • - -
    导航组
    -
    &#xe6f3;
    -
  • - -
  • - -
    标题
    -
    &#xe6f4;
    -
  • - -
  • - -
    分类导航
    -
    &#xe6f5;
    -
  • - -
  • - -
    促销列表
    -
    &#xe6f6;
    -
  • - -
  • - -
    辅助空白
    -
    &#xe6f7;
    -
  • - -
  • - -
    活动魔方
    -
    &#xe6f8;
    -
  • - -
  • - -
    关注公众号
    -
    &#xe6f9;
    -
  • - -
  • - -
    砍价
    -
    &#xe6fa;
    -
  • - -
  • - -
    辅助线
    -
    &#xe6fb;
    -
  • - -
  • - -
    客服
    -
    &#xe6fc;
    -
  • - -
  • - -
    富文本
    -
    &#xe6fd;
    -
  • - -
  • - -
    单图
    -
    &#xe6f0;
    -
  • - -
  • - -
    拉伸
    -
    &#xe6f1;
    -
  • - -
  • - -
    平铺
    -
    &#xe6f2;
    -
  • - -
  • - -
    售后-退款-蓝
    -
    &#xe6ea;
    -
  • - -
  • - -
    代付款-蓝
    -
    &#xe6eb;
    -
  • - -
  • - -
    待收货-蓝
    -
    &#xe6ec;
    -
  • - -
  • - -
    待评价-蓝
    -
    &#xe6ee;
    -
  • - -
  • - -
    待发货-蓝
    -
    &#xe6ef;
    -
  • - -
  • - -
    待付款-橘
    -
    &#xe6e5;
    -
  • - -
  • - -
    售后-退款-橘
    -
    &#xe6e6;
    -
  • - -
  • - -
    待收货-橘
    -
    &#xe6e7;
    -
  • - -
  • - -
    待评价-橘
    -
    &#xe6e8;
    -
  • - -
  • - -
    待发货-橘
    -
    &#xe6e9;
    -
  • - -
  • - -
    待评价-粉
    -
    &#xe6e0;
    -
  • - -
  • - -
    待收货-粉
    -
    &#xe6e1;
    -
  • - -
  • - -
    代付款-粉
    -
    &#xe6e2;
    -
  • - -
  • - -
    待发货-粉
    -
    &#xe6e3;
    -
  • - -
  • - -
    售后:退款-粉
    -
    &#xe6e4;
    -
  • - -
  • - -
    待发货-绿
    -
    &#xe6db;
    -
  • - -
  • - -
    待收货-绿
    -
    &#xe6dc;
    -
  • - -
  • - -
    代付款-绿
    -
    &#xe6dd;
    -
  • - -
  • - -
    待评价-绿
    -
    &#xe6de;
    -
  • - -
  • - -
    售后-退款-绿
    -
    &#xe6df;
    -
  • - -
  • - -
    待付款
    -
    &#xe6d5;
    -
  • - -
  • - -
    待评价
    -
    &#xe6d6;
    -
  • - -
  • - -
    售后_退款
    -
    &#xe6d7;
    -
  • - -
  • - -
    待发货
    -
    &#xe6d8;
    -
  • - -
  • - -
    待收货
    -
    &#xe6d9;
    -
  • - -
  • - -
    设置
    -
    &#xe6d4;
    -
  • - -
  • - -
    s-客服
    -
    &#xe6d3;
    -
  • - -
  • - -
    多行
    -
    &#xe6b4;
    -
  • - -
  • - -
    4个
    -
    &#xe6b5;
    -
  • - -
  • - -
    5个
    -
    &#xe6b6;
    -
  • - -
  • - -
    大圆角
    -
    &#xe6b7;
    -
  • - -
  • - -
    3个
    -
    &#xe6b8;
    -
  • - -
  • - -
    单行
    -
    &#xe6b9;
    -
  • - -
  • - -
    左右图文
    -
    &#xe6b3;
    -
  • - -
  • - -
    样式8
    -
    &#xe6b1;
    -
  • - -
  • - -
    样式9
    -
    &#xe6b2;
    -
  • - -
  • - -
    样式1
    -
    &#xe6aa;
    -
  • - -
  • - -
    样式4
    -
    &#xe6ab;
    -
  • - -
  • - -
    样式5
    -
    &#xe6ac;
    -
  • - -
  • - -
    样式6
    -
    &#xe6ad;
    -
  • - -
  • - -
    样式2
    -
    &#xe6ae;
    -
  • - -
  • - -
    样式7
    -
    &#xe6af;
    -
  • - -
  • - -
    样式3
    -
    &#xe6b0;
    -
  • - -
  • - -
    数字
    -
    &#xe6a8;
    -
  • - -
  • - -
    禁用
    -
    &#xe6a9;
    -
  • - -
  • - -
    4个
    -
    &#xe6a5;
    -
  • - -
  • - -
    3个
    -
    &#xe6a6;
    -
  • - -
  • - -
    5个
    -
    &#xe6a7;
    -
  • - -
  • - -
    2行
    -
    &#xe6a2;
    -
  • - -
  • - -
    3行
    -
    &#xe6a3;
    -
  • - -
  • - -
    4行
    -
    &#xe6a4;
    -
  • - -
  • - -
    下移
    -
    &#xe69e;
    -
  • - -
  • - -
    上移
    -
    &#xe6a1;
    -
  • - -
  • - -
    删除
    -
    &#xe69f;
    -
  • - -
  • - -
    复制
    -
    &#xe6a0;
    -
  • - -
  • - -
    最新
    -
    &#xe683;
    -
  • - -
  • - -
    选中
    -
    &#xe76d;
    -
  • - -
  • - -
    添加
    -
    &#xe76c;
    -
  • - -
  • - -
    编辑
    -
    &#xe682;
    -
  • - -
  • - -
    更多展开
    -
    &#xe67e;
    -
  • - -
  • - -
    图片
    -
    &#xe67f;
    -
  • - -
  • - -
    表情
    -
    &#xe680;
    -
  • - -
  • - -
    话术
    -
    &#xe681;
    -
  • - -
  • - -
    商品退款金额
    -
    &#xe679;
    -
  • - -
  • - -
    交易金额
    -
    &#xe67a;
    -
  • - -
  • - -
    余额支付金额
    -
    &#xe67b;
    -
  • - -
  • - -
    支付佣金金额
    -
    &#xe67c;
    -
  • - -
  • - -
    线下收银金额
    -
    &#xe67d;
    -
  • - -
  • - -
    聊天
    -
    &#xe769;
    -
  • - -
  • - -
    编辑 (1)
    -
    &#xe678;
    -
  • - -
  • - -
    进入
    -
    &#xe676;
    -
  • - -
  • - -
    返回
    -
    &#xe677;
    -
  • - -
  • - -
    更多
    -
    &#xe66d;
    -
  • - -
  • - -
    发送
    -
    &#xe66e;
    -
  • - -
  • - -
    -
    &#xe66f;
    -
  • - -
  • - -
    密码
    -
    &#xe670;
    -
  • - -
  • - -
    搜索
    -
    &#xe671;
    -
  • - -
  • - -
    手机
    -
    &#xe672;
    -
  • - -
  • - -
    退出
    -
    &#xe673;
    -
  • - -
  • - -
    商品信息
    -
    &#xe674;
    -
  • - -
  • - -
    账号
    -
    &#xe675;
    -
  • - -
  • - -
    表情
    -
    &#xe668;
    -
  • - -
  • - -
    更多展开
    -
    &#xe669;
    -
  • - -
  • - -
    话术
    -
    &#xe66b;
    -
  • - -
  • - -
    图片
    -
    &#xe66c;
    -
  • - -
  • - -
    添加 (1) (1)
    -
    &#xe662;
    -
  • - -
  • - -
    编辑 (1)
    -
    &#xe663;
    -
  • - -
  • - -
    设置 (1)
    -
    &#xe664;
    -
  • - -
  • - -
    删除
    -
    &#xe665;
    -
  • - -
  • - -
    加号
    -
    &#xe666;
    -
  • - -
  • - -
    -
    &#xe667;
    -
  • - -
  • - -
    删除
    -
    &#xe767;
    -
  • - -
  • - -
    编辑
    -
    &#xe768;
    -
  • - -
  • - -
    对号
    -
    &#xe6ba;
    -
  • - -
  • - -
    待评价
    -
    &#xe65d;
    -
  • - -
  • - -
    待收货
    -
    &#xe65e;
    -
  • - -
  • - -
    售后-退款
    -
    &#xe65f;
    -
  • - -
  • - -
    待发货
    -
    &#xe660;
    -
  • - -
  • - -
    待付款
    -
    &#xe661;
    -
  • - -
  • - -
    转接
    -
    &#xe766;
    -
  • - -
  • - -
    浏览器
    -
    &#xe65c;
    -
  • - -
  • - -
    访客数
    -
    &#xe63f;
    -
  • - -
  • - -
    访问量
    -
    &#xe642;
    -
  • - -
  • - -
    成交用户数
    -
    &#xe63d;
    -
  • - -
  • - -
    充值件数
    -
    &#xe63e;
    -
  • - -
  • - -
    成本金额
    -
    &#xe640;
    -
  • - -
  • - -
    付费会员数
    -
    &#xe641;
    -
  • - -
  • - -
    充值用户数
    -
    &#xe643;
    -
  • - -
  • - -
    购买会员金额
    -
    &#xe644;
    -
  • - -
  • - -
    访客-支付转化率
    -
    &#xe645;
    -
  • - -
  • - -
    净增用户
    -
    &#xe646;
    -
  • - -
  • - -
    客单价
    -
    &#xe647;
    -
  • - -
  • - -
    加购件数
    -
    &#xe648;
    -
  • - -
  • - -
    累计充值用户
    -
    &#xe649;
    -
  • - -
  • - -
    累计成交用户
    -
    &#xe64a;
    -
  • - -
  • - -
    累计会员数
    -
    &#xe64b;
    -
  • - -
  • - -
    商品浏览量
    -
    &#xe64c;
    -
  • - -
  • - -
    商品支付金额
    -
    &#xe64d;
    -
  • - -
  • - -
    退款件数
    -
    &#xe64e;
    -
  • - -
  • - -
    累计关注用户
    -
    &#xe64f;
    -
  • - -
  • - -
    退款
    -
    &#xe650;
    -
  • - -
  • - -
    下单件数
    -
    &#xe651;
    -
  • - -
  • - -
    累计取关用户
    -
    &#xe652;
    -
  • - -
  • - -
    累计用户
    -
    &#xe653;
    -
  • - -
  • - -
    新增取关用户
    -
    &#xe654;
    -
  • - -
  • - -
    商品访客数
    -
    &#xe655;
    -
  • - -
  • - -
    新增用户数
    -
    &#xe656;
    -
  • - -
  • - -
    新增关注用户
    -
    &#xe657;
    -
  • - -
  • - -
    支付金额
    -
    &#xe658;
    -
  • - -
  • - -
    营业额
    -
    &#xe659;
    -
  • - -
  • - -
    支付件数
    -
    &#xe65a;
    -
  • - -
  • - -
    支出金额
    -
    &#xe65b;
    -
  • - -
  • - -
    关机
    -
    &#xe6ed;
    -
  • - -
  • - -
    声音 静音 线性
    -
    &#xe94f;
    -
  • - -
  • - -
    声音
    -
    &#xe66a;
    -
  • - -
  • - -
    关闭
    -
    &#xe761;
    -
  • - -
  • - -
    图片
    -
    &#xe762;
    -
  • - -
  • - -
    表情
    -
    &#xe764;
    -
  • - -
  • - -
    账号密码
    -
    &#xe763;
    -
  • - -
  • - -
    二维码
    -
    &#xe765;
    -
  • - -
  • - -
    矩形
    -
    &#xe628;
    -
  • - -
  • - -
    自动选择
    -
    &#xe625;
    -
  • - -
  • - -
    手动选择
    -
    &#xe626;
    -
  • - -
  • - -
    单列
    -
    &#xe622;
    -
  • - -
  • - -
    两列
    -
    &#xe623;
    -
  • - -
  • - -
    三列
    -
    &#xe624;
    -
  • - -
  • - -
    直播中
    -
    &#xe621;
    -
  • - -
  • - -
    已结束
    -
    &#xe61f;
    -
  • - -
  • - -
    未开始
    -
    &#xe620;
    -
  • - -
  • - -
    drag2
    -
    &#xe61e;
    -
  • - -
  • - -
    banner_3~
    -
    &#xe613;
    -
  • - -
  • - -
    小程序直播
    -
    &#xe63c;
    -
  • - -
  • - -
    Solid line
    -
    &#xe61b;
    -
  • - -
  • - -
    Dotted line
    -
    &#xe61c;
    -
  • - -
  • - -
    Dot line
    -
    &#xe61d;
    -
  • - -
  • - -
    drop-down
    -
    &#xe619;
    -
  • - -
  • - -
    Dot
    -
    &#xe605;
    -
  • - -
  • - -
    Square point
    -
    &#xe60d;
    -
  • - -
  • - -
    del_2
    -
    &#xe608;
    -
  • - -
  • - -
    add to
    -
    &#xe60c;
    -
  • - -
  • - -
    del_1
    -
    &#xe610;
    -
  • - -
  • - -
    drag
    -
    &#xe617;
    -
  • - -
  • - -
    Comm_number
    -
    &#xe600;
    -
  • - -
  • - -
    Comm_whole
    -
    &#xe603;
    -
  • - -
  • - -
    Comm_Price
    -
    &#xe616;
    -
  • - -
  • - -
    Pic_square
    -
    &#xe60e;
    -
  • - -
  • - -
    Pic_fillet
    -
    &#xe60f;
    -
  • - -
  • - -
    search_2
    -
    &#xe615;
    -
  • - -
  • - -
    search_1
    -
    &#xe618;
    -
  • - -
  • - -
    banner_2
    -
    &#xe602;
    -
  • - -
  • - -
    Pic_small
    -
    &#xe609;
    -
  • - -
  • - -
    Pic_big
    -
    &#xe60a;
    -
  • - -
  • - -
    banner_1
    -
    &#xe60b;
    -
  • - -
  • - -
    doc_skew
    -
    &#xe601;
    -
  • - -
  • - -
    doc_bold
    -
    &#xe604;
    -
  • - -
  • - -
    doc_general
    -
    &#xe61a;
    -
  • - -
  • - -
    five
    -
    &#xe606;
    -
  • - -
  • - -
    Four
    -
    &#xe614;
    -
  • - -
  • - -
    doc_center
    -
    &#xe607;
    -
  • - -
  • - -
    doc_right
    -
    &#xe611;
    -
  • - -
  • - -
    doc_left
    -
    &#xe612;
    -
  • - -
  • - -
    图片
    -
    &#xe63b;
    -
  • - -
  • - -
    客服
    -
    &#xe633;
    -
  • - -
  • - -
    辅助线
    -
    &#xe63a;
    -
  • - -
  • - -
    标题
    -
    &#xe627;
    -
  • - -
  • - -
    导航组
    -
    &#xe629;
    -
  • - -
  • - -
    辅助空白
    -
    &#xe62a;
    -
  • - -
  • - -
    分类导航
    -
    &#xe62b;
    -
  • - -
  • - -
    促销列表
    -
    &#xe62c;
    -
  • - -
  • - -
    砍价
    -
    &#xe62d;
    -
  • - -
  • - -
    关注公众号
    -
    &#xe62e;
    -
  • - -
  • - -
    活动魔方
    -
    &#xe62f;
    -
  • - -
  • - -
    富文本
    -
    &#xe630;
    -
  • - -
  • - -
    秒杀
    -
    &#xe631;
    -
  • - -
  • - -
    商品列表
    -
    &#xe632;
    -
  • - -
  • - -
    拼团
    -
    &#xe634;
    -
  • - -
  • - -
    搜素框
    -
    &#xe635;
    -
  • - -
  • - -
    图片广告
    -
    &#xe636;
    -
  • - -
  • - -
    新闻播报
    -
    &#xe637;
    -
  • - -
  • - -
    文章列表
    -
    &#xe638;
    -
  • - -
  • - -
    优惠券
    -
    &#xe639;
    -
  • - -
-
+
    + +
  • + +
    待发货-积分
    +
    &#xe78c;
    +
  • + +
  • + +
    ic_fire
    +
    &#xe78b;
    +
  • + +
  • + +
    复选框-未选中
    +
    &#xe78f;
    +
  • + +
  • + +
    复制
    +
    &#xe787;
    +
  • + +
  • + +
    操作-整体
    +
    &#xe788;
    +
  • + +
  • + +
    操作-边角
    +
    &#xe789;
    +
  • + +
  • + +
    播放
    +
    &#xe78a;
    +
  • + +
  • + +
    右上角
    +
    &#xe77d;
    +
  • + +
  • + +
    关闭
    +
    &#xe77e;
    +
  • + +
  • + +
    +
    &#xe77f;
    +
  • + +
  • + +
    形状结合
    +
    &#xe780;
    +
  • + +
  • + +
    显示
    +
    &#xe781;
    +
  • + +
  • + +
    完成
    +
    &#xe782;
    +
  • + +
  • + +
    删除
    +
    &#xe783;
    +
  • + +
  • + +
    +
    &#xe784;
    +
  • + +
  • + +
    加号
    +
    &#xe785;
    +
  • + +
  • + +
    复选框-选中
    +
    &#xe786;
    +
  • + +
  • + +
    右下角
    +
    &#xe75a;
    +
  • + +
  • + +
    隐藏
    +
    &#xe76f;
    +
  • + +
  • + +
    购物车
    +
    &#xe779;
    +
  • + +
  • + +
    +
    &#xe77a;
    +
  • + +
  • + +
    左上角
    +
    &#xe77b;
    +
  • + +
  • + +
    左下角
    +
    &#xe77c;
    +
  • + +
  • + +
    组件-公众号
    +
    &#xe759;
    +
  • + +
  • + +
    组件-拼团
    +
    &#xe770;
    +
  • + +
  • + +
    组件-商品选项卡
    +
    &#xe771;
    +
  • + +
  • + +
    组件-签到
    +
    &#xe772;
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    &#xe773;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe774;
    +
  • + +
  • + +
    组件-积分商城
    +
    &#xe775;
    +
  • + +
  • + +
    组件-砍价
    +
    &#xe776;
    +
  • + +
  • + +
    组件-热区
    +
    &#xe777;
    +
  • + +
  • + +
    组件-短视频
    +
    &#xe778;
    +
  • + +
  • + +
    组件-新人专享
    +
    &#xe755;
    +
  • + +
  • + +
    组件-排行榜
    +
    &#xe76a;
    +
  • + +
  • + +
    组件-用户信息
    +
    &#xe76b;
    +
  • + +
  • + +
    组件-预售
    +
    &#xe76e;
    +
  • + +
  • + +
    组件-店铺街
    +
    &#xe735;
    +
  • + +
  • + +
    组件-导航组
    +
    &#xe736;
    +
  • + +
  • + +
    组件-标题
    +
    &#xe737;
    +
  • + +
  • + +
    组件-辅助空白
    +
    &#xe738;
    +
  • + +
  • + +
    组件-图片魔方
    +
    &#xe73a;
    +
  • + +
  • + +
    组件-商品分类
    +
    &#xe745;
    +
  • + +
  • + +
    组件-文章列表
    +
    &#xe746;
    +
  • + +
  • + +
    组件-商品列表
    +
    &#xe747;
    +
  • + +
  • + +
    组件-轮播图
    +
    &#xe748;
    +
  • + +
  • + +
    组件-小程序直播
    +
    &#xe749;
    +
  • + +
  • + +
    组件-富文本
    +
    &#xe74a;
    +
  • + +
  • + +
    组件-视频
    +
    &#xe74b;
    +
  • + +
  • + +
    组件-搜索框
    +
    &#xe74c;
    +
  • + +
  • + +
    组件-种草社区
    +
    &#xe74d;
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    &#xe74e;
    +
  • + +
  • + +
    组件-秒杀
    +
    &#xe74f;
    +
  • + +
  • + +
    组件-优惠券
    +
    &#xe750;
    +
  • + +
  • + +
    组件-新闻播报
    +
    &#xe751;
    +
  • + +
  • + +
    组件-选项卡
    +
    &#xe752;
    +
  • + +
  • + +
    组件-轮播搜索
    +
    &#xe753;
    +
  • + +
  • + +
    组件-辅助线
    +
    &#xe754;
    +
  • + +
  • + +
    组件-底部菜单
    +
    &#xe734;
    +
  • + +
  • + +
    待发货
    +
    &#xe732;
    +
  • + +
  • + +
    待处理-用户反馈
    +
    &#xe733;
    +
  • + +
  • + +
    待退款
    +
    &#xe726;
    +
  • + +
  • + +
    待审核-提现
    +
    &#xe727;
    +
  • + +
  • + +
    待审核-商户入驻
    +
    &#xe728;
    +
  • + +
  • + +
    待审核-社区内容
    +
    &#xe729;
    +
  • + +
  • + +
    警戒库存
    +
    &#xe72a;
    +
  • + +
  • + +
    待审核-转账
    +
    &#xe72b;
    +
  • + +
  • + +
    普通商品
    +
    &#xe72c;
    +
  • + +
  • + +
    售罄商品
    +
    &#xe72d;
    +
  • + +
  • + +
    待核销-服务礼包
    +
    &#xe72e;
    +
  • + +
  • + +
    待回复
    +
    &#xe72f;
    +
  • + +
  • + +
    待开票
    +
    &#xe730;
    +
  • + +
  • + +
    待核销
    +
    &#xe731;
    +
  • + +
  • + +
    在售商品
    +
    &#xe724;
    +
  • + +
  • + +
    活动商品
    +
    &#xe725;
    +
  • + +
  • + +
    系统设置
    +
    &#xe71e;
    +
  • + +
  • + +
    用户管理
    +
    &#xe71f;
    +
  • + +
  • + +
    商品
    +
    &#xe720;
    +
  • + +
  • + +
    服务管理
    +
    &#xe721;
    +
  • + +
  • + +
    优惠券
    +
    &#xe722;
    +
  • + +
  • + +
    文章管理
    +
    &#xe723;
    +
  • + +
  • + +
    订单管理
    +
    &#xe71c;
    +
  • + +
  • + +
    短信配置
    +
    &#xe71d;
    +
  • + +
  • + +
    商业授权
    +
    &#xe71b;
    +
  • + +
  • + +
    微信支付
    +
    &#xe719;
    +
  • + +
  • + +
    支付宝
    +
    &#xe71a;
    +
  • + +
  • + +
    宫格
    +
    &#xe718;
    +
  • + +
  • + +
    列表
    +
    &#xe717;
    +
  • + +
  • + +
    收银台-收银
    +
    &#xe707;
    +
  • + +
  • + +
    收银台-订单
    +
    &#xe708;
    +
  • + +
  • + +
    收银台-核销
    +
    &#xe709;
    +
  • + +
  • + +
    收银台-桌码
    +
    &#xe711;
    +
  • + +
  • + +
    收银台-退货
    +
    &#xe712;
    +
  • + +
  • + +
    收银台-用户
    +
    &#xe713;
    +
  • + +
  • + +
    收银台-挂单
    +
    &#xe714;
    +
  • + +
  • + +
    收银台-充值
    +
    &#xe716;
    +
  • + +
  • + +
    渠道码
    +
    &#xe6da;
    +
  • + +
  • + +
    表单组件-多选框
    +
    &#xe6c9;
    +
  • + +
  • + +
    表单组件-日期
    +
    &#xe6ca;
    +
  • + +
  • + +
    表单组件-单选框
    +
    &#xe6cb;
    +
  • + +
  • + +
    表单组件-单行文本
    +
    &#xe6cc;
    +
  • + +
  • + +
    表单组件-日期范围
    +
    &#xe6cd;
    +
  • + +
  • + +
    表单组件-时间
    +
    &#xe6ce;
    +
  • + +
  • + +
    表单组件-下拉框
    +
    &#xe6cf;
    +
  • + +
  • + +
    表单组件-时间范围
    +
    &#xe6d0;
    +
  • + +
  • + +
    表单组件-图片
    +
    &#xe6d1;
    +
  • + +
  • + +
    表单组件-城市
    +
    &#xe6d2;
    +
  • + +
  • + +
    当前积分
    +
    &#xe6bb;
    +
  • + +
  • + +
    累计积分
    +
    &#xe6be;
    +
  • + +
  • + +
    发起人数
    +
    &#xe6bf;
    +
  • + +
  • + +
    剩余库存
    +
    &#xe6c0;
    +
  • + +
  • + +
    邀请人数
    +
    &#xe6c1;
    +
  • + +
  • + +
    砍价成功
    +
    &#xe6c2;
    +
  • + +
  • + +
    成团数
    +
    &#xe6c3;
    +
  • + +
  • + +
    参与人数
    +
    &#xe6c4;
    +
  • + +
  • + +
    下单人数
    +
    &#xe6c5;
    +
  • + +
  • + +
    消耗积分
    +
    &#xe6c6;
    +
  • + +
  • + +
    支付订单
    +
    &#xe6c7;
    +
  • + +
  • + +
    支付人数
    +
    &#xe6c8;
    +
  • + +
  • + +
    新人礼
    +
    &#xe6bd;
    +
  • + +
  • + +
    会员激活
    +
    &#xe6bc;
    +
  • + +
  • + +
    样式二
    +
    &#xe69c;
    +
  • + +
  • + +
    样式一
    +
    &#xe69d;
    +
  • + +
  • + +
    组合- banner
    +
    &#xe8fe;
    +
  • + +
  • + +
    组合组件
    +
    &#xe8fb;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe8fc;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8f8;
    +
  • + +
  • + +
    余额充值
    +
    &#xe8f5;
    +
  • + +
  • + +
    优惠套餐
    +
    &#xe8f6;
    +
  • + +
  • + +
    组合-分类
    +
    &#xe8ea;
    +
  • + +
  • + +
    配置引导
    +
    &#xe8e9;
    +
  • + +
  • + +
    短视频
    +
    &#xe8d9;
    +
  • + +
  • + +
    第n件n折
    +
    &#xe8da;
    +
  • + +
  • + +
    活动背景图
    +
    &#xe8db;
    +
  • + +
  • + +
    积分商城
    +
    &#xe8dc;
    +
  • + +
  • + +
    活动边框
    +
    &#xe8dd;
    +
  • + +
  • + +
    砍价活动
    +
    &#xe8de;
    +
  • + +
  • + +
    九宫格抽奖
    +
    &#xe8df;
    +
  • + +
  • + +
    满送活动
    +
    &#xe8e0;
    +
  • + +
  • + +
    满减满折
    +
    &#xe8e1;
    +
  • + +
  • + +
    每日签到
    +
    &#xe8e2;
    +
  • + +
  • + +
    文章
    +
    &#xe8e3;
    +
  • + +
  • + +
    秒杀活动
    +
    &#xe8e4;
    +
  • + +
  • + +
    拼团活动
    +
    &#xe8e5;
    +
  • + +
  • + +
    优惠券
    +
    &#xe8e6;
    +
  • + +
  • + +
    直播
    +
    &#xe8e7;
    +
  • + +
  • + +
    限时折扣
    +
    &#xe8e8;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe710;
    +
  • + +
  • + +
    热卖排行
    +
    &#xe70c;
    +
  • + +
  • + +
    用户信息
    +
    &#xe82e;
    +
  • + +
  • + +
    视频样式2
    +
    &#xe829;
    +
  • + +
  • + +
    标题
    +
    &#xe82a;
    +
  • + +
  • + +
    视频样式1
    +
    &#xe82b;
    +
  • + +
  • + +
    定位1
    +
    &#xe82c;
    +
  • + +
  • + +
    搜索1
    +
    &#xe82d;
    +
  • + +
  • + +
    手机
    +
    &#xe828;
    +
  • + +
  • + +
    二维码
    +
    &#xe823;
    +
  • + +
  • + +
    搜索
    +
    &#xe824;
    +
  • + +
  • + +
    定位
    +
    &#xe825;
    +
  • + +
  • + +
    视频点赞-已点
    +
    &#xe826;
    +
  • + +
  • + +
    视频点赞-未点
    +
    &#xe827;
    +
  • + +
  • + +
    顶部导航
    +
    &#xe81e;
    +
  • + +
  • + +
    短视频
    +
    &#xe81f;
    +
  • + +
  • + +
    新人礼
    +
    &#xe820;
    +
  • + +
  • + +
    购物车
    +
    &#xe816;
    +
  • + +
  • + +
    分享
    +
    &#xe817;
    +
  • + +
  • + +
    砍价
    +
    &#xe818;
    +
  • + +
  • + +
    拼团
    +
    &#xe819;
    +
  • + +
  • + +
    客服
    +
    &#xe81a;
    +
  • + +
  • + +
    收 藏
    +
    &#xe81b;
    +
  • + +
  • + +
    门店
    +
    &#xe81c;
    +
  • + +
  • + +
    秒杀
    +
    &#xe81d;
    +
  • + +
  • + +
    退款订单量
    +
    &#xe7d1;
    +
  • + +
  • + +
    订单量
    +
    &#xe7d2;
    +
  • + +
  • + +
    订单金额
    +
    &#xe7d3;
    +
  • + +
  • + +
    退款金额
    +
    &#xe7d4;
    +
  • + +
  • + +
    statis
    +
    &#xe70a;
    +
  • + +
  • + +
    表格1
    +
    &#xe70b;
    +
  • + +
  • + +
    返回
    +
    &#xe7c8;
    +
  • + +
  • + +
    pc-积分
    +
    &#xe7e3;
    +
  • + +
  • + +
    pc-优惠券
    +
    &#xe7e4;
    +
  • + +
  • + +
    收银台
    +
    &#xe7c7;
    +
  • + +
  • + +
    +
    &#xe7c5;
    +
  • + +
  • + +
    +
    &#xe7c6;
    +
  • + +
  • + +
    crmeb2
    +
    &#xe739;
    +
  • + +
  • + +
    左右
    +
    &#xe7ba;
    +
  • + +
  • + +
    上下
    +
    &#xe7bb;
    +
  • + +
  • + +
    当前群成员
    +
    &#xe7b7;
    +
  • + +
  • + +
    今日退群
    +
    &#xe7b8;
    +
  • + +
  • + +
    今日新增
    +
    &#xe7b9;
    +
  • + +
  • + +
    累计退群
    +
    &#xe7b6;
    +
  • + +
  • + +
    店铺街
    +
    &#xe692;
    +
  • + +
  • + +
    图片
    +
    &#xe7b5;
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    &#xe7a9;
    +
  • + +
  • + +
    收银台-现金收款
    +
    &#xe7ad;
    +
  • + +
  • + +
    收银台-形状
    +
    &#xe7ae;
    +
  • + +
  • + +
    收银台-刷新
    +
    &#xe7a3;
    +
  • + +
  • + +
    收银台-密码
    +
    &#xe7a4;
    +
  • + +
  • + +
    收银台-企业微信
    +
    &#xe7a5;
    +
  • + +
  • + +
    收银台-店员
    +
    &#xe7a6;
    +
  • + +
  • + +
    收银台-清空
    +
    &#xe7a7;
    +
  • + +
  • + +
    收银台-筛选
    +
    &#xe7a8;
    +
  • + +
  • + +
    收银台-微信
    +
    &#xe7aa;
    +
  • + +
  • + +
    收银台-账号
    +
    &#xe7ab;
    +
  • + +
  • + +
    收银台-眼睛
    +
    &#xe7ac;
    +
  • + +
  • + +
    自定义菜单
    +
    &#xe68a;
    +
  • + +
  • + +
    富文本
    +
    &#xe688;
    +
  • + +
  • + +
    种草社区
    +
    &#xe685;
    +
  • + +
  • + +
    预售
    +
    &#xe69a;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe69b;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe684;
    +
  • + +
  • + +
    专题
    +
    &#xe686;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe687;
    +
  • + +
  • + +
    助力
    +
    &#xe689;
    +
  • + +
  • + +
    搜索框
    +
    &#xe68b;
    +
  • + +
  • + +
    秒杀
    +
    &#xe68c;
    +
  • + +
  • + +
    推荐组
    +
    &#xe68d;
    +
  • + +
  • + +
    导航组
    +
    &#xe68e;
    +
  • + +
  • + +
    拼团
    +
    &#xe68f;
    +
  • + +
  • + +
    商品列表
    +
    &#xe690;
    +
  • + +
  • + +
    商品分类
    +
    &#xe691;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe693;
    +
  • + +
  • + +
    优惠券
    +
    &#xe694;
    +
  • + +
  • + +
    辅助线
    +
    &#xe695;
    +
  • + +
  • + +
    在线客服
    +
    &#xe696;
    +
  • + +
  • + +
    标题
    +
    &#xe697;
    +
  • + +
  • + +
    轮播图
    +
    &#xe698;
    +
  • + +
  • + +
    图片魔方
    +
    &#xe699;
    +
  • + +
  • + +
    版权
    +
    &#xe793;
    +
  • + +
  • + +
    菜单收起
    +
    &#xe791;
    +
  • + +
  • + +
    菜单展开
    +
    &#xe792;
    +
  • + +
  • + +
    订单
    +
    &#xe760;
    +
  • + +
  • + +
    app
    +
    &#xe75b;
    +
  • + +
  • + +
    PC
    +
    &#xe75c;
    +
  • + +
  • + +
    小程序
    +
    &#xe75d;
    +
  • + +
  • + +
    公众号
    +
    &#xe75e;
    +
  • + +
  • + +
    h5
    +
    &#xe75f;
    +
  • + +
  • + +
    视频
    +
    &#xe758;
    +
  • + +
  • + +
    切换会员
    +
    &#xe757;
    +
  • + +
  • + +
    挂单
    +
    &#xe756;
    +
  • + +
  • + +
    核销订单金额
    +
    &#xe73c;
    +
  • + +
  • + +
    门店订单金额
    +
    &#xe73b;
    +
  • + +
  • + +
    门店成交用户数
    +
    &#xe73d;
    +
  • + +
  • + +
    付费会员金额
    +
    &#xe73e;
    +
  • + +
  • + +
    收银订单金额
    +
    &#xe73f;
    +
  • + +
  • + +
    门店新增用户数
    +
    &#xe740;
    +
  • + +
  • + +
    会员卡激活数
    +
    &#xe741;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe742;
    +
  • + +
  • + +
    分配订单金额
    +
    &#xe743;
    +
  • + +
  • + +
    余额消耗金额
    +
    &#xe744;
    +
  • + +
  • + +
    二维码-新个人中心
    +
    &#xe715;
    +
  • + +
  • + +
    回删
    +
    &#xe70f;
    +
  • + +
  • + +
    商品数量-加
    +
    &#xe70e;
    +
  • + +
  • + +
    商品数量-减
    +
    &#xe70d;
    +
  • + +
  • + +
    图片广告
    +
    &#xe6fe;
    +
  • + +
  • + +
    搜素框
    +
    &#xe6ff;
    +
  • + +
  • + +
    文章列表
    +
    &#xe700;
    +
  • + +
  • + +
    拼团
    +
    &#xe701;
    +
  • + +
  • + +
    商品列表
    +
    &#xe702;
    +
  • + +
  • + +
    优惠券
    +
    &#xe703;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe704;
    +
  • + +
  • + +
    秒杀
    +
    &#xe705;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe706;
    +
  • + +
  • + +
    导航组
    +
    &#xe6f3;
    +
  • + +
  • + +
    标题
    +
    &#xe6f4;
    +
  • + +
  • + +
    分类导航
    +
    &#xe6f5;
    +
  • + +
  • + +
    促销列表
    +
    &#xe6f6;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe6f7;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe6f8;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe6f9;
    +
  • + +
  • + +
    砍价
    +
    &#xe6fa;
    +
  • + +
  • + +
    辅助线
    +
    &#xe6fb;
    +
  • + +
  • + +
    客服
    +
    &#xe6fc;
    +
  • + +
  • + +
    富文本
    +
    &#xe6fd;
    +
  • + +
  • + +
    单图
    +
    &#xe6f0;
    +
  • + +
  • + +
    拉伸
    +
    &#xe6f1;
    +
  • + +
  • + +
    平铺
    +
    &#xe6f2;
    +
  • + +
  • + +
    售后-退款-蓝
    +
    &#xe6ea;
    +
  • + +
  • + +
    代付款-蓝
    +
    &#xe6eb;
    +
  • + +
  • + +
    待收货-蓝
    +
    &#xe6ec;
    +
  • + +
  • + +
    待评价-蓝
    +
    &#xe6ee;
    +
  • + +
  • + +
    待发货-蓝
    +
    &#xe6ef;
    +
  • + +
  • + +
    待付款-橘
    +
    &#xe6e5;
    +
  • + +
  • + +
    售后-退款-橘
    +
    &#xe6e6;
    +
  • + +
  • + +
    待收货-橘
    +
    &#xe6e7;
    +
  • + +
  • + +
    待评价-橘
    +
    &#xe6e8;
    +
  • + +
  • + +
    待发货-橘
    +
    &#xe6e9;
    +
  • + +
  • + +
    待评价-粉
    +
    &#xe6e0;
    +
  • + +
  • + +
    待收货-粉
    +
    &#xe6e1;
    +
  • + +
  • + +
    代付款-粉
    +
    &#xe6e2;
    +
  • + +
  • + +
    待发货-粉
    +
    &#xe6e3;
    +
  • + +
  • + +
    售后:退款-粉
    +
    &#xe6e4;
    +
  • + +
  • + +
    待发货-绿
    +
    &#xe6db;
    +
  • + +
  • + +
    待收货-绿
    +
    &#xe6dc;
    +
  • + +
  • + +
    代付款-绿
    +
    &#xe6dd;
    +
  • + +
  • + +
    待评价-绿
    +
    &#xe6de;
    +
  • + +
  • + +
    售后-退款-绿
    +
    &#xe6df;
    +
  • + +
  • + +
    待付款
    +
    &#xe6d5;
    +
  • + +
  • + +
    待评价
    +
    &#xe6d6;
    +
  • + +
  • + +
    售后_退款
    +
    &#xe6d7;
    +
  • + +
  • + +
    待发货
    +
    &#xe6d8;
    +
  • + +
  • + +
    待收货
    +
    &#xe6d9;
    +
  • + +
  • + +
    设置
    +
    &#xe6d4;
    +
  • + +
  • + +
    s-客服
    +
    &#xe6d3;
    +
  • + +
  • + +
    多行
    +
    &#xe6b4;
    +
  • + +
  • + +
    4个
    +
    &#xe6b5;
    +
  • + +
  • + +
    5个
    +
    &#xe6b6;
    +
  • + +
  • + +
    大圆角
    +
    &#xe6b7;
    +
  • + +
  • + +
    3个
    +
    &#xe6b8;
    +
  • + +
  • + +
    单行
    +
    &#xe6b9;
    +
  • + +
  • + +
    左右图文
    +
    &#xe6b3;
    +
  • + +
  • + +
    样式8
    +
    &#xe6b1;
    +
  • + +
  • + +
    样式9
    +
    &#xe6b2;
    +
  • + +
  • + +
    样式1
    +
    &#xe6aa;
    +
  • + +
  • + +
    样式4
    +
    &#xe6ab;
    +
  • + +
  • + +
    样式5
    +
    &#xe6ac;
    +
  • + +
  • + +
    样式6
    +
    &#xe6ad;
    +
  • + +
  • + +
    样式2
    +
    &#xe6ae;
    +
  • + +
  • + +
    样式7
    +
    &#xe6af;
    +
  • + +
  • + +
    样式3
    +
    &#xe6b0;
    +
  • + +
  • + +
    数字
    +
    &#xe6a8;
    +
  • + +
  • + +
    禁用
    +
    &#xe6a9;
    +
  • + +
  • + +
    4个
    +
    &#xe6a5;
    +
  • + +
  • + +
    3个
    +
    &#xe6a6;
    +
  • + +
  • + +
    5个
    +
    &#xe6a7;
    +
  • + +
  • + +
    2行
    +
    &#xe6a2;
    +
  • + +
  • + +
    3行
    +
    &#xe6a3;
    +
  • + +
  • + +
    4行
    +
    &#xe6a4;
    +
  • + +
  • + +
    下移
    +
    &#xe69e;
    +
  • + +
  • + +
    上移
    +
    &#xe6a1;
    +
  • + +
  • + +
    删除
    +
    &#xe69f;
    +
  • + +
  • + +
    复制
    +
    &#xe6a0;
    +
  • + +
  • + +
    最新
    +
    &#xe683;
    +
  • + +
  • + +
    选中
    +
    &#xe76d;
    +
  • + +
  • + +
    添加
    +
    &#xe76c;
    +
  • + +
  • + +
    编辑
    +
    &#xe682;
    +
  • + +
  • + +
    更多展开
    +
    &#xe67e;
    +
  • + +
  • + +
    图片
    +
    &#xe67f;
    +
  • + +
  • + +
    表情
    +
    &#xe680;
    +
  • + +
  • + +
    话术
    +
    &#xe681;
    +
  • + +
  • + +
    商品退款金额
    +
    &#xe679;
    +
  • + +
  • + +
    交易金额
    +
    &#xe67a;
    +
  • + +
  • + +
    余额支付金额
    +
    &#xe67b;
    +
  • + +
  • + +
    支付佣金金额
    +
    &#xe67c;
    +
  • + +
  • + +
    线下收银金额
    +
    &#xe67d;
    +
  • + +
  • + +
    聊天
    +
    &#xe769;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe678;
    +
  • + +
  • + +
    进入
    +
    &#xe676;
    +
  • + +
  • + +
    返回
    +
    &#xe677;
    +
  • + +
  • + +
    更多
    +
    &#xe66d;
    +
  • + +
  • + +
    发送
    +
    &#xe66e;
    +
  • + +
  • + +
    +
    &#xe66f;
    +
  • + +
  • + +
    密码
    +
    &#xe670;
    +
  • + +
  • + +
    搜索
    +
    &#xe671;
    +
  • + +
  • + +
    手机
    +
    &#xe672;
    +
  • + +
  • + +
    退出
    +
    &#xe673;
    +
  • + +
  • + +
    商品信息
    +
    &#xe674;
    +
  • + +
  • + +
    账号
    +
    &#xe675;
    +
  • + +
  • + +
    表情
    +
    &#xe668;
    +
  • + +
  • + +
    更多展开
    +
    &#xe669;
    +
  • + +
  • + +
    话术
    +
    &#xe66b;
    +
  • + +
  • + +
    图片
    +
    &#xe66c;
    +
  • + +
  • + +
    添加 (1) (1)
    +
    &#xe662;
    +
  • + +
  • + +
    编辑 (1)
    +
    &#xe663;
    +
  • + +
  • + +
    设置 (1)
    +
    &#xe664;
    +
  • + +
  • + +
    删除
    +
    &#xe665;
    +
  • + +
  • + +
    加号
    +
    &#xe666;
    +
  • + +
  • + +
    +
    &#xe667;
    +
  • + +
  • + +
    删除
    +
    &#xe767;
    +
  • + +
  • + +
    编辑
    +
    &#xe768;
    +
  • + +
  • + +
    对号
    +
    &#xe6ba;
    +
  • + +
  • + +
    待评价
    +
    &#xe65d;
    +
  • + +
  • + +
    待收货
    +
    &#xe65e;
    +
  • + +
  • + +
    售后-退款
    +
    &#xe65f;
    +
  • + +
  • + +
    待发货
    +
    &#xe660;
    +
  • + +
  • + +
    待付款
    +
    &#xe661;
    +
  • + +
  • + +
    转接
    +
    &#xe766;
    +
  • + +
  • + +
    浏览器
    +
    &#xe65c;
    +
  • + +
  • + +
    访客数
    +
    &#xe63f;
    +
  • + +
  • + +
    访问量
    +
    &#xe642;
    +
  • + +
  • + +
    成交用户数
    +
    &#xe63d;
    +
  • + +
  • + +
    充值件数
    +
    &#xe63e;
    +
  • + +
  • + +
    成本金额
    +
    &#xe640;
    +
  • + +
  • + +
    付费会员数
    +
    &#xe641;
    +
  • + +
  • + +
    充值用户数
    +
    &#xe643;
    +
  • + +
  • + +
    购买会员金额
    +
    &#xe644;
    +
  • + +
  • + +
    访客-支付转化率
    +
    &#xe645;
    +
  • + +
  • + +
    净增用户
    +
    &#xe646;
    +
  • + +
  • + +
    客单价
    +
    &#xe647;
    +
  • + +
  • + +
    加购件数
    +
    &#xe648;
    +
  • + +
  • + +
    累计充值用户
    +
    &#xe649;
    +
  • + +
  • + +
    累计成交用户
    +
    &#xe64a;
    +
  • + +
  • + +
    累计会员数
    +
    &#xe64b;
    +
  • + +
  • + +
    商品浏览量
    +
    &#xe64c;
    +
  • + +
  • + +
    商品支付金额
    +
    &#xe64d;
    +
  • + +
  • + +
    退款件数
    +
    &#xe64e;
    +
  • + +
  • + +
    累计关注用户
    +
    &#xe64f;
    +
  • + +
  • + +
    退款
    +
    &#xe650;
    +
  • + +
  • + +
    下单件数
    +
    &#xe651;
    +
  • + +
  • + +
    累计取关用户
    +
    &#xe652;
    +
  • + +
  • + +
    累计用户
    +
    &#xe653;
    +
  • + +
  • + +
    新增取关用户
    +
    &#xe654;
    +
  • + +
  • + +
    商品访客数
    +
    &#xe655;
    +
  • + +
  • + +
    新增用户数
    +
    &#xe656;
    +
  • + +
  • + +
    新增关注用户
    +
    &#xe657;
    +
  • + +
  • + +
    支付金额
    +
    &#xe658;
    +
  • + +
  • + +
    营业额
    +
    &#xe659;
    +
  • + +
  • + +
    支付件数
    +
    &#xe65a;
    +
  • + +
  • + +
    支出金额
    +
    &#xe65b;
    +
  • + +
  • + +
    关机
    +
    &#xe6ed;
    +
  • + +
  • + +
    声音 静音 线性
    +
    &#xe94f;
    +
  • + +
  • + +
    声音
    +
    &#xe66a;
    +
  • + +
  • + +
    关闭
    +
    &#xe761;
    +
  • + +
  • + +
    图片
    +
    &#xe762;
    +
  • + +
  • + +
    表情
    +
    &#xe764;
    +
  • + +
  • + +
    账号密码
    +
    &#xe763;
    +
  • + +
  • + +
    二维码
    +
    &#xe765;
    +
  • + +
  • + +
    矩形
    +
    &#xe628;
    +
  • + +
  • + +
    自动选择
    +
    &#xe625;
    +
  • + +
  • + +
    手动选择
    +
    &#xe626;
    +
  • + +
  • + +
    单列
    +
    &#xe622;
    +
  • + +
  • + +
    两列
    +
    &#xe623;
    +
  • + +
  • + +
    三列
    +
    &#xe624;
    +
  • + +
  • + +
    直播中
    +
    &#xe621;
    +
  • + +
  • + +
    已结束
    +
    &#xe61f;
    +
  • + +
  • + +
    未开始
    +
    &#xe620;
    +
  • + +
  • + +
    drag2
    +
    &#xe61e;
    +
  • + +
  • + +
    banner_3~
    +
    &#xe613;
    +
  • + +
  • + +
    小程序直播
    +
    &#xe63c;
    +
  • + +
  • + +
    Solid line
    +
    &#xe61b;
    +
  • + +
  • + +
    Dotted line
    +
    &#xe61c;
    +
  • + +
  • + +
    Dot line
    +
    &#xe61d;
    +
  • + +
  • + +
    drop-down
    +
    &#xe619;
    +
  • + +
  • + +
    Dot
    +
    &#xe605;
    +
  • + +
  • + +
    Square point
    +
    &#xe60d;
    +
  • + +
  • + +
    del_2
    +
    &#xe608;
    +
  • + +
  • + +
    add to
    +
    &#xe60c;
    +
  • + +
  • + +
    del_1
    +
    &#xe610;
    +
  • + +
  • + +
    drag
    +
    &#xe617;
    +
  • + +
  • + +
    Comm_number
    +
    &#xe600;
    +
  • + +
  • + +
    Comm_whole
    +
    &#xe603;
    +
  • + +
  • + +
    Comm_Price
    +
    &#xe616;
    +
  • + +
  • + +
    Pic_square
    +
    &#xe60e;
    +
  • + +
  • + +
    Pic_fillet
    +
    &#xe60f;
    +
  • + +
  • + +
    search_2
    +
    &#xe615;
    +
  • + +
  • + +
    search_1
    +
    &#xe618;
    +
  • + +
  • + +
    banner_2
    +
    &#xe602;
    +
  • + +
  • + +
    Pic_small
    +
    &#xe609;
    +
  • + +
  • + +
    Pic_big
    +
    &#xe60a;
    +
  • + +
  • + +
    banner_1
    +
    &#xe60b;
    +
  • + +
  • + +
    doc_skew
    +
    &#xe601;
    +
  • + +
  • + +
    doc_bold
    +
    &#xe604;
    +
  • + +
  • + +
    doc_general
    +
    &#xe61a;
    +
  • + +
  • + +
    five
    +
    &#xe606;
    +
  • + +
  • + +
    Four
    +
    &#xe614;
    +
  • + +
  • + +
    doc_center
    +
    &#xe607;
    +
  • + +
  • + +
    doc_right
    +
    &#xe611;
    +
  • + +
  • + +
    doc_left
    +
    &#xe612;
    +
  • + +
  • + +
    图片
    +
    &#xe63b;
    +
  • + +
  • + +
    客服
    +
    &#xe633;
    +
  • + +
  • + +
    辅助线
    +
    &#xe63a;
    +
  • + +
  • + +
    标题
    +
    &#xe627;
    +
  • + +
  • + +
    导航组
    +
    &#xe629;
    +
  • + +
  • + +
    辅助空白
    +
    &#xe62a;
    +
  • + +
  • + +
    分类导航
    +
    &#xe62b;
    +
  • + +
  • + +
    促销列表
    +
    &#xe62c;
    +
  • + +
  • + +
    砍价
    +
    &#xe62d;
    +
  • + +
  • + +
    关注公众号
    +
    &#xe62e;
    +
  • + +
  • + +
    活动魔方
    +
    &#xe62f;
    +
  • + +
  • + +
    富文本
    +
    &#xe630;
    +
  • + +
  • + +
    秒杀
    +
    &#xe631;
    +
  • + +
  • + +
    商品列表
    +
    &#xe632;
    +
  • + +
  • + +
    拼团
    +
    &#xe634;
    +
  • + +
  • + +
    搜素框
    +
    &#xe635;
    +
  • + +
  • + +
    图片广告
    +
    &#xe636;
    +
  • + +
  • + +
    新闻播报
    +
    &#xe637;
    +
  • + +
  • + +
    文章列表
    +
    &#xe638;
    +
  • + +
  • + +
    优惠券
    +
    &#xe639;
    +
  • + +
+

Unicode 引用


@@ -2937,7 +2943,7 @@

Unicode 使用步骤如下:

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

-
@font-face {
   font-family: 'iconfont';
   src: url('iconfont.woff2?t=1703040607868') format('woff2'),
@@ -2946,7 +2952,7 @@
 }
 

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

-
.iconfont {
   font-family: "iconfont" !important;
   font-size: 16px;
@@ -2956,18 +2962,18 @@
 }
 

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

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

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

-
+
    - +
  • @@ -2976,7 +2982,7 @@
    .icondaifahuo-jifen
  • - +
  • @@ -2985,7 +2991,7 @@
    .iconic_fire
  • - +
  • @@ -2994,7 +3000,7 @@
    .iconfuxuankuang-weixuanzhong
  • - +
  • @@ -3003,7 +3009,7 @@
    .iconfuzhi1
  • - +
  • @@ -3012,7 +3018,7 @@
    .iconcaozuo-zhengti
  • - +
  • @@ -3021,7 +3027,7 @@
    .iconcaozuo-bianjiao
  • - +
  • @@ -3030,7 +3036,7 @@
    .iconbofang
  • - +
  • @@ -3039,7 +3045,7 @@
    .iconyoushangjiao
  • - +
  • @@ -3048,7 +3054,7 @@
    .iconguanbi
  • - +
  • @@ -3057,7 +3063,7 @@
    .iconxia
  • - +
  • @@ -3066,7 +3072,7 @@
    .iconxingzhuangjiehe
  • - +
  • @@ -3075,7 +3081,7 @@
    .iconxianshi
  • - +
  • @@ -3084,7 +3090,7 @@
    .iconwancheng
  • - +
  • @@ -3093,7 +3099,7 @@
    .iconshanchu3
  • - +
  • @@ -3102,7 +3108,7 @@
    .iconshang
  • - +
  • @@ -3111,7 +3117,7 @@
    .iconjiahao1
  • - +
  • @@ -3120,7 +3126,7 @@
    .iconfuxuankuang-xuanzhong
  • - +
  • @@ -3129,7 +3135,7 @@
    .iconyouxiajiao
  • - +
  • @@ -3138,7 +3144,7 @@
    .iconyincang
  • - +
  • @@ -3147,7 +3153,7 @@
    .icongouwuche1
  • - +
  • @@ -3156,7 +3162,7 @@
    .iconyou
  • - +
  • @@ -3165,7 +3171,7 @@
    .iconzuoshangjiao
  • - +
  • @@ -3174,7 +3180,7 @@
    .iconzuoxiajiao
  • - +
  • @@ -3183,7 +3189,7 @@
    .iconzujian-gongzhonghao
  • - +
  • @@ -3192,7 +3198,7 @@
    .iconzujian-pintuan
  • - +
  • @@ -3201,7 +3207,7 @@
    .iconzujian-shangpinxuanxiangka
  • - +
  • @@ -3210,7 +3216,7 @@
    .iconzujian-qiandao
  • - +
  • @@ -3219,7 +3225,7 @@
    .iconzujian-xuanfuanniu
  • - +
  • @@ -3228,7 +3234,7 @@
    .iconzujian-xuanxiangka1
  • - +
  • @@ -3237,7 +3243,7 @@
    .iconzujian-jifenshangcheng
  • - +
  • @@ -3246,7 +3252,7 @@
    .iconzujian-kanjia
  • - +
  • @@ -3255,7 +3261,7 @@
    .iconzujian-requ
  • - +
  • @@ -3264,7 +3270,7 @@
    .iconzujian-duanshipin
  • - +
  • @@ -3273,7 +3279,7 @@
    .iconzujian-xinrenzhuanxiang
  • - +
  • @@ -3282,7 +3288,7 @@
    .iconzujian-paihangbang
  • - +
  • @@ -3291,7 +3297,7 @@
    .iconzujian-yonghuxinxi
  • - +
  • @@ -3300,7 +3306,7 @@
    .iconzujian-yushou
  • - +
  • @@ -3309,7 +3315,7 @@
    .iconzujian-dianpujie
  • - +
  • @@ -3318,7 +3324,7 @@
    .iconzujian-daohangzu
  • - +
  • @@ -3327,7 +3333,7 @@
    .iconzujian-biaoti
  • - +
  • @@ -3336,7 +3342,7 @@
    .iconzujian-fuzhukongbai
  • - +
  • @@ -3345,7 +3351,7 @@
    .iconzujian-tupianmofang
  • - +
  • @@ -3354,7 +3360,7 @@
    .iconzujian-shangpinfenlei
  • - +
  • @@ -3363,7 +3369,7 @@
    .iconzujian-wenzhangliebiao
  • - +
  • @@ -3372,7 +3378,7 @@
    .iconzujian-shangpinliebiao
  • - +
  • @@ -3381,7 +3387,7 @@
    .iconzujian-lunbotu
  • - +
  • @@ -3390,7 +3396,7 @@
    .iconzujian-xiaochengxuzhibo
  • - +
  • @@ -3399,7 +3405,7 @@
    .iconzujian-fuwenben
  • - +
  • @@ -3408,7 +3414,7 @@
    .iconzujian-shipin
  • - +
  • @@ -3417,7 +3423,7 @@
    .iconzujian-sousuokuang
  • - +
  • @@ -3426,7 +3432,7 @@
    .iconzujian-zhongcaoshequ
  • - +
  • @@ -3435,7 +3441,7 @@
    .iconzujian-xuanfucaidan
  • - +
  • @@ -3444,7 +3450,7 @@
    .iconzujian-miaosha
  • - +
  • @@ -3453,7 +3459,7 @@
    .iconzujian-youhuiquan
  • - +
  • @@ -3462,7 +3468,7 @@
    .iconzujian-xinwenbobao
  • - +
  • @@ -3471,7 +3477,7 @@
    .iconzujian-xuanxiangka
  • - +
  • @@ -3480,7 +3486,7 @@
    .iconzujian-zuhezujian
  • - +
  • @@ -3489,7 +3495,7 @@
    .iconzujian-fuzhuxian
  • - +
  • @@ -3498,7 +3504,7 @@
    .iconzujian-dibucaidan
  • - +
  • @@ -3507,7 +3513,7 @@
    .icondaifahuo2
  • - +
  • @@ -3516,7 +3522,7 @@
    .icondaichuli-yonghufankui
  • - +
  • @@ -3525,7 +3531,7 @@
    .icondaituikuan
  • - +
  • @@ -3534,7 +3540,7 @@
    .icondaishenhe-tixian
  • - +
  • @@ -3543,7 +3549,7 @@
    .icondaishenhe-shanghuruzhu
  • - +
  • @@ -3552,7 +3558,7 @@
    .icondaishenhe-shequneirong
  • - +
  • @@ -3561,7 +3567,7 @@
    .iconjingjiekucun
  • - +
  • @@ -3570,7 +3576,7 @@
    .icondaishenhe-zhuanzhang
  • - +
  • @@ -3579,7 +3585,7 @@
    .iconputongshangpin
  • - +
  • @@ -3588,16 +3594,16 @@
    .iconshouqingshangpin
  • - +
  • - 待核销-分销礼包 + 待核销-服务礼包
    .icondaihexiao-fenxiaolibao
  • - +
  • @@ -3606,7 +3612,7 @@
    .icondaihuifu
  • - +
  • @@ -3615,7 +3621,7 @@
    .icondaikaipiao
  • - +
  • @@ -3624,7 +3630,7 @@
    .icondaihexiao
  • - +
  • @@ -3633,7 +3639,7 @@
    .iconzaishoushangpin
  • - +
  • @@ -3642,7 +3648,7 @@
    .iconhuodongshangpin
  • - +
  • @@ -3651,7 +3657,7 @@
    .iconxitongshezhi
  • - +
  • @@ -3660,7 +3666,7 @@
    .iconyonghuguanli
  • - +
  • @@ -3669,16 +3675,16 @@
    .iconshangpin
  • - +
  • - 分销管理 + 服务管理
    .iconfenxiaoguanli
  • - +
  • @@ -3687,7 +3693,7 @@
    .iconyouhuiquan4
  • - +
  • @@ -3696,7 +3702,7 @@
    .iconwenzhangguanli
  • - +
  • @@ -3705,7 +3711,7 @@
    .icondingdanguanli
  • - +
  • @@ -3714,7 +3720,7 @@
    .iconduanxinpeizhi
  • - +
  • @@ -3723,7 +3729,7 @@
    .iconshangyeshouquan
  • - +
  • @@ -3732,7 +3738,7 @@
    .iconweixinzhifu
  • - +
  • @@ -3741,7 +3747,7 @@
    .iconzhifubao
  • - +
  • @@ -3750,7 +3756,7 @@
    .icongongge
  • - +
  • @@ -3759,7 +3765,7 @@
    .iconliebiao
  • - +
  • @@ -3768,7 +3774,7 @@
    .iconshouyintai-shouyin1
  • - +
  • @@ -3777,7 +3783,7 @@
    .iconshouyintai-dingdan1
  • - +
  • @@ -3786,7 +3792,7 @@
    .iconshouyintai-hexiao1
  • - +
  • @@ -3795,7 +3801,7 @@
    .iconshouyintai-zhuoma
  • - +
  • @@ -3804,7 +3810,7 @@
    .iconshouyintai-tuihuo1
  • - +
  • @@ -3813,7 +3819,7 @@
    .iconshouyintai-yonghu
  • - +
  • @@ -3822,7 +3828,7 @@
    .iconshouyintai-guadan1
  • - +
  • @@ -3831,7 +3837,7 @@
    .iconshouyintai-chongzhi1
  • - +
  • @@ -3840,7 +3846,7 @@
    .iconqudaoma
  • - +
  • @@ -3849,7 +3855,7 @@
    .iconbiaodanzujian-duoxuankuang
  • - +
  • @@ -3858,7 +3864,7 @@
    .iconbiaodanzujian-riqi
  • - +
  • @@ -3867,7 +3873,7 @@
    .iconbiaodanzujian-danxuankuang
  • - +
  • @@ -3876,7 +3882,7 @@
    .iconbiaodanzujian-danhangwenben
  • - +
  • @@ -3885,7 +3891,7 @@
    .iconbiaodanzujian-riqifanwei
  • - +
  • @@ -3894,7 +3900,7 @@
    .iconbiaodanzujian-shijian
  • - +
  • @@ -3903,7 +3909,7 @@
    .iconbiaodanzujian-xialakuang
  • - +
  • @@ -3912,7 +3918,7 @@
    .iconbiaodanzujian-shijianfanwei
  • - +
  • @@ -3921,7 +3927,7 @@
    .iconbiaodanzujian-tupian
  • - +
  • @@ -3930,7 +3936,7 @@
    .iconbiaodanzujian-chengshi
  • - +
  • @@ -3939,7 +3945,7 @@
    .icondangqianjifen
  • - +
  • @@ -3948,7 +3954,7 @@
    .iconleijijifen
  • - +
  • @@ -3957,7 +3963,7 @@
    .iconfaqirenshu
  • - +
  • @@ -3966,16 +3972,16 @@
    .iconshengyukucun
  • - +
  • - 推广人数 + 邀请人数
    .icontuiguangrenshu
  • - +
  • @@ -3984,7 +3990,7 @@
    .iconkanjiachenggong
  • - +
  • @@ -3993,7 +3999,7 @@
    .iconchengtuanshu
  • - +
  • @@ -4002,7 +4008,7 @@
    .iconcanyurenshu
  • - +
  • @@ -4011,7 +4017,7 @@
    .iconxiadanrenshu
  • - +
  • @@ -4020,7 +4026,7 @@
    .iconxiaohaojifen
  • - +
  • @@ -4029,7 +4035,7 @@
    .iconzhifudingdan
  • - +
  • @@ -4038,7 +4044,7 @@
    .iconzhifurenshu
  • - +
  • @@ -4047,7 +4053,7 @@
    .iconxinrenli2
  • - +
  • @@ -4056,7 +4062,7 @@
    .iconhuiyuanjihuo
  • - +
  • @@ -4065,7 +4071,7 @@
    .iconyangshier
  • - +
  • @@ -4074,7 +4080,7 @@
    .iconyangshiyi
  • - +
  • @@ -4083,7 +4089,7 @@
    .icona-zuhe-banner1
  • - +
  • @@ -4092,7 +4098,7 @@
    .icontupianmofang2
  • - +
  • @@ -4101,7 +4107,7 @@
    .iconshangpinfenlei1
  • - +
  • @@ -4110,7 +4116,7 @@
    .iconpeizhiyindao1
  • - +
  • @@ -4119,7 +4125,7 @@
    .iconyuechongzhi
  • - +
  • @@ -4128,7 +4134,7 @@
    .iconyouhuitaocan
  • - +
  • @@ -4137,7 +4143,7 @@
    .iconzuhe-fenlei
  • - +
  • @@ -4146,7 +4152,7 @@
    .iconpeizhiyindao
  • - +
  • @@ -4155,7 +4161,7 @@
    .iconduanshipin1
  • - +
  • @@ -4164,7 +4170,7 @@
    .icondinjiannzhe
  • - +
  • @@ -4173,7 +4179,7 @@
    .iconhuodongbeijingtu
  • - +
  • @@ -4182,7 +4188,7 @@
    .iconjifenshangcheng
  • - +
  • @@ -4191,7 +4197,7 @@
    .iconhuodongbiankuang
  • - +
  • @@ -4200,7 +4206,7 @@
    .iconkanjiahuodong
  • - +
  • @@ -4209,7 +4215,7 @@
    .iconjiugonggechoujiang
  • - +
  • @@ -4218,7 +4224,7 @@
    .iconmansonghuodong
  • - +
  • @@ -4227,7 +4233,7 @@
    .iconmanjianmanzhe
  • - +
  • @@ -4236,7 +4242,7 @@
    .iconmeiriqiandao
  • - +
  • @@ -4245,7 +4251,7 @@
    .iconwenzhang
  • - +
  • @@ -4254,7 +4260,7 @@
    .iconmiaoshahuodong
  • - +
  • @@ -4263,7 +4269,7 @@
    .iconpintuanhuodong
  • - +
  • @@ -4272,7 +4278,7 @@
    .iconyouhuiquan3
  • - +
  • @@ -4281,7 +4287,7 @@
    .iconzhibo
  • - +
  • @@ -4290,7 +4296,7 @@
    .iconxianshizhekou
  • - +
  • @@ -4299,7 +4305,7 @@
    .icontupianmofang1
  • - +
  • @@ -4308,7 +4314,7 @@
    .iconremaipaihang
  • - +
  • @@ -4317,7 +4323,7 @@
    .iconyonghuxinxi
  • - +
  • @@ -4326,7 +4332,7 @@
    .iconshipinyangshi2
  • - +
  • @@ -4335,7 +4341,7 @@
    .iconbiaoti3
  • - +
  • @@ -4344,7 +4350,7 @@
    .iconshipinyangshi1
  • - +
  • @@ -4353,7 +4359,7 @@
    .icondingwei1
  • - +
  • @@ -4362,7 +4368,7 @@
    .iconsousuo11
  • - +
  • @@ -4371,7 +4377,7 @@
    .iconshouji1
  • - +
  • @@ -4380,7 +4386,7 @@
    .iconerweima
  • - +
  • @@ -4389,7 +4395,7 @@
    .iconsousuo1
  • - +
  • @@ -4398,7 +4404,7 @@
    .icondingwei
  • - +
  • @@ -4407,7 +4413,7 @@
    .iconshipindianzan-yidian
  • - +
  • @@ -4416,7 +4422,7 @@
    .iconshipindianzan-weidian
  • - +
  • @@ -4425,7 +4431,7 @@
    .icondingbudaohang
  • - +
  • @@ -4434,7 +4440,7 @@
    .iconduanshipin
  • - +
  • @@ -4443,7 +4449,7 @@
    .iconxinrenli
  • - +
  • @@ -4452,7 +4458,7 @@
    .icongouwuche
  • - +
  • @@ -4461,7 +4467,7 @@
    .iconfenxiang
  • - +
  • @@ -4470,7 +4476,7 @@
    .iconkanjia2
  • - +
  • @@ -4479,7 +4485,7 @@
    .iconpintuan3
  • - +
  • @@ -4488,7 +4494,7 @@
    .iconkefu2
  • - +
  • @@ -4497,7 +4503,7 @@
    .icona-shoucang
  • - +
  • @@ -4506,7 +4512,7 @@
    .iconmendian
  • - +
  • @@ -4515,7 +4521,7 @@
    .iconmiaosha3
  • - +
  • @@ -4524,7 +4530,7 @@
    .icontuikuandingdanliang
  • - +
  • @@ -4533,7 +4539,7 @@
    .icondingdanliang
  • - +
  • @@ -4542,7 +4548,7 @@
    .icondingdanjine
  • - +
  • @@ -4551,7 +4557,7 @@
    .icontuikuanjine
  • - +
  • @@ -4560,7 +4566,7 @@
    .icontongji
  • - +
  • @@ -4569,7 +4575,7 @@
    .iconbiaoge1
  • - +
  • @@ -4578,7 +4584,7 @@
    .iconfanhui1
  • - +
  • @@ -4587,7 +4593,7 @@
    .iconpc-jifen
  • - +
  • @@ -4596,7 +4602,7 @@
    .iconpc-youhuiquan
  • - +
  • @@ -4605,7 +4611,7 @@
    .iconshouyintai
  • - +
  • @@ -4614,7 +4620,7 @@
    .iconjia
  • - +
  • @@ -4623,7 +4629,7 @@
    .iconjian
  • - +
  • @@ -4632,7 +4638,7 @@
    .iconcrmeb1
  • - +
  • @@ -4641,7 +4647,7 @@
    .iconzuoyou
  • - +
  • @@ -4650,7 +4656,7 @@
    .iconshangxia
  • - +
  • @@ -4659,7 +4665,7 @@
    .icondangqianqunchengyuan
  • - +
  • @@ -4668,7 +4674,7 @@
    .iconjinrituiqun
  • - +
  • @@ -4677,7 +4683,7 @@
    .iconjinrixinzeng
  • - +
  • @@ -4686,7 +4692,7 @@
    .iconleijituiqun
  • - +
  • @@ -4695,7 +4701,7 @@
    .icondianpujie
  • - +
  • @@ -4704,7 +4710,7 @@
    .icontupian4
  • - +
  • @@ -4713,7 +4719,7 @@
    .icona-shouyintai-weixinzhifubao
  • - +
  • @@ -4722,7 +4728,7 @@
    .iconshouyintai-xianjinshoukuan
  • - +
  • @@ -4731,7 +4737,7 @@
    .iconshouyintai-xingzhuang
  • - +
  • @@ -4740,7 +4746,7 @@
    .iconshouyintai-shuaxin
  • - +
  • @@ -4749,7 +4755,7 @@
    .iconshouyintai-mima
  • - +
  • @@ -4758,7 +4764,7 @@
    .iconshouyintai-qiyeweixin
  • - +
  • @@ -4767,7 +4773,7 @@
    .iconshouyintai-dianyuan
  • - +
  • @@ -4776,7 +4782,7 @@
    .iconshouyintai-qingkong
  • - +
  • @@ -4785,7 +4791,7 @@
    .iconshouyintai-shaixuan
  • - +
  • @@ -4794,7 +4800,7 @@
    .iconshouyintai-weixin
  • - +
  • @@ -4803,7 +4809,7 @@
    .iconshouyintai-zhanghao
  • - +
  • @@ -4812,7 +4818,7 @@
    .iconshouyintai-yanjing
  • - +
  • @@ -4821,7 +4827,7 @@
    .iconzidingyicaidan
  • - +
  • @@ -4830,7 +4836,7 @@
    .iconfuwenben3
  • - +
  • @@ -4839,7 +4845,7 @@
    .iconzhongcaoshequ1
  • - +
  • @@ -4848,7 +4854,7 @@
    .iconyushou1
  • - +
  • @@ -4857,7 +4863,7 @@
    .iconxiaochengxuzhibo3
  • - +
  • @@ -4866,7 +4872,7 @@
    .iconguanzhugongzhonghao2
  • - +
  • @@ -4875,7 +4881,7 @@
    .iconzhuanti
  • - +
  • @@ -4884,7 +4890,7 @@
    .iconfuzhukongbai2
  • - +
  • @@ -4893,7 +4899,7 @@
    .iconzhuli
  • - +
  • @@ -4902,7 +4908,7 @@
    .iconsousuokuang
  • - +
  • @@ -4911,7 +4917,7 @@
    .iconmiaosha2
  • - +
  • @@ -4920,7 +4926,7 @@
    .icontuijianzu
  • - +
  • @@ -4929,7 +4935,7 @@
    .icondaohangzu2
  • - +
  • @@ -4938,7 +4944,7 @@
    .iconpintuan2
  • - +
  • @@ -4947,7 +4953,7 @@
    .iconshangpinliebiao2
  • - +
  • @@ -4956,7 +4962,7 @@
    .iconshangpinfenlei
  • - +
  • @@ -4965,7 +4971,7 @@
    .iconxinwenbobao2
  • - +
  • @@ -4974,7 +4980,7 @@
    .iconyouhuiquan2
  • - +
  • @@ -4983,7 +4989,7 @@
    .iconfuzhuxian2
  • - +
  • @@ -4992,7 +4998,7 @@
    .iconzaixiankefu
  • - +
  • @@ -5001,7 +5007,7 @@
    .iconbiaoti2
  • - +
  • @@ -5010,7 +5016,7 @@
    .iconlunbotu
  • - +
  • @@ -5019,7 +5025,7 @@
    .icontupianmofang
  • - +
  • @@ -5028,7 +5034,7 @@
    .iconbanquan
  • - +
  • @@ -5037,7 +5043,7 @@
    .iconcaidanshouqi
  • - +
  • @@ -5046,7 +5052,7 @@
    .iconcaidanzhankai
  • - +
  • @@ -5055,7 +5061,7 @@
    .icondingdan
  • - +
  • @@ -5064,7 +5070,7 @@
    .iconapp
  • - +
  • @@ -5073,7 +5079,7 @@
    .iconPC
  • - +
  • @@ -5082,7 +5088,7 @@
    .iconxiaochengxu
  • - +
  • @@ -5091,7 +5097,7 @@
    .icongongzhonghao
  • - +
  • @@ -5100,7 +5106,7 @@
    .iconh5
  • - +
  • @@ -5109,7 +5115,7 @@
    .iconshipin
  • - +
  • @@ -5118,7 +5124,7 @@
    .iconqiehuanhuiyuan
  • - +
  • @@ -5127,7 +5133,7 @@
    .iconguadan
  • - +
  • @@ -5136,7 +5142,7 @@
    .iconhexiaodingdanjine
  • - +
  • @@ -5145,7 +5151,7 @@
    .iconmendiandingdanjine
  • - +
  • @@ -5154,7 +5160,7 @@
    .iconmendianchengjiaoyonghushu
  • - +
  • @@ -5163,7 +5169,7 @@
    .iconfufeihuiyuanjine
  • - +
  • @@ -5172,7 +5178,7 @@
    .iconshouyindingdanjine
  • - +
  • @@ -5181,7 +5187,7 @@
    .iconmendianxinzengyonghushu
  • - +
  • @@ -5190,7 +5196,7 @@
    .iconhuiyuankajihuoshu
  • - +
  • @@ -5199,7 +5205,7 @@
    .iconxinzengyonghushu1
  • - +
  • @@ -5208,7 +5214,7 @@
    .iconfenpeidingdanjine
  • - +
  • @@ -5217,7 +5223,7 @@
    .iconyuexiaohaojine
  • - +
  • @@ -5226,7 +5232,7 @@
    .iconerweima-xingerenzhongxin
  • - +
  • @@ -5235,7 +5241,7 @@
    .iconhuishan
  • - +
  • @@ -5244,7 +5250,7 @@
    .iconshangpinshuliang-jia
  • - +
  • @@ -5253,7 +5259,7 @@
    .iconshangpinshuliang-jian
  • - +
  • @@ -5262,7 +5268,7 @@
    .icontupianguanggao1
  • - +
  • @@ -5271,7 +5277,7 @@
    .iconsousukuang1
  • - +
  • @@ -5280,7 +5286,7 @@
    .iconwenzhangliebiao1
  • - +
  • @@ -5289,7 +5295,7 @@
    .iconpintuan1
  • - +
  • @@ -5298,7 +5304,7 @@
    .iconshangpinliebiao1
  • - +
  • @@ -5307,7 +5313,7 @@
    .iconyouhuiquan1
  • - +
  • @@ -5316,7 +5322,7 @@
    .iconxiaochengxuzhibo1
  • - +
  • @@ -5325,7 +5331,7 @@
    .iconmiaosha1
  • - +
  • @@ -5334,7 +5340,7 @@
    .iconxinwenbobao1
  • - +
  • @@ -5343,7 +5349,7 @@
    .icondaohangzu1
  • - +
  • @@ -5352,7 +5358,7 @@
    .iconbiaoti1
  • - +
  • @@ -5361,7 +5367,7 @@
    .iconfenleidaohang1
  • - +
  • @@ -5370,7 +5376,7 @@
    .iconcuxiaoliebiao1
  • - +
  • @@ -5379,7 +5385,7 @@
    .iconfuzhukongbai1
  • - +
  • @@ -5388,7 +5394,7 @@
    .iconhuodongmofang1
  • - +
  • @@ -5397,7 +5403,7 @@
    .iconguanzhugongzhonghao1
  • - +
  • @@ -5406,7 +5412,7 @@
    .iconkanjia1
  • - +
  • @@ -5415,7 +5421,7 @@
    .iconfuzhuxian1
  • - +
  • @@ -5424,7 +5430,7 @@
    .iconkefu1
  • - +
  • @@ -5433,7 +5439,7 @@
    .iconfuwenben1
  • - +
  • @@ -5442,7 +5448,7 @@
    .icondantu
  • - +
  • @@ -5451,7 +5457,7 @@
    .iconlashen
  • - +
  • @@ -5460,7 +5466,7 @@
    .iconpingpu
  • - +
  • @@ -5469,7 +5475,7 @@
    .iconshouhou-tuikuan-lan
  • - +
  • @@ -5478,7 +5484,7 @@
    .icondaifukuan-lan
  • - +
  • @@ -5487,7 +5493,7 @@
    .icondaishouhuo-lan
  • - +
  • @@ -5496,7 +5502,7 @@
    .icondaipingjia-lan
  • - +
  • @@ -5505,7 +5511,7 @@
    .icondaifahuo-lan
  • - +
  • @@ -5514,7 +5520,7 @@
    .icondaifukuan-ju
  • - +
  • @@ -5523,7 +5529,7 @@
    .iconshouhou-tuikuan-ju
  • - +
  • @@ -5532,7 +5538,7 @@
    .icondaishouhuo-ju
  • - +
  • @@ -5541,7 +5547,7 @@
    .icondaipingjia-ju
  • - +
  • @@ -5550,7 +5556,7 @@
    .icondaifahuo-ju
  • - +
  • @@ -5559,7 +5565,7 @@
    .icondaipingjia-fen
  • - +
  • @@ -5568,7 +5574,7 @@
    .icondaishouhuo-fen
  • - +
  • @@ -5577,7 +5583,7 @@
    .icondaifukuan-fen
  • - +
  • @@ -5586,7 +5592,7 @@
    .icondaifahuo-fen
  • - +
  • @@ -5595,7 +5601,7 @@
    .icona-shouhoutuikuan-fen
  • - +
  • @@ -5604,7 +5610,7 @@
    .icondaifahuo-lv
  • - +
  • @@ -5613,7 +5619,7 @@
    .icondaishouhuo-lv
  • - +
  • @@ -5622,7 +5628,7 @@
    .icondaifukuan-lv
  • - +
  • @@ -5631,7 +5637,7 @@
    .icondaipingjia-lv
  • - +
  • @@ -5640,7 +5646,7 @@
    .iconshouhou-tuikuan-lv
  • - +
  • @@ -5649,7 +5655,7 @@
    .icondaifukuan1
  • - +
  • @@ -5658,7 +5664,7 @@
    .icondaipingjia1
  • - +
  • @@ -5667,7 +5673,7 @@
    .iconshouhou_tuikuan
  • - +
  • @@ -5676,7 +5682,7 @@
    .icondaifahuo1
  • - +
  • @@ -5685,7 +5691,7 @@
    .icondaishouhuo1
  • - +
  • @@ -5694,7 +5700,7 @@
    .iconshezhi
  • - +
  • @@ -5703,7 +5709,7 @@
    .icons-kefu
  • - +
  • @@ -5712,7 +5718,7 @@
    .iconduohang
  • - +
  • @@ -5721,7 +5727,7 @@
    .icon4ge1
  • - +
  • @@ -5730,7 +5736,7 @@
    .icon5ge1
  • - +
  • @@ -5739,7 +5745,7 @@
    .icondayuanjiao
  • - +
  • @@ -5748,7 +5754,7 @@
    .icon3ge1
  • - +
  • @@ -5757,7 +5763,7 @@
    .icondanhang
  • - +
  • @@ -5766,7 +5772,7 @@
    .iconzuoyoutuwen
  • - +
  • @@ -5775,7 +5781,7 @@
    .iconyangshi8
  • - +
  • @@ -5784,7 +5790,7 @@
    .iconyangshi9
  • - +
  • @@ -5793,7 +5799,7 @@
    .iconyangshi1
  • - +
  • @@ -5802,7 +5808,7 @@
    .iconyangshi4
  • - +
  • @@ -5811,7 +5817,7 @@
    .iconyangshi5
  • - +
  • @@ -5820,7 +5826,7 @@
    .iconyangshi6
  • - +
  • @@ -5829,7 +5835,7 @@
    .iconyangshi2
  • - +
  • @@ -5838,7 +5844,7 @@
    .iconyangshi7
  • - +
  • @@ -5847,7 +5853,7 @@
    .iconyangshi3
  • - +
  • @@ -5856,7 +5862,7 @@
    .iconshuzi
  • - +
  • @@ -5865,7 +5871,7 @@
    .iconjinyong
  • - +
  • @@ -5874,7 +5880,7 @@
    .icon4ge
  • - +
  • @@ -5883,7 +5889,7 @@
    .icon3ge
  • - +
  • @@ -5892,7 +5898,7 @@
    .icon5ge
  • - +
  • @@ -5901,7 +5907,7 @@
    .icon2hang
  • - +
  • @@ -5910,7 +5916,7 @@
    .icon3hang
  • - +
  • @@ -5919,7 +5925,7 @@
    .icon4hang
  • - +
  • @@ -5928,7 +5934,7 @@
    .iconxiayi
  • - +
  • @@ -5937,7 +5943,7 @@
    .iconshangyi
  • - +
  • @@ -5946,7 +5952,7 @@
    .iconshanchu2
  • - +
  • @@ -5955,7 +5961,7 @@
    .iconfuzhi
  • - +
  • @@ -5964,7 +5970,7 @@
    .iconzuixin
  • - +
  • @@ -5973,7 +5979,7 @@
    .iconxuanzhong6
  • - +
  • @@ -5982,7 +5988,7 @@
    .icontianjia
  • - +
  • @@ -5991,7 +5997,7 @@
    .iconbianji2
  • - +
  • @@ -6000,7 +6006,7 @@
    .icongengduozhankai1
  • - +
  • @@ -6009,7 +6015,7 @@
    .icontupian3
  • - +
  • @@ -6018,7 +6024,7 @@
    .iconbiaoqing2
  • - +
  • @@ -6027,7 +6033,7 @@
    .iconhuashu1
  • - +
  • @@ -6036,7 +6042,7 @@
    .iconshangpintuikuanjine
  • - +
  • @@ -6045,7 +6051,7 @@
    .iconjiaoyijine
  • - +
  • @@ -6054,7 +6060,7 @@
    .iconyuezhifujine
  • - +
  • @@ -6063,7 +6069,7 @@
    .iconzhifuyongjinjine
  • - +
  • @@ -6072,7 +6078,7 @@
    .iconxianxiashouyinjine
  • - +
  • @@ -6081,7 +6087,7 @@
    .iconliaotian
  • - +
  • @@ -6090,7 +6096,7 @@
    .iconbianji11
  • - +
  • @@ -6099,7 +6105,7 @@
    .iconjinru
  • - +
  • @@ -6108,7 +6114,7 @@
    .iconfanhui
  • - +
  • @@ -6117,7 +6123,7 @@
    .icongengduo
  • - +
  • @@ -6126,7 +6132,7 @@
    .iconfasong
  • - +
  • @@ -6135,7 +6141,7 @@
    .iconcha1
  • - +
  • @@ -6144,7 +6150,7 @@
    .iconmima
  • - +
  • @@ -6153,7 +6159,7 @@
    .iconsousuo
  • - +
  • @@ -6162,7 +6168,7 @@
    .iconshouji
  • - +
  • @@ -6171,7 +6177,7 @@
    .icontuichu
  • - +
  • @@ -6180,7 +6186,7 @@
    .iconshangpinxinxi
  • - +
  • @@ -6189,7 +6195,7 @@
    .iconzhanghao
  • - +
  • @@ -6198,7 +6204,7 @@
    .iconbiaoqing
  • - +
  • @@ -6207,7 +6213,7 @@
    .icongengduozhankai
  • - +
  • @@ -6216,7 +6222,7 @@
    .iconhuashu
  • - +
  • @@ -6225,7 +6231,7 @@
    .icontupian2
  • - +
  • @@ -6234,7 +6240,7 @@
    .icontianjia11
  • - +
  • @@ -6243,7 +6249,7 @@
    .iconbianji1
  • - +
  • @@ -6252,7 +6258,7 @@
    .iconshezhi1
  • - +
  • @@ -6261,7 +6267,7 @@
    .iconshanchu1
  • - +
  • @@ -6270,7 +6276,7 @@
    .iconjiahao
  • - +
  • @@ -6279,7 +6285,7 @@
    .iconcha
  • - +
  • @@ -6288,7 +6294,7 @@
    .iconshanchu
  • - +
  • @@ -6297,7 +6303,7 @@
    .iconbianji
  • - +
  • @@ -6306,7 +6312,7 @@
    .iconduihao
  • - +
  • @@ -6315,7 +6321,7 @@
    .icondaipingjia
  • - +
  • @@ -6324,7 +6330,7 @@
    .icondaishouhuo
  • - +
  • @@ -6333,7 +6339,7 @@
    .iconshouhou-tuikuan
  • - +
  • @@ -6342,7 +6348,7 @@
    .icondaifahuo
  • - +
  • @@ -6351,7 +6357,7 @@
    .icondaifukuan
  • - +
  • @@ -6360,7 +6366,7 @@
    .iconzhuanjie
  • - +
  • @@ -6369,7 +6375,7 @@
    .iconliulanqi
  • - +
  • @@ -6378,7 +6384,7 @@
    .iconfangkeshu
  • - +
  • @@ -6387,7 +6393,7 @@
    .iconfangwenliang
  • - +
  • @@ -6396,7 +6402,7 @@
    .iconchengjiaoyonghushu
  • - +
  • @@ -6405,7 +6411,7 @@
    .iconchongzhijianshu
  • - +
  • @@ -6414,7 +6420,7 @@
    .iconchengbenjine
  • - +
  • @@ -6423,7 +6429,7 @@
    .iconfufeihuiyuanshu
  • - +
  • @@ -6432,7 +6438,7 @@
    .iconchongzhiyonghushu
  • - +
  • @@ -6441,7 +6447,7 @@
    .icongoumaihuiyuanjine
  • - +
  • @@ -6450,7 +6456,7 @@
    .iconfangke-zhifuzhuanhuashuai
  • - +
  • @@ -6459,7 +6465,7 @@
    .iconjingzengyonghu
  • - +
  • @@ -6468,7 +6474,7 @@
    .iconkedanjia
  • - +
  • @@ -6477,7 +6483,7 @@
    .iconjiagoujianshu
  • - +
  • @@ -6486,7 +6492,7 @@
    .iconleijichongzhiyonghu
  • - +
  • @@ -6495,7 +6501,7 @@
    .iconleijichengjiaoyonghu
  • - +
  • @@ -6504,7 +6510,7 @@
    .iconleijihuiyuanshu
  • - +
  • @@ -6513,7 +6519,7 @@
    .iconshangpinliulanliang
  • - +
  • @@ -6522,7 +6528,7 @@
    .iconshangpinzhifujine
  • - +
  • @@ -6531,7 +6537,7 @@
    .icontuikuanjianshu
  • - +
  • @@ -6540,7 +6546,7 @@
    .iconleijiguanzhuyonghu
  • - +
  • @@ -6549,7 +6555,7 @@
    .icontuikuan
  • - +
  • @@ -6558,7 +6564,7 @@
    .iconxiadanjianshu
  • - +
  • @@ -6567,7 +6573,7 @@
    .iconleijiquguanyonghu
  • - +
  • @@ -6576,7 +6582,7 @@
    .iconleijiyonghu
  • - +
  • @@ -6585,7 +6591,7 @@
    .iconxinzengquguanyonghu
  • - +
  • @@ -6594,7 +6600,7 @@
    .iconshangpinfangkeshu
  • - +
  • @@ -6603,7 +6609,7 @@
    .iconxinzengyonghushu
  • - +
  • @@ -6612,7 +6618,7 @@
    .iconxinzengguanzhuyonghu
  • - +
  • @@ -6621,7 +6627,7 @@
    .iconzhifujine
  • - +
  • @@ -6630,7 +6636,7 @@
    .iconyingyee
  • - +
  • @@ -6639,7 +6645,7 @@
    .iconzhifujianshu
  • - +
  • @@ -6648,7 +6654,7 @@
    .iconzhichujine
  • - +
  • @@ -6657,7 +6663,7 @@
    .iconguanji
  • - +
  • @@ -6666,7 +6672,7 @@
    .iconshengyinjingyinxianxing
  • - +
  • @@ -6675,7 +6681,7 @@
    .iconshengyinyinliang
  • - +
  • @@ -6684,7 +6690,7 @@
    .iconguanbi5
  • - +
  • @@ -6693,7 +6699,7 @@
    .icontupian1
  • - +
  • @@ -6702,7 +6708,7 @@
    .iconbiaoqing1
  • - +
  • @@ -6711,7 +6717,7 @@
    .iconzhanghaomima
  • - +
  • @@ -6720,7 +6726,7 @@
    .iconerweima2
  • - +
  • @@ -6729,7 +6735,7 @@
    .iconjuxing
  • - +
  • @@ -6738,7 +6744,7 @@
    .iconzidongxuanze
  • - +
  • @@ -6747,7 +6753,7 @@
    .iconshoudongxuanze
  • - +
  • @@ -6756,7 +6762,7 @@
    .icondanlie
  • - +
  • @@ -6765,7 +6771,7 @@
    .iconlianglie
  • - +
  • @@ -6774,7 +6780,7 @@
    .iconsanlie
  • - +
  • @@ -6783,7 +6789,7 @@
    .iconzhibozhong
  • - +
  • @@ -6792,7 +6798,7 @@
    .iconyijieshu
  • - +
  • @@ -6801,7 +6807,7 @@
    .iconweikaishi
  • - +
  • @@ -6810,7 +6816,7 @@
    .icondrag2
  • - +
  • @@ -6819,7 +6825,7 @@
    .iconbanner_3
  • - +
  • @@ -6828,7 +6834,7 @@
    .iconxiaochengxuzhibo
  • - +
  • @@ -6837,7 +6843,7 @@
    .iconSolidline
  • - +
  • @@ -6846,7 +6852,7 @@
    .iconDottedline
  • - +
  • @@ -6855,7 +6861,7 @@
    .iconDotline
  • - +
  • @@ -6864,7 +6870,7 @@
    .icondrop-down
  • - +
  • @@ -6873,7 +6879,7 @@
    .iconDot
  • - +
  • @@ -6882,7 +6888,7 @@
    .iconSquarepoint
  • - +
  • @@ -6891,7 +6897,7 @@
    .icondel_2
  • - +
  • @@ -6900,7 +6906,7 @@
    .iconaddto
  • - +
  • @@ -6909,7 +6915,7 @@
    .icondel_1
  • - +
  • @@ -6918,7 +6924,7 @@
    .icondrag
  • - +
  • @@ -6927,7 +6933,7 @@
    .iconComm_number
  • - +
  • @@ -6936,7 +6942,7 @@
    .iconComm_whole
  • - +
  • @@ -6945,7 +6951,7 @@
    .iconComm_Price
  • - +
  • @@ -6954,7 +6960,7 @@
    .iconPic_square
  • - +
  • @@ -6963,7 +6969,7 @@
    .iconPic_fillet
  • - +
  • @@ -6972,7 +6978,7 @@
    .iconsearch_2
  • - +
  • @@ -6981,7 +6987,7 @@
    .iconsearch_1
  • - +
  • @@ -6990,7 +6996,7 @@
    .iconbanner_2
  • - +
  • @@ -6999,7 +7005,7 @@
    .iconPic_small
  • - +
  • @@ -7008,7 +7014,7 @@
    .iconPic_big
  • - +
  • @@ -7017,7 +7023,7 @@
    .iconbanner_1
  • - +
  • @@ -7026,7 +7032,7 @@
    .icondoc_skew
  • - +
  • @@ -7035,7 +7041,7 @@
    .icondoc_bold
  • - +
  • @@ -7044,7 +7050,7 @@
    .icondoc_general
  • - +
  • @@ -7053,7 +7059,7 @@
    .iconfive
  • - +
  • @@ -7062,7 +7068,7 @@
    .iconFour
  • - +
  • @@ -7071,7 +7077,7 @@
    .icondoc_center
  • - +
  • @@ -7080,7 +7086,7 @@
    .icondoc_right
  • - +
  • @@ -7089,7 +7095,7 @@
    .icondoc_left
  • - +
  • @@ -7098,7 +7104,7 @@
    .icontupian
  • - +
  • @@ -7107,7 +7113,7 @@
    .iconkefu
  • - +
  • @@ -7116,7 +7122,7 @@
    .iconfuzhuxian
  • - +
  • @@ -7125,7 +7131,7 @@
    .iconbiaoti
  • - +
  • @@ -7134,7 +7140,7 @@
    .icondaohangzu
  • - +
  • @@ -7143,7 +7149,7 @@
    .iconfuzhukongbai
  • - +
  • @@ -7152,7 +7158,7 @@
    .iconfenleidaohang
  • - +
  • @@ -7161,7 +7167,7 @@
    .iconcuxiaoliebiao
  • - +
  • @@ -7170,7 +7176,7 @@
    .iconkanjia
  • - +
  • @@ -7179,7 +7185,7 @@
    .iconguanzhugongzhonghao
  • - +
  • @@ -7188,7 +7194,7 @@
    .iconhuodongmofang
  • - +
  • @@ -7197,7 +7203,7 @@
    .iconfuwenben
  • - +
  • @@ -7206,7 +7212,7 @@
    .iconmiaosha
  • - +
  • @@ -7215,7 +7221,7 @@
    .iconshangpinliebiao
  • - +
  • @@ -7224,7 +7230,7 @@
    .iconpintuan
  • - +
  • @@ -7233,7 +7239,7 @@
    .iconsousukuang
  • - +
  • @@ -7242,7 +7248,7 @@
    .icontupianguanggao
  • - +
  • @@ -7251,7 +7257,7 @@
    .iconxinwenbobao
  • - +
  • @@ -7260,7 +7266,7 @@
    .iconwenzhangliebiao
  • - +
  • @@ -7269,3860 +7275,3860 @@
    .iconyouhuiquan
  • - +
-

font-class 引用

-
+

font-class 引用

+
-

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

-

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

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

使用步骤如下:

-

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

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

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

+

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

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

使用步骤如下:

+

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

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

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

-
<span class="iconfont iconxxx"></span>
+          

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

+
<span class="iconfont iconxxx"></span>
 
-
-

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

-
-
+
+

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

+
+
-
    - -
  • - -
    待发货-积分
    -
    #icondaifahuo-jifen
    -
  • - -
  • - -
    ic_fire
    -
    #iconic_fire
    -
  • - -
  • - -
    复选框-未选中
    -
    #iconfuxuankuang-weixuanzhong
    -
  • - -
  • - -
    复制
    -
    #iconfuzhi1
    -
  • - -
  • - -
    操作-整体
    -
    #iconcaozuo-zhengti
    -
  • - -
  • - -
    操作-边角
    -
    #iconcaozuo-bianjiao
    -
  • - -
  • - -
    播放
    -
    #iconbofang
    -
  • - -
  • - -
    右上角
    -
    #iconyoushangjiao
    -
  • - -
  • - -
    关闭
    -
    #iconguanbi
    -
  • - -
  • - -
    -
    #iconxia
    -
  • - -
  • - -
    形状结合
    -
    #iconxingzhuangjiehe
    -
  • - -
  • - -
    显示
    -
    #iconxianshi
    -
  • - -
  • - -
    完成
    -
    #iconwancheng
    -
  • - -
  • - -
    删除
    -
    #iconshanchu3
    -
  • - -
  • - -
    -
    #iconshang
    -
  • - -
  • - -
    加号
    -
    #iconjiahao1
    -
  • - -
  • - -
    复选框-选中
    -
    #iconfuxuankuang-xuanzhong
    -
  • - -
  • - -
    右下角
    -
    #iconyouxiajiao
    -
  • - -
  • - -
    隐藏
    -
    #iconyincang
    -
  • - -
  • - -
    购物车
    -
    #icongouwuche1
    -
  • - -
  • - -
    -
    #iconyou
    -
  • - -
  • - -
    左上角
    -
    #iconzuoshangjiao
    -
  • - -
  • - -
    左下角
    -
    #iconzuoxiajiao
    -
  • - -
  • - -
    组件-公众号
    -
    #iconzujian-gongzhonghao
    -
  • - -
  • - -
    组件-拼团
    -
    #iconzujian-pintuan
    -
  • - -
  • - -
    组件-商品选项卡
    -
    #iconzujian-shangpinxuanxiangka
    -
  • - -
  • - -
    组件-签到
    -
    #iconzujian-qiandao
    -
  • - -
  • - -
    组件-悬浮按钮
    -
    #iconzujian-xuanfuanniu
    -
  • - -
  • - -
    组件-选项卡
    -
    #iconzujian-xuanxiangka1
    -
  • - -
  • - -
    组件-积分商城
    -
    #iconzujian-jifenshangcheng
    -
  • - -
  • - -
    组件-砍价
    -
    #iconzujian-kanjia
    -
  • - -
  • - -
    组件-热区
    -
    #iconzujian-requ
    -
  • - -
  • - -
    组件-短视频
    -
    #iconzujian-duanshipin
    -
  • - -
  • - -
    组件-新人专享
    -
    #iconzujian-xinrenzhuanxiang
    -
  • - -
  • - -
    组件-排行榜
    -
    #iconzujian-paihangbang
    -
  • - -
  • - -
    组件-用户信息
    -
    #iconzujian-yonghuxinxi
    -
  • - -
  • - -
    组件-预售
    -
    #iconzujian-yushou
    -
  • - -
  • - -
    组件-店铺街
    -
    #iconzujian-dianpujie
    -
  • - -
  • - -
    组件-导航组
    -
    #iconzujian-daohangzu
    -
  • - -
  • - -
    组件-标题
    -
    #iconzujian-biaoti
    -
  • - -
  • - -
    组件-辅助空白
    -
    #iconzujian-fuzhukongbai
    -
  • - -
  • - -
    组件-图片魔方
    -
    #iconzujian-tupianmofang
    -
  • - -
  • - -
    组件-商品分类
    -
    #iconzujian-shangpinfenlei
    -
  • - -
  • - -
    组件-文章列表
    -
    #iconzujian-wenzhangliebiao
    -
  • - -
  • - -
    组件-商品列表
    -
    #iconzujian-shangpinliebiao
    -
  • - -
  • - -
    组件-轮播图
    -
    #iconzujian-lunbotu
    -
  • - -
  • - -
    组件-小程序直播
    -
    #iconzujian-xiaochengxuzhibo
    -
  • - -
  • - -
    组件-富文本
    -
    #iconzujian-fuwenben
    -
  • - -
  • - -
    组件-视频
    -
    #iconzujian-shipin
    -
  • - -
  • - -
    组件-搜索框
    -
    #iconzujian-sousuokuang
    -
  • - -
  • - -
    组件-种草社区
    -
    #iconzujian-zhongcaoshequ
    -
  • - -
  • - -
    组件-悬浮菜单
    -
    #iconzujian-xuanfucaidan
    -
  • - -
  • - -
    组件-秒杀
    -
    #iconzujian-miaosha
    -
  • - -
  • - -
    组件-优惠券
    -
    #iconzujian-youhuiquan
    -
  • - -
  • - -
    组件-新闻播报
    -
    #iconzujian-xinwenbobao
    -
  • - -
  • - -
    组件-选项卡
    -
    #iconzujian-xuanxiangka
    -
  • - -
  • - -
    组件-轮播搜索
    -
    #iconzujian-zuhezujian
    -
  • - -
  • - -
    组件-辅助线
    -
    #iconzujian-fuzhuxian
    -
  • - -
  • - -
    组件-底部菜单
    -
    #iconzujian-dibucaidan
    -
  • - -
  • - -
    待发货
    -
    #icondaifahuo2
    -
  • - -
  • - -
    待处理-用户反馈
    -
    #icondaichuli-yonghufankui
    -
  • - -
  • - -
    待退款
    -
    #icondaituikuan
    -
  • - -
  • - -
    待审核-提现
    -
    #icondaishenhe-tixian
    -
  • - -
  • - -
    待审核-商户入驻
    -
    #icondaishenhe-shanghuruzhu
    -
  • - -
  • - -
    待审核-社区内容
    -
    #icondaishenhe-shequneirong
    -
  • - -
  • - -
    警戒库存
    -
    #iconjingjiekucun
    -
  • - -
  • - -
    待审核-转账
    -
    #icondaishenhe-zhuanzhang
    -
  • - -
  • - -
    普通商品
    -
    #iconputongshangpin
    -
  • - -
  • - -
    售罄商品
    -
    #iconshouqingshangpin
    -
  • - -
  • - -
    待核销-分销礼包
    -
    #icondaihexiao-fenxiaolibao
    -
  • - -
  • - -
    待回复
    -
    #icondaihuifu
    -
  • - -
  • - -
    待开票
    -
    #icondaikaipiao
    -
  • - -
  • - -
    待核销
    -
    #icondaihexiao
    -
  • - -
  • - -
    在售商品
    -
    #iconzaishoushangpin
    -
  • - -
  • - -
    活动商品
    -
    #iconhuodongshangpin
    -
  • - -
  • - -
    系统设置
    -
    #iconxitongshezhi
    -
  • - -
  • - -
    用户管理
    -
    #iconyonghuguanli
    -
  • - -
  • - -
    商品
    -
    #iconshangpin
    -
  • - -
  • - -
    分销管理
    -
    #iconfenxiaoguanli
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan4
    -
  • - -
  • - -
    文章管理
    -
    #iconwenzhangguanli
    -
  • - -
  • - -
    订单管理
    -
    #icondingdanguanli
    -
  • - -
  • - -
    短信配置
    -
    #iconduanxinpeizhi
    -
  • - -
  • - -
    商业授权
    -
    #iconshangyeshouquan
    -
  • - -
  • - -
    微信支付
    -
    #iconweixinzhifu
    -
  • - -
  • - -
    支付宝
    -
    #iconzhifubao
    -
  • - -
  • - -
    宫格
    -
    #icongongge
    -
  • - -
  • - -
    列表
    -
    #iconliebiao
    -
  • - -
  • - -
    收银台-收银
    -
    #iconshouyintai-shouyin1
    -
  • - -
  • - -
    收银台-订单
    -
    #iconshouyintai-dingdan1
    -
  • - -
  • - -
    收银台-核销
    -
    #iconshouyintai-hexiao1
    -
  • - -
  • - -
    收银台-桌码
    -
    #iconshouyintai-zhuoma
    -
  • - -
  • - -
    收银台-退货
    -
    #iconshouyintai-tuihuo1
    -
  • - -
  • - -
    收银台-用户
    -
    #iconshouyintai-yonghu
    -
  • - -
  • - -
    收银台-挂单
    -
    #iconshouyintai-guadan1
    -
  • - -
  • - -
    收银台-充值
    -
    #iconshouyintai-chongzhi1
    -
  • - -
  • - -
    渠道码
    -
    #iconqudaoma
    -
  • - -
  • - -
    表单组件-多选框
    -
    #iconbiaodanzujian-duoxuankuang
    -
  • - -
  • - -
    表单组件-日期
    -
    #iconbiaodanzujian-riqi
    -
  • - -
  • - -
    表单组件-单选框
    -
    #iconbiaodanzujian-danxuankuang
    -
  • - -
  • - -
    表单组件-单行文本
    -
    #iconbiaodanzujian-danhangwenben
    -
  • - -
  • - -
    表单组件-日期范围
    -
    #iconbiaodanzujian-riqifanwei
    -
  • - -
  • - -
    表单组件-时间
    -
    #iconbiaodanzujian-shijian
    -
  • - -
  • - -
    表单组件-下拉框
    -
    #iconbiaodanzujian-xialakuang
    -
  • - -
  • - -
    表单组件-时间范围
    -
    #iconbiaodanzujian-shijianfanwei
    -
  • - -
  • - -
    表单组件-图片
    -
    #iconbiaodanzujian-tupian
    -
  • - -
  • - -
    表单组件-城市
    -
    #iconbiaodanzujian-chengshi
    -
  • - -
  • - -
    当前积分
    -
    #icondangqianjifen
    -
  • - -
  • - -
    累计积分
    -
    #iconleijijifen
    -
  • - -
  • - -
    发起人数
    -
    #iconfaqirenshu
    -
  • - -
  • - -
    剩余库存
    -
    #iconshengyukucun
    -
  • - -
  • - -
    推广人数
    -
    #icontuiguangrenshu
    -
  • - -
  • - -
    砍价成功
    -
    #iconkanjiachenggong
    -
  • - -
  • - -
    成团数
    -
    #iconchengtuanshu
    -
  • - -
  • - -
    参与人数
    -
    #iconcanyurenshu
    -
  • - -
  • - -
    下单人数
    -
    #iconxiadanrenshu
    -
  • - -
  • - -
    消耗积分
    -
    #iconxiaohaojifen
    -
  • - -
  • - -
    支付订单
    -
    #iconzhifudingdan
    -
  • - -
  • - -
    支付人数
    -
    #iconzhifurenshu
    -
  • - -
  • - -
    新人礼
    -
    #iconxinrenli2
    -
  • - -
  • - -
    会员激活
    -
    #iconhuiyuanjihuo
    -
  • - -
  • - -
    样式二
    -
    #iconyangshier
    -
  • - -
  • - -
    样式一
    -
    #iconyangshiyi
    -
  • - -
  • - -
    组合- banner
    -
    #icona-zuhe-banner1
    -
  • - -
  • - -
    组合组件
    -
    #icontupianmofang2
    -
  • - -
  • - -
    图片魔方
    -
    #iconshangpinfenlei1
    -
  • - -
  • - -
    配置引导
    -
    #iconpeizhiyindao1
    -
  • - -
  • - -
    余额充值
    -
    #iconyuechongzhi
    -
  • - -
  • - -
    优惠套餐
    -
    #iconyouhuitaocan
    -
  • - -
  • - -
    组合-分类
    -
    #iconzuhe-fenlei
    -
  • - -
  • - -
    配置引导
    -
    #iconpeizhiyindao
    -
  • - -
  • - -
    短视频
    -
    #iconduanshipin1
    -
  • - -
  • - -
    第n件n折
    -
    #icondinjiannzhe
    -
  • - -
  • - -
    活动背景图
    -
    #iconhuodongbeijingtu
    -
  • - -
  • - -
    积分商城
    -
    #iconjifenshangcheng
    -
  • - -
  • - -
    活动边框
    -
    #iconhuodongbiankuang
    -
  • - -
  • - -
    砍价活动
    -
    #iconkanjiahuodong
    -
  • - -
  • - -
    九宫格抽奖
    -
    #iconjiugonggechoujiang
    -
  • - -
  • - -
    满送活动
    -
    #iconmansonghuodong
    -
  • - -
  • - -
    满减满折
    -
    #iconmanjianmanzhe
    -
  • - -
  • - -
    每日签到
    -
    #iconmeiriqiandao
    -
  • - -
  • - -
    文章
    -
    #iconwenzhang
    -
  • - -
  • - -
    秒杀活动
    -
    #iconmiaoshahuodong
    -
  • - -
  • - -
    拼团活动
    -
    #iconpintuanhuodong
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan3
    -
  • - -
  • - -
    直播
    -
    #iconzhibo
    -
  • - -
  • - -
    限时折扣
    -
    #iconxianshizhekou
    -
  • - -
  • - -
    图片魔方
    -
    #icontupianmofang1
    -
  • - -
  • - -
    热卖排行
    -
    #iconremaipaihang
    -
  • - -
  • - -
    用户信息
    -
    #iconyonghuxinxi
    -
  • - -
  • - -
    视频样式2
    -
    #iconshipinyangshi2
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti3
    -
  • - -
  • - -
    视频样式1
    -
    #iconshipinyangshi1
    -
  • - -
  • - -
    定位1
    -
    #icondingwei1
    -
  • - -
  • - -
    搜索1
    -
    #iconsousuo11
    -
  • - -
  • - -
    手机
    -
    #iconshouji1
    -
  • - -
  • - -
    二维码
    -
    #iconerweima
    -
  • - -
  • - -
    搜索
    -
    #iconsousuo1
    -
  • - -
  • - -
    定位
    -
    #icondingwei
    -
  • - -
  • - -
    视频点赞-已点
    -
    #iconshipindianzan-yidian
    -
  • - -
  • - -
    视频点赞-未点
    -
    #iconshipindianzan-weidian
    -
  • - -
  • - -
    顶部导航
    -
    #icondingbudaohang
    -
  • - -
  • - -
    短视频
    -
    #iconduanshipin
    -
  • - -
  • - -
    新人礼
    -
    #iconxinrenli
    -
  • - -
  • - -
    购物车
    -
    #icongouwuche
    -
  • - -
  • - -
    分享
    -
    #iconfenxiang
    -
  • - -
  • - -
    砍价
    -
    #iconkanjia2
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan3
    -
  • - -
  • - -
    客服
    -
    #iconkefu2
    -
  • - -
  • - -
    收 藏
    -
    #icona-shoucang
    -
  • - -
  • - -
    门店
    -
    #iconmendian
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha3
    -
  • - -
  • - -
    退款订单量
    -
    #icontuikuandingdanliang
    -
  • - -
  • - -
    订单量
    -
    #icondingdanliang
    -
  • - -
  • - -
    订单金额
    -
    #icondingdanjine
    -
  • - -
  • - -
    退款金额
    -
    #icontuikuanjine
    -
  • - -
  • - -
    statis
    -
    #icontongji
    -
  • - -
  • - -
    表格1
    -
    #iconbiaoge1
    -
  • - -
  • - -
    返回
    -
    #iconfanhui1
    -
  • - -
  • - -
    pc-积分
    -
    #iconpc-jifen
    -
  • - -
  • - -
    pc-优惠券
    -
    #iconpc-youhuiquan
    -
  • - -
  • - -
    收银台
    -
    #iconshouyintai
    -
  • - -
  • - -
    -
    #iconjia
    -
  • - -
  • - -
    -
    #iconjian
    -
  • - -
  • - -
    crmeb2
    -
    #iconcrmeb1
    -
  • - -
  • - -
    左右
    -
    #iconzuoyou
    -
  • - -
  • - -
    上下
    -
    #iconshangxia
    -
  • - -
  • - -
    当前群成员
    -
    #icondangqianqunchengyuan
    -
  • - -
  • - -
    今日退群
    -
    #iconjinrituiqun
    -
  • - -
  • - -
    今日新增
    -
    #iconjinrixinzeng
    -
  • - -
  • - -
    累计退群
    -
    #iconleijituiqun
    -
  • - -
  • - -
    店铺街
    -
    #icondianpujie
    -
  • - -
  • - -
    图片
    -
    #icontupian4
    -
  • - -
  • - -
    收银台-微信、支付宝
    -
    #icona-shouyintai-weixinzhifubao
    -
  • - -
  • - -
    收银台-现金收款
    -
    #iconshouyintai-xianjinshoukuan
    -
  • - -
  • - -
    收银台-形状
    -
    #iconshouyintai-xingzhuang
    -
  • - -
  • - -
    收银台-刷新
    -
    #iconshouyintai-shuaxin
    -
  • - -
  • - -
    收银台-密码
    -
    #iconshouyintai-mima
    -
  • - -
  • - -
    收银台-企业微信
    -
    #iconshouyintai-qiyeweixin
    -
  • - -
  • - -
    收银台-店员
    -
    #iconshouyintai-dianyuan
    -
  • - -
  • - -
    收银台-清空
    -
    #iconshouyintai-qingkong
    -
  • - -
  • - -
    收银台-筛选
    -
    #iconshouyintai-shaixuan
    -
  • - -
  • - -
    收银台-微信
    -
    #iconshouyintai-weixin
    -
  • - -
  • - -
    收银台-账号
    -
    #iconshouyintai-zhanghao
    -
  • - -
  • - -
    收银台-眼睛
    -
    #iconshouyintai-yanjing
    -
  • - -
  • - -
    自定义菜单
    -
    #iconzidingyicaidan
    -
  • - -
  • - -
    富文本
    -
    #iconfuwenben3
    -
  • - -
  • - -
    种草社区
    -
    #iconzhongcaoshequ1
    -
  • - -
  • - -
    预售
    -
    #iconyushou1
    -
  • - -
  • - -
    小程序直播
    -
    #iconxiaochengxuzhibo3
    -
  • - -
  • - -
    关注公众号
    -
    #iconguanzhugongzhonghao2
    -
  • - -
  • - -
    专题
    -
    #iconzhuanti
    -
  • - -
  • - -
    辅助空白
    -
    #iconfuzhukongbai2
    -
  • - -
  • - -
    助力
    -
    #iconzhuli
    -
  • - -
  • - -
    搜索框
    -
    #iconsousuokuang
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha2
    -
  • - -
  • - -
    推荐组
    -
    #icontuijianzu
    -
  • - -
  • - -
    导航组
    -
    #icondaohangzu2
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan2
    -
  • - -
  • - -
    商品列表
    -
    #iconshangpinliebiao2
    -
  • - -
  • - -
    商品分类
    -
    #iconshangpinfenlei
    -
  • - -
  • - -
    新闻播报
    -
    #iconxinwenbobao2
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan2
    -
  • - -
  • - -
    辅助线
    -
    #iconfuzhuxian2
    -
  • - -
  • - -
    在线客服
    -
    #iconzaixiankefu
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti2
    -
  • - -
  • - -
    轮播图
    -
    #iconlunbotu
    -
  • - -
  • - -
    图片魔方
    -
    #icontupianmofang
    -
  • - -
  • - -
    版权
    -
    #iconbanquan
    -
  • - -
  • - -
    菜单收起
    -
    #iconcaidanshouqi
    -
  • - -
  • - -
    菜单展开
    -
    #iconcaidanzhankai
    -
  • - -
  • - -
    订单
    -
    #icondingdan
    -
  • - -
  • - -
    app
    -
    #iconapp
    -
  • - -
  • - -
    PC
    -
    #iconPC
    -
  • - -
  • - -
    小程序
    -
    #iconxiaochengxu
    -
  • - -
  • - -
    公众号
    -
    #icongongzhonghao
    -
  • - -
  • - -
    h5
    -
    #iconh5
    -
  • - -
  • - -
    视频
    -
    #iconshipin
    -
  • - -
  • - -
    切换会员
    -
    #iconqiehuanhuiyuan
    -
  • - -
  • - -
    挂单
    -
    #iconguadan
    -
  • - -
  • - -
    核销订单金额
    -
    #iconhexiaodingdanjine
    -
  • - -
  • - -
    门店订单金额
    -
    #iconmendiandingdanjine
    -
  • - -
  • - -
    门店成交用户数
    -
    #iconmendianchengjiaoyonghushu
    -
  • - -
  • - -
    付费会员金额
    -
    #iconfufeihuiyuanjine
    -
  • - -
  • - -
    收银订单金额
    -
    #iconshouyindingdanjine
    -
  • - -
  • - -
    门店新增用户数
    -
    #iconmendianxinzengyonghushu
    -
  • - -
  • - -
    会员卡激活数
    -
    #iconhuiyuankajihuoshu
    -
  • - -
  • - -
    新增用户数
    -
    #iconxinzengyonghushu1
    -
  • - -
  • - -
    分配订单金额
    -
    #iconfenpeidingdanjine
    -
  • - -
  • - -
    余额消耗金额
    -
    #iconyuexiaohaojine
    -
  • - -
  • - -
    二维码-新个人中心
    -
    #iconerweima-xingerenzhongxin
    -
  • - -
  • - -
    回删
    -
    #iconhuishan
    -
  • - -
  • - -
    商品数量-加
    -
    #iconshangpinshuliang-jia
    -
  • - -
  • - -
    商品数量-减
    -
    #iconshangpinshuliang-jian
    -
  • - -
  • - -
    图片广告
    -
    #icontupianguanggao1
    -
  • - -
  • - -
    搜素框
    -
    #iconsousukuang1
    -
  • - -
  • - -
    文章列表
    -
    #iconwenzhangliebiao1
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan1
    -
  • - -
  • - -
    商品列表
    -
    #iconshangpinliebiao1
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan1
    -
  • - -
  • - -
    小程序直播
    -
    #iconxiaochengxuzhibo1
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha1
    -
  • - -
  • - -
    新闻播报
    -
    #iconxinwenbobao1
    -
  • - -
  • - -
    导航组
    -
    #icondaohangzu1
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti1
    -
  • - -
  • - -
    分类导航
    -
    #iconfenleidaohang1
    -
  • - -
  • - -
    促销列表
    -
    #iconcuxiaoliebiao1
    -
  • - -
  • - -
    辅助空白
    -
    #iconfuzhukongbai1
    -
  • - -
  • - -
    活动魔方
    -
    #iconhuodongmofang1
    -
  • - -
  • - -
    关注公众号
    -
    #iconguanzhugongzhonghao1
    -
  • - -
  • - -
    砍价
    -
    #iconkanjia1
    -
  • - -
  • - -
    辅助线
    -
    #iconfuzhuxian1
    -
  • - -
  • - -
    客服
    -
    #iconkefu1
    -
  • - -
  • - -
    富文本
    -
    #iconfuwenben1
    -
  • - -
  • - -
    单图
    -
    #icondantu
    -
  • - -
  • - -
    拉伸
    -
    #iconlashen
    -
  • - -
  • - -
    平铺
    -
    #iconpingpu
    -
  • - -
  • - -
    售后-退款-蓝
    -
    #iconshouhou-tuikuan-lan
    -
  • - -
  • - -
    代付款-蓝
    -
    #icondaifukuan-lan
    -
  • - -
  • - -
    待收货-蓝
    -
    #icondaishouhuo-lan
    -
  • - -
  • - -
    待评价-蓝
    -
    #icondaipingjia-lan
    -
  • - -
  • - -
    待发货-蓝
    -
    #icondaifahuo-lan
    -
  • - -
  • - -
    待付款-橘
    -
    #icondaifukuan-ju
    -
  • - -
  • - -
    售后-退款-橘
    -
    #iconshouhou-tuikuan-ju
    -
  • - -
  • - -
    待收货-橘
    -
    #icondaishouhuo-ju
    -
  • - -
  • - -
    待评价-橘
    -
    #icondaipingjia-ju
    -
  • - -
  • - -
    待发货-橘
    -
    #icondaifahuo-ju
    -
  • - -
  • - -
    待评价-粉
    -
    #icondaipingjia-fen
    -
  • - -
  • - -
    待收货-粉
    -
    #icondaishouhuo-fen
    -
  • - -
  • - -
    代付款-粉
    -
    #icondaifukuan-fen
    -
  • - -
  • - -
    待发货-粉
    -
    #icondaifahuo-fen
    -
  • - -
  • - -
    售后:退款-粉
    -
    #icona-shouhoutuikuan-fen
    -
  • - -
  • - -
    待发货-绿
    -
    #icondaifahuo-lv
    -
  • - -
  • - -
    待收货-绿
    -
    #icondaishouhuo-lv
    -
  • - -
  • - -
    代付款-绿
    -
    #icondaifukuan-lv
    -
  • - -
  • - -
    待评价-绿
    -
    #icondaipingjia-lv
    -
  • - -
  • - -
    售后-退款-绿
    -
    #iconshouhou-tuikuan-lv
    -
  • - -
  • - -
    待付款
    -
    #icondaifukuan1
    -
  • - -
  • - -
    待评价
    -
    #icondaipingjia1
    -
  • - -
  • - -
    售后_退款
    -
    #iconshouhou_tuikuan
    -
  • - -
  • - -
    待发货
    -
    #icondaifahuo1
    -
  • - -
  • - -
    待收货
    -
    #icondaishouhuo1
    -
  • - -
  • - -
    设置
    -
    #iconshezhi
    -
  • - -
  • - -
    s-客服
    -
    #icons-kefu
    -
  • - -
  • - -
    多行
    -
    #iconduohang
    -
  • - -
  • - -
    4个
    -
    #icon4ge1
    -
  • - -
  • - -
    5个
    -
    #icon5ge1
    -
  • - -
  • - -
    大圆角
    -
    #icondayuanjiao
    -
  • - -
  • - -
    3个
    -
    #icon3ge1
    -
  • - -
  • - -
    单行
    -
    #icondanhang
    -
  • - -
  • - -
    左右图文
    -
    #iconzuoyoutuwen
    -
  • - -
  • - -
    样式8
    -
    #iconyangshi8
    -
  • - -
  • - -
    样式9
    -
    #iconyangshi9
    -
  • - -
  • - -
    样式1
    -
    #iconyangshi1
    -
  • - -
  • - -
    样式4
    -
    #iconyangshi4
    -
  • - -
  • - -
    样式5
    -
    #iconyangshi5
    -
  • - -
  • - -
    样式6
    -
    #iconyangshi6
    -
  • - -
  • - -
    样式2
    -
    #iconyangshi2
    -
  • - -
  • - -
    样式7
    -
    #iconyangshi7
    -
  • - -
  • - -
    样式3
    -
    #iconyangshi3
    -
  • - -
  • - -
    数字
    -
    #iconshuzi
    -
  • - -
  • - -
    禁用
    -
    #iconjinyong
    -
  • - -
  • - -
    4个
    -
    #icon4ge
    -
  • - -
  • - -
    3个
    -
    #icon3ge
    -
  • - -
  • - -
    5个
    -
    #icon5ge
    -
  • - -
  • - -
    2行
    -
    #icon2hang
    -
  • - -
  • - -
    3行
    -
    #icon3hang
    -
  • - -
  • - -
    4行
    -
    #icon4hang
    -
  • - -
  • - -
    下移
    -
    #iconxiayi
    -
  • - -
  • - -
    上移
    -
    #iconshangyi
    -
  • - -
  • - -
    删除
    -
    #iconshanchu2
    -
  • - -
  • - -
    复制
    -
    #iconfuzhi
    -
  • - -
  • - -
    最新
    -
    #iconzuixin
    -
  • - -
  • - -
    选中
    -
    #iconxuanzhong6
    -
  • - -
  • - -
    添加
    -
    #icontianjia
    -
  • - -
  • - -
    编辑
    -
    #iconbianji2
    -
  • - -
  • - -
    更多展开
    -
    #icongengduozhankai1
    -
  • - -
  • - -
    图片
    -
    #icontupian3
    -
  • - -
  • - -
    表情
    -
    #iconbiaoqing2
    -
  • - -
  • - -
    话术
    -
    #iconhuashu1
    -
  • - -
  • - -
    商品退款金额
    -
    #iconshangpintuikuanjine
    -
  • - -
  • - -
    交易金额
    -
    #iconjiaoyijine
    -
  • - -
  • - -
    余额支付金额
    -
    #iconyuezhifujine
    -
  • - -
  • - -
    支付佣金金额
    -
    #iconzhifuyongjinjine
    -
  • - -
  • - -
    线下收银金额
    -
    #iconxianxiashouyinjine
    -
  • - -
  • - -
    聊天
    -
    #iconliaotian
    -
  • - -
  • - -
    编辑 (1)
    -
    #iconbianji11
    -
  • - -
  • - -
    进入
    -
    #iconjinru
    -
  • - -
  • - -
    返回
    -
    #iconfanhui
    -
  • - -
  • - -
    更多
    -
    #icongengduo
    -
  • - -
  • - -
    发送
    -
    #iconfasong
    -
  • - -
  • - -
    -
    #iconcha1
    -
  • - -
  • - -
    密码
    -
    #iconmima
    -
  • - -
  • - -
    搜索
    -
    #iconsousuo
    -
  • - -
  • - -
    手机
    -
    #iconshouji
    -
  • - -
  • - -
    退出
    -
    #icontuichu
    -
  • - -
  • - -
    商品信息
    -
    #iconshangpinxinxi
    -
  • - -
  • - -
    账号
    -
    #iconzhanghao
    -
  • - -
  • - -
    表情
    -
    #iconbiaoqing
    -
  • - -
  • - -
    更多展开
    -
    #icongengduozhankai
    -
  • - -
  • - -
    话术
    -
    #iconhuashu
    -
  • - -
  • - -
    图片
    -
    #icontupian2
    -
  • - -
  • - -
    添加 (1) (1)
    -
    #icontianjia11
    -
  • - -
  • - -
    编辑 (1)
    -
    #iconbianji1
    -
  • - -
  • - -
    设置 (1)
    -
    #iconshezhi1
    -
  • - -
  • - -
    删除
    -
    #iconshanchu1
    -
  • - -
  • - -
    加号
    -
    #iconjiahao
    -
  • - -
  • - -
    -
    #iconcha
    -
  • - -
  • - -
    删除
    -
    #iconshanchu
    -
  • - -
  • - -
    编辑
    -
    #iconbianji
    -
  • - -
  • - -
    对号
    -
    #iconduihao
    -
  • - -
  • - -
    待评价
    -
    #icondaipingjia
    -
  • - -
  • - -
    待收货
    -
    #icondaishouhuo
    -
  • - -
  • - -
    售后-退款
    -
    #iconshouhou-tuikuan
    -
  • - -
  • - -
    待发货
    -
    #icondaifahuo
    -
  • - -
  • - -
    待付款
    -
    #icondaifukuan
    -
  • - -
  • - -
    转接
    -
    #iconzhuanjie
    -
  • - -
  • - -
    浏览器
    -
    #iconliulanqi
    -
  • - -
  • - -
    访客数
    -
    #iconfangkeshu
    -
  • - -
  • - -
    访问量
    -
    #iconfangwenliang
    -
  • - -
  • - -
    成交用户数
    -
    #iconchengjiaoyonghushu
    -
  • - -
  • - -
    充值件数
    -
    #iconchongzhijianshu
    -
  • - -
  • - -
    成本金额
    -
    #iconchengbenjine
    -
  • - -
  • - -
    付费会员数
    -
    #iconfufeihuiyuanshu
    -
  • - -
  • - -
    充值用户数
    -
    #iconchongzhiyonghushu
    -
  • - -
  • - -
    购买会员金额
    -
    #icongoumaihuiyuanjine
    -
  • - -
  • - -
    访客-支付转化率
    -
    #iconfangke-zhifuzhuanhuashuai
    -
  • - -
  • - -
    净增用户
    -
    #iconjingzengyonghu
    -
  • - -
  • - -
    客单价
    -
    #iconkedanjia
    -
  • - -
  • - -
    加购件数
    -
    #iconjiagoujianshu
    -
  • - -
  • - -
    累计充值用户
    -
    #iconleijichongzhiyonghu
    -
  • - -
  • - -
    累计成交用户
    -
    #iconleijichengjiaoyonghu
    -
  • - -
  • - -
    累计会员数
    -
    #iconleijihuiyuanshu
    -
  • - -
  • - -
    商品浏览量
    -
    #iconshangpinliulanliang
    -
  • - -
  • - -
    商品支付金额
    -
    #iconshangpinzhifujine
    -
  • - -
  • - -
    退款件数
    -
    #icontuikuanjianshu
    -
  • - -
  • - -
    累计关注用户
    -
    #iconleijiguanzhuyonghu
    -
  • - -
  • - -
    退款
    -
    #icontuikuan
    -
  • - -
  • - -
    下单件数
    -
    #iconxiadanjianshu
    -
  • - -
  • - -
    累计取关用户
    -
    #iconleijiquguanyonghu
    -
  • - -
  • - -
    累计用户
    -
    #iconleijiyonghu
    -
  • - -
  • - -
    新增取关用户
    -
    #iconxinzengquguanyonghu
    -
  • - -
  • - -
    商品访客数
    -
    #iconshangpinfangkeshu
    -
  • - -
  • - -
    新增用户数
    -
    #iconxinzengyonghushu
    -
  • - -
  • - -
    新增关注用户
    -
    #iconxinzengguanzhuyonghu
    -
  • - -
  • - -
    支付金额
    -
    #iconzhifujine
    -
  • - -
  • - -
    营业额
    -
    #iconyingyee
    -
  • - -
  • - -
    支付件数
    -
    #iconzhifujianshu
    -
  • - -
  • - -
    支出金额
    -
    #iconzhichujine
    -
  • - -
  • - -
    关机
    -
    #iconguanji
    -
  • - -
  • - -
    声音 静音 线性
    -
    #iconshengyinjingyinxianxing
    -
  • - -
  • - -
    声音
    -
    #iconshengyinyinliang
    -
  • - -
  • - -
    关闭
    -
    #iconguanbi5
    -
  • - -
  • - -
    图片
    -
    #icontupian1
    -
  • - -
  • - -
    表情
    -
    #iconbiaoqing1
    -
  • - -
  • - -
    账号密码
    -
    #iconzhanghaomima
    -
  • - -
  • - -
    二维码
    -
    #iconerweima2
    -
  • - -
  • - -
    矩形
    -
    #iconjuxing
    -
  • - -
  • - -
    自动选择
    -
    #iconzidongxuanze
    -
  • - -
  • - -
    手动选择
    -
    #iconshoudongxuanze
    -
  • - -
  • - -
    单列
    -
    #icondanlie
    -
  • - -
  • - -
    两列
    -
    #iconlianglie
    -
  • - -
  • - -
    三列
    -
    #iconsanlie
    -
  • - -
  • - -
    直播中
    -
    #iconzhibozhong
    -
  • - -
  • - -
    已结束
    -
    #iconyijieshu
    -
  • - -
  • - -
    未开始
    -
    #iconweikaishi
    -
  • - -
  • - -
    drag2
    -
    #icondrag2
    -
  • - -
  • - -
    banner_3~
    -
    #iconbanner_3
    -
  • - -
  • - -
    小程序直播
    -
    #iconxiaochengxuzhibo
    -
  • - -
  • - -
    Solid line
    -
    #iconSolidline
    -
  • - -
  • - -
    Dotted line
    -
    #iconDottedline
    -
  • - -
  • - -
    Dot line
    -
    #iconDotline
    -
  • - -
  • - -
    drop-down
    -
    #icondrop-down
    -
  • - -
  • - -
    Dot
    -
    #iconDot
    -
  • - -
  • - -
    Square point
    -
    #iconSquarepoint
    -
  • - -
  • - -
    del_2
    -
    #icondel_2
    -
  • - -
  • - -
    add to
    -
    #iconaddto
    -
  • - -
  • - -
    del_1
    -
    #icondel_1
    -
  • - -
  • - -
    drag
    -
    #icondrag
    -
  • - -
  • - -
    Comm_number
    -
    #iconComm_number
    -
  • - -
  • - -
    Comm_whole
    -
    #iconComm_whole
    -
  • - -
  • - -
    Comm_Price
    -
    #iconComm_Price
    -
  • - -
  • - -
    Pic_square
    -
    #iconPic_square
    -
  • - -
  • - -
    Pic_fillet
    -
    #iconPic_fillet
    -
  • - -
  • - -
    search_2
    -
    #iconsearch_2
    -
  • - -
  • - -
    search_1
    -
    #iconsearch_1
    -
  • - -
  • - -
    banner_2
    -
    #iconbanner_2
    -
  • - -
  • - -
    Pic_small
    -
    #iconPic_small
    -
  • - -
  • - -
    Pic_big
    -
    #iconPic_big
    -
  • - -
  • - -
    banner_1
    -
    #iconbanner_1
    -
  • - -
  • - -
    doc_skew
    -
    #icondoc_skew
    -
  • - -
  • - -
    doc_bold
    -
    #icondoc_bold
    -
  • - -
  • - -
    doc_general
    -
    #icondoc_general
    -
  • - -
  • - -
    five
    -
    #iconfive
    -
  • - -
  • - -
    Four
    -
    #iconFour
    -
  • - -
  • - -
    doc_center
    -
    #icondoc_center
    -
  • - -
  • - -
    doc_right
    -
    #icondoc_right
    -
  • - -
  • - -
    doc_left
    -
    #icondoc_left
    -
  • - -
  • - -
    图片
    -
    #icontupian
    -
  • - -
  • - -
    客服
    -
    #iconkefu
    -
  • - -
  • - -
    辅助线
    -
    #iconfuzhuxian
    -
  • - -
  • - -
    标题
    -
    #iconbiaoti
    -
  • - -
  • - -
    导航组
    -
    #icondaohangzu
    -
  • - -
  • - -
    辅助空白
    -
    #iconfuzhukongbai
    -
  • - -
  • - -
    分类导航
    -
    #iconfenleidaohang
    -
  • - -
  • - -
    促销列表
    -
    #iconcuxiaoliebiao
    -
  • - -
  • - -
    砍价
    -
    #iconkanjia
    -
  • - -
  • - -
    关注公众号
    -
    #iconguanzhugongzhonghao
    -
  • - -
  • - -
    活动魔方
    -
    #iconhuodongmofang
    -
  • - -
  • - -
    富文本
    -
    #iconfuwenben
    -
  • - -
  • - -
    秒杀
    -
    #iconmiaosha
    -
  • - -
  • - -
    商品列表
    -
    #iconshangpinliebiao
    -
  • - -
  • - -
    拼团
    -
    #iconpintuan
    -
  • - -
  • - -
    搜素框
    -
    #iconsousukuang
    -
  • - -
  • - -
    图片广告
    -
    #icontupianguanggao
    -
  • - -
  • - -
    新闻播报
    -
    #iconxinwenbobao
    -
  • - -
  • - -
    文章列表
    -
    #iconwenzhangliebiao
    -
  • - -
  • - -
    优惠券
    -
    #iconyouhuiquan
    -
  • - -
-
+
    + +
  • + +
    待发货-积分
    +
    #icondaifahuo-jifen
    +
  • + +
  • + +
    ic_fire
    +
    #iconic_fire
    +
  • + +
  • + +
    复选框-未选中
    +
    #iconfuxuankuang-weixuanzhong
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi1
    +
  • + +
  • + +
    操作-整体
    +
    #iconcaozuo-zhengti
    +
  • + +
  • + +
    操作-边角
    +
    #iconcaozuo-bianjiao
    +
  • + +
  • + +
    播放
    +
    #iconbofang
    +
  • + +
  • + +
    右上角
    +
    #iconyoushangjiao
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi
    +
  • + +
  • + +
    +
    #iconxia
    +
  • + +
  • + +
    形状结合
    +
    #iconxingzhuangjiehe
    +
  • + +
  • + +
    显示
    +
    #iconxianshi
    +
  • + +
  • + +
    完成
    +
    #iconwancheng
    +
  • + +
  • + +
    删除
    +
    #iconshanchu3
    +
  • + +
  • + +
    +
    #iconshang
    +
  • + +
  • + +
    加号
    +
    #iconjiahao1
    +
  • + +
  • + +
    复选框-选中
    +
    #iconfuxuankuang-xuanzhong
    +
  • + +
  • + +
    右下角
    +
    #iconyouxiajiao
    +
  • + +
  • + +
    隐藏
    +
    #iconyincang
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche1
    +
  • + +
  • + +
    +
    #iconyou
    +
  • + +
  • + +
    左上角
    +
    #iconzuoshangjiao
    +
  • + +
  • + +
    左下角
    +
    #iconzuoxiajiao
    +
  • + +
  • + +
    组件-公众号
    +
    #iconzujian-gongzhonghao
    +
  • + +
  • + +
    组件-拼团
    +
    #iconzujian-pintuan
    +
  • + +
  • + +
    组件-商品选项卡
    +
    #iconzujian-shangpinxuanxiangka
    +
  • + +
  • + +
    组件-签到
    +
    #iconzujian-qiandao
    +
  • + +
  • + +
    组件-悬浮按钮
    +
    #iconzujian-xuanfuanniu
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka1
    +
  • + +
  • + +
    组件-积分商城
    +
    #iconzujian-jifenshangcheng
    +
  • + +
  • + +
    组件-砍价
    +
    #iconzujian-kanjia
    +
  • + +
  • + +
    组件-热区
    +
    #iconzujian-requ
    +
  • + +
  • + +
    组件-短视频
    +
    #iconzujian-duanshipin
    +
  • + +
  • + +
    组件-新人专享
    +
    #iconzujian-xinrenzhuanxiang
    +
  • + +
  • + +
    组件-排行榜
    +
    #iconzujian-paihangbang
    +
  • + +
  • + +
    组件-用户信息
    +
    #iconzujian-yonghuxinxi
    +
  • + +
  • + +
    组件-预售
    +
    #iconzujian-yushou
    +
  • + +
  • + +
    组件-店铺街
    +
    #iconzujian-dianpujie
    +
  • + +
  • + +
    组件-导航组
    +
    #iconzujian-daohangzu
    +
  • + +
  • + +
    组件-标题
    +
    #iconzujian-biaoti
    +
  • + +
  • + +
    组件-辅助空白
    +
    #iconzujian-fuzhukongbai
    +
  • + +
  • + +
    组件-图片魔方
    +
    #iconzujian-tupianmofang
    +
  • + +
  • + +
    组件-商品分类
    +
    #iconzujian-shangpinfenlei
    +
  • + +
  • + +
    组件-文章列表
    +
    #iconzujian-wenzhangliebiao
    +
  • + +
  • + +
    组件-商品列表
    +
    #iconzujian-shangpinliebiao
    +
  • + +
  • + +
    组件-轮播图
    +
    #iconzujian-lunbotu
    +
  • + +
  • + +
    组件-小程序直播
    +
    #iconzujian-xiaochengxuzhibo
    +
  • + +
  • + +
    组件-富文本
    +
    #iconzujian-fuwenben
    +
  • + +
  • + +
    组件-视频
    +
    #iconzujian-shipin
    +
  • + +
  • + +
    组件-搜索框
    +
    #iconzujian-sousuokuang
    +
  • + +
  • + +
    组件-种草社区
    +
    #iconzujian-zhongcaoshequ
    +
  • + +
  • + +
    组件-悬浮菜单
    +
    #iconzujian-xuanfucaidan
    +
  • + +
  • + +
    组件-秒杀
    +
    #iconzujian-miaosha
    +
  • + +
  • + +
    组件-优惠券
    +
    #iconzujian-youhuiquan
    +
  • + +
  • + +
    组件-新闻播报
    +
    #iconzujian-xinwenbobao
    +
  • + +
  • + +
    组件-选项卡
    +
    #iconzujian-xuanxiangka
    +
  • + +
  • + +
    组件-轮播搜索
    +
    #iconzujian-zuhezujian
    +
  • + +
  • + +
    组件-辅助线
    +
    #iconzujian-fuzhuxian
    +
  • + +
  • + +
    组件-底部菜单
    +
    #iconzujian-dibucaidan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo2
    +
  • + +
  • + +
    待处理-用户反馈
    +
    #icondaichuli-yonghufankui
    +
  • + +
  • + +
    待退款
    +
    #icondaituikuan
    +
  • + +
  • + +
    待审核-提现
    +
    #icondaishenhe-tixian
    +
  • + +
  • + +
    待审核-商户入驻
    +
    #icondaishenhe-shanghuruzhu
    +
  • + +
  • + +
    待审核-社区内容
    +
    #icondaishenhe-shequneirong
    +
  • + +
  • + +
    警戒库存
    +
    #iconjingjiekucun
    +
  • + +
  • + +
    待审核-转账
    +
    #icondaishenhe-zhuanzhang
    +
  • + +
  • + +
    普通商品
    +
    #iconputongshangpin
    +
  • + +
  • + +
    售罄商品
    +
    #iconshouqingshangpin
    +
  • + +
  • + +
    待核销-服务礼包
    +
    #icondaihexiao-fenxiaolibao
    +
  • + +
  • + +
    待回复
    +
    #icondaihuifu
    +
  • + +
  • + +
    待开票
    +
    #icondaikaipiao
    +
  • + +
  • + +
    待核销
    +
    #icondaihexiao
    +
  • + +
  • + +
    在售商品
    +
    #iconzaishoushangpin
    +
  • + +
  • + +
    活动商品
    +
    #iconhuodongshangpin
    +
  • + +
  • + +
    系统设置
    +
    #iconxitongshezhi
    +
  • + +
  • + +
    用户管理
    +
    #iconyonghuguanli
    +
  • + +
  • + +
    商品
    +
    #iconshangpin
    +
  • + +
  • + +
    服务管理
    +
    #iconfenxiaoguanli
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan4
    +
  • + +
  • + +
    文章管理
    +
    #iconwenzhangguanli
    +
  • + +
  • + +
    订单管理
    +
    #icondingdanguanli
    +
  • + +
  • + +
    短信配置
    +
    #iconduanxinpeizhi
    +
  • + +
  • + +
    商业授权
    +
    #iconshangyeshouquan
    +
  • + +
  • + +
    微信支付
    +
    #iconweixinzhifu
    +
  • + +
  • + +
    支付宝
    +
    #iconzhifubao
    +
  • + +
  • + +
    宫格
    +
    #icongongge
    +
  • + +
  • + +
    列表
    +
    #iconliebiao
    +
  • + +
  • + +
    收银台-收银
    +
    #iconshouyintai-shouyin1
    +
  • + +
  • + +
    收银台-订单
    +
    #iconshouyintai-dingdan1
    +
  • + +
  • + +
    收银台-核销
    +
    #iconshouyintai-hexiao1
    +
  • + +
  • + +
    收银台-桌码
    +
    #iconshouyintai-zhuoma
    +
  • + +
  • + +
    收银台-退货
    +
    #iconshouyintai-tuihuo1
    +
  • + +
  • + +
    收银台-用户
    +
    #iconshouyintai-yonghu
    +
  • + +
  • + +
    收银台-挂单
    +
    #iconshouyintai-guadan1
    +
  • + +
  • + +
    收银台-充值
    +
    #iconshouyintai-chongzhi1
    +
  • + +
  • + +
    渠道码
    +
    #iconqudaoma
    +
  • + +
  • + +
    表单组件-多选框
    +
    #iconbiaodanzujian-duoxuankuang
    +
  • + +
  • + +
    表单组件-日期
    +
    #iconbiaodanzujian-riqi
    +
  • + +
  • + +
    表单组件-单选框
    +
    #iconbiaodanzujian-danxuankuang
    +
  • + +
  • + +
    表单组件-单行文本
    +
    #iconbiaodanzujian-danhangwenben
    +
  • + +
  • + +
    表单组件-日期范围
    +
    #iconbiaodanzujian-riqifanwei
    +
  • + +
  • + +
    表单组件-时间
    +
    #iconbiaodanzujian-shijian
    +
  • + +
  • + +
    表单组件-下拉框
    +
    #iconbiaodanzujian-xialakuang
    +
  • + +
  • + +
    表单组件-时间范围
    +
    #iconbiaodanzujian-shijianfanwei
    +
  • + +
  • + +
    表单组件-图片
    +
    #iconbiaodanzujian-tupian
    +
  • + +
  • + +
    表单组件-城市
    +
    #iconbiaodanzujian-chengshi
    +
  • + +
  • + +
    当前积分
    +
    #icondangqianjifen
    +
  • + +
  • + +
    累计积分
    +
    #iconleijijifen
    +
  • + +
  • + +
    发起人数
    +
    #iconfaqirenshu
    +
  • + +
  • + +
    剩余库存
    +
    #iconshengyukucun
    +
  • + +
  • + +
    邀请人数
    +
    #icontuiguangrenshu
    +
  • + +
  • + +
    砍价成功
    +
    #iconkanjiachenggong
    +
  • + +
  • + +
    成团数
    +
    #iconchengtuanshu
    +
  • + +
  • + +
    参与人数
    +
    #iconcanyurenshu
    +
  • + +
  • + +
    下单人数
    +
    #iconxiadanrenshu
    +
  • + +
  • + +
    消耗积分
    +
    #iconxiaohaojifen
    +
  • + +
  • + +
    支付订单
    +
    #iconzhifudingdan
    +
  • + +
  • + +
    支付人数
    +
    #iconzhifurenshu
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli2
    +
  • + +
  • + +
    会员激活
    +
    #iconhuiyuanjihuo
    +
  • + +
  • + +
    样式二
    +
    #iconyangshier
    +
  • + +
  • + +
    样式一
    +
    #iconyangshiyi
    +
  • + +
  • + +
    组合- banner
    +
    #icona-zuhe-banner1
    +
  • + +
  • + +
    组合组件
    +
    #icontupianmofang2
    +
  • + +
  • + +
    图片魔方
    +
    #iconshangpinfenlei1
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao1
    +
  • + +
  • + +
    余额充值
    +
    #iconyuechongzhi
    +
  • + +
  • + +
    优惠套餐
    +
    #iconyouhuitaocan
    +
  • + +
  • + +
    组合-分类
    +
    #iconzuhe-fenlei
    +
  • + +
  • + +
    配置引导
    +
    #iconpeizhiyindao
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin1
    +
  • + +
  • + +
    第n件n折
    +
    #icondinjiannzhe
    +
  • + +
  • + +
    活动背景图
    +
    #iconhuodongbeijingtu
    +
  • + +
  • + +
    积分商城
    +
    #iconjifenshangcheng
    +
  • + +
  • + +
    活动边框
    +
    #iconhuodongbiankuang
    +
  • + +
  • + +
    砍价活动
    +
    #iconkanjiahuodong
    +
  • + +
  • + +
    九宫格抽奖
    +
    #iconjiugonggechoujiang
    +
  • + +
  • + +
    满送活动
    +
    #iconmansonghuodong
    +
  • + +
  • + +
    满减满折
    +
    #iconmanjianmanzhe
    +
  • + +
  • + +
    每日签到
    +
    #iconmeiriqiandao
    +
  • + +
  • + +
    文章
    +
    #iconwenzhang
    +
  • + +
  • + +
    秒杀活动
    +
    #iconmiaoshahuodong
    +
  • + +
  • + +
    拼团活动
    +
    #iconpintuanhuodong
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan3
    +
  • + +
  • + +
    直播
    +
    #iconzhibo
    +
  • + +
  • + +
    限时折扣
    +
    #iconxianshizhekou
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang1
    +
  • + +
  • + +
    热卖排行
    +
    #iconremaipaihang
    +
  • + +
  • + +
    用户信息
    +
    #iconyonghuxinxi
    +
  • + +
  • + +
    视频样式2
    +
    #iconshipinyangshi2
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti3
    +
  • + +
  • + +
    视频样式1
    +
    #iconshipinyangshi1
    +
  • + +
  • + +
    定位1
    +
    #icondingwei1
    +
  • + +
  • + +
    搜索1
    +
    #iconsousuo11
    +
  • + +
  • + +
    手机
    +
    #iconshouji1
    +
  • + +
  • + +
    二维码
    +
    #iconerweima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo1
    +
  • + +
  • + +
    定位
    +
    #icondingwei
    +
  • + +
  • + +
    视频点赞-已点
    +
    #iconshipindianzan-yidian
    +
  • + +
  • + +
    视频点赞-未点
    +
    #iconshipindianzan-weidian
    +
  • + +
  • + +
    顶部导航
    +
    #icondingbudaohang
    +
  • + +
  • + +
    短视频
    +
    #iconduanshipin
    +
  • + +
  • + +
    新人礼
    +
    #iconxinrenli
    +
  • + +
  • + +
    购物车
    +
    #icongouwuche
    +
  • + +
  • + +
    分享
    +
    #iconfenxiang
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan3
    +
  • + +
  • + +
    客服
    +
    #iconkefu2
    +
  • + +
  • + +
    收 藏
    +
    #icona-shoucang
    +
  • + +
  • + +
    门店
    +
    #iconmendian
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha3
    +
  • + +
  • + +
    退款订单量
    +
    #icontuikuandingdanliang
    +
  • + +
  • + +
    订单量
    +
    #icondingdanliang
    +
  • + +
  • + +
    订单金额
    +
    #icondingdanjine
    +
  • + +
  • + +
    退款金额
    +
    #icontuikuanjine
    +
  • + +
  • + +
    statis
    +
    #icontongji
    +
  • + +
  • + +
    表格1
    +
    #iconbiaoge1
    +
  • + +
  • + +
    返回
    +
    #iconfanhui1
    +
  • + +
  • + +
    pc-积分
    +
    #iconpc-jifen
    +
  • + +
  • + +
    pc-优惠券
    +
    #iconpc-youhuiquan
    +
  • + +
  • + +
    收银台
    +
    #iconshouyintai
    +
  • + +
  • + +
    +
    #iconjia
    +
  • + +
  • + +
    +
    #iconjian
    +
  • + +
  • + +
    crmeb2
    +
    #iconcrmeb1
    +
  • + +
  • + +
    左右
    +
    #iconzuoyou
    +
  • + +
  • + +
    上下
    +
    #iconshangxia
    +
  • + +
  • + +
    当前群成员
    +
    #icondangqianqunchengyuan
    +
  • + +
  • + +
    今日退群
    +
    #iconjinrituiqun
    +
  • + +
  • + +
    今日新增
    +
    #iconjinrixinzeng
    +
  • + +
  • + +
    累计退群
    +
    #iconleijituiqun
    +
  • + +
  • + +
    店铺街
    +
    #icondianpujie
    +
  • + +
  • + +
    图片
    +
    #icontupian4
    +
  • + +
  • + +
    收银台-微信、支付宝
    +
    #icona-shouyintai-weixinzhifubao
    +
  • + +
  • + +
    收银台-现金收款
    +
    #iconshouyintai-xianjinshoukuan
    +
  • + +
  • + +
    收银台-形状
    +
    #iconshouyintai-xingzhuang
    +
  • + +
  • + +
    收银台-刷新
    +
    #iconshouyintai-shuaxin
    +
  • + +
  • + +
    收银台-密码
    +
    #iconshouyintai-mima
    +
  • + +
  • + +
    收银台-企业微信
    +
    #iconshouyintai-qiyeweixin
    +
  • + +
  • + +
    收银台-店员
    +
    #iconshouyintai-dianyuan
    +
  • + +
  • + +
    收银台-清空
    +
    #iconshouyintai-qingkong
    +
  • + +
  • + +
    收银台-筛选
    +
    #iconshouyintai-shaixuan
    +
  • + +
  • + +
    收银台-微信
    +
    #iconshouyintai-weixin
    +
  • + +
  • + +
    收银台-账号
    +
    #iconshouyintai-zhanghao
    +
  • + +
  • + +
    收银台-眼睛
    +
    #iconshouyintai-yanjing
    +
  • + +
  • + +
    自定义菜单
    +
    #iconzidingyicaidan
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben3
    +
  • + +
  • + +
    种草社区
    +
    #iconzhongcaoshequ1
    +
  • + +
  • + +
    预售
    +
    #iconyushou1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo3
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao2
    +
  • + +
  • + +
    专题
    +
    #iconzhuanti
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai2
    +
  • + +
  • + +
    助力
    +
    #iconzhuli
    +
  • + +
  • + +
    搜索框
    +
    #iconsousuokuang
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha2
    +
  • + +
  • + +
    推荐组
    +
    #icontuijianzu
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu2
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan2
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao2
    +
  • + +
  • + +
    商品分类
    +
    #iconshangpinfenlei
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao2
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan2
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian2
    +
  • + +
  • + +
    在线客服
    +
    #iconzaixiankefu
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti2
    +
  • + +
  • + +
    轮播图
    +
    #iconlunbotu
    +
  • + +
  • + +
    图片魔方
    +
    #icontupianmofang
    +
  • + +
  • + +
    版权
    +
    #iconbanquan
    +
  • + +
  • + +
    菜单收起
    +
    #iconcaidanshouqi
    +
  • + +
  • + +
    菜单展开
    +
    #iconcaidanzhankai
    +
  • + +
  • + +
    订单
    +
    #icondingdan
    +
  • + +
  • + +
    app
    +
    #iconapp
    +
  • + +
  • + +
    PC
    +
    #iconPC
    +
  • + +
  • + +
    小程序
    +
    #iconxiaochengxu
    +
  • + +
  • + +
    公众号
    +
    #icongongzhonghao
    +
  • + +
  • + +
    h5
    +
    #iconh5
    +
  • + +
  • + +
    视频
    +
    #iconshipin
    +
  • + +
  • + +
    切换会员
    +
    #iconqiehuanhuiyuan
    +
  • + +
  • + +
    挂单
    +
    #iconguadan
    +
  • + +
  • + +
    核销订单金额
    +
    #iconhexiaodingdanjine
    +
  • + +
  • + +
    门店订单金额
    +
    #iconmendiandingdanjine
    +
  • + +
  • + +
    门店成交用户数
    +
    #iconmendianchengjiaoyonghushu
    +
  • + +
  • + +
    付费会员金额
    +
    #iconfufeihuiyuanjine
    +
  • + +
  • + +
    收银订单金额
    +
    #iconshouyindingdanjine
    +
  • + +
  • + +
    门店新增用户数
    +
    #iconmendianxinzengyonghushu
    +
  • + +
  • + +
    会员卡激活数
    +
    #iconhuiyuankajihuoshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu1
    +
  • + +
  • + +
    分配订单金额
    +
    #iconfenpeidingdanjine
    +
  • + +
  • + +
    余额消耗金额
    +
    #iconyuexiaohaojine
    +
  • + +
  • + +
    二维码-新个人中心
    +
    #iconerweima-xingerenzhongxin
    +
  • + +
  • + +
    回删
    +
    #iconhuishan
    +
  • + +
  • + +
    商品数量-加
    +
    #iconshangpinshuliang-jia
    +
  • + +
  • + +
    商品数量-减
    +
    #iconshangpinshuliang-jian
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao1
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang1
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao1
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan1
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao1
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan1
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo1
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha1
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao1
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu1
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti1
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang1
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao1
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai1
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang1
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao1
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia1
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian1
    +
  • + +
  • + +
    客服
    +
    #iconkefu1
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben1
    +
  • + +
  • + +
    单图
    +
    #icondantu
    +
  • + +
  • + +
    拉伸
    +
    #iconlashen
    +
  • + +
  • + +
    平铺
    +
    #iconpingpu
    +
  • + +
  • + +
    售后-退款-蓝
    +
    #iconshouhou-tuikuan-lan
    +
  • + +
  • + +
    代付款-蓝
    +
    #icondaifukuan-lan
    +
  • + +
  • + +
    待收货-蓝
    +
    #icondaishouhuo-lan
    +
  • + +
  • + +
    待评价-蓝
    +
    #icondaipingjia-lan
    +
  • + +
  • + +
    待发货-蓝
    +
    #icondaifahuo-lan
    +
  • + +
  • + +
    待付款-橘
    +
    #icondaifukuan-ju
    +
  • + +
  • + +
    售后-退款-橘
    +
    #iconshouhou-tuikuan-ju
    +
  • + +
  • + +
    待收货-橘
    +
    #icondaishouhuo-ju
    +
  • + +
  • + +
    待评价-橘
    +
    #icondaipingjia-ju
    +
  • + +
  • + +
    待发货-橘
    +
    #icondaifahuo-ju
    +
  • + +
  • + +
    待评价-粉
    +
    #icondaipingjia-fen
    +
  • + +
  • + +
    待收货-粉
    +
    #icondaishouhuo-fen
    +
  • + +
  • + +
    代付款-粉
    +
    #icondaifukuan-fen
    +
  • + +
  • + +
    待发货-粉
    +
    #icondaifahuo-fen
    +
  • + +
  • + +
    售后:退款-粉
    +
    #icona-shouhoutuikuan-fen
    +
  • + +
  • + +
    待发货-绿
    +
    #icondaifahuo-lv
    +
  • + +
  • + +
    待收货-绿
    +
    #icondaishouhuo-lv
    +
  • + +
  • + +
    代付款-绿
    +
    #icondaifukuan-lv
    +
  • + +
  • + +
    待评价-绿
    +
    #icondaipingjia-lv
    +
  • + +
  • + +
    售后-退款-绿
    +
    #iconshouhou-tuikuan-lv
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan1
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia1
    +
  • + +
  • + +
    售后_退款
    +
    #iconshouhou_tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo1
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo1
    +
  • + +
  • + +
    设置
    +
    #iconshezhi
    +
  • + +
  • + +
    s-客服
    +
    #icons-kefu
    +
  • + +
  • + +
    多行
    +
    #iconduohang
    +
  • + +
  • + +
    4个
    +
    #icon4ge1
    +
  • + +
  • + +
    5个
    +
    #icon5ge1
    +
  • + +
  • + +
    大圆角
    +
    #icondayuanjiao
    +
  • + +
  • + +
    3个
    +
    #icon3ge1
    +
  • + +
  • + +
    单行
    +
    #icondanhang
    +
  • + +
  • + +
    左右图文
    +
    #iconzuoyoutuwen
    +
  • + +
  • + +
    样式8
    +
    #iconyangshi8
    +
  • + +
  • + +
    样式9
    +
    #iconyangshi9
    +
  • + +
  • + +
    样式1
    +
    #iconyangshi1
    +
  • + +
  • + +
    样式4
    +
    #iconyangshi4
    +
  • + +
  • + +
    样式5
    +
    #iconyangshi5
    +
  • + +
  • + +
    样式6
    +
    #iconyangshi6
    +
  • + +
  • + +
    样式2
    +
    #iconyangshi2
    +
  • + +
  • + +
    样式7
    +
    #iconyangshi7
    +
  • + +
  • + +
    样式3
    +
    #iconyangshi3
    +
  • + +
  • + +
    数字
    +
    #iconshuzi
    +
  • + +
  • + +
    禁用
    +
    #iconjinyong
    +
  • + +
  • + +
    4个
    +
    #icon4ge
    +
  • + +
  • + +
    3个
    +
    #icon3ge
    +
  • + +
  • + +
    5个
    +
    #icon5ge
    +
  • + +
  • + +
    2行
    +
    #icon2hang
    +
  • + +
  • + +
    3行
    +
    #icon3hang
    +
  • + +
  • + +
    4行
    +
    #icon4hang
    +
  • + +
  • + +
    下移
    +
    #iconxiayi
    +
  • + +
  • + +
    上移
    +
    #iconshangyi
    +
  • + +
  • + +
    删除
    +
    #iconshanchu2
    +
  • + +
  • + +
    复制
    +
    #iconfuzhi
    +
  • + +
  • + +
    最新
    +
    #iconzuixin
    +
  • + +
  • + +
    选中
    +
    #iconxuanzhong6
    +
  • + +
  • + +
    添加
    +
    #icontianjia
    +
  • + +
  • + +
    编辑
    +
    #iconbianji2
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai1
    +
  • + +
  • + +
    图片
    +
    #icontupian3
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing2
    +
  • + +
  • + +
    话术
    +
    #iconhuashu1
    +
  • + +
  • + +
    商品退款金额
    +
    #iconshangpintuikuanjine
    +
  • + +
  • + +
    交易金额
    +
    #iconjiaoyijine
    +
  • + +
  • + +
    余额支付金额
    +
    #iconyuezhifujine
    +
  • + +
  • + +
    支付佣金金额
    +
    #iconzhifuyongjinjine
    +
  • + +
  • + +
    线下收银金额
    +
    #iconxianxiashouyinjine
    +
  • + +
  • + +
    聊天
    +
    #iconliaotian
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji11
    +
  • + +
  • + +
    进入
    +
    #iconjinru
    +
  • + +
  • + +
    返回
    +
    #iconfanhui
    +
  • + +
  • + +
    更多
    +
    #icongengduo
    +
  • + +
  • + +
    发送
    +
    #iconfasong
    +
  • + +
  • + +
    +
    #iconcha1
    +
  • + +
  • + +
    密码
    +
    #iconmima
    +
  • + +
  • + +
    搜索
    +
    #iconsousuo
    +
  • + +
  • + +
    手机
    +
    #iconshouji
    +
  • + +
  • + +
    退出
    +
    #icontuichu
    +
  • + +
  • + +
    商品信息
    +
    #iconshangpinxinxi
    +
  • + +
  • + +
    账号
    +
    #iconzhanghao
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing
    +
  • + +
  • + +
    更多展开
    +
    #icongengduozhankai
    +
  • + +
  • + +
    话术
    +
    #iconhuashu
    +
  • + +
  • + +
    图片
    +
    #icontupian2
    +
  • + +
  • + +
    添加 (1) (1)
    +
    #icontianjia11
    +
  • + +
  • + +
    编辑 (1)
    +
    #iconbianji1
    +
  • + +
  • + +
    设置 (1)
    +
    #iconshezhi1
    +
  • + +
  • + +
    删除
    +
    #iconshanchu1
    +
  • + +
  • + +
    加号
    +
    #iconjiahao
    +
  • + +
  • + +
    +
    #iconcha
    +
  • + +
  • + +
    删除
    +
    #iconshanchu
    +
  • + +
  • + +
    编辑
    +
    #iconbianji
    +
  • + +
  • + +
    对号
    +
    #iconduihao
    +
  • + +
  • + +
    待评价
    +
    #icondaipingjia
    +
  • + +
  • + +
    待收货
    +
    #icondaishouhuo
    +
  • + +
  • + +
    售后-退款
    +
    #iconshouhou-tuikuan
    +
  • + +
  • + +
    待发货
    +
    #icondaifahuo
    +
  • + +
  • + +
    待付款
    +
    #icondaifukuan
    +
  • + +
  • + +
    转接
    +
    #iconzhuanjie
    +
  • + +
  • + +
    浏览器
    +
    #iconliulanqi
    +
  • + +
  • + +
    访客数
    +
    #iconfangkeshu
    +
  • + +
  • + +
    访问量
    +
    #iconfangwenliang
    +
  • + +
  • + +
    成交用户数
    +
    #iconchengjiaoyonghushu
    +
  • + +
  • + +
    充值件数
    +
    #iconchongzhijianshu
    +
  • + +
  • + +
    成本金额
    +
    #iconchengbenjine
    +
  • + +
  • + +
    付费会员数
    +
    #iconfufeihuiyuanshu
    +
  • + +
  • + +
    充值用户数
    +
    #iconchongzhiyonghushu
    +
  • + +
  • + +
    购买会员金额
    +
    #icongoumaihuiyuanjine
    +
  • + +
  • + +
    访客-支付转化率
    +
    #iconfangke-zhifuzhuanhuashuai
    +
  • + +
  • + +
    净增用户
    +
    #iconjingzengyonghu
    +
  • + +
  • + +
    客单价
    +
    #iconkedanjia
    +
  • + +
  • + +
    加购件数
    +
    #iconjiagoujianshu
    +
  • + +
  • + +
    累计充值用户
    +
    #iconleijichongzhiyonghu
    +
  • + +
  • + +
    累计成交用户
    +
    #iconleijichengjiaoyonghu
    +
  • + +
  • + +
    累计会员数
    +
    #iconleijihuiyuanshu
    +
  • + +
  • + +
    商品浏览量
    +
    #iconshangpinliulanliang
    +
  • + +
  • + +
    商品支付金额
    +
    #iconshangpinzhifujine
    +
  • + +
  • + +
    退款件数
    +
    #icontuikuanjianshu
    +
  • + +
  • + +
    累计关注用户
    +
    #iconleijiguanzhuyonghu
    +
  • + +
  • + +
    退款
    +
    #icontuikuan
    +
  • + +
  • + +
    下单件数
    +
    #iconxiadanjianshu
    +
  • + +
  • + +
    累计取关用户
    +
    #iconleijiquguanyonghu
    +
  • + +
  • + +
    累计用户
    +
    #iconleijiyonghu
    +
  • + +
  • + +
    新增取关用户
    +
    #iconxinzengquguanyonghu
    +
  • + +
  • + +
    商品访客数
    +
    #iconshangpinfangkeshu
    +
  • + +
  • + +
    新增用户数
    +
    #iconxinzengyonghushu
    +
  • + +
  • + +
    新增关注用户
    +
    #iconxinzengguanzhuyonghu
    +
  • + +
  • + +
    支付金额
    +
    #iconzhifujine
    +
  • + +
  • + +
    营业额
    +
    #iconyingyee
    +
  • + +
  • + +
    支付件数
    +
    #iconzhifujianshu
    +
  • + +
  • + +
    支出金额
    +
    #iconzhichujine
    +
  • + +
  • + +
    关机
    +
    #iconguanji
    +
  • + +
  • + +
    声音 静音 线性
    +
    #iconshengyinjingyinxianxing
    +
  • + +
  • + +
    声音
    +
    #iconshengyinyinliang
    +
  • + +
  • + +
    关闭
    +
    #iconguanbi5
    +
  • + +
  • + +
    图片
    +
    #icontupian1
    +
  • + +
  • + +
    表情
    +
    #iconbiaoqing1
    +
  • + +
  • + +
    账号密码
    +
    #iconzhanghaomima
    +
  • + +
  • + +
    二维码
    +
    #iconerweima2
    +
  • + +
  • + +
    矩形
    +
    #iconjuxing
    +
  • + +
  • + +
    自动选择
    +
    #iconzidongxuanze
    +
  • + +
  • + +
    手动选择
    +
    #iconshoudongxuanze
    +
  • + +
  • + +
    单列
    +
    #icondanlie
    +
  • + +
  • + +
    两列
    +
    #iconlianglie
    +
  • + +
  • + +
    三列
    +
    #iconsanlie
    +
  • + +
  • + +
    直播中
    +
    #iconzhibozhong
    +
  • + +
  • + +
    已结束
    +
    #iconyijieshu
    +
  • + +
  • + +
    未开始
    +
    #iconweikaishi
    +
  • + +
  • + +
    drag2
    +
    #icondrag2
    +
  • + +
  • + +
    banner_3~
    +
    #iconbanner_3
    +
  • + +
  • + +
    小程序直播
    +
    #iconxiaochengxuzhibo
    +
  • + +
  • + +
    Solid line
    +
    #iconSolidline
    +
  • + +
  • + +
    Dotted line
    +
    #iconDottedline
    +
  • + +
  • + +
    Dot line
    +
    #iconDotline
    +
  • + +
  • + +
    drop-down
    +
    #icondrop-down
    +
  • + +
  • + +
    Dot
    +
    #iconDot
    +
  • + +
  • + +
    Square point
    +
    #iconSquarepoint
    +
  • + +
  • + +
    del_2
    +
    #icondel_2
    +
  • + +
  • + +
    add to
    +
    #iconaddto
    +
  • + +
  • + +
    del_1
    +
    #icondel_1
    +
  • + +
  • + +
    drag
    +
    #icondrag
    +
  • + +
  • + +
    Comm_number
    +
    #iconComm_number
    +
  • + +
  • + +
    Comm_whole
    +
    #iconComm_whole
    +
  • + +
  • + +
    Comm_Price
    +
    #iconComm_Price
    +
  • + +
  • + +
    Pic_square
    +
    #iconPic_square
    +
  • + +
  • + +
    Pic_fillet
    +
    #iconPic_fillet
    +
  • + +
  • + +
    search_2
    +
    #iconsearch_2
    +
  • + +
  • + +
    search_1
    +
    #iconsearch_1
    +
  • + +
  • + +
    banner_2
    +
    #iconbanner_2
    +
  • + +
  • + +
    Pic_small
    +
    #iconPic_small
    +
  • + +
  • + +
    Pic_big
    +
    #iconPic_big
    +
  • + +
  • + +
    banner_1
    +
    #iconbanner_1
    +
  • + +
  • + +
    doc_skew
    +
    #icondoc_skew
    +
  • + +
  • + +
    doc_bold
    +
    #icondoc_bold
    +
  • + +
  • + +
    doc_general
    +
    #icondoc_general
    +
  • + +
  • + +
    five
    +
    #iconfive
    +
  • + +
  • + +
    Four
    +
    #iconFour
    +
  • + +
  • + +
    doc_center
    +
    #icondoc_center
    +
  • + +
  • + +
    doc_right
    +
    #icondoc_right
    +
  • + +
  • + +
    doc_left
    +
    #icondoc_left
    +
  • + +
  • + +
    图片
    +
    #icontupian
    +
  • + +
  • + +
    客服
    +
    #iconkefu
    +
  • + +
  • + +
    辅助线
    +
    #iconfuzhuxian
    +
  • + +
  • + +
    标题
    +
    #iconbiaoti
    +
  • + +
  • + +
    导航组
    +
    #icondaohangzu
    +
  • + +
  • + +
    辅助空白
    +
    #iconfuzhukongbai
    +
  • + +
  • + +
    分类导航
    +
    #iconfenleidaohang
    +
  • + +
  • + +
    促销列表
    +
    #iconcuxiaoliebiao
    +
  • + +
  • + +
    砍价
    +
    #iconkanjia
    +
  • + +
  • + +
    关注公众号
    +
    #iconguanzhugongzhonghao
    +
  • + +
  • + +
    活动魔方
    +
    #iconhuodongmofang
    +
  • + +
  • + +
    富文本
    +
    #iconfuwenben
    +
  • + +
  • + +
    秒杀
    +
    #iconmiaosha
    +
  • + +
  • + +
    商品列表
    +
    #iconshangpinliebiao
    +
  • + +
  • + +
    拼团
    +
    #iconpintuan
    +
  • + +
  • + +
    搜素框
    +
    #iconsousukuang
    +
  • + +
  • + +
    图片广告
    +
    #icontupianguanggao
    +
  • + +
  • + +
    新闻播报
    +
    #iconxinwenbobao
    +
  • + +
  • + +
    文章列表
    +
    #iconwenzhangliebiao
    +
  • + +
  • + +
    优惠券
    +
    #iconyouhuiquan
    +
  • + +
+

Symbol 引用


@@ -11136,10 +11142,10 @@

使用步骤如下:

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

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

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

-
<style>
+          
<style>
 .icon {
   width: 1em;
   height: 1em;
@@ -11150,17 +11156,17 @@
 </style>
 

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

-
<svg class="icon" aria-hidden="true">
+          
<svg class="icon" aria-hidden="true">
   <use xlink:href="#icon-xxx"></use>
 </svg>
 
-
+
- + + \ No newline at end of file diff --git a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json index 61ce8db..2039371 100644 --- a/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json +++ b/src/styles/iconfont/font_1945396_bzyvwsjuo37/iconfont.json @@ -4,8 +4,7 @@ "font_family": "iconfont", "css_prefix_text": "icon", "description": "", - "glyphs": [ - { + "glyphs": [{ "icon_id": "38535244", "name": "待发货-积分", "font_class": "daifahuo-jifen", @@ -490,7 +489,7 @@ }, { "icon_id": "37924885", - "name": "待核销-分销礼包", + "name": "待核销-服务礼包", "font_class": "daihexiao-fenxiaolibao", "unicode": "e72e", "unicode_decimal": 59182 @@ -553,7 +552,7 @@ }, { "icon_id": "37107580", - "name": "分销管理", + "name": "服务管理", "font_class": "fenxiaoguanli", "unicode": "e721", "unicode_decimal": 59169 @@ -784,7 +783,7 @@ }, { "icon_id": "34383556", - "name": "推广人数", + "name": "邀请人数", "font_class": "tuiguangrenshu", "unicode": "e6c1", "unicode_decimal": 59073 diff --git a/src/styles/iconfont/iconfont.json b/src/styles/iconfont/iconfont.json index 61ce8db..2039371 100644 --- a/src/styles/iconfont/iconfont.json +++ b/src/styles/iconfont/iconfont.json @@ -4,8 +4,7 @@ "font_family": "iconfont", "css_prefix_text": "icon", "description": "", - "glyphs": [ - { + "glyphs": [{ "icon_id": "38535244", "name": "待发货-积分", "font_class": "daifahuo-jifen", @@ -490,7 +489,7 @@ }, { "icon_id": "37924885", - "name": "待核销-分销礼包", + "name": "待核销-服务礼包", "font_class": "daihexiao-fenxiaolibao", "unicode": "e72e", "unicode_decimal": 59182 @@ -553,7 +552,7 @@ }, { "icon_id": "37107580", - "name": "分销管理", + "name": "服务管理", "font_class": "fenxiaoguanli", "unicode": "e721", "unicode_decimal": 59169 @@ -784,7 +783,7 @@ }, { "icon_id": "34383556", - "name": "推广人数", + "name": "邀请人数", "font_class": "tuiguangrenshu", "unicode": "e6c1", "unicode_decimal": 59073 diff --git a/src/styles/iconfont2/demo_index.html b/src/styles/iconfont2/demo_index.html index b93ae49..037c168 100644 --- a/src/styles/iconfont2/demo_index.html +++ b/src/styles/iconfont2/demo_index.html @@ -374,13 +374,13 @@
  • -
    分销订单
    +
    服务订单
    &#xe7e9;
  • -
    推广人排行
    +
    邀请人排行
    &#xe7ea;
  • @@ -566,7 +566,7 @@
  • -
    推广人排行
    +
    邀请人排行
    &#xe7cf;
  • @@ -1226,7 +1226,7 @@
  • -
    分销等级
    +
    服务等级
    &#xe742;
  • @@ -1784,7 +1784,7 @@
  • -
    我的推广
    +
    我的邀请
    &#xe6d8;
  • @@ -2558,7 +2558,7 @@
  • -
    推广
    +
    邀请
    &#xe63b;
  • @@ -4165,7 +4165,7 @@
  • - 分销订单 + 服务订单
    .icon-fenxiaodingdan
    @@ -4174,7 +4174,7 @@
  • - 推广人排行 + 邀请人排行
    .icon-tuiguangrenpaihang1
    @@ -4453,7 +4453,7 @@
  • - 推广人排行 + 邀请人排行
    .icon-tuiguangrenpaihang
    @@ -5443,7 +5443,7 @@
  • - 分销等级 + 服务等级
    .icon-fenxiaodengji
    @@ -6280,7 +6280,7 @@
  • - 我的推广 + 我的邀请
    .icon-wodetuiguang
    @@ -7441,7 +7441,7 @@
  • - 推广 + 邀请
    .icon-tuiguang
    @@ -9523,7 +9523,7 @@ -
    分销订单
    +
    服务订单
    #icon-fenxiaodingdan
  • @@ -9531,7 +9531,7 @@ -
    推广人排行
    +
    邀请人排行
    #icon-tuiguangrenpaihang1
    @@ -9779,7 +9779,7 @@ -
    推广人排行
    +
    邀请人排行
    #icon-tuiguangrenpaihang
    @@ -10659,7 +10659,7 @@ -
    分销等级
    +
    服务等级
    #icon-fenxiaodengji
    @@ -11403,7 +11403,7 @@ -
    我的推广
    +
    我的邀请
    #icon-wodetuiguang
    @@ -12435,7 +12435,7 @@ -
    推广
    +
    邀请
    #icon-tuiguang
    diff --git a/src/styles/iconfont2/iconfont.json b/src/styles/iconfont2/iconfont.json index ca668d5..6eb7bb7 100644 --- a/src/styles/iconfont2/iconfont.json +++ b/src/styles/iconfont2/iconfont.json @@ -370,14 +370,14 @@ }, { "icon_id": "28548808", - "name": "分销订单", + "name": "服务订单", "font_class": "fenxiaodingdan", "unicode": "e7e9", "unicode_decimal": 59369 }, { "icon_id": "28548809", - "name": "推广人排行", + "name": "邀请人排行", "font_class": "tuiguangrenpaihang1", "unicode": "e7ea", "unicode_decimal": 59370 @@ -594,7 +594,7 @@ }, { "icon_id": "28009481", - "name": "推广人排行", + "name": "邀请人排行", "font_class": "tuiguangrenpaihang", "unicode": "e7cf", "unicode_decimal": 59343 @@ -1364,7 +1364,7 @@ }, { "icon_id": "21903923", - "name": "分销等级", + "name": "服务等级", "font_class": "fenxiaodengji", "unicode": "e742", "unicode_decimal": 59202 @@ -2015,7 +2015,7 @@ }, { "icon_id": "17580220", - "name": "我的推广", + "name": "我的邀请", "font_class": "wodetuiguang", "unicode": "e6d8", "unicode_decimal": 59096 @@ -2918,7 +2918,7 @@ }, { "icon_id": "539040", - "name": "推广", + "name": "邀请", "font_class": "tuiguang", "unicode": "e63b", "unicode_decimal": 58939 diff --git a/src/views/dashboard/components/baseInfo.vue b/src/views/dashboard/components/baseInfo.vue index 5033ba6..be51c14 100644 --- a/src/views/dashboard/components/baseInfo.vue +++ b/src/views/dashboard/components/baseInfo.vue @@ -1,33 +1,55 @@ diff --git a/src/views/promoter/distributionRules/index.vue b/src/views/promoter/distributionRules/index.vue index 37d3e9b..f8414d9 100644 --- a/src/views/promoter/distributionRules/index.vue +++ b/src/views/promoter/distributionRules/index.vue @@ -1,16 +1,39 @@ - - - diff --git a/src/views/promoter/membershipLevel/index.vue b/src/views/promoter/membershipLevel/index.vue index 126254d..a884374 100644 --- a/src/views/promoter/membershipLevel/index.vue +++ b/src/views/promoter/membershipLevel/index.vue @@ -1,18 +1,36 @@ - + - + @@ -319,7 +436,14 @@ - + diff --git a/src/views/safe/pageLinks/index.vue b/src/views/safe/pageLinks/index.vue index 067bd96..b9c2337 100644 --- a/src/views/safe/pageLinks/index.vue +++ b/src/views/safe/pageLinks/index.vue @@ -15,7 +15,9 @@
    购物车 - 地址:/pages/order_addcart/order_addcart + 地址:/pages/order_addcart/order_addcart
    @@ -25,14 +27,18 @@
    商品列表 - 地址:/pages/columnGoods/goods_list/index + 地址:/pages/columnGoods/goods_list/index
    商品详情 地址:/pages/goods_details/index 参数:id:产品id - 例如:/pages/goods_details/index?id=75 + 例如:/pages/goods_details/index?id=75
    @@ -47,23 +53,41 @@
    客服列表 - 地址:/pages/chat/customer_list/index + 地址:/pages/chat/customer_list/index 参数:type:0为用户 1为客服 - 例如:/pages/chat/customer_list/index?type=0 + 例如:/pages/chat/customer_list/index?type=0
    客服用户聊天 - 地址:/pages/chat/customer_list/chat - 参数:mer_id:商铺id;产品id;订单id;refund_order_id:退款id - 例如:/pages/customer_list/chat?mer_id=2&productId=12&orderId=4&refund_order_id=5 + 地址:/pages/chat/customer_list/chat + 参数:mer_id:商铺id;产品id;订单id;refund_order_id:退款id + 例如:/pages/customer_list/chat?mer_id=2&productId=12&orderId=4&refund_order_id=5
    客服客服聊天 - 地址:/pages/chat/customer_list/chat + 地址:/pages/chat/customer_list/chat 参数:mer_id:商铺id;客服id - 例如:/pages/customer_list/chat?userId=7238&mer_id=10 + 例如:/pages/customer_list/chat?userId=7238&mer_id=10
    @@ -75,7 +99,9 @@ 资讯详情 地址:/pages/news_details/index 参数:id:新闻id - 例如:/pages/news_details/index?id=51 + 例如:/pages/news_details/index?id=51
    @@ -86,14 +112,22 @@
    搜索商品 - 地址:/pages/columnGoods/goods_search/index + 地址:/pages/columnGoods/goods_search/index
    搜索商品列表 - 地址:/pages/columnGoods/goods_search_con/index + 地址:/pages/columnGoods/goods_search_con/index 参数:searchValue:搜索的参数 - 例如:/pages/columnGoods/goods_search_con/index?searchValue=%20三生三世 + 例如:/pages/columnGoods/goods_search_con/index?searchValue=%20三生三世
    @@ -105,40 +139,68 @@ 订单详情 地址:/pages/order_details/index 参数:order_id:订单号 - 例如:/pages/order_details/stay?order_id=115 + 例如:/pages/order_details/stay?order_id=115
    待付款订单详情 地址:/pages/order_details/stay 参数:order_id:订单号 - 例如:/pages/order_details/stay?order_id=115 + 例如:/pages/order_details/stay?order_id=115
    退款选择服务类型 地址:/pages/users/refund/select - 参数:order_id:订单号 type:2为批量退款 1为退款 - 例如:/pages/users/refund/select?order_id=63&type=2 + 参数:order_id:订单号 type:2为批量退款 1为退款 + 例如:/pages/users/refund/select?order_id=63&type=2
    批量退款 地址:/pages/users/refund/index - 参数: order_id:订单号, type:2为批量退款 1为退款, refund_type:1为退款 2为退货退款 - 例如:/pages/users/refund/index?order_id=63&refund_type=2&type=2 + 参数: + order_id:订单号, type:2为批量退款 1为退款, refund_type:1为退款 + 2为退货退款 + 例如:/pages/users/refund/index?order_id=63&refund_type=2&type=2
    申请退款 地址:/users/refund/confirm - 参数: order_id:订单号, type:2为批量退款 1为退款, refund_type:1为退款 2为退货退款, ids:商品id - 例如:/users/refund/confirm?ids=65&refund_type=1&type=2&order_id=63 + 参数: + order_id:订单号, type:2为批量退款 1为退款, refund_type:1为退款 + 2为退货退款, ids:商品id + 例如:/users/refund/confirm?ids=65&refund_type=1&type=2&order_id=63
    忘记密码 - 地址:/pages/users/retrievePassword/index + 地址:/pages/users/retrievePassword/index
    @@ -153,17 +215,23 @@
    收藏商品 - 地址:/pages/users/user\_goods\_collection/index + 地址:/pages/users/user\_goods\_collection/index
    关注店铺 - 地址:/pages/users/user_store_attention/index + 地址:/pages/users/user_store_attention/index
    浏览记录 - 地址:/pages/users/browsingHistory/index + 地址:/pages/users/browsingHistory/index
    @@ -173,27 +241,43 @@
    账单明细 - 地址:/pages/users/user_bill/index - 参数:type:0为账单记录、1为消费记录、2为充值记录 - 例如:/pages/users/user_bill/index?type=1 + 地址:/pages/users/user_bill/index + 参数:type:0为账单记录、1为消费记录、2为充值记录 + 例如:/pages/users/user_bill/index?type=1
    - 我的推广 - 地址:/pages/users/user_spread_user/index + 我的邀请 + 地址:/pages/users/user_spread_user/index
    - 分销海报 - 地址:/pages/users/user_spread_code/index + 服务海报 + 地址:/pages/users/user_spread_code/index
    提现记录 、佣金明细 - 地址:/pages/users/user_spread_money/index - 参数:type:1为提现记录,2为佣金明细 - 例如:/pages/users/user_spread_money/index?type=1 + 地址:/pages/users/user_spread_money/index + 参数:type:1为提现记录,2为佣金明细 + 例如:/pages/users/user_spread_money/index?type=1
    @@ -203,16 +287,32 @@
    添加收货地址 - 地址:/pages/users/user_address/index - 参数:cartId:地址编号;无id时为新增地址; - 例如:/pages/users/user_address/index?cartId=5683&pinkId=0&couponId=0 + 地址:/pages/users/user_address/index + 参数:cartId:地址编号;无id时为新增地址; + 例如:/pages/users/user_address/index?cartId=5683&pinkId=0&couponId=0
    地址管理 - 地址:/pages/users/user_address_list/index - 参数:cartId:地址编号;无id时为新增地址;pinkId:拼团id;couponId:优惠券id; - 例如:/pages/users/user_address_list/index?cartId=5683 + 地址:/pages/users/user_address_list/index + 参数:cartId:地址编号;无id时为新增地址;pinkId:拼团id;couponId:优惠券id; + 例如:/pages/users/user_address_list/index?cartId=5683
    @@ -222,54 +322,84 @@
    余额充值 - 地址:/pages/users/user_payment/index + 地址:/pages/users/user_payment/index
    修改密码 - 地址:/pages/users/user_pwd_edit/index + 地址:/pages/users/user_pwd_edit/index
    提交订单 - 地址:/pages/users/order_confirm/index + 地址:/pages/users/order_confirm/index 参数:cartId:购物车编号 - 例如:/pages/users/order\_confirm/index?cartId=853,879 + 例如:/pages/users/order\_confirm/index?cartId=853,879
    - 推广人订单 - 地址:/pages/users/promoter-order/index + 邀请人订单 + 地址:/pages/users/promoter-order/index
    - 推广人列表 - 地址:/pages/users/promoter-list/index + 邀请人列表 + 地址:/pages/users/promoter-list/index
    - 推广人排行 - 地址:/pages/users/promoter_rank/index + 邀请人排行 + 地址:/pages/users/promoter_rank/index
    佣金排行 - 地址:/pages/users/commission_rank/index + 地址:/pages/users/commission_rank/index
    我的订单 - 地址:/pages/users/order\list/index + 地址:/pages/users/order\list/index - 参数:status: 0为待付款、1为待发货、2为待收货、3为待评价、4为已完成、无参数为全部订单; - 例如:/pages/users/order_list/index?status=0 + 参数:status: 0为待付款、1为待发货、2为待收货、3为待评价、4为已完成、无参数为全部订单; + 例如:/pages/users/order_list/index?status=0
    物流信息 - 地址:/pages/users/goods_logistics/index + 地址:/pages/users/goods_logistics/index 参数:orderId:订单号 - 例如:/pages/users/goods_logistics/index?orderId=wx158553586478526437 + 例如:/pages/users/goods_logistics/index?orderId=wx158553586478526437
    @@ -281,21 +411,31 @@ 退货详情 地址:/pages/users/refund/detail 参数:id:退款列表id - 例如:/pages/users/refund/detail?id=7 + 例如:/pages/users/refund/detail?id=7
    退货物流信息 - 地址:/pages/users/refund/logistics + 地址:/pages/users/refund/logistics 参数:orderId:退款订单id - 例如:/pages/users/refund/logistics?orderId=7 + 例如:/pages/users/refund/logistics?orderId=7
    申请退货 - 地址:/pages/users/goods_return/index + 地址:/pages/users/goods_return/index 参数:orderId:订单号 - 例如:/pages/users/goods_return/index?orderId=110 + 例如:/pages/users/goods_return/index?orderId=110
    @@ -305,23 +445,41 @@
    商品评分 - 地址:pages/users/goods_comment_list/index + 地址:pages/users/goods_comment_list/index 参数:product_id:商品id - 例如:/pages/users/goods_comment_list/index?product_id=78 + 例如:/pages/users/goods_comment_list/index?product_id=78
    商品评价 - 地址:/pages/users/goods_comment_con/index - 参数:unique:产品属性的唯一值;uni:订单号 - 例如:/pages/users/goods_comment_con/index?unique=c0590f62af7e06b7b53806bc75713a25&uni=wx158553456394392924 + 地址:/pages/users/goods_comment_con/index + 参数:unique:产品属性的唯一值;uni:订单号 + 例如:/pages/users/goods_comment_con/index?unique=c0590f62af7e06b7b53806bc75713a25&uni=wx158553456394392924
    查看物流 - 地址:/pages/users/goods_logistics/indexx + 地址:/pages/users/goods_logistics/indexx 参数:orderId:订单id - 例如:/pages/users/goods_logistics/index?orderId=57 + 例如:/pages/users/goods_logistics/index?orderId=57
    @@ -331,56 +489,103 @@
    订单列表 - 地址:/pages/admin/orderList/index - 参数:types:1为待付款、2为待发货、3为待收货、4为待评价、6为退款 - 例如:/pages/admin/orderList/index?types=1 + 地址:/pages/admin/orderList/index + 参数:types:1为待付款、2为待发货、3为待收货、4为待评价、6为退款 + 例如:/pages/admin/orderList/index?types=1
    订单详情 - 地址:/pages/admin/orderDetail/index + 地址:/pages/admin/orderDetail/index 参数:order_id:订单编号 - 例如:/pages/admin/orderDetail/index?order_id=wx158564762986963277 + 例如:/pages/admin/orderDetail/index?order_id=wx158564762986963277
    订单发货 - 地址:/pages/admin/delivery/index + 地址:/pages/admin/delivery/index 参数:order_id:订单编号 - 例如:/pages/admin/delivery/index?order_id=wx158564762986963277 + 例如:/pages/admin/delivery/index?order_id=wx158564762986963277
    订单数据统计 - 地址:/pages/admin/statistics/index - 参数:type:1:成交额统计,2:订单数统计;time:today:今天、yesterday:昨天、month:本月、seven:最近7天;merId:商户id - 例如:/pages/admin/statistics/index?type=1&time=today&merId=130 + 地址:/pages/admin/statistics/index + 参数:type:1:成交额统计,2:订单数统计;time:today:今天、yesterday:昨天、month:本月、seven:最近7天;merId:商户id + 例如:/pages/admin/statistics/index?type=1&time=today&merId=130
    订单核销 - 地址:/pages/admin/order_cancellation/index + 地址:/pages/admin/order_cancellation/index
    - 热门榜单/ 精品推荐/ 首发新品/特惠专区 - 地址:/pages/columnGoods/HotNewGoods/index - 参数:type: 区分列表:best为精品推荐、hot为热门榜单、new为首发新品、good为特惠专区 - 例如:/pages/columnGoods/HotNewGoods/index?type=best + 热门榜单/ 精品推荐/ 首发新品/特惠专区 + 地址:/pages/columnGoods/HotNewGoods/index + 参数:type: + 区分列表:best为精品推荐、hot为热门榜单、new为首发新品、good为特惠专区 + 例如:/pages/columnGoods/HotNewGoods/index?type=best
    店铺首页 地址:/pages/store/home/index 参数:id:店铺id - 例如:/pages/store/home/index?id=56 + 例如:/pages/store/home/index?id=56
    店铺详情 地址:/pages/store/detail/index 参数:id:店铺id - 例如:/pages/store/detail/index?id=56 + 例如:/pages/store/detail/index?id=56
    @@ -395,128 +600,202 @@
    订单数据统计 - 地址:/pages/admin/statistics/index - 参数:type: price为成交金额、order为订单数,time:today:今天、yesterday:昨天、month:本月 - 例如:/pages/admin/statistics/index?type=price&time=today + 地址:/pages/admin/statistics/index + 参数:type: + price为成交金额、order为订单数,time:today:今天、yesterday:昨天、month:本月 + 例如:/pages/admin/statistics/index?type=price&time=today
    秒杀活动列表 - 地址:/pages/activity/goods_seckill/index + 地址:/pages/activity/goods_seckill/index
    -
    +
    秒杀详情 - 地址:/pages/activity/goods_seckill/index - 参数:id:商品idtime:秒杀结束时间戳 - 例如:/pages/activity/goods_seckill_details/index?id=313&time=1606737600 + 地址:/pages/activity/goods_seckill/index + 参数:id:商品idtime:秒杀结束时间戳 + 例如:/pages/activity/goods_seckill_details/index?id=313&time=1606737600
    直播列表 - 地址:/pages/activity/liveBroadcast/index + 地址:/pages/activity/liveBroadcast/index
    预售列表 - 地址:/pages/activity/presell/index + 地址:/pages/activity/presell/index
    预售详情 - 地址:/pages/activity/presell_details/index + 地址:/pages/activity/presell_details/index 参数:id:商品id - 例如:/pages/activity/presell_details/index?id=72 + 例如:/pages/activity/presell_details/index?id=72
    -
    +
    助力列表 - 地址:/pages/activity/assist/index + 地址:/pages/activity/assist/index
    助力详情 - 地址:/pages/activity/presell_details/index + 地址:/pages/activity/presell_details/index 参数:id:商品id - 例如:/pages/activity/assist_detail/index?id=72 + 例如:/pages/activity/assist_detail/index?id=72
    -
    +
    发票管理 - 地址:/pages/users/user_invoice_list/index + 地址:/pages/users/user_invoice_list/index
    助力记录 - 地址:/pages/activity/assist_record/index + 地址:/pages/activity/assist_record/index
    店铺街 - 地址:/pages/store/shopStreet/index + 地址:/pages/store/shopStreet/index
    拼团列表 - 地址:/pages/activity/combination/index + 地址:/pages/activity/combination/index
    拼团详情 - 地址:/pages/activity/combination_details/index + 地址:/pages/activity/combination_details/index 参数:id:商品id - 例如:/pages/activity/combination_details/index?id=85 + 例如:/pages/activity/combination_details/index?id=85
    积分中心 - 地址:/pages/users/user_integral/index + 地址:/pages/users/user_integral/index
    签到 - 地址:/pages/users/user_sgin/index + 地址:/pages/users/user_sgin/index
    签到明细 - 地址:/pages/users/user_sgin_list/index + 地址:/pages/users/user_sgin_list/index
    店铺资质 - 地址:/pages/store/qualifications/index - 参数:mer_id:商户iduid:用户idstoreName:商户名称 - 例如:/pages/store/qualifications/index?mer_id=135&uid=8968&storeName=众邦科技 + 地址:/pages/store/qualifications/index + 参数:mer_id:商户iduid:用户idstoreName:商户名称 + 例如:/pages/store/qualifications/index?mer_id=135&uid=8968&storeName=众邦科技
    - 分销等级 - 地址:/pages/users/user_brokerage/index + 服务等级 + 地址:/pages/users/user_brokerage/index
    专场页 - 地址:/pages/activity/topic/index + 地址:/pages/activity/topic/index
    专题详情/商户专题详情 - 地址:/pages/activity/topic_detail/index + 地址:/pages/activity/topic_detail/index 参数:id:专场id - 例如:/pages/activity/topic_detail/index?id=530 + 例如:/pages/activity/topic_detail/index?id=530
    商户专题页 地址:/pages/store/home/index 参数:id:商户id - 例如:/pages/store/home/index?id=55 + 例如:/pages/store/home/index?id=55
    本地生活服务 - 地址:/pages/activity/lifeService/index + 地址:/pages/activity/lifeService/index
    @@ -526,113 +805,204 @@
    添加商品 - 地址:/pages/product/addGoods/index - 参数:mer_id:商户id - 例如:/pages/product/addGoods/index?mer_id=55 + 地址:/pages/product/addGoods/index + 参数:mer_id:商户id + 例如:/pages/product/addGoods/index?mer_id=55
    单规格价格设置 - 地址:/pages/product/addGoods/singleSpecification + 地址:/pages/product/addGoods/singleSpecification
    多规格价格设置 - 地址:/pages/product/addGoods/modifyPrice + 地址:/pages/product/addGoods/modifyPrice
    商品详情 - 地址:/pages/product/addGoods/addGoodDetils + 地址:/pages/product/addGoods/addGoodDetils 参数:mer_id:商户id - 例如:/pages/product/addGoods/addGoodDetils?mer_id=55 + 例如:/pages/product/addGoods/addGoodDetils?mer_id=55
    编辑商品 - 地址:/pages/product/addGoods/index - 参数:mer_id:商户idproduct_id:商品id - 例如:/pages/product/addGoods/index?mer_id=55&product_id=1362 + 地址:/pages/product/addGoods/index + 参数:mer_id:商户idproduct_id:商品id + 例如:/pages/product/addGoods/index?mer_id=55&product_id=1362
    在售商品 - 地址:/pages/product/goodsOnSale/index?mer_id=55&type=1 - 参数:mer_id:商户idtype:类型,1为出售中,2为仓库中,3为已售罄,4为警戒库存,5为回收站,6为待审核,7为审核通过 - 例如:/pages/product/addGoods/index?mer_id=55&product_id=1362 + 地址:/pages/product/goodsOnSale/index?mer_id=55&type=1 + 参数:mer_id:商户idtype:类型,1为出售中,2为仓库中,3为已售罄,4为警戒库存,5为回收站,6为待审核,7为审核通过 + 例如:/pages/product/addGoods/index?mer_id=55&product_id=1362
    店铺分类 - 地址:/pages/product/storeClassification/index + 地址:/pages/product/storeClassification/index 参数:mer_id:商户id - 例如:/pages/product/storeClassification/index?mer_id=55 + 例如:/pages/product/storeClassification/index?mer_id=55
    添加分类 - 地址:/pages/product/storeClassification/addStoreClass?mer_id=55 + 地址:/pages/product/storeClassification/addStoreClass?mer_id=55 参数:mer_id:商户id - 例如:/pages/product/storeClassification/addStoreClass?mer_id=55 + 例如:/pages/product/storeClassification/addStoreClass?mer_id=55
    编辑分类 - 地址:/pages/product/storeClassification/addStoreClass - 参数:mer_id:商户idpid:分类id - 例如:/pages/product/storeClassification/addStoreClass?mer_id=55&pid=532 + 地址:/pages/product/storeClassification/addStoreClass + 参数:mer_id:商户idpid:分类id + 例如:/pages/product/storeClassification/addStoreClass?mer_id=55&pid=532
    运费模板 - 地址:/pages/product/addGoods/freightTemplate + 地址:/pages/product/addGoods/freightTemplate 参数:mer_id:商户id - 例如:/pages/product/addGoods/freightTemplate?mer_id=55 + 例如:/pages/product/addGoods/freightTemplate?mer_id=55
    新增运费模板 - 地址:/pages/product/addGoods/addFreightTemplate + 地址:/pages/product/addGoods/addFreightTemplate 参数:mer_id:商户id - 例如:/pages/product/addGoods/addFreightTemplate?mer_id=55 + 例如:/pages/product/addGoods/addFreightTemplate?mer_id=55
    编辑运费模板 - 地址:/pages/product/addGoods/addFreightTemplate - 参数:mer_id:商户idshipping_id:模板id - 例如:/pages/product/addGoods/addFreightTemplate?mer_id=55&shipping_id=266 + 地址:/pages/product/addGoods/addFreightTemplate + 参数:mer_id:商户idshipping_id:模板id + 例如:/pages/product/addGoods/addFreightTemplate?mer_id=55&shipping_id=266
    规格模板 - 地址:/pages/product/addGoods/freightTemplate + 地址:/pages/product/addGoods/freightTemplate 参数:mer_id:商户id - 例如:/pages/product/addGoods/freightTemplate?mer_id=55 + 例如:/pages/product/addGoods/freightTemplate?mer_id=55
    新增规格模板 - 地址:/pages/product/addGoods/specificationProperties + 地址:/pages/product/addGoods/specificationProperties 参数:mer_id:商户id - 例如:/pages/product/addGoods/specificationProperties?mer_id=55 + 例如:/pages/product/addGoods/specificationProperties?mer_id=55
    编辑规格模板 - 地址:/pages/product/addGoods/specificationProperties - 参数:mer_id:商户idtemplate_id:模板id - 例如:/pages/product/addGoods/specificationProperties?mer_id=55&template_id=155 + 地址:/pages/product/addGoods/specificationProperties + 参数:mer_id:商户idtemplate_id:模板id + 例如:/pages/product/addGoods/specificationProperties?mer_id=55&template_id=155
    我的等级 - 地址:/pages/users/user_grade/index + 地址:/pages/users/user_grade/index
    成长值记录 - 地址:/pages/users/user_grade_list/index + 地址:/pages/users/user_grade_list/index
    @@ -642,79 +1012,121 @@
    种草社区话题分类 - 地址:/pages/plantGrass/plant_topic/index + 地址:/pages/plantGrass/plant_topic/index
    种草社区搜索结果页 - 地址:/pages/plantGrass/plant_search_list/index + 地址:/pages/plantGrass/plant_search_list/index 参数:id:话题id - 例如:/pages/plantGrass/plant_search_list/index?id=38 + 例如:/pages/plantGrass/plant_search_list/index?id=38
    种草社区图文详情页 - 地址:/pages/plantGrass/plant_detail/index + 地址:/pages/plantGrass/plant_detail/index 参数:id:图文id - 例如:/pages/plantGrass/plant_detail/index?id=100 + 例如:/pages/plantGrass/plant_detail/index?id=100
    种草社区搜索页 - 地址:/pages/plantGrass/plant_search/index + 地址:/pages/plantGrass/plant_search/index
    种草社区添加图文页 - 地址:/pages/plantGrass/plant_release/index + 地址:/pages/plantGrass/plant_release/index
    种草社区编辑图文页 - 地址:/pages/plantGrass/plant_release/index + 地址:/pages/plantGrass/plant_release/index 参数:id:图文id - 例如:/pages/plantGrass/plant_release/index?id=97 + 例如:/pages/plantGrass/plant_release/index?id=97
    种草社区个人主页 - 地址:/pages/plantGrass/plant_user/index?id=8407 + 地址:/pages/plantGrass/plant_user/index?id=8407 参数:id:用户uid - 例如:/pages/plantGrass/plant_user/index?id=8407 + 例如:/pages/plantGrass/plant_user/index?id=8407
    为你精选 - 地址:/pages/plantGrass/plant_featured/index + 地址:/pages/plantGrass/plant_featured/index
    我的关注 - 地址:/pages/plantGrass/plant_user_attention/index + 地址:/pages/plantGrass/plant_user_attention/index
    我的粉丝 - 地址:/pages/plantGrass/plant_user_fans/index + 地址:/pages/plantGrass/plant_user_fans/index
    -
    +
    优惠券商品列表 - 地址:/pages/columnGoods/goods_coupon_list/index + 地址:/pages/columnGoods/goods_coupon_list/index 参数:coupon_id:优惠券id - 例如:/pages/columnGoods/goods_coupon_list/index?coupon_id=441 + 例如:/pages/columnGoods/goods_coupon_list/index?coupon_id=441
    平台管理/商家管理 - 地址:/pages/admin/business/index - 参数:is_sys:0或者1,1代表平台管理,0代表商家管理 - 例如:/pages/admin/business/index?is_sys=0 + 地址:/pages/admin/business/index + 参数:is_sys:0或者1,1代表平台管理,0代表商家管理 + 例如:/pages/admin/business/index?is_sys=0
    修改昵称 - 地址:/pages/users/user_nickname/index + 地址:/pages/users/user_nickname/index
    @@ -722,41 +1134,40 @@ diff --git a/src/views/sms/smsTemplate/applyList.vue b/src/views/sms/smsTemplate/applyList.vue index b1d7e03..2f9ee71 100644 --- a/src/views/sms/smsTemplate/applyList.vue +++ b/src/views/sms/smsTemplate/applyList.vue @@ -3,10 +3,17 @@
    - + - + @@ -18,38 +25,24 @@ size="small" highlight-current-row > - - - - - diff --git a/src/views/user/list/userDetails.vue b/src/views/user/list/userDetails.vue index d2c7d8a..6ca3a7d 100644 --- a/src/views/user/list/userDetails.vue +++ b/src/views/user/list/userDetails.vue @@ -65,7 +65,7 @@ 设置余额 - 设置分组 + 设置标签 用户概况
    • @@ -179,7 +179,7 @@
  • @@ -200,7 +200,7 @@
  • -
    被邀请人信息
    +
    邀请人信息
    • 用户ID:
      @@ -402,7 +402,7 @@