diff --git a/app/Http/Controllers/Api/DialogController.php b/app/Http/Controllers/Api/DialogController.php index b08d199e9..4c2cd83b5 100755 --- a/app/Http/Controllers/Api/DialogController.php +++ b/app/Http/Controllers/Api/DialogController.php @@ -330,7 +330,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/detail 08. 消息详情 + * @api {get} api/dialog/msg/detail 09. 消息详情 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -384,7 +384,7 @@ class DialogController extends AbstractController } /** - * @api {get} api/dialog/msg/download 08. 文件下载 + * @api {get} api/dialog/msg/download 10. 文件下载 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 diff --git a/app/Http/Controllers/Api/ProjectController.php b/app/Http/Controllers/Api/ProjectController.php index 35a1f6a80..4b9c43c67 100755 --- a/app/Http/Controllers/Api/ProjectController.php +++ b/app/Http/Controllers/Api/ProjectController.php @@ -1084,7 +1084,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/filedetail 22. 获取任务文件详情 + * @api {get} api/project/task/filedetail 23. 获取任务文件详情 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1138,7 +1138,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/filedown 22. 下载任务文件 + * @api {get} api/project/task/filedown 24. 下载任务文件 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1172,7 +1172,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/add 23. 添加任务 + * @api {post} api/project/task/add 25. 添加任务 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1243,7 +1243,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/addsub 24. 添加子任务 + * @api {get} api/project/task/addsub 26. 添加子任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1283,7 +1283,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/task/update 25. 修改任务、子任务 + * @api {post} api/project/task/update 27. 修改任务、子任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1329,7 +1329,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/dialog 27. 创建/获取聊天室 + * @api {get} api/project/task/dialog 28. 创建/获取聊天室 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1376,7 +1376,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/archived 28. 归档任务 + * @api {get} api/project/task/archived 29. 归档任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1418,7 +1418,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/remove 29. 删除任务 + * @api {get} api/project/task/remove 30. 删除任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1444,7 +1444,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/resetfromlog 29. 根据日志重置任务 + * @api {get} api/project/task/resetfromlog 31. 根据日志重置任务 * * @apiDescription 需要token身份(限:项目、任务负责人) * @apiVersion 1.0.0 @@ -1502,7 +1502,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/task/flow 29. 任务工作流信息 + * @api {get} api/project/task/flow 32. 任务工作流信息 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 @@ -1584,7 +1584,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/flow/list 29. 工作流列表 + * @api {get} api/project/flow/list 33. 工作流列表 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -1610,7 +1610,7 @@ class ProjectController extends AbstractController } /** - * @api {post} api/project/flow/save 29. 保存工作流 + * @api {post} api/project/flow/save 34. 保存工作流 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -1732,7 +1732,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/flow/delete 29. 删除工作流 + * @api {get} api/project/flow/delete 35. 删除工作流 * * @apiDescription 需要token身份(限:项目负责人) * @apiVersion 1.0.0 @@ -1764,7 +1764,7 @@ class ProjectController extends AbstractController } /** - * @api {get} api/project/log/lists 30. 获取项目、任务日志 + * @api {get} api/project/log/lists 36. 获取项目、任务日志 * * @apiDescription 需要token身份 * @apiVersion 1.0.0 diff --git a/electron/package.json b/electron/package.json index 989f71d3d..14a9b30f3 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "DooTask", - "version": "0.7.20", + "version": "0.7.27", "description": "DooTask is task management system.", "main": "main.js", "license": "MIT", diff --git a/package.json b/package.json index 601432d0e..b955a2aa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DooTask", - "version": "0.7.20", + "version": "0.7.27", "description": "DooTask is task management system.", "scripts": { "start": "./cmd dev", diff --git a/public/css/app.css b/public/css/app.css index b19663371..af4f19bf9 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1 +1 @@ -@charset "UTF-8";.file-icon:before{background-image:url(../images/file/light/other.svg);background-repeat:no-repeat;background-size:contain;content:""}.file-icon.archive:before{background-image:url(../images/file/light/archive.svg)}.file-icon.cad:before{background-image:url(../images/file/light/cad.svg)}.file-icon.code:before{background-image:url(../images/file/light/code.svg)}.file-icon.document:before{background-image:url(../images/file/light/document.svg)}.file-icon.excel:before{background-image:url(../images/file/light/excel.svg)}.file-icon.flow:before{background-image:url(../images/file/light/flow.svg)}.file-icon.folder:before{background-image:url(../images/file/light/folder.svg)}.file-icon.media:before{background-image:url(../images/file/light/media.svg)}.file-icon.mind:before{background-image:url(../images/file/light/mind.svg)}.file-icon.ofd:before{background-image:url(../images/file/light/ofd.svg)}.file-icon.pdf:before{background-image:url(../images/file/light/pdf.svg)}.file-icon.picture:before{background-image:url(../images/file/light/picture.svg)}.file-icon.ppt:before{background-image:url(../images/file/light/ppt.svg)}.file-icon.sheet:before{background-image:url(../images/file/light/sheet.svg)}.file-icon.tif:before{background-image:url(../images/file/light/tif.svg)}.file-icon.txt:before{background-image:url(../images/file/light/txt.svg)}.file-icon.updir:before{background-image:url(../images/file/light/updir.svg)}.file-icon.upload:before{background-image:url(../images/file/light/upload.svg)}.file-icon.word:before{background-image:url(../images/file/light/word.svg)}.file-icon.wps:before{background-image:url(../images/file/light/wps.svg)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.horizontal-collapse-transition{transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-display:"auto";font-family:element-icons;font-style:normal;font-weight:400;src:url(fonts/element-icons.woff) format("woff"),url(fonts/element-icons.ttf) format("truetype")}[class*=" el-icon-"],[class^=el-icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:element-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;vertical-align:baseline}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.el-avatar{background:#c0c4cc;box-sizing:border-box;color:#fff;display:inline-block;font-size:14px;height:40px;line-height:40px;overflow:hidden;text-align:center;width:40px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{height:40px;line-height:40px;width:40px}.el-avatar--medium{height:36px;line-height:36px;width:36px}.el-avatar--small{height:28px;line-height:28px;width:28px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{word-wrap:break-word;border-radius:4px;font-size:14px;line-height:1.2;min-width:10px;padding:10px;position:absolute;z-index:2000}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{border-width:5px;content:" "}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{border-bottom-width:0;border-top-color:#585e6a;bottom:-6px}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{border-bottom-width:0;border-top-color:#585e6a;bottom:1px;margin-left:-5px}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{border-bottom-color:#585e6a;border-top-width:0;top:-6px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#585e6a;border-top-width:0;margin-left:-5px;top:1px}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{border-left-width:0;border-right-color:#585e6a;left:-6px}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{border-left-width:0;border-right-color:#585e6a;bottom:-5px;left:1px}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{border-left-color:#585e6a;border-right-width:0;right:-6px}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{border-left-color:#585e6a;border-right-width:0;bottom:-5px;margin-left:-5px;right:1px}.el-tooltip__popper.is-dark{background:#585e6a;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #585e6a}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-popover{background:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);color:#606266;font-size:14px;line-height:1.4;min-width:150px;padding:12px;position:absolute;text-align:justify;word-break:break-all;z-index:2000}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-button{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;text-align:center;transition:.1s;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;white-space:nowrap}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{background-color:#ecf5ff;border-color:#c6e2ff;color:#409eff}.el-button:active{border-color:#3a8ee6;color:#3a8ee6;outline:none}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409eff;color:#409eff}.el-button.is-plain:active{background:#fff;outline:none}.el-button.is-active,.el-button.is-plain:active{border-color:#3a8ee6;color:#3a8ee6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{background-color:#fff;background-image:none;border-color:#ebeef5;color:#c0c4cc;cursor:not-allowed}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{pointer-events:none;position:relative}.el-button.is-loading:before{background-color:hsla(0,0%,100%,.35);border-radius:inherit;bottom:-1px;content:"";left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{background-color:#409eff;border-color:#409eff;color:#fff}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary:active{outline:none}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#a0cfff;border-color:#a0cfff;color:#fff}.el-button--primary.is-plain{background:#ecf5ff;border-color:#b3d8ff;color:#409eff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409eff;border-color:#409eff;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:none}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#ecf5ff;border-color:#d9ecff;color:#8cc5ff}.el-button--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{outline:none}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#b3e19d;border-color:#b3e19d;color:#fff}.el-button--success.is-plain{background:#f0f9eb;border-color:#c2e7b0;color:#67c23a}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:none}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#f0f9eb;border-color:#e1f3d8;color:#a4da89}.el-button--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{outline:none}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#f3d19e;border-color:#f3d19e;color:#fff}.el-button--warning.is-plain{background:#fdf6ec;border-color:#f5dab1;color:#e6a23c}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:none}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#fdf6ec;border-color:#faecd8;color:#f0c78a}.el-button--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{outline:none}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#fab6b6;border-color:#fab6b6;color:#fff}.el-button--danger.is-plain{background:#fef0f0;border-color:#fbc4c4;color:#f56c6c}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:none}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#fef0f0;border-color:#fde2e2;color:#f9a7a7}.el-button--info{background-color:#909399;border-color:#909399;color:#fff}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{outline:none}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#c8c9cc;border-color:#c8c9cc;color:#fff}.el-button--info.is-plain{background:#f4f4f5;border-color:#d3d4d6;color:#909399}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:none}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#f4f4f5;border-color:#e9e9eb;color:#bcbec2}.el-button--medium{border-radius:4px;font-size:14px;padding:10px 20px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{border-radius:3px;font-size:12px;padding:9px 15px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{border-radius:3px;font-size:12px;padding:7px 15px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{background:transparent;border-color:transparent;color:#409eff;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{background-color:transparent;border-color:transparent;color:#66b1ff}.el-button--text:active{background-color:transparent;color:#3a8ee6}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{content:"";display:table}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.el-button-group>.el-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-bottom-left-radius:0;border-left-color:hsla(0,0%,100%,.5);border-top-left-radius:0}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.el-popper .popper__arrow{border-width:6px;filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{border-width:6px;content:" "}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{border-bottom-width:0;border-top-color:#ebeef5;bottom:-6px;left:50%;margin-right:3px}.el-popper[x-placement^=top] .popper__arrow:after{border-bottom-width:0;border-top-color:#fff;bottom:1px;margin-left:-6px}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{border-bottom-color:#ebeef5;border-top-width:0;left:50%;margin-right:3px;top:-6px}.el-popper[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff;border-top-width:0;margin-left:-6px;top:1px}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{border-left-width:0;border-right-color:#ebeef5;left:-6px;margin-bottom:3px;top:50%}.el-popper[x-placement^=right] .popper__arrow:after{border-left-width:0;border-right-color:#fff;bottom:-6px;left:1px}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{border-left-color:#ebeef5;border-right-width:0;margin-bottom:3px;right:-6px;top:50%}.el-popper[x-placement^=left] .popper__arrow:after{border-left-color:#fff;border-right-width:0;bottom:-6px;margin-left:-6px;right:1px}.el-dropdown{color:#606266;display:inline-block;font-size:14px;position:relative}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{border-left:none;padding-left:5px;padding-right:5px;position:relative}.el-dropdown .el-dropdown__caret-button:before{background:hsla(0,0%,100%,.5);bottom:5px;content:"";display:block;left:0;position:absolute;top:5px;width:1px}.el-dropdown .el-dropdown__caret-button.el-button--default:before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before{bottom:0;top:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{color:#bbb;cursor:not-allowed}.el-dropdown-menu{background-color:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);left:0;margin:5px 0;padding:10px 0;position:absolute;top:0;z-index:10}.el-dropdown-menu__item{color:#606266;cursor:pointer;font-size:14px;line-height:36px;list-style:none;margin:0;outline:none;padding:0 20px}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#f4f5f7;color:#606266}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid #ebeef5;margin-top:6px;position:relative}.el-dropdown-menu__item--divided:before{background-color:#fff;content:"";display:block;height:6px;margin:0 -20px}.el-dropdown-menu__item.is-disabled{color:#bbb;cursor:default;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{font-size:14px;line-height:30px;padding:0 17px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{font-size:13px;line-height:27px;padding:0 15px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{font-size:12px;line-height:24px;padding:0 10px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-notification{background-color:#fff;border:1px solid #ebeef5;border-radius:8px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;overflow:hidden;padding:14px 26px 14px 13px;position:fixed;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;width:330px}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{color:#303133;font-size:16px;font-weight:700;margin:0}.el-notification__content{color:#606266;font-size:14px;line-height:21px;margin:6px 0 0;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{font-size:24px;height:24px;width:24px}.el-notification__closeBtn{color:#909399;cursor:pointer;font-size:16px;position:absolute;right:15px;top:18px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;transform:translateX(100%)}.el-notification-fade-enter.left{left:0;transform:translateX(-100%)}.el-notification-fade-leave-active{opacity:0}.el-dropdown-menu__item{min-width:100px}.el-dropdown-menu__item .item.red,.el-dropdown-menu__item .item.red>i{color:red!important}.el-dropdown-menu__item--divided:before{height:5px}.el-tooltip__popper.is-light{border-width:0;box-shadow:0 1px 6px rgba(0,0,0,.2)}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:hsla(0,0%,85%,.5)}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:hsla(0,0%,85%,.5)}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:hsla(0,0%,85%,.5)}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:hsla(0,0%,85%,.5)}.el-popover{border-width:0;box-shadow:0 1px 6px rgba(0,0,0,.2)}@font-face{font-family:zenicon;src:url(../css/fonts/zenicon.woff2) format("woff2")}.ft.icon{word-wrap:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;-webkit-font-feature-settings:"liga";direction:ltr;font-family:zenicon,serif;letter-spacing:normal;line-height:1;padding-left:1px;text-transform:none;transform:scale(1.2);transform-origin:50% 0;white-space:nowrap}.ft+.el-el-button,.ft+.ft,.ft+.z-confirm,.ft+.z-execute,.ft+.z-link,.ft+a{margin-left:.6rem}.ft.l12{margin-left:12px}.ft.r12{margin-right:12px}.ft.hover{cursor:pointer}.ft.hover:hover{color:#0285d7}.ft.dark{color:#0d0d0d}.ft.gray{color:#666}.ft.yellow{color:#f90}.ft.red{color:#ed3f14}.ft.green{color:#19be6b}.ft.blue{color:#2d8cf0}.ft.center{text-align:center}.ft.right{text-align:right}.ft.bold{font-weight:700}.ft.underline{text-decoration:underline}.ft.through{text-decoration:line-through}.ft.italic{font-style:italic}.ft.cursor{cursor:pointer}.ft.h1{font-size:1.3rem}.ft.h2{font-size:1.2rem}.ft.h3{font-size:1.1rem}.ft.h4{font-size:.9rem}.ft.h5{font-size:.8rem}@font-face{font-family:taskfont;src:url(../css/fonts/taskfont.woff2) format("woff2"),url(../css/fonts/taskfont.woff) format("woff"),url(../css/fonts/taskfont.ttf) format("truetype")}.taskfont{-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale;font-family:taskfont,"serif"!important;font-size:16px;font-style:normal}.app-view-loading{align-items:center;background-color:hsla(0,0%,100%,.7);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.app-view-loading>div{text-align:center}.app-view-loading>div>div{color:#ccc;font:11px verdana;letter-spacing:1px;line-height:16px;margin:0;text-transform:uppercase}.app-view-loading>div>span{-webkit-animation:app-view-loadanim 1s infinite alternate;animation:app-view-loadanim 1s infinite alternate;background:#007db6;border-radius:8px;display:inline-block;height:8px;margin:2px;vertical-align:middle;width:8px}.app-view-loading>div>span:nth-of-type(2){-webkit-animation-delay:.2s;animation-delay:.2s;background:#008fb2}.app-view-loading>div>span:nth-of-type(3){-webkit-animation-delay:.4s;animation-delay:.4s;background:#009b9e}.app-view-loading>div>span:nth-of-type(4){-webkit-animation-delay:.6s;animation-delay:.6s;background:#00a77d}.app-view-loading>div>span:nth-of-type(5){-webkit-animation-delay:.8s;animation-delay:.8s;background:#00b247}.app-view-loading>div>span:nth-of-type(6){-webkit-animation-delay:1s;animation-delay:1s;background:#5ab027}.app-view-loading>div>span:nth-of-type(7){-webkit-animation-delay:1.2s;animation-delay:1.2s;background:#a0b61e}@-webkit-keyframes app-view-loadanim{0%{opacity:0}to{opacity:1}}@keyframes app-view-loadanim{0%{opacity:0}to{opacity:1}}.overlay-y{overflow-y:overlay!important}.overlay-y::-webkit-scrollbar{height:10px;width:10px}.overlay-y::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.overlay-y::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.5);border-radius:10px}.overlay-y:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);background-clip:content-box;border:2px solid transparent}.overlay-y:hover::-webkit-scrollbar-thumb:hover{border-bottom-width:0;border-top-width:0}.overlay-y::-webkit-scrollbar-track{background:transparent;border-radius:10px}.common-app-down{align-items:center;bottom:26px;display:flex;position:absolute;right:26px;transition:bottom .3s;z-index:1}.common-app-down.on-client[data-route=login]{bottom:75px}.common-app-down-notification .notification-head{align-items:center;display:flex}.common-app-down-notification .notification-head .notification-title{color:#303133;display:inline-block;font-size:18px;font-weight:500;margin-right:6px;vertical-align:middle}.common-app-down-notification .notification-body{margin:18px 0;max-height:210px;overflow-x:hidden;overflow-y:auto}.common-app-down-notification .notification-body .markdown-preview{margin:-20px -12px}.common-app-down-notification .notification-body .markdown-preview h2{font-size:18px!important;padding-top:2px!important}.common-app-down-notification .notification-body .markdown-preview ul li{padding:2px 0 2px 2px!important}.common-app-down-notification .notification-body .markdown-preview ul li:after{height:6px!important;top:10px!important;width:6px!important}.common-app-down-notification .notification-link{margin-top:20px;text-align:right}.common-app-down-notification .notification-link>button+button{margin-left:6px}.common-app-down-link{background-color:#8bcf70;border-color:#8bcf70;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:32px;line-height:32px;padding:0 15px}.common-app-down-link:hover{color:#fff;opacity:.9}.common-auto-tip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-circle{border-radius:50%}.common-circle .common-circle-path{fill:transparent}.common-circle .common-circle-g-path-ring{stroke:#8bcf70}.common-circle .common-circle-g-path-core{fill:#8bcf70;transform:scale(.56);transform-origin:50%}.drawer-overlay{background:hsla(0,0%,4%,.76);box-sizing:border-box;display:flex;flex-direction:column;height:0;justify-content:flex-end;left:0;opacity:0;outline:none;pointer-events:none;position:fixed;top:0;width:0;z-index:1000}.drawer-overlay .overlay-mask{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.drawer-overlay .overlay-body{display:flex;flex-direction:column;height:100%;max-height:100%;max-width:100%;width:100%;z-index:2}.drawer-overlay .overlay-body .overlay-close{align-items:flex-end;display:flex;flex-shrink:0;justify-content:flex-end}.drawer-overlay .overlay-body .overlay-close>a{align-items:center;color:#dbdbde;display:flex;height:40px;justify-content:center;width:40px}.drawer-overlay .overlay-body .overlay-close>a .icon{height:24px;width:24px}.drawer-overlay .overlay-body .overlay-close>a>svg{transition:all .3s}.drawer-overlay .overlay-body .overlay-close>a:hover{color:#fff}.drawer-overlay .overlay-body .overlay-close>a:hover>svg{transform:rotate(-90deg)}.drawer-overlay .overlay-body .overlay-resize{height:5px;margin-bottom:-5px;width:100%;z-index:1}.drawer-overlay .overlay-body .overlay-content{background:#fff;border-radius:18px 18px 0 0;cursor:default;flex:1;opacity:0;position:relative;transform:translateY(15%) scale(.98)}.drawer-overlay.overlay-visible{height:100%;opacity:1;pointer-events:auto;transition:opacity .2s ease;width:100%}.drawer-overlay.overlay-visible .overlay-body .overlay-content{opacity:1;transform:translate(0) scale(1);transition:opacity .2s ease,transform .3s ease}.drawer-overlay.overlay-hide{height:100%;transition:opacity .2s ease;width:100%}.drawer-overlay.overlay-hide .overlay-body .overlay-content{transform:translateY(15%) scale(.98);transition:opacity .2s ease,transform .2s ease}.drawer-overlay.right{flex-direction:row;justify-content:flex-end}.drawer-overlay.right .overlay-body{flex-direction:row}.drawer-overlay.right .overlay-body .overlay-close{align-items:flex-start}.drawer-overlay.right .overlay-body .overlay-resize{height:100%;margin-right:-5px;width:5px;z-index:1}.drawer-overlay.right .overlay-body .overlay-content{border-radius:18px 0 0 18px;transform:translate(15%) scale(.98)}.drawer-overlay.right.overlay-visible .overlay-body .overlay-content{transform:translate(0) scale(1)}.drawer-overlay.right.overlay-hide .overlay-body .overlay-content{transform:translate(15%) scale(.98)}.img-upload-modal .ivu-modal-mask{z-index:1001}.img-upload-modal .ivu-modal-no-mask{background-color:rgba(55,55,55,.2)}.img-upload-modal .ivu-modal-wrap{z-index:1001}.imgcomp-upload-list{background:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.2);display:inline-block;height:60px;line-height:60px;margin-right:4px;overflow:hidden;position:relative;text-align:center;vertical-align:top;width:60px}.imgcomp-upload-list .imgcomp-upload-img{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.imgcomp-upload-list .imgcomp-upload-list-cover{background:rgba(0,0,0,.6);bottom:0;display:none;left:0;position:absolute;right:0;top:0}.imgcomp-upload-list .imgcomp-upload-list-cover i{color:#fff;cursor:pointer;font-size:24px;margin:0;transition:all .2s;vertical-align:middle}.imgcomp-upload-list .imgcomp-upload-list-cover i:hover{font-size:28px}.imgcomp-upload-list .ivu-progress{height:100%}.imgcomp-upload-list .ivu-progress .ivu-progress-outer{background-color:rgba(0,0,0,.68);height:100%}.imgcomp-upload-list .ivu-progress .ivu-progress-outer .ivu-progress-inner{margin:0 auto;width:88%}.imgcomp-upload-list:hover .imgcomp-upload-list-cover{display:block}.img-upload-foot,.img-upload-foot .img-upload-foot-input{align-items:center;display:flex;justify-content:flex-end}.img-upload-foot .img-upload-foot-input{flex:1;text-align:left}.img-upload-foot .img-upload-foot-input .img-upload-foot-httptitle{cursor:pointer;margin-right:22px;padding-left:3px}.add-box{background:#fff;border:1px dashed #dddee1;border-radius:4px;display:inline-block;height:60px;line-height:60px;overflow:hidden;position:relative;text-align:center;vertical-align:top;width:60px}.add-box .add-box-icon i{padding-bottom:2px;vertical-align:middle}.add-box .add-box-upload{background:rgba(0,0,0,.6);color:#fff;display:none;height:100%;left:0;padding-top:9px;position:absolute;top:0;width:100%}.add-box .add-box-upload .add-box-item{cursor:pointer;height:22px;line-height:22px}.add-box .add-box-upload .add-box-item .ivu-upload-drag,.add-box .add-box-upload .add-box-item .ivu-upload-drag:hover{background:transparent;border:0;border-radius:0}.add-box .add-box-upload .add-box-item span{font-size:12px;transition:all .2s}.add-box .add-box-upload .add-box-item:hover span{font-size:14px}.add-box em{font-style:normal}.add-box:hover{border-color:rgba(0,0,0,.6)}.add-box:hover .add-box-upload{display:block}.callback-add-box{background:transparent;border:0;display:block;height:25px;line-height:25px;width:auto}.callback-add-box .add-box-icon{display:none}.callback-add-box .add-box-upload{background:transparent;color:#333;display:block;padding:0;width:auto}.callback-add-box .add-box-upload>div{display:inline-block;padding-right:10px}.browse-load{margin:20px;text-align:center}.browse-list{max-height:540px;overflow:auto}.browse-list .browse-item{cursor:pointer;display:inline-block;margin:10px 15px;position:relative;text-align:center}.browse-list .browse-item .browse-img{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAABxCAAAAABg5GeyAAACW0lEQVR4Ae3XVRLjMBAE0L3/rSwKM3OcSNPyLVYOLvM6UD0Bd03LVe9XH+RlhlRSSSWVVFJJJZVUUkkllVRSSSWVVFJJJZVUUkl9WyqppJJKKqmkkgpURP17xngOAR5NxW5wlJ9MaLQh83F4NHWmd/gZtdVBaOldfDB1bq5UpJFbFOC6LKnYrkRO209PAw+hIuzWB8Ep5es8HvYo4z4tE1X8UeRwlMM2D5Bzkc7kj6Bi3VTKDDwEeUcrMxrUvGDXTnHa6kK69SDN9sgq1clxKSbNHqqnYmdri81Q9QHf1JPt1Frncaib2XbiTKL2GkHaurnY9LOulMV0O7G6Kw+g9sw2ohhm62KezVJaaufjWC1TnOkr1exilJ7Ji0vxCCqO9V4UwV4PYr9+apouhGYLKfnahdpqegjmeoXOpXgANe70pKT6Zhu19qkY2nC0PZS527lQOyInqr8Uvc5jqfUb1X+PGh5IhW90S2quh3FQC2XRcF66TUkTXPcLKm5FtdR9RJq+2hWII7UpFtmsQLEyzsdJtkxxpr6gLotbUSlV9yeT0Trmzk2XPdUThLYarUbWOY9j04xXQ2u+pMZLYSumGmNUH3HbM9qOAwSHodN2Pks25F2j3aI7+IxqNsB+YLWb16ukSjiW4xNB0gMoMfApBS/XZQgi3p9/5RsiKNKZEOwYFVIF5VyTyD19sbyjIJiNJRZxpNbx2S8sGKvGZNHJBniBu9Wy5WxjGuQFqIAcBHiRGyt4ua5gSCWVVFJJJZVUUkkllVRSSSWVVFJJJZVUUkkllVRSSSWVVFI/AgO0SXIVYHeGAAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;background-size:cover;height:64px;width:64px}.browse-list .browse-item .browse-title{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:64px}.browse-list .browse-item .browse-icon{background-color:rgba(0,0,0,.5);color:#fff;font-size:36px;height:64px;left:0;padding-top:15px;position:absolute;top:0;width:100%}.browse-list-disabled{position:relative}.browse-list-disabled:after{background-color:hsla(0,0%,100%,.9);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.common-loading{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:30px;margin:auto;max-height:100%;max-width:100%;overflow:hidden;transform-origin:center center;width:30px}.common-loading .common-path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.app-scroller-y{-webkit-overflow-scrolling:touch;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;position:absolute;right:0;top:0}.app-scroller-y .app-scroller-bottom{height:0;margin:0;padding:0}.app-scroller-y.static{flex:1;position:static}.common-spinner{bottom:20px;display:none;height:30px;margin:0 auto;position:fixed;right:20px;width:30px;z-index:9999}.common-spinner .common-circular{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.teditor-box .tox.tox-silver-sink,.teditor-transfer .tox.tox-silver-sink{z-index:13000}.teditor-box{min-height:22px;position:relative}.teditor-box .icon-inline{color:#bbb;left:0;position:absolute;top:0}.teditor-box textarea{opacity:0}.teditor-box .tox-tinymce{border-color:#dddee1;border-radius:4px;box-shadow:none;box-sizing:border-box;overflow:hidden}.teditor-box .tox-tinymce .tox-statusbar span.tox-statusbar__branding a{display:none}.teditor-box .tox-tinymce .tox-tbtn--bespoke .tox-tbtn__select-label{width:auto}.teditor-transfer{background-color:#fff}.teditor-transfer .tox-toolbar>div:last-child>button:last-child{margin-right:64px}.teditor-transfer .ivu-modal-header{display:none}.teditor-transfer .ivu-modal-close{top:7px;z-index:2}.teditor-transfer .teditor-transfer-body{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.teditor-transfer .teditor-transfer-body textarea{opacity:0}.teditor-transfer .teditor-transfer-body .tox-tinymce{border:0}.teditor-transfer .teditor-transfer-body .tox-tinymce .tox-statusbar span.tox-statusbar__branding a{display:none}.teditor-loadstyle{height:180px;overflow:hidden;position:relative;width:100%}.teditor-loadedstyle{max-height:inherit;overflow:inherit;position:relative;width:100%}.upload-control{display:none;height:0;overflow:hidden;width:0}.tox-tinymce-inline{z-index:100000}.quick-edit{align-items:center;display:flex;max-width:100%}.quick-edit .quick-input{flex:1;max-width:100%;position:relative}.quick-edit .quick-input .quick-loading{align-items:center;bottom:0;display:flex;position:absolute;right:8px;top:0}.quick-edit .quick-input .quick-loading .common-loading{height:14px;margin:0;width:14px}.quick-edit .quick-text{align-items:center;height:20px;line-height:20px;margin-right:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-edit .quick-icon{cursor:pointer;display:none;font-size:16px}.quick-edit.quick-always .quick-icon{display:inline-block;opacity:.3;transition:opacity .2s}.ivu-table-row-hover .quick-edit .quick-icon,.quick-edit:hover .quick-icon{display:inline-block;opacity:1}.common-tag-input{background:#fff;border:1px solid #dddee1;border-radius:4px;color:#495060;cursor:text;display:inline-block;line-height:normal;min-height:32px;padding:2px 7px;position:relative;transition:all .2s;vertical-align:middle;width:100%}.common-tag-input:hover{border-color:#a2d98d}.common-tag-input.focus{border-color:#a2d98d;box-shadow:0 0 0 2px rgba(139,207,112,.2)}.common-tag-input .tags-input,.common-tag-input .tags-item{background-color:#f1f8ff;border-radius:3px;color:#495060;float:left;line-height:22px;margin:2px 6px 2px 0;padding:0 20px 0 6px;position:relative}.common-tag-input .tags-input .tags-content,.common-tag-input .tags-item .tags-content{line-height:22px}.common-tag-input .tags-input .tags-del,.common-tag-input .tags-item .tags-del{cursor:pointer;height:22px;position:absolute;right:0;text-align:center;top:-1px;width:20px}.common-tag-input .tags-input{-webkit-appearance:none;background-color:inherit;border:none;color:inherit;height:22px;line-height:22px;max-width:80%;outline:none;overflow:hidden;padding:0;resize:none}.common-tag-input .tags-input::-moz-placeholder{color:#bbb}.common-tag-input .tags-input:-ms-input-placeholder{color:#bbb}.common-tag-input .tags-input::placeholder{color:#bbb}.common-tag-input .tags-placeholder{color:hsla(0,0%,100%,0);left:0;position:absolute;top:0;z-index:-1}.common-tag-input:after{clear:both;content:"";display:block;height:0}.ivu-form-item-error .common-tag-input,.ivu-form-item-error .common-tag-input:hover{border-color:#ed4014}.ivu-form-item-error .common-tag-input.focus{border-color:#ed4014;box-shadow:0 0 0 2px rgba(237,64,20,.2)}.common-avatar{position:relative}.common-avatar.avatar-wrapper{align-items:center;display:flex}.common-avatar.avatar-wrapper .avatar-box{align-items:center;border-radius:50%;display:flex;position:relative}.common-avatar.avatar-wrapper .avatar-box .avatar-default{background-color:transparent}.common-avatar.avatar-wrapper .avatar-box .avatar-text{background-color:#8bcf70}.common-avatar.avatar-wrapper .avatar-box .avatar-text>span{display:inline-block;font-size:15px;line-height:1}.common-avatar.avatar-wrapper .avatar-box>em{background-color:#f90;border:1px solid #fff;border-radius:50%;bottom:0;height:8px;position:absolute;right:0;transform-origin:right bottom;width:8px;z-index:1}.common-avatar.avatar-wrapper .avatar-box.online>em{background-color:#8bcf70}.common-avatar.avatar-wrapper .avatar-name{overflow:hidden;padding-left:6px;text-overflow:ellipsis;white-space:nowrap}.common-avatar-transfer{line-height:1.5;padding:4px 2px}.common-avatar-transfer>p{padding:1px 2px}.common-avatar-transfer .avatar-icons{align-items:center;border-top:1px solid hsla(240,5%,96%,.5);display:flex;margin-top:12px;padding:8px 0 2px}.common-avatar-transfer .avatar-icons>i{color:#f4f4f5;cursor:pointer;font-size:22px;margin-right:12px}.common-avatar-transfer .avatar-icons>i:last-child{margin-right:0}.common-avatar-transfer .avatar-icons>i:hover{color:#fff}.common-user{position:relative;white-space:normal}.common-user .common-user-loading{align-items:center;bottom:0;display:flex;position:absolute;right:10px;top:2px}.common-user .common-user-loading .common-loading{height:14px;width:14px}.common-user.hidden-input .ivu-select-selection{padding:0 4px}.common-user.hidden-input .ivu-select-selection .ivu-select-input{display:none}.common-user-transfer .user-input-option,.common-user-transfer .user-input-option .user-input-avatar{align-items:center;display:flex}.common-user-transfer .user-input-option .user-input-avatar .avatar{height:26px;line-height:26px;width:26px}.common-user-transfer .user-input-option .user-input-nickname{flex:1;margin-left:10px}.common-user-transfer .user-input-option .user-input-userid{color:#ccc;font-size:12px;margin-left:10px;transition:margin .1s}.common-user-transfer .ivu-select-item.ivu-select-item-selected:after{top:8px}.common-user-transfer .ivu-select-item.ivu-select-item-selected .user-input-option .user-input-userid{margin-right:16px}.common-user-transfer .user-drop-prepend{border-bottom:1px solid #f1f1f1;color:#c5c8ce;font-size:12px;line-height:20px;margin-bottom:5px;padding-bottom:5px;text-align:center}.report{height:100%;padding:10px 20px}.report .report-list-wrap{display:flex;flex-direction:column;height:100%;padding-top:53px;position:absolute;top:0;width:100%}.report .report-list-wrap .report-row-foot{flex:0 0 auto}.report .report-list-wrap .report-row-content{flex:1 1 auto;overflow-y:auto}.report .report-list-wrap .report-row-content .ivu-table .ivu-table-body{height:100%;overflow-y:auto;padding-bottom:50px}.report .manage-box-report{margin-left:4px;transform:scale(.8);vertical-align:top}.report .page-box{margin-top:15px;text-align:center}.report .ivu-tabs{height:100%;position:relative}.report .ivu-tabs .ivu-tabs-bar{background:#fff;position:relative;z-index:2}.report .ivu-tabs .ivu-tabs-content{height:100%;margin-top:-53px;padding-top:53px;width:100%}.report-detail{display:flex;flex-direction:column;height:100%}.report-detail .report-title{border-bottom:1px solid #eee;flex-shrink:0;font-size:16px;font-weight:700;margin-bottom:12px;padding:20px 24px}.report-detail .report-detail-context{display:flex;flex:1;flex-direction:column;height:0;padding:12px 0 12px 24px}.report-detail .report-detail-context .report-main{flex:1;margin-top:12px;overflow:auto}.report-detail .report-detail-context .report-submitter p{opacity:.8}.report-detail .report-profile{font-size:14px;padding-right:24px}.report-detail .report-submitter{display:flex;flex-wrap:wrap;height:28px;line-height:28px}.report-detail .report-submitter p{display:block;padding-right:12px;text-align:justify;width:100%}.report-detail .report-submitter p:after{content:"";display:inline-block;width:100%}.report-detail .report-submitter>div{margin-right:8px}.report-detail .ivu-col{margin-bottom:12px}.report-detail .report-content{width:100%}.report-detail .report-content h2{margin-bottom:10px}.report-detail .report-content ol{margin-bottom:20px;padding-left:18px}.report-detail .report-content ol li{font-size:14px;line-height:24px}.report-box{display:flex;flex-direction:column;height:100%;padding:24px}.report-box .report-row-foot{flex:0 0 auto}.report-box .report-row-content{flex:1 1 auto;overflow-y:auto}.report-box .report-row-content .report-row-content-editor{height:100%}.report-box .report-row-content .report-row-content-editor .ivu-form-item-content{display:flex;height:100%}.report-box .report-row-content .report-row-content-editor .ivu-form-item-content .teditor-wrapper{display:flex;flex:1}.report-box .report-row-foot{margin-bottom:0}.report-box .report-titles{line-height:32px}.report-box .report-poptip .ivu-tooltip-inner{font-size:12px!important;min-width:60px!important}.report-box .report-users{align-items:center;display:flex}.report-box .report-users .common-user{flex:1;margin-right:12px}.report-box .report-users .report-row-a{flex-shrink:0}.report-box .report-radiogroup{background:#f4f5f7!important;border-radius:4px!important;padding:2px!important}.report-box .report-radiogroup .ivu-radio-wrapper{background:#f4f5f7!important;border:none!important;box-shadow:none!important;color:#515a6e!important;padding:0 30px!important}.report-box .report-radiogroup .ivu-radio-wrapper:after,.report-box .report-radiogroup .ivu-radio-wrapper:before{width:0!important}.report-box .report-radiogroup .ivu-radio-focus{border:none!important;box-shadow:none!important}.report-box .report-radiogroup .ivu-radio-focus:after{background:none!important}.report-box .report-radiogroup .ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled){background:#fff!important;border:none!important;border-radius:4px!important;box-shadow:none!important;color:#8bcf70!important}.report-box .report-buttongroup{background:#f4f5f7!important;border-radius:4px;margin-left:20px}.report-box .report-buttongroup .report-buttongroup-vertical{background-color:#e5e5e5;height:23px;left:47px;position:absolute;top:5px;width:1px}.report-box .report-buttongroup .ivu-btn-primary{background:#f4f5f7!important;border:none!important;box-shadow:none!important;color:#8bcf70!important;height:36px;line-height:34px}.report-box .report-buttongroup .ivu-btn-primary[disabled]{color:#515a6e!important}.report-row{margin-bottom:20px}.report-row .report-row-a{float:right;line-height:32px}.report-row .report-row-a .report-row-a-icon{font-size:16px;margin-right:2px;transform:rotate(-90deg)}.report-row .report-bottom{height:38px;line-height:36px;min-width:120px}.report-row .ivu-input[disabled]{color:#666}body{overflow:hidden}body .form-tip{color:#999;line-height:22px;padding:5px 0}body .ivu-input,body .ivu-select-selection{border-color:#e8e8e8}body .ivu-select-dropdown{max-height:360px}body .ivu-select-dropdown.select-node .ivu-select-item{align-items:center;display:flex;justify-content:space-between}body .ivu-select-dropdown.select-node .ivu-select-item .option-title{flex:1}body .ivu-select-dropdown.select-node .ivu-select-item .ivu-tag{flex-shrink:0;margin-left:18px;margin-right:0;transform:scale(.9);transform-origin:right center}body .ivu-select-dropdown.ivu-date-picker-transfer{max-width:98%;overflow:auto}body .ivu-tooltip-popper .ivu-tooltip-inner{white-space:normal}body .ivu-table table{width:100%!important}body .ivu-table table .ivu-table-cell{padding-left:12px;padding-right:12px}body .ivu-table table thead .ivu-table-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ivu-table table tbody .tree-icon-loading .ivu-table-cell{align-items:center;display:flex}body .ivu-table table tbody .tree-icon-loading .ivu-table-cell .ivu-table-cell-tree{margin-right:6px}body .ivu-table .td-ellipsis{align-items:center;display:flex;max-width:100%}body .ivu-table .td-ellipsis .remark-text{align-items:center;height:20px;line-height:20px;margin-right:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ivu-table .td-ellipsis .remark-icon{cursor:pointer;display:none;font-size:16px}body .ivu-table .td-ellipsis .remark-tag{background:#f7f7f7;border:1px solid #e8eaec;border-radius:3px;color:#606266;display:inline-block;font-size:12px;height:22px;line-height:22px;margin:2px 4px 2px 0;opacity:1;overflow:visible;padding:0 4px;vertical-align:middle;white-space:nowrap}body .ivu-table .td-ellipsis .remark-tag.pointer-tag{background:#e6f7ff;border-color:#91d5ff;color:#1890ff;cursor:pointer}body .ivu-table .td-action,body .ivu-table .td-ellipsis .icon-tooltip .ivu-tooltip-rel{align-items:center;display:flex}body .ivu-table .td-action{justify-content:center;max-width:100%}body .ivu-table .td-action .td-action-container{flex-shrink:0}body .ivu-table .td-action .td-action-container a{font-size:12px;padding:0 5px}body .ivu-table .td-action .td-action-container.td-action-menu{align-items:center;display:flex}body .ivu-table .td-action .td-action-container.td-action-menu .menu-dropdown{display:flex}body .ivu-table .td-action .td-action-container.td-action-menu .menu-icon{cursor:pointer;font-size:21px;padding:0 6px}body .ivu-table .ivu-table-row-hover:hover .td-ellipsis .remark-icon{display:inline-block}body .ivu-table:before{background-color:#efefef}body .ivu-modal-wrap{overflow:overlay}body .ivu-modal-wrap .ivu-modal{padding-bottom:100px;top:100px}@media (max-height:900px){body .ivu-modal-wrap .ivu-modal{padding-bottom:35px;top:35px}}body .ivu-modal-wrap .ivu-modal.ivu-modal-fullscreen{top:0}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer,body .ivu-modal-wrap .ivu-modal .ivu-modal-header{border-color:transparent}body .ivu-modal-wrap .ivu-modal .ivu-modal-header{padding:22px 24px 20px}body .ivu-modal-wrap .ivu-modal .ivu-modal-header .ivu-modal-header-inner{font-size:18px}body .ivu-modal-wrap .ivu-modal .ivu-modal-body{padding:16px 32px 2px}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer{padding:20px 30px 22px}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .ivu-btn{height:34px;line-height:32px;min-width:94px}@media (max-width:576px){body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption{align-items:center;display:flex}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption>.ivu-btn{padding:0}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption>.ivu-btn>span{padding:0 15px}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn{height:38px;line-height:36px;min-width:auto}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn,body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn-group,body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-poptip{flex:1}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn-group,body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-poptip{align-items:center;display:flex}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-poptip .ivu-poptip-rel{align-items:center;display:flex;flex:1}}body .ivu-modal-wrap .ivu-modal .ivu-modal-content{border-radius:18px}body .ivu-modal-wrap .ivu-modal .ivu-modal-content .ivu-modal-close .ivu-icon-ios-close{font-size:38px;right:2px;top:3px;transition:all .2s}body .ivu-modal-wrap .ivu-modal .ivu-modal-content .ivu-modal-close:hover .ivu-icon-ios-close{transform:rotate(-90deg)}body .ivu-modal-wrap .ivu-modal-confirm{padding:6px 0 20px}body .ivu-modal-wrap .ivu-modal-confirm .ivu-modal-confirm-body>div{word-break:break-all}body .ivu-modal-wrap .form-network-add-tabs .ivu-tabs-tabpane{padding:10px 6px 0}body .ivu-modal-wrap .form-network-add-in-out{padding:0 6px}body .ivu-modal-wrap .form-network-add-in-out .select-in-type span.ivu-radio{display:none}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item-checked{border:1px solid #8bcf70!important;color:#8bcf70}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item{align-items:center;border:1px solid #e8ebee;border-radius:4px;display:flex;margin:0 8px 0 0;min-width:90px;padding:0 12px}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item>span{flex:1}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item:hover{cursor:pointer}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item .select-in-type-icon{margin-left:12px}body .ivu-modal-wrap .form-network-add-in-out .select-in-node{margin-top:18px}body .ivu-progress,body .ivu-progress .ivu-progress-outer{align-items:center;display:flex}body .ivu-progress.ivu-progress-show-info .ivu-progress-outer{margin:0;padding:0}body .ivu-progress.ivu-progress-show-info .ivu-progress-text{flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ivu-drawer-right .ivu-drawer-content{border-radius:18px 0 0 18px}body .ivu-drawer-right .ivu-drawer-content .ivu-drawer-header{border-bottom:1px solid transparent;padding-bottom:6px;padding-top:16px}body .ivu-drawer-right .ivu-drawer-content .ivu-drawer-header .ivu-drawer-header-inner{font-size:18px;height:32px;line-height:32px;padding:0 4px}body .ivu-drawer-right .ivu-drawer-content .ivu-drawer-body{padding:10px 20px}body .ivu-drawer-bottom .ivu-drawer-content{border-radius:18px 18px 0 0}body .ivu-drawer-bottom .ivu-drawer-content .ivu-drawer-close{top:-40px}body .ivu-drawer-bottom .ivu-drawer-content .ivu-drawer-close .ivu-icon{color:#fff;font-size:40px}[hidden=hidden]{display:none!important}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.page-container{padding:20px 0;text-align:center}.search-container{margin-bottom:12px}.search-container>ul{align-items:flex-end;display:flex;flex-wrap:wrap}.search-container>ul>li{display:flex;flex:1;flex-direction:column;flex-shrink:0;list-style:none;margin-bottom:12px;margin-right:12px}.search-container>ul>li:last-child{margin-right:0}.search-container>ul>li .search-label{font-weight:600}.search-container>ul>li .search-content{margin-top:6px}.search-container>ul>li.search-button{align-items:center;display:flex;flex:none;flex-direction:row}.search-container>ul>li.search-button>button+button{margin-left:8px}.search-container.lr>ul>li:not(.search-button){align-items:center;flex:none;flex-direction:row;margin-right:18px}.search-container.lr>ul>li:not(.search-button) .search-label{flex-shrink:0}.search-container.lr>ul>li:not(.search-button) .search-content{margin-left:6px;margin-top:0}.search-container.lr>ul>li:not(.search-button) .search-content .ivu-input-wrapper,.search-container.lr>ul>li:not(.search-button) .search-content .ivu-select{max-width:100%;width:168px}.search-container.auto>ul>li:not(.search-button){flex:none}.search-container.auto>ul>li:not(.search-button) .search-content{margin-left:6px;margin-top:0}.search-container.auto>ul>li:not(.search-button) .search-content .ivu-input-wrapper,.search-container.auto>ul>li:not(.search-button) .search-content .ivu-select{max-width:100%;width:150px}.search-expand{align-items:flex-end;display:flex}.search-expand .search-container{flex:1}.search-expand .expand-button-group{flex-shrink:0;margin-bottom:24px;margin-left:24px}.search-button-clear .ivu-tooltip-inner{align-items:center;display:flex;padding:0}.search-button-clear .ivu-tooltip-inner .ivu-btn{font-size:13px;min-width:80px}.icon-loading{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}@-webkit-keyframes icon-loading-load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes icon-loading-load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-calendar{display:flex;flex-direction:column}.page-calendar .calendar-head{align-items:flex-start;border-bottom:1px solid #f4f4f5;display:flex;flex-shrink:0;margin:32px 32px 16px}.page-calendar .calendar-head .calendar-titbox{align-items:center;display:flex;flex:1;margin-bottom:16px}.page-calendar .calendar-head .calendar-titbox .calendar-title{align-items:center;display:flex;margin-right:36px}.page-calendar .calendar-head .calendar-titbox .calendar-title>h1{color:#333;font-size:28px;font-weight:600}.page-calendar .calendar-head .calendar-titbox .calendar-arrow{margin-right:12px}.page-calendar .calendar-head .calendar-titbox .calendar-arrow>button{color:#888;font-size:12px}.page-calendar .calendar-head .calendar-titbox .calendar-arrow>button:focus{box-shadow:none}.page-calendar .calendar-head .calendar-titbox .calendar-view{display:flex;flex:1;justify-content:flex-end}.page-calendar .calendar-head .calendar-titbox .calendar-view>button:focus{box-shadow:none}.page-calendar .calendar-box{display:flex;flex:1;flex-direction:column;overflow:hidden;padding:0 48px 6px}.page-calendar .calendar-box .calendar-wrapper{flex:1;position:relative}.page-calendar .calendar-box .calendar-wrapper:before{background-color:#fff;content:"";height:2px;left:0;position:absolute;right:0;top:0;z-index:1}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup{box-shadow:none}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup .tui-full-calendar-section-header .tui-full-calendar-ic-checkbox-checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAhFBMVEUAAACLz3CLz3CLz3CKzm6Gy2+Lz3CLz3CL0HCLz3CLz3CLz3CLz3CMz3GLz3CKz3CLz3CL0HCJ0G+KznCN0HCL0HCLz3CKz3CLz3CLz3CLz3CMz3CLz3CLz3GL0XCL0HCN0XKLz3CLz3CMz3CLz3CM0HCM0G+FzHCLz3CKz3CMz3CLz3Bod5CFAAAAK3RSTlMA18RAOQ3s8+Pc0rmyq3tpiUwTgBnovyDMjmNSRjUvJQX5yKB0WisKppuUFLaY7gAAAotJREFUeNrtm+FymkAUhc8KqIAgSkyUtkmsmqa97/9+HWeSudpCd8qZ7E0m+73A9/1gxmXx4IK0nbipvDFTN2lT9JDVToLh6gx/sHQSFLfEFZUEp8IFczFgrv5CTChe/TsxYvfy/IkZy7M/c2KGywDUYkgNIBdDciARUxI0YkqDiZgygRNTHKZiyhRiTAyIATEgBsSAGBADYsAnCJgdmtIywKUAOrsA94QzJyKA95/pbALcPV7piADGryzDB+Rnv3IkAhi/UhMBjF9pQwbk3/A3JRXA+7GjAng/DqEC5v3+dMYE8P6nQsIEzFOPnw7g/QpC+R8K4QJ4f5iAzaA/TMAm6fdvZQgY+wW2fn9A0a66Bee/2xLH8kp/Rr1MB/3jAxaP0ALCPzagzPBCM9r/XcYH3K4BLfD4vw75xwdMbqB4CmaD/vEB2ztc0RD+MQHFg+c85fffDPv9AbPUd6Lz+ydCBDyjh1//6WcCGngK1L8a8lMBJTwFfj8XIC16+SnX7Af9bIDUngLSrwFEwaD/VogA5YheDj7/Wv1MgL9g/8XjpwNk+c8Cyq8BYwqePX46QOkGCmi/BowrqFi/Bvg4wYv6y7e4Kz4Rfj5AnzY/WSlcwHAB5+cD9ivKzwfIbEX4qQA99RB+NkDfO4b5sRAigHjzpP0C6u6D9wuo2z/eL+DvXx8Zv4C4gVd/qABxCeFnApQT5+cDpOP8fICcLv2VxbfjlQZUNh+vU/XbBIj6jQLm9wDWlZgFyOaYHJ3Ix/gDQwyIATEgBsSAGODBfuBgPvEwH7m0YkqLVExJYfsQuPcwdjOf+5kPHoFKjKio0e3Hn90WUCyGt7v3Nf0GsjqXYOR1hh6SJsz8v0mg/AZRXmaRKXtJBwAAAABJRU5ErkJggg==)}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup .tui-full-calendar-popup-container{border:0;border-radius:6px;box-shadow:0 1px 6px rgba(0,0,0,.2)}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup .tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border{border-bottom-color:hsla(0,0%,85%,.5);top:-8px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-dropdown-menu{border-color:#e8e8e8;width:calc(100% - 14px)}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-icon.tui-full-calendar-calendar-dot,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-icon.tui-full-calendar-ic-title{display:none}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-icon.tui-full-calendar-ic-date{background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTk2MCAxMjhIODMzYzAtNTMtNDMtOTYtOTYtOTZoLTE2Yy01MyAwLTk2IDQzLTk2IDk2SDQwMGMwLTI2LjUtMTAuNy01MC41LTI4LjEtNjcuOUMzNTQuNSA0Mi43IDMzMC41IDMyIDMwNCAzMmgtMTZjLTUzIDAtOTYgNDMtOTYgOTZINjRjLTM1LjMgMC02NCAyOC42LTY0IDY0djczNmMwIDM1LjMgMjguNyA2NCA2NCA2NGg4OTZjMzUuMyAwIDY0LTI4LjcgNjQtNjRWMTkyYzAtMzUuNC0yOC43LTY0LTY0LTY0em0tMjcxIDhjMC0yMi4xIDE3LjktNDAgNDAtNDBzNDAgMTcuOSA0MCA0MHY4MGMwIDIyLjEtMTcuOSA0MC00MCA0MC0xMSAwLTIxLTQuNS0yOC4zLTExLjdDNjkzLjUgMjM3IDY4OSAyMjcgNjg5IDIxNnYtODB6bS00MzMgMGMwLTIyLjEgMTcuOS00MCA0MC00MHM0MCAxNy45IDQwIDQwdjgwYzAgMjIuMS0xNy45IDQwLTQwIDQwLTExIDAtMjEtNC41LTI4LjMtMTEuN0MyNjAuNSAyMzcgMjU2IDIyNyAyNTYgMjE2di04MHptNzA0IDc2MGMwIDE3LjctMTQuMyAzMi0zMiAzMkg5NmMtMTcuNyAwLTMyLTE0LjMtMzItMzJWNDQ4aDg5NnY0NDh6IiBmaWxsPSIjNTE1MTUxIi8+PC9zdmc+");background-size:contain}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-content{padding-left:0}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-section{display:flex;justify-content:space-between;margin-bottom:10px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-section .tui-full-calendar-popup-section-item{border-color:#e8e8e8;border-radius:4px;height:36px;line-height:34px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-section .tui-full-calendar-popup-section-item input{height:34px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-title,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-title input{width:100%}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-end-date,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-start-date{width:210px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-end-date .tui-full-calendar-content,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-start-date .tui-full-calendar-content{padding-left:8px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-location,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-allday,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-private,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-state{display:none}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .priority{border-radius:4px;color:#fff;margin-right:6px;padding:2px 4px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .overdue{background:#fff1f0;border:1px solid #ffa39e;border-radius:4px;color:#f5222d;margin-right:6px;padding:1px 3px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-calendar-dot,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-ic-priority{opacity:0}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-ic-edit{background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTgzMy40MjkgNjJIMTkwLjU3QTEyOC41NzEgMTI4LjU3MSAwIDAgMCA2MiAxOTAuNTcxVjgzMy40M0ExMjguNTcxIDEyOC41NzEgMCAwIDAgMTkwLjU3MSA5NjJIODMzLjQzQTEyOC41NzEgMTI4LjU3MSAwIDAgMCA5NjIgODMzLjQyOVYxOTAuNTdBMTI4LjU3MSAxMjguNTcxIDAgMCAwIDgzMy40MjkgNjJ6bTY0LjI4NSA3NzEuNDI5YTY0LjI4NiA2NC4yODYgMCAwIDEtNjQuMjg1IDY0LjI4NUgxOTAuNTdhNjQuMjg2IDY0LjI4NiAwIDAgMS02NC4yODUtNjQuMjg1VjE5MC41N2E2NC4yODYgNjQuMjg2IDAgMCAxIDY0LjI4NS02NC4yODVIODMzLjQzYTY0LjI4NiA2NC4yODYgMCAwIDEgNjQuMjg1IDY0LjI4NXoiIGZpbGw9IiM1MTUxNTEiLz48cGF0aCBkPSJNMTkwLjU3MSAyNTQuODU3aDY0LjI4NnY2NC4yODZoLTY0LjI4NnptMTI4LjU3MiAwaDQ1MHY2NC4yODZoLTQ1MHpNMTkwLjU3IDQ0Ny43MTRoNjQuMjg2VjUxMmgtNjQuMjg2em0xMjguNTcyIDBoNDUwVjUxMmgtNDUwek0xOTAuNTcgNjQwLjU3MWg2NC4yODZ2NjQuMjg2aC02NC4yODZ6bTEyOC41NzIgMEg2NDAuNTd2NjQuMjg2SDMxOS4xNDN6IiBmaWxsPSIjNTE1MTUxIi8+PC9zdmc+");top:-2px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-ic-delete{background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTg5Mi4yODggMjU2SDcwMS4xMkEyMDIuMjQgMjAyLjI0IDAgMCAwIDUwOS42MzIgNjIuMDggMjAxLjIxNiAyMDEuMjE2IDAgMCAwIDMxOC44NDggMjU2SDEyOGMtMTguNjg4IDAtNjYuMDQ4LTQuMjI0LTY2LjA0OCAyNC43NjhDNjEuOTUyIDMyNy43NDQgMTA5LjM3NiAzMjAgMTI4IDMyMGg2NHY1MTJhMTQ2LjQ5NiAxNDYuNDk2IDAgMCAwIDEyNy40MjQgMTI4aDM4Mi4yNzJBMTUwLjAxNiAxNTAuMDE2IDAgMCAwIDgzMiA4MzJsLTMuMzkyLTUxMmg2NGMxOC4zNjggMCA2NS4wMjQgMS40NzIgNjUuMDI0LTM5Ljc0NEE3Mi4zODQgNzIuMzg0IDAgMCAwIDg5Mi4yODggMjU2ek01MDkuNjMyIDEyOC41MTJBMTM4LjE3NiAxMzguMTc2IDAgMCAxIDYzNy40NCAyNTZIMzgyLjU5MmExMzcuOTIgMTM3LjkyIDAgMCAxIDEyNy4wNC0xMjcuNDg4ek03NjggODMyYTk3Ljk4NCA5Ny45ODQgMCAwIDEtNjYuODggNjRIMzE4Ljg0OGE5My41NjggOTMuNTY4IDAgMCAxLTY0LTY0VjMyMEg3Njh2NTEyem0tMzg1LjQwOC02NFY1MTJjMC0xOC40OTYuOTYtNjAuOTkyIDM2LjczNi02MC45OTIgMjcuMzI4IDAgMjYuNDk2IDQzLjAwOCAyNi45NDQgNjAuOTkydjI1NmMwIDE4LjQ5Ni02LjQgMjAuMDMyLTI0Ljk2IDIwLjAzMnMtMzguNzItMS41MzYtMzguNzItMjAuMDMyem0xOTEuMTY4IDBWNTEyYTY0IDY0IDAgMCAxIDIzLjgwOC02MC45OTJjNDIuNDMyIDAgMzkuMzYgNDMuMDA4IDM5Ljg3MiA2MC45OTJ2MjU2YzAgMTguNDk2LTE5LjU4NCAyMC4wMzItMzcuOTUyIDIwLjAzMnMtMjUuNzkyLTEuNTM2LTI1Ljc5Mi0yMC4wMzJ6IiBmaWxsPSIjNTE1MTUxIi8+PC9zdmc+");top:-2px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-popup-detail-item-separate{padding-left:22px}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker{border-color:#e8e8e8}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar td,.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar th{height:32px}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar .tui-calendar-next-month.tui-calendar-date,.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar .tui-calendar-prev-month.tui-calendar-date{visibility:visible}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-datepicker-body .tui-timepicker,.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-datepicker-footer .tui-timepicker{padding:16px 46px 16px 47px}.page-calendar .calendar-menu{opacity:0;position:absolute;right:2px;top:2px;z-index:-1}@media (max-width:768px){.page-calendar .calendar-head .calendar-titbox .calendar-title{flex:1}.page-calendar .calendar-head .calendar-titbox .calendar-arrow{margin-left:12px;margin-right:0}.page-calendar .calendar-head .calendar-titbox .calendar-view{display:none}.page-calendar .calendar-box{padding:0 24px 5px}}.page-dashboard{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.page-dashboard .dashboard-wrapper{display:flex;flex-direction:column;margin-bottom:2%;max-height:80%;max-width:80%;width:664px}.page-dashboard .dashboard-wrapper .dashboard-hello{word-wrap:break-word;color:#333;font-size:24px;font-weight:600;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-desc{color:#888;font-size:13px;margin-top:18px;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-block{display:flex;margin-top:18px;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-block>li{background-color:#fa8e8c;border-radius:8px;cursor:pointer;display:flex;flex:1;flex-direction:column;flex-shrink:0;justify-content:center;list-style:none;margin-right:24px;padding:16px 24px;transition:box-shadow .3s}.page-dashboard .dashboard-wrapper .dashboard-block>li:hover{box-shadow:0 0 10px #ccc}.page-dashboard .dashboard-wrapper .dashboard-block>li:first-child{background-color:#6f9ef6}.page-dashboard .dashboard-wrapper .dashboard-block>li:last-child{background-color:#98de6e;box-shadow:none;cursor:default;margin-right:0}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-title{color:hsla(0,0%,100%,.6);font-size:12px}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-data{align-items:center;display:flex;line-height:1;padding-top:10px}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .block-num{color:#fff;flex:1;font-size:32px;font-weight:600}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .taskfont{color:hsla(0,0%,100%,.7);font-size:20px}.page-dashboard .dashboard-wrapper .dashboard-title{font-size:15px;font-weight:600;margin-top:60px;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-list{margin-top:4px;overflow:auto;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-list>li{background:#f9fafb;border-radius:6px;cursor:pointer;display:flex;list-style:none;margin-top:12px;padding:8px 12px;position:relative;transition:box-shadow .3s}.page-dashboard .dashboard-wrapper .dashboard-list>li:hover{box-shadow:0 0 6px #dfdfdf}.page-dashboard .dashboard-wrapper .dashboard-list>li:last-child{margin-bottom:12px}.page-dashboard .dashboard-wrapper .dashboard-list>li.complete .item-title{opacity:.5;text-decoration:line-through}.page-dashboard .dashboard-wrapper .dashboard-list>li.complete .item-icon{display:none}.page-dashboard .dashboard-wrapper .dashboard-list>li .priority-color{height:12px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2px}.page-dashboard .dashboard-wrapper .dashboard-list>li .el-dropdown{flex-shrink:0;height:22px;line-height:22px;width:22px}.page-dashboard .dashboard-wrapper .dashboard-list>li .el-dropdown .taskfont{color:#bbb;font-size:18px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title{flex:1;line-height:22px;padding-left:6px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;display:inline-block;font-size:12px;height:18px;line-height:16px;margin-right:3px;margin-top:3px;min-width:20px;padding:0 2px;text-align:center;vertical-align:top}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon{align-items:center;color:#aaa;cursor:pointer;display:flex;font-size:13px;height:22px;margin-left:16px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon .taskfont{font-size:13px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon>em{font-style:normal;margin-left:4px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon.overdue{color:#ed4014}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon.today{color:#f90}.page-dashboard .nopage{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.page-dashboard .nopage .nopage-icon{background-color:#f4f5f7;border-radius:50%;padding:20px}.page-dashboard .nopage .nopage-icon .ivu-icon{color:#d1d8dd;font-size:46px}.page-dashboard .nopage .nopage-text{background-color:#f4f5f7;border-radius:14px;color:#bec6cc;margin-top:16px;padding:4px 15px}@media (max-width:768px){.page-dashboard .dashboard-wrapper{display:block;max-height:86%;max-width:86%}.page-dashboard .dashboard-wrapper .dashboard-block{display:block;margin-top:10px}.page-dashboard .dashboard-wrapper .dashboard-block>li{margin:0 0 10px;padding:8px 12px}.page-dashboard .dashboard-wrapper .dashboard-title{margin-top:36px}.page-dashboard .dashboard-wrapper .dashboard-list{padding-bottom:22px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.page-file{display:flex;flex-direction:column;height:100%;width:100%}.page-file .file-wrapper{display:flex;flex:1;flex-direction:column;height:0;position:relative}.page-file .file-wrapper .file-head{align-items:center;border-bottom:1px solid #f4f4f5;display:flex;margin:32px 32px 16px;padding-bottom:16px}.page-file .file-wrapper .file-head .file-nav{align-items:center;display:flex;flex:1}.page-file .file-wrapper .file-head .file-nav>h1{color:#333;font-size:28px;font-weight:600}.page-file .file-wrapper .file-head .file-nav .file-refresh{cursor:pointer;display:none;margin-left:12px}.page-file .file-wrapper .file-head .file-nav .file-refresh>i{font-size:18px}.page-file .file-wrapper .file-head .file-nav:hover .file-refresh{display:block}.page-file .file-wrapper .file-head .file-status{align-items:center;cursor:pointer;display:flex;flex-shrink:0;margin-left:22px}.page-file .file-wrapper .file-head .file-status>button{background:#8bcf70;border-color:#8bcf70;color:#fff}.page-file .file-wrapper .file-head .file-search{cursor:pointer;flex-shrink:0;margin-left:22px}.page-file .file-wrapper .file-head .file-search .ivu-input-wrapper{transform:translateZ(0);width:auto}.page-file .file-wrapper .file-head .file-search .ivu-input-wrapper .ivu-input{border-color:#dcdee2;border-radius:16px;padding-left:0;padding-right:30px;transition:all .3s;width:0}.page-file .file-wrapper .file-head .file-search .ivu-input-wrapper .ivu-input-suffix i{color:#606266}.page-file .file-wrapper .file-head .file-search.has-value .ivu-input-wrapper .ivu-input,.page-file .file-wrapper .file-head .file-search:hover .ivu-input-wrapper .ivu-input{padding-left:14px;width:160px}.page-file .file-wrapper .file-head .file-add{cursor:pointer;flex-shrink:0;margin-left:18px}.page-file .file-wrapper .file-head .file-add .taskfont{font-size:18px}.page-file .file-wrapper .file-no{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;margin-bottom:5%;opacity:.8}.page-file .file-wrapper .file-no>i{font-size:64px}.page-file .file-wrapper .file-no>p{font-size:14px;font-weight:500;line-height:1;margin-top:18px}.page-file .file-wrapper .file-navigator{align-items:center;display:flex;height:24px;line-height:24px;margin:0 32px}.page-file .file-wrapper .file-navigator>ul{align-items:center;display:flex;overflow:auto}.page-file .file-wrapper .file-navigator>ul>li{align-items:center;color:#8bcf70;cursor:pointer;display:flex;font-size:14px;list-style:none;padding-left:8px}.page-file .file-wrapper .file-navigator>ul>li:last-child{color:#606266;cursor:default}.page-file .file-wrapper .file-navigator>ul>li+li:before{color:#606266;content:"›";font-family:system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1;margin-top:-2px;padding-right:8px}.page-file .file-wrapper .file-navigator>ul>li .taskfont{padding-right:2px}.page-file .file-wrapper .file-navigator>ul>li>span{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-file .file-wrapper .file-navigator>ul>li>span.readonly{background:#f7f7f7;border:1px solid #e8eaec;border-radius:2px;color:#606266;font-size:12px;line-height:20px;padding:0 5px;transform:scale(.8);transform-origin:right center}.page-file .file-wrapper .file-navigator .nav-load{align-items:center;display:flex;height:24px;justify-content:center;margin-left:8px;width:24px}.page-file .file-wrapper .file-navigator .nav-load .common-loading{height:12px;width:12px}.page-file .file-wrapper .file-navigator .nav-refresh{margin-left:8px}.page-file .file-wrapper .file-navigator .ivu-btn{font-size:12px;margin-left:12px}.page-file .file-wrapper .file-navigator .file-shear{align-items:center;display:flex}.page-file .file-wrapper .file-navigator .file-shear>span{padding-right:3px}.page-file .file-wrapper .file-navigator .file-shear>em{display:inline-block;font-style:normal;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-file .file-wrapper .file-navigator .flex-full{flex:1}.page-file .file-wrapper .file-navigator .switch-button{align-items:center;background-color:#fff;border-radius:6px;display:flex;position:relative;transition:box-shadow .2s}.page-file .file-wrapper .file-navigator .switch-button:hover{box-shadow:0 0 10px #e6ecfa}.page-file .file-wrapper .file-navigator .switch-button:before{background-color:rgba(139,207,112,.1);border:1px solid #8bcf70;border-radius:6px;color:#8bcf70;content:"";height:100%;left:0;position:absolute;top:0;transition:left .2s;width:50%;z-index:0}.page-file .file-wrapper .file-navigator .switch-button>div{align-items:center;border-radius:6px;color:#606266;cursor:pointer;display:flex;height:30px;justify-content:center;width:32px;z-index:1}.page-file .file-wrapper .file-navigator .switch-button>div>i{font-size:17px}.page-file .file-wrapper .file-navigator .switch-button>div:first-child{color:#8bcf70}.page-file .file-wrapper .file-navigator .switch-button.table:before{left:50%}.page-file .file-wrapper .file-navigator .switch-button.table>div:first-child{color:#606266}.page-file .file-wrapper .file-navigator .switch-button.table>div:last-child{color:#8bcf70}.page-file .file-wrapper .file-table{cursor:default;flex:1;margin:16px 32px 32px}.page-file .file-wrapper .file-table .ivu-table:before{display:none}.page-file .file-wrapper .file-table .ivu-table .ivu-table-tip{opacity:.8}.page-file .file-wrapper .file-table .ivu-table .ivu-table-tip span{font-size:14px;font-weight:500;line-height:1.8}.page-file .file-wrapper .file-table .ivu-table .ivu-table-tip span:before{-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;content:"\e60b";display:block;font-family:taskfont,"serif"!important;font-size:64px;font-style:normal}.page-file .file-wrapper .file-table .file-nbox{align-items:center;display:flex;position:relative}.page-file .file-wrapper .file-table .file-nbox .file-name{align-items:center;display:flex;flex:1;margin-right:46px;position:relative;width:0}.page-file .file-wrapper .file-table .file-nbox .file-name:before{content:"";flex-shrink:0;height:22px;margin-right:8px;width:22px}.page-file .file-wrapper .file-table .file-nbox .permission{font-size:13px;padding-left:6px}.page-file .file-wrapper .file-table .file-nbox .taskfont{color:#aaa;font-size:16px;margin:0 3px}.page-file .file-wrapper .file-list{flex:1;margin-top:16px;overflow:auto;padding:0 20px 20px}.page-file .file-wrapper .file-list>ul{margin-top:-12px}.page-file .file-wrapper .file-list>ul>li{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;float:left;height:110px;justify-content:space-between;list-style:none;margin:12px;position:relative;width:100px}.page-file .file-wrapper .file-list>ul>li .file-input{margin:0 4px 4px;position:relative}.page-file .file-wrapper .file-list>ul>li .file-input input{font-size:13px;margin:0;padding:1px 5px}.page-file .file-wrapper .file-list>ul>li .file-input .file-load{bottom:0;display:flex;position:absolute;right:6px;top:0}.page-file .file-wrapper .file-list>ul>li .file-input .file-load .common-loading{height:10px;width:10px}.page-file .file-wrapper .file-list>ul>li .file-name{color:#606266;display:block;font-size:12px;height:20px;line-height:20px;margin-bottom:5px;overflow:hidden;padding:0 6px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.page-file .file-wrapper .file-list>ul>li .file-menu{display:flex;opacity:0;position:absolute;right:2px;top:2px;transition:opacity .2s}.page-file .file-wrapper .file-list>ul>li .file-menu .ivu-icon{color:#aaa;font-size:16px;padding:2px 5px;transition:color .2s}.page-file .file-wrapper .file-list>ul>li .file-menu .ivu-icon:hover{color:#606266}.page-file .file-wrapper .file-list>ul>li .file-icon{display:inline-block;height:64px;margin-top:12px;position:relative;width:64px}.page-file .file-wrapper .file-list>ul>li .file-icon:before{bottom:0;left:0;position:absolute;right:0;top:0}.page-file .file-wrapper .file-list>ul>li .file-icon .share-avatar,.page-file .file-wrapper .file-list>ul>li .file-icon .share-icon{align-items:center;background-color:#9acd7b;border-radius:50%;bottom:0;display:flex;height:20px;justify-content:center;position:absolute;right:0;transform:scale(.9);width:20px}.page-file .file-wrapper .file-list>ul>li .file-icon .share-avatar .taskfont,.page-file .file-wrapper .file-list>ul>li .file-icon .share-icon .taskfont{color:#fff;font-size:18px}.page-file .file-wrapper .file-list>ul>li.shear{opacity:.38}.page-file .file-wrapper .file-list>ul>li.highlight,.page-file .file-wrapper .file-list>ul>li:hover{background-color:#f4f5f7}.page-file .file-wrapper .file-list>ul>li:hover .file-menu{opacity:1}.page-file .file-wrapper .file-menu{position:absolute}.page-file .file-upload-list{background-color:#fff;border:1px solid #ebeef5;border-radius:8px;bottom:16px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);display:flex;overflow:hidden;padding:14px 26px 14px 13px;position:fixed;right:16px;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;width:380px}.page-file .file-upload-list .upload-wrap{flex:1;margin-left:13px;margin-right:8px}.page-file .file-upload-list .upload-wrap .title{color:#303133;font-size:16px;font-weight:700;margin:0}.page-file .file-upload-list .upload-wrap .title>em{color:#2b85e4;cursor:pointer;font-size:12px;font-style:normal;font-weight:400;padding-left:4px}.page-file .file-upload-list .upload-wrap .content{color:#606266;font-size:14px;line-height:21px;margin:12px -16px 0 0;max-height:500px;overflow:auto}.page-file .file-upload-list .upload-wrap .content>li{list-style:none;padding:4px 16px 4px 0;position:relative}.page-file .file-upload-list .upload-wrap .content>li .file-name{line-height:18px}.page-file .file-upload-list .upload-wrap .content>li .file-error{color:red;font-size:12px}.page-file .file-upload-list .upload-wrap .content>li .file-close{cursor:pointer;display:none;position:absolute;right:0;top:7px}.page-file .file-upload-list .upload-wrap .content>li:hover .file-close{display:block}.page-file .file-upload-list .upload-wrap .close{color:#909399;cursor:pointer;font-size:16px;position:absolute;right:15px;top:18px}.page-file-dropdown-menu{max-height:none!important}.page-file-dropdown-menu .ivu-dropdown{width:100%}.page-file-dropdown-menu .ivu-dropdown .arrow-forward-item{align-items:center;display:flex;justify-content:space-between;margin-right:-6px;min-width:90px}.page-file-dropdown-menu .ivu-dropdown .arrow-forward-item .ivu-icon{opacity:.7}.page-file-dropdown-menu .file-item{align-items:center;display:flex;position:relative}.page-file-dropdown-menu .file-item:before{content:"";flex-shrink:0;height:20px;margin-right:8px;width:20px}.page-file-share-form{display:flex;margin-bottom:12px}.page-file-share-form .share-userid{flex:1}.page-file-share-form>div{flex-shrink:0}.page-file-share-form>div:last-child{margin-right:0}.page-file-share-title{margin-bottom:14px;margin-top:-8px;padding:0 2px}.page-file-share-list{margin-bottom:24px;max-height:500px}.page-file-share-list>li{align-items:center;display:flex;margin-bottom:12px}.page-file-share-list>li .common-avatar{flex:1}.page-file-share-list>li .all-avatar{align-items:center;display:flex;flex:1}.page-file-share-list>li .all-avatar .avatar-text{height:32px;line-height:32px;width:32px}.page-file-share-list>li .all-avatar .avatar-name{overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.page-file-share-list>li .ivu-select{flex-shrink:0;width:auto}.page-file-share-list>li .delete{color:red}.page-file-drawer .overlay-content{border-radius:20px 20px 0 0!important}@media (max-width:768px){.page-file .file-wrapper .file-head{margin:24px 24px 16px}.page-file .file-wrapper .file-navigator{margin:0 24px}.page-file .file-wrapper .file-table{margin:16px 24px 24px}}.page-login{align-items:center;background-color:#f3f6fe;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.page-login .login-body{align-items:center;display:flex;flex-direction:column;max-height:100%;overflow:auto;padding:32px 0;width:100%}.page-login .login-body .login-logo{background:url(../images/logo.svg) no-repeat 50%;background-size:contain;flex-shrink:0;height:68px;width:68px}.page-login .login-body .login-box{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #e6ecfa;margin-top:32px;width:400px}.page-login .login-body .login-box .login-title{font-size:24px;font-weight:600;margin-top:36px;text-align:center}.page-login .login-body .login-box .login-subtitle{color:#aaa;font-size:14px;margin-top:12px;padding:0 12px;text-align:center}.page-login .login-body .login-box .login-input{margin:32px 40px}.page-login .login-body .login-box .login-input>*{margin-top:26px}.page-login .login-body .login-box .login-input .ivu-input{border-color:#f1f1f1}.page-login .login-body .login-box .login-input .ivu-input[readonly=readonly]{background-color:#f5f5f5}.page-login .login-body .login-box .login-input .ivu-input-large{font-size:15px}.page-login .login-body .login-box .login-input .login-code .ivu-input-group-append,.page-login .login-body .login-box .login-input .login-code .ivu-input-group-prepend{background:transparent;border-color:#f1f1f1;font-size:14px}.page-login .login-body .login-box .login-input .login-code .ivu-input{border-left-color:transparent}.page-login .login-body .login-box .login-input .login-code .login-code-end{cursor:pointer;height:38px;margin:-6px -7px;overflow:hidden}.page-login .login-body .login-box .login-input .login-code .login-code-end img{height:100%}.page-login .login-body .login-box .login-input .login-switch{color:#aaa}.page-login .login-body .login-box .login-input .login-input-tips-box{position:relative}.page-login .login-body .login-box .login-input .login-input-tips-box .login-input-tips{bottom:-20px;color:#c7c7c7;font-size:12px;left:0;position:absolute}.page-login .login-body .login-bottom{align-items:center;display:flex;margin-top:18px;width:388px}.page-login .login-body .login-bottom .login-language{align-items:center;color:#666;cursor:pointer;display:flex;flex-shrink:0}.page-login .login-body .login-bottom .login-language .taskfont{font-size:12px;margin-left:3px;margin-top:1px;transform:scale(.8)}.page-login .login-body .login-bottom .login-forgot{color:#aaa;flex:1;padding-left:24px;text-align:right}.page-login .login-right-bottom{align-items:center;bottom:26px;display:flex;position:absolute;right:26px;z-index:1}.page-manage{bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.page-manage .manage-box-menu{align-items:center;background:#f4f5f7;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;position:relative;transition:all .2s;width:255px}.page-manage .manage-box-menu .manage-box-dropdown{flex-shrink:0;width:86%}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown{padding:7px 0}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown .ivu-dropdown-item{padding:9px 16px}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown .ivu-dropdown-item-divided{margin-top:7px}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown .ivu-dropdown-item-divided:before{top:-9px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title{align-items:center;background-color:#fff;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;margin-top:27px;padding:6px 10px;transition:box-shadow .3s}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title.menu-visible{box-shadow:0 1px 6px rgba(0,0,0,.2)}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-avatar{height:36px;width:36px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title>span{flex:1;font-size:16px;font-weight:600;overflow:hidden;padding-left:12px;text-overflow:ellipsis;white-space:nowrap}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-arrow{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:16px;padding-right:2px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-arrow>i{font-size:12px;margin:-1px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-top-report{align-items:center;flex:0 0 auto;flex-direction:column;justify-content:center;margin-right:-6px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-top-report>i{font-size:12px;margin:-1px}.page-manage .manage-box-menu .manage-box-dropdown .manage-menu-report-badge{margin-left:6px;transform:scale(.9);vertical-align:top}.page-manage .manage-box-menu .manage-box-dropdown .manage-menu-language{align-items:center;display:flex;justify-content:space-between}.page-manage .manage-box-menu .manage-box-dropdown .manage-menu-language .ivu-icon{color:#666}.page-manage .manage-box-menu>ul{flex:1;margin-top:16px;overflow:auto;width:100%}.page-manage .manage-box-menu>ul>li{align-items:center;border-radius:4px;color:#6b6e72;cursor:pointer;display:flex;height:38px;margin:8px auto;max-width:100%;padding:0 4%;position:relative;width:80%}.page-manage .manage-box-menu>ul>li>i{font-size:20px;margin-right:10px;opacity:.3}.page-manage .manage-box-menu>ul>li .menu-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-manage .manage-box-menu>ul>li .menu-badge{margin-left:12px;transform:scale(.9)}.page-manage .manage-box-menu>ul>li.menu-project{align-items:center;cursor:default;display:flex;flex-direction:column;height:auto;padding:14px 0 0}.page-manage .manage-box-menu>ul>li.menu-project>ul{width:100%}.page-manage .manage-box-menu>ul>li.menu-project>ul>li{cursor:pointer;display:flex;flex-direction:column;list-style:none;margin:4px auto}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1{align-items:center;border-radius:4px;display:flex;justify-content:space-between;padding:0 8px 0 30px;position:relative}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1>em{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;left:2px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1>em:before{background:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiPjxwYXRoIGQ9Im0zNjYuMTgyIDEwOC4yMzcgNDQ1Ljg1IDMxOS43OTVhMTAyLjQgMTAyLjQgMCAwIDEgMCAxNjYuNTAyTDM2Ni4xODIgOTE0LjMzYTEwMi40IDEwMi40IDAgMCAxLTE2Mi4wOTktODMuMjUydi02MzkuNTlhMTAyLjQgMTAyLjQgMCAwIDEgMTYyLjEtODMuMjUxeiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==") no-repeat 50%;background-size:contain;content:"";height:12px;transition:transform .2s;width:12px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1 .title{color:#333;flex:1;height:38px;line-height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1 .num{font-size:12px;padding-left:16px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2{cursor:default;display:none;margin:16px 4px;padding:0 8px 0 26px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p{align-items:center;display:flex;height:36px;padding:4px 0}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p em,.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p span{flex-shrink:0;font-size:12px;font-style:normal;padding-right:6px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p .ivu-progress{margin-right:-18px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p .ivu-progress .ivu-progress-inner{background-color:#e4e4e4}.page-manage .manage-box-menu>ul>li.menu-project>ul>li.active .project-h1{background-color:#fff}.page-manage .manage-box-menu>ul>li.menu-project>ul>li.open-menu .project-h1>em:before{transform:rotate(90deg)}.page-manage .manage-box-menu>ul>li.menu-project>ul>li.open-menu .project-h2{display:block}.page-manage .manage-box-menu>ul>li.menu-project .common-loading{height:22px;margin:6px;width:22px}.page-manage .manage-box-menu>ul>li.active{background-color:#fff}.page-manage .manage-box-menu .manage-project-search{background-color:#fff;border-radius:12px;margin:12px 0 -2px;overflow:hidden;padding:0 3px;width:80%}.page-manage .manage-box-menu .manage-project-search .ivu-input{background-color:transparent;border-color:transparent;padding-left:30px}.page-manage .manage-box-menu .manage-project-search .ivu-input:focus,.page-manage .manage-box-menu .manage-project-search .ivu-input:hover{box-shadow:none}.page-manage .manage-box-menu .manage-project-search.loading .ivu-icon-ios-search{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}.page-manage .manage-box-menu .manage-project-search.loading .ivu-icon-ios-search:before{content:"\f45b"}.page-manage .manage-box-menu .manage-box-new-group{align-items:center;display:flex;margin-bottom:20px;margin-top:16px;width:80%}.page-manage .manage-box-menu .manage-box-new-group .manage-box-new{flex:1}.page-manage .manage-box-menu .manage-box-new-group .ivu-btn{height:38px}.page-manage .manage-box-menu .manage-box-new-group .ivu-dropdown .ivu-btn{border-radius:0 4px 4px 0;min-width:auto!important;padding:0 4px}.page-manage .manage-box-main{flex:1;position:relative}.page-manage .manage-box-main .manage-box-view{bottom:0;left:0;overflow:auto;position:absolute;right:0;top:0}.page-manage .manage-mini-menu{display:none;position:relative}.page-manage .manage-mini-menu .ivu-badge{left:30px;position:absolute;top:-6px;transform:scale(.9)}.page-manage-task-modal{display:flex;flex-direction:column}.page-manage-add-task-button-group{margin-left:8px!important}.page-manage-add-task-button-group .ivu-dropdown .ivu-btn{border-radius:0 4px 4px 0;min-width:auto!important;padding:0 4px}@media (max-width:768px){.page-manage .manage-box-menu{bottom:0;left:0;position:fixed;top:0;transform:translateX(-120%);width:100%;z-index:49}.page-manage .manage-box-menu.show768-menu{transform:translateX(0)}.page-manage .manage-mini-menu{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 0 50px rgba(0,0,0,.3);cursor:pointer;display:flex;font-size:22px;height:42px;justify-content:center;white-space:nowrap;width:46px}}.page-messenger{display:flex}.page-messenger .messenger-wrapper{align-items:flex-start;display:flex;flex:1}.page-messenger .messenger-wrapper .messenger-select{display:flex;flex-direction:column;flex-shrink:0;height:100%;max-width:320px;min-width:240px;position:relative;width:30%}.page-messenger .messenger-wrapper .messenger-select:after{background-color:#f4f5f5;content:"";height:100%;position:absolute;right:0;top:0;width:1px}.page-messenger .messenger-wrapper .messenger-select .messenger-search{align-items:center;display:flex;flex-shrink:0;height:54px;justify-content:center;padding:0 12px}.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper{background-color:#f7f7f7;border-radius:12px;flex:1;margin:0 4px;overflow:hidden;padding:0 8px}.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper .ivu-input{background-color:transparent;border-color:transparent}.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper .ivu-input:focus,.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper .ivu-input:hover{box-shadow:none}.page-messenger .messenger-wrapper .messenger-select .messenger-nav{align-items:center;display:flex;justify-content:space-evenly;padding:2px 0 12px}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p{color:#888;cursor:pointer;line-height:1;padding:0 6px;position:relative}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p .nav-num{position:absolute;right:-8px;top:-12px;transform:scale(.7)}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p.active{color:#555;font-weight:500}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p:hover{color:#777}.page-messenger .messenger-wrapper .messenger-select .messenger-list{flex:1;height:0;overflow-x:hidden;overflow-y:auto;width:100%}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li{align-items:flex-start;cursor:pointer;display:flex;flex-direction:row;list-style:none;padding:16px 12px;position:relative}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar,.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .user-avatar{flex-grow:0;flex-shrink:0;height:42px;margin:2px;width:42px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar{align-items:center;background-color:#61b2f9;border-radius:50%;color:#fff;display:flex;font-size:26px;justify-content:center}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar.project{background-color:#6e99eb}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar.task{background-color:#9b96df;font-size:24px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar.completed:after{bottom:0;color:#19be6b;content:"\f373";font-family:Ionicons,serif;font-size:32px;opacity:.2;pointer-events:none;position:absolute;right:12px;z-index:1}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box{display:flex;flex:1;flex-direction:column;padding-left:12px;width:0}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;line-height:24px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title .ivu-tag{margin:0 4px 0 0;padding:0 5px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title .ivu-tag.ivu-tag-success{padding:0 6px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>span{color:#333;flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>i{color:#8bcf70;flex-shrink:0;font-size:12px;margin-left:8px;transform:scale(.9)}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>i.completed{font-size:18px;margin:0 4px 0 0;transform:scale(1)}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>em{color:#999;flex-shrink:0;font-size:12px;font-style:normal;margin-left:8px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-text{color:#999;font-size:12px;line-height:24px;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-num{left:42px;position:absolute;top:10px;transform:scale(.8)}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li.active{background-color:#f4f5f7}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li.loading{align-items:center;display:flex;height:52px;justify-content:center;margin:0}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li.loading .common-loading{height:20px;margin:0;width:20px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li{list-style:none;margin-left:24px;position:relative}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li .label{border-bottom:1px solid #efefef;height:34px;line-height:34px;margin-bottom:6px;margin-top:6px;padding-left:4px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loaded,.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loading{align-items:center;display:flex;height:52px;justify-content:center;margin:0}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loaded .common-loading,.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loading .common-loading{height:20px;margin:0;width:20px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li>ul>li{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:52px;list-style:none}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li>ul>li .avatar{flex-grow:0;flex-shrink:0;height:30px;width:30px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li>ul>li .nickname{font-size:14px;overflow:hidden;padding:0 12px;text-overflow:ellipsis;white-space:nowrap}.page-messenger .messenger-wrapper .messenger-select .messenger-menu{align-items:center;border-top:1px solid #f4f5f5;display:flex;flex-shrink:0;height:52px;justify-content:center}.page-messenger .messenger-wrapper .messenger-select .messenger-menu>i{color:#aaa;cursor:pointer;font-size:24px;margin:0 24px;opacity:.9}.page-messenger .messenger-wrapper .messenger-select .messenger-menu>i.active{color:#8bcf70;opacity:1}.page-messenger .messenger-wrapper .messenger-select .messenger-menu>i:hover{opacity:1}.page-messenger .messenger-wrapper .messenger-msg{display:flex;flex:1;height:100%;position:relative;width:0}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer .dialog-back{display:none}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg{align-items:center;bottom:0;display:flex;flex:1;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:0}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg .msg-dialog-bg-icon{background-color:#f4f5f7;border-radius:50%;padding:20px}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg .msg-dialog-bg-icon .ivu-icon{color:#d1d8dd;font-size:46px}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg .msg-dialog-bg-text{background-color:#f4f5f7;border-radius:14px;color:#bec6cc;margin-top:16px;padding:4px 15px}@media (max-width:768px){.page-messenger .messenger-wrapper .messenger-select{background-color:#fff;height:100%;left:0;max-width:none;position:fixed;top:0;transform:translateX(-120%);transition:all .2s;width:100%;z-index:48}.page-messenger .messenger-wrapper .messenger-select.show768-menu{transform:translateX(0)}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-title{align-items:center;height:54px}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer{position:relative}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer .dialog-back{align-items:center;bottom:0;display:flex;font-size:26px;height:49px;justify-content:center;left:0;position:absolute;width:64px;z-index:1}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer .dialog-input{width:calc(100% - 44px)}}.page-project{align-items:flex-start;display:flex;flex:1}.page-project .project-list{background-color:#fafafa;flex:1;height:100%;width:0}.page-project .project-dialog{flex-shrink:0;height:100%;max-width:520px;min-width:320px;position:relative;width:35%}@media (max-width:768px){.page-project .project-list{height:auto}.page-project .project-dialog{height:100%;left:0;max-width:none;position:absolute;top:0;width:100%}}.page-setting{display:flex;flex-direction:column}.page-setting .setting-head{align-items:center;border-bottom:1px solid #f4f4f5;display:flex;margin:32px 32px 16px}.page-setting .setting-head .setting-titbox{flex:1;margin-bottom:16px}.page-setting .setting-head .setting-titbox .setting-title{align-items:center;display:flex}.page-setting .setting-head .setting-titbox .setting-title>h1{color:#333;flex:1;font-size:28px;font-weight:600}.page-setting .setting-head .setting-titbox .setting-title .setting-more{display:none}.page-setting .setting-box{display:flex;flex:1;height:0;padding-bottom:16px}.page-setting .setting-box .setting-menu{border-right:1px solid #f4f4f5;flex-shrink:0;overflow:auto;width:200px}.page-setting .setting-box .setting-menu>ul{padding:12px 0 0 32px}.page-setting .setting-box .setting-menu>ul>li{color:#6b6e72;cursor:pointer;line-height:42px;list-style:none;margin:5px 0;padding:0 20px;position:relative}.page-setting .setting-box .setting-menu>ul>li.active,.page-setting .setting-box .setting-menu>ul>li:hover{background-color:#f4f5f7}.page-setting .setting-box .setting-menu>ul>li.version{cursor:default}.page-setting .setting-box .setting-menu>ul>li.version:hover{background-color:transparent}.page-setting .setting-box .setting-menu>ul>li.divided{margin-top:10px;padding-top:10px;position:relative}.page-setting .setting-box .setting-menu>ul>li.divided:before{background-color:#f4f4f5;content:"";height:1px;left:0;position:absolute;right:0;top:0;z-index:1}.page-setting .setting-box .setting-menu>ul>li.divided:after{background-color:#fff;content:"";height:9px;left:0;position:absolute;right:0;top:1px;z-index:2}.page-setting .setting-box .setting-content{display:flex;flex:1;flex-direction:column;overflow:auto;position:relative}.page-setting .setting-box .setting-content .setting-content-title{font-size:20px;font-weight:500;padding:12px 32px}.page-setting .setting-box .setting-content .setting-content-view{flex:1;position:relative}.page-setting .setting-box .setting-content .setting-content-view .setting-router-view{padding:24px 40px}.page-setting .setting-item .ivu-input,.page-setting .setting-item .ivu-select-selection{max-width:460px}.page-setting .setting-item .ivu-form{overflow:auto}.page-setting .setting-item .setting-color{margin-bottom:12px;max-width:600px;min-width:400px}.page-setting .setting-item .setting-color>div{padding-right:12px;text-align:center}.page-setting .setting-item .setting-color>div:first-child{text-align:left}.page-setting .setting-item .setting-color>div:last-child{flex:auto;flex-shrink:0;max-width:60px;padding-right:0;width:60px}.page-setting .setting-item .setting-color>div .ivu-color-picker{width:100%}.page-setting .setting-item .setting-color .information{color:#999}.page-setting .setting-item .setting-footer>button{height:34px;line-height:32px;min-width:94px}.page-setting .setting-item .setting-auto-day{display:block;line-height:32px;margin-bottom:-10px;margin-top:12px;width:110px}.page-setting .setting-item.submit{bottom:0;display:flex;flex-direction:column;left:0;padding:0!important;position:absolute;right:0;top:0}.page-setting .setting-item.submit .ivu-form{flex:1;overflow:auto;padding:24px 40px}.page-setting .setting-item.submit .setting-footer{border-top:1px solid #f4f4f5;flex-shrink:0;padding:16px 24px 0;position:static}@media (max-width:768px){.page-setting .setting-head .setting-titbox .setting-title .setting-more{align-items:center;display:flex;font-size:24px;height:42px;justify-content:center;width:42px}.page-setting .setting-box{position:relative}.page-setting .setting-box .setting-menu{background-color:#fff;height:100%;left:0;position:absolute;top:0;transform:translateX(-120%);transition:all .2s;width:100%;z-index:9}.page-setting .setting-box .setting-menu.show768-menu{transform:translateX(0)}.page-setting .setting-box .setting-menu>ul{padding:12px 32px}}.dialog-wrapper{background-color:#fff;bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0;z-index:1}.dialog-wrapper .dialog-title{display:flex;flex-direction:column;height:68px;justify-content:center;padding:0 30px;position:relative}.dialog-wrapper .dialog-title:before{background-color:#f4f5f5;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.dialog-wrapper .dialog-title.completed:after{color:#19be6b;content:"\f373";font-family:Ionicons,serif;font-size:52px;opacity:.2;pointer-events:none;position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1}.dialog-wrapper .dialog-title .main-title{align-items:center;display:flex;line-height:22px;max-width:100%}.dialog-wrapper .dialog-title .main-title .ivu-tag{margin:0 6px 0 0;padding:0 5px}.dialog-wrapper .dialog-title .main-title .ivu-tag.ivu-tag-success{padding:0 6px}.dialog-wrapper .dialog-title .main-title .ivu-icon{font-size:18px;margin-right:6px}.dialog-wrapper .dialog-title .main-title .ivu-icon.completed{color:#8bcf70}.dialog-wrapper .dialog-title .main-title>h2{font-size:17px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-wrapper .dialog-title .main-title>em{font-size:17px;font-style:normal;font-weight:500;padding-left:6px}.dialog-wrapper .dialog-title .sub-title{color:#aaa;flex-shrink:0;font-size:12px;line-height:20px}.dialog-wrapper .dialog-title .sub-title.pointer{cursor:pointer}.dialog-wrapper .dialog-title .sub-title.pointer:hover{color:#888}.dialog-wrapper .dialog-scroller{flex:1;overflow:auto;padding:0 32px;position:relative}.dialog-wrapper .dialog-scroller .dialog-list>ul>li{align-items:flex-end;display:flex;flex-direction:row;list-style:none;margin-bottom:16px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li:first-child{margin-top:16px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-avatar{flex-shrink:0;height:30px;margin-bottom:20px;position:relative;width:30px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view{align-items:flex-start;display:flex;flex-direction:column;margin:0 0 0 8px;max-width:70%}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content{background-color:#f4f5f7;border-radius:6px 6px 6px 0;color:#333;min-width:32px;padding:8px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file{cursor:pointer}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content>pre{word-wrap:break-word;display:block;line-height:1.5;margin:0;padding:0;white-space:pre-wrap;word-break:break-word}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.loading{display:flex}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.loading .common-loading{height:20px;margin:4px;width:20px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file{display:inline-block}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box{align-items:center;background-color:#fff;border-radius:3px;display:flex;padding:10px 14px;width:220px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-thumb{width:36px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-info{display:flex;flex-direction:column;justify-content:center;margin-left:12px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-info .file-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:14px;line-height:18px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-info .file-size{color:#666;font-size:14px;padding-top:4px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.img{background-color:transparent;border-radius:6px;display:flex;max-height:220px;max-width:220px;overflow:hidden;padding:0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.img .file-img{display:flex}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.unknown{text-decoration:underline}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot{align-items:center;display:flex;height:21px;line-height:1;padding-top:4px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .common-loading{height:10px;margin:0 2px;width:10px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .time{color:#bbb;font-size:12px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .done{color:#8bcf70;display:none;font-size:12px;margin-left:4px;transform:scale(.9)}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .percent{cursor:pointer;display:none;margin-left:4px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-action{align-items:flex-start;align-self:flex-start;display:flex;height:100%}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-action>*{margin:0 5px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history{cursor:pointer;font-size:13px;justify-content:center;margin:12px 0;opacity:.6;padding:3px 0;transition:opacity .2s}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history:hover{opacity:1}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history-tip{padding-top:60px;position:relative}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history-tip .history-text{background:#f5f5f5;border-radius:2px;font-size:12px;font-style:normal;height:22px;left:50%;line-height:22px;padding:0 48px;position:absolute;text-align:center;top:10px;transform:translateX(-50%)}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.loading{justify-content:center;padding:12px 0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.loading .common-loading{height:18px;margin:0;width:18px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.nothing{color:#999;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.bottom{height:0;margin:0;padding:0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self{flex-direction:row-reverse}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view{align-items:flex-end;margin:0 8px 0 0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content{background-color:#8bcf70;border-radius:6px 6px 0 6px;color:#fff}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content.file{background-color:#f4f5f7}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content.img{background-color:transparent;border-radius:6px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-foot .done,.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-foot .percent{display:inline-block}.dialog-wrapper .dialog-footer{align-items:flex-end;display:flex;flex-direction:column;margin-bottom:20px;padding:0 28px;position:relative}.dialog-wrapper .dialog-footer .dialog-newmsg{background-color:rgba(0,0,0,.6);border-radius:16px;color:#fff;cursor:pointer;display:none;font-size:12px;height:30px;line-height:30px;margin-bottom:20px;margin-right:10px;padding:0 12px;z-index:2}.dialog-wrapper .dialog-footer .dialog-input{background-color:#f4f5f7;border-radius:10px;padding:10px 52px 10px 12px}.dialog-wrapper .dialog-footer .dialog-input .ivu-input{background-color:transparent;border:0;resize:none}.dialog-wrapper .dialog-footer .dialog-input .ivu-input:focus{box-shadow:none}.dialog-wrapper .dialog-footer .dialog-send{align-items:center;bottom:0;display:flex;font-size:18px;justify-content:center;position:absolute;right:28px;top:0;width:46px}.dialog-wrapper .dialog-footer .chat-upload{display:none;height:0;overflow:hidden;width:0}.dialog-wrapper .dialog-footer.newmsg{margin-top:-50px}.dialog-wrapper .dialog-footer.newmsg .dialog-newmsg{display:block}.dialog-wrapper .drag-over{align-items:center;background-color:hsla(0,0%,100%,.78);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.dialog-wrapper .drag-over:before{border:2px dashed #7b7b7b;border-radius:12px;bottom:16px;content:"";left:16px;position:absolute;right:16px;top:16px}.dialog-wrapper .drag-over .drag-text{color:#666;font-size:18px;padding:12px}.dialog-wrapper-read-poptip-content{display:flex;position:relative}.dialog-wrapper-read-poptip-content .read,.dialog-wrapper-read-poptip-content .unread{flex:1;max-height:300px;overflow:auto}.dialog-wrapper-read-poptip-content .read>li,.dialog-wrapper-read-poptip-content .unread>li{list-style:none;margin-bottom:12px}.dialog-wrapper-read-poptip-content .read>li .common-avatar,.dialog-wrapper-read-poptip-content .unread>li .common-avatar{width:100%}.dialog-wrapper-read-poptip-content .read>li:last-child,.dialog-wrapper-read-poptip-content .unread>li:last-child{margin-bottom:6px}.dialog-wrapper-read-poptip-content .read>li.read-title>em,.dialog-wrapper-read-poptip-content .unread>li.read-title>em{font-size:18px;font-style:normal;font-weight:600;padding-right:6px}.dialog-wrapper-read-poptip-content .unread>li{padding-left:16px}.dialog-wrapper-read-poptip-content:before{background-color:#f4f4f5;bottom:0;content:"";left:50%;position:absolute;top:0;width:1px}.dialog-wrapper-paste{margin-top:-4px}.dialog-wrapper-paste img{max-height:1000px;max-width:100%}.dialog-wrapper-paste>div,.dialog-wrapper-paste>img{display:flex;flex-direction:column;margin:4px 0;padding:0}@media (max-width:768px){.dialog-wrapper .dialog-footer{margin-bottom:16px;padding:0 20px}.dialog-wrapper .dialog-footer .dialog-send{right:20px}}.file-content,.file-preview{border-radius:18px 18px 0 0;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0}.file-content .preview-iframe,.file-preview .preview-iframe{background:0 0;border:0;float:none;height:100%;left:0;margin:-1px 0 0;max-width:none;outline:0;padding:0;position:absolute;top:0;width:100%}.file-content .edit-header,.file-preview .edit-header{align-items:center;background-color:#fff;box-shadow:0 1px 5px 0 rgba(0,0,0,.05);display:flex;flex-direction:row;height:42px;position:relative;width:100%;z-index:99}.file-content .edit-header .header-title,.file-preview .edit-header .header-title{color:#333;flex:1;font-size:16px;line-height:24px;overflow:hidden;padding-left:24px;padding-right:24px;text-overflow:ellipsis;white-space:nowrap}.file-content .edit-header .header-title .file-unsave-tip,.file-preview .edit-header .header-title .file-unsave-tip{color:#333;cursor:pointer;font-weight:500;padding-right:6px;transition:color .3s}.file-content .edit-header .header-title .file-unsave-tip:hover,.file-preview .edit-header .header-title .file-unsave-tip:hover{color:#000}.file-content .edit-header .header-user,.file-preview .edit-header .header-user{margin-right:24px}.file-content .edit-header .header-user>ul,.file-preview .edit-header .header-user>ul{align-items:center;display:flex}.file-content .edit-header .header-user>ul>li,.file-preview .edit-header .header-user>ul>li{list-style:none;margin-right:-4px}.file-content .edit-header .header-user>ul>li.more,.file-preview .edit-header .header-user>ul>li.more{background-color:#8bcf70;border:2px solid #fff;border-radius:50%;color:#fff;font-size:12px;height:28px;line-height:24px;text-align:center;width:28px;z-index:1}.file-content .edit-header .header-hint,.file-preview .edit-header .header-hint{color:#666;font-size:12px;padding-right:22px;white-space:nowrap}.file-content .edit-header .header-hint .ivu-btn,.file-preview .edit-header .header-hint .ivu-btn{font-size:12px;padding:0 10px}.file-content .edit-header .header-hint .ivu-dropdown-item,.file-preview .edit-header .header-hint .ivu-dropdown-item{font-size:12px!important}.file-content .edit-header .header-button,.file-preview .edit-header .header-button{font-size:12px;margin-right:24px}.file-content .content-body,.file-preview .content-body{display:flex;flex:1;position:relative}.file-content .content-body .mdeditor-wrapper,.file-content .content-body .teditor-wrapper,.file-preview .content-body .mdeditor-wrapper,.file-preview .content-body .teditor-wrapper{display:flex;flex:1}.file-content .content-body .mdeditor-box,.file-preview .content-body .mdeditor-box{position:relative;width:100%}.file-content .content-body .mdeditor-box .markdown,.file-preview .content-body .mdeditor-box .markdown{bottom:0;left:0;overflow:auto;position:absolute;right:0;top:0;transform:translateZ(0)}.file-content .content-body .mdeditor-box .markdown .markdown-toolbars,.file-preview .content-body .mdeditor-box .markdown .markdown-toolbars{border-bottom:1px solid #eee}.file-content .content-body .mdeditor-box .markdown.border,.file-preview .content-body .mdeditor-box .markdown.border{border:0!important}.file-content .content-body .teditor-loadedstyle,.file-preview .content-body .teditor-loadedstyle{height:100%}.file-content .content-body .teditor-loadedstyle .tox-tinymce,.file-preview .content-body .teditor-loadedstyle .tox-tinymce{border:0;border-radius:0}.file-content .content-body .teditor-loadedstyle .tox-mbtn,.file-preview .content-body .teditor-loadedstyle .tox-mbtn{height:36px}.file-content .content-body .teditor-loadedstyle .tox-menubar,.file-content .content-body .teditor-loadedstyle .tox-toolbar-overlord,.file-preview .content-body .teditor-loadedstyle .tox-menubar,.file-preview .content-body .teditor-loadedstyle .tox-toolbar-overlord{background:#fff;padding:0 12%}.file-content .content-body .teditor-loadedstyle .tox-toolbar__overflow,.file-content .content-body .teditor-loadedstyle .tox-toolbar__primary,.file-preview .content-body .teditor-loadedstyle .tox-toolbar__overflow,.file-preview .content-body .teditor-loadedstyle .tox-toolbar__primary{background:none!important;border-top:1px solid #eaeaea!important}.file-content .content-body .teditor-loadedstyle .tox-toolbar-overlord,.file-preview .content-body .teditor-loadedstyle .tox-toolbar-overlord{border-bottom:1px solid #e9e9e9!important}.file-content .content-body .teditor-loadedstyle .tox-toolbar__group:not(:last-of-type),.file-preview .content-body .teditor-loadedstyle .tox-toolbar__group:not(:last-of-type){border-right:1px solid #eaeaea!important}.file-content .content-body .teditor-loadedstyle .tox-sidebar-wrap,.file-preview .content-body .teditor-loadedstyle .tox-sidebar-wrap{border:1px solid #e8e8e8;border-radius:2px;box-shadow:0 4px 8px 0 rgba(0,0,0,.08);margin:22px 12%}.file-content .content-body .teditor-loadedstyle .tox-sidebar-wrap .tox-edit-area,.file-preview .content-body .teditor-loadedstyle .tox-sidebar-wrap .tox-edit-area{border-top:0}.file-content .content-body .teditor-loadedstyle .tox-statusbar,.file-preview .content-body .teditor-loadedstyle .tox-statusbar{border-top:1px solid #e9e9e9}.file-content .content-body .teditor-loadedstyle .tox-statusbar .tox-statusbar__resize-handle,.file-preview .content-body .teditor-loadedstyle .tox-statusbar .tox-statusbar__resize-handle{display:none}.file-content .content-load,.file-preview .content-load{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:42px;z-index:1000}.file-content .content-load .common-loading,.file-preview .content-load .common-loading{margin:0}.file-preview .edit-header .header-title{align-items:center;display:flex}.file-preview .edit-header .header-title .ivu-tag{line-height:20px;margin-left:6px;padding:0 6px}.file-preview .edit-header .header-title .refresh{align-items:center;display:flex;margin-left:6px}.file-preview .edit-header .header-title .refresh .common-loading{height:16px;margin:2px;width:16px}.file-preview .edit-header .header-title .refresh>i{cursor:pointer;font-size:20px;opacity:.6;transition:all .2s}.file-preview .edit-header .header-title .refresh>i:hover{opacity:1}.file-preview .content-body{overflow:hidden}.file-preview .content-body .markdown-preview-warp{flex:1;overflow:auto}@media (max-width:1200px){.file-content{overflow:auto}.file-content .content-body,.file-content .edit-header{min-width:900px}}.project-archived{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.project-archived .archived-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.project-archived .archived-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.project-archived .archived-title .title-icon>i{cursor:pointer}.project-dialog{background-color:#fff;border-left:1px solid #f4f5f5;display:flex;flex-direction:column;position:relative;z-index:1}.project-dialog .project-dialog-wrapper .dialog-user{margin-top:36px;padding:0 32px}.project-dialog .project-dialog-wrapper .dialog-user .member-head{align-items:center;display:flex}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-title{flex:1;font-size:18px;font-weight:600}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-title>span{color:#8bcf70;padding-left:6px}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-view-all{color:#999;cursor:pointer;font-size:13px}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-view-all:hover{color:#777}.project-dialog .project-dialog-wrapper .dialog-user .member-list{align-items:center;display:flex;margin-top:14px;overflow:auto}.project-dialog .project-dialog-wrapper .dialog-user .member-list>li{list-style:none;margin-bottom:8px;margin-right:14px;position:relative}.project-dialog .project-dialog-wrapper .dialog-user .member-list.member-all{display:block}.project-dialog .project-dialog-wrapper .dialog-user .member-list.member-all>li{display:inline-block}.project-dialog .project-dialog-wrapper .dialog-footer .dialog-back{display:none}@media (max-width:768px){.project-dialog .project-dialog-wrapper .dialog-user{margin-top:24px;padding:0 20px}.project-dialog .project-dialog-wrapper .dialog-scroller,.project-dialog .project-dialog-wrapper .dialog-title{padding:0 20px}.project-dialog .project-dialog-wrapper .dialog-footer{position:relative}.project-dialog .project-dialog-wrapper .dialog-footer .dialog-back{align-items:center;bottom:0;display:flex;font-size:26px;justify-content:center;left:0;position:absolute;top:0;width:64px;z-index:1}.project-dialog .project-dialog-wrapper .dialog-footer .dialog-input{width:calc(100% - 44px)}}.project-list,.project-list .project-head{display:flex;flex-direction:column}.project-list .project-head{align-items:flex-start;margin:32px 32px 0}.project-list .project-head .project-titbox{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px;width:100%}.project-list .project-head .project-titbox .project-title{align-items:center;display:flex}.project-list .project-head .project-titbox .project-title>h1{color:#333;font-size:28px;font-weight:600}.project-list .project-head .project-titbox .project-title .project-load{align-items:center;display:flex;margin-left:18px}.project-list .project-head .project-titbox .project-title .project-load .common-loading{height:22px;width:22px}.project-list .project-head .project-titbox .project-icons{align-items:center;display:flex;flex-shrink:0;margin-top:3px}.project-list .project-head .project-titbox .project-icons>li{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;list-style:none;margin-left:16px;position:relative;transition:box-shadow .3s;width:36px}.project-list .project-head .project-titbox .project-icons>li:hover{box-shadow:0 0 6px #ccc}.project-list .project-head .project-titbox .project-icons>li.project-avatar{min-width:36px;width:auto}.project-list .project-head .project-titbox .project-icons>li.project-avatar:hover{box-shadow:none}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul{align-items:center;display:flex}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li{list-style:none;margin-left:-6px;transition:transform .2s}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li:hover{transform:scale(1.05)}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li:first-child{margin-left:0}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li.more{align-items:center;background-color:transparent;border-color:transparent;color:#aaa;display:flex;font-size:17px;height:32px;justify-content:center;transform:scale(1)!important;width:30px;z-index:1}.project-list .project-head .project-titbox .project-icons>li.project-icon{background-color:#f2f3f5;border-radius:50%}.project-list .project-head .project-titbox .project-icons>li.project-icon .menu-icon{font-size:20px;height:36px;line-height:36px;width:36px}.project-list .project-head .project-titbox .project-icons>li.project-icon .menu-badge{left:20px;position:absolute;top:-6px;transform:scale(.8)}.project-list .project-head .project-titbox .project-icons>li.project-icon .search-input{margin:2px 0;width:170px}.project-list .project-head .project-titbox .project-icons>li.project-icon.active{background-color:#8bcf70;color:#fff}.project-list .project-head .project-subbox{display:flex;justify-content:space-between;width:100%}.project-list .project-head .project-subbox .project-subtitle{color:#999;flex:1;line-height:24px}.project-list .project-head .project-subbox .project-switch{align-items:flex-end;display:flex;flex-shrink:0;margin-left:80px}.project-list .project-head .project-subbox .project-switch .project-checkbox{align-items:center;display:flex;height:30px;margin-right:14px;opacity:.9}.project-list .project-head .project-subbox .project-switch .project-checkbox .ivu-checkbox-focus{box-shadow:none}.project-list .project-head .project-subbox .project-switch .project-switch-button{align-items:center;background-color:#fff;border-radius:6px;display:flex;height:30px;position:relative;transition:box-shadow .2s}.project-list .project-head .project-subbox .project-switch .project-switch-button:hover{box-shadow:0 0 10px #e6ecfa}.project-list .project-head .project-subbox .project-switch .project-switch-button:before{background-color:rgba(139,207,112,.1);border:1px solid #8bcf70;border-radius:6px;color:#8bcf70;content:"";height:100%;left:0;position:absolute;top:0;transition:left .2s;width:50%;z-index:0}.project-list .project-head .project-subbox .project-switch .project-switch-button>div{align-items:center;border-radius:6px;color:#606266;cursor:pointer;display:flex;height:30px;justify-content:center;width:32px;z-index:1}.project-list .project-head .project-subbox .project-switch .project-switch-button>div>i{font-size:17px}.project-list .project-head .project-subbox .project-switch .project-switch-button>div:first-child{color:#8bcf70}.project-list .project-head .project-subbox .project-switch .project-switch-button.menu:before{left:50%}.project-list .project-head .project-subbox .project-switch .project-switch-button.menu>div:first-child{color:#606266}.project-list .project-head .project-subbox .project-switch .project-switch-button.menu>div:last-child{color:#8bcf70}.project-list .project-column{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;padding-top:18px}.project-list .project-column>ul{align-items:flex-start;display:inline-flex;justify-content:space-between}.project-list .project-column>ul>li{display:flex;flex-direction:column;flex-shrink:0;height:100%;list-style:none;width:260px}.project-list .project-column>ul>li:first-child{margin-left:22px}.project-list .project-column>ul>li:last-child{margin-right:22px}.project-list .project-column>ul>li.add-column{background-color:#f2f3f5;border-radius:4px;color:#888;cursor:pointer;height:36px}.project-list .project-column>ul>li.add-column .add-column-text{align-items:center;display:flex;flex-direction:row;line-height:36px;padding:0 12px}.project-list .project-column>ul>li.add-column .add-column-text>i{font-size:16px;padding-right:8px}.project-list .project-column>ul>li.add-column .add-column-text:hover{color:#777}.project-list .project-column>ul>li.add-column .add-column-input{align-items:center;display:none;height:36px}.project-list .project-column>ul>li.add-column .add-column-input .ivu-input{height:36px;padding:4px 10px}.project-list .project-column>ul>li.add-column .add-column-input .ivu-input-icon{height:36px;line-height:36px;width:36px}.project-list .project-column>ul>li.add-column.show-input .add-column-text{display:none}.project-list .project-column>ul>li.add-column.show-input .add-column-input{display:flex}.project-list .project-column>ul>li .column-head{align-items:center;background-color:#f2f3f5;border-radius:4px;display:flex;margin:0 10px;padding:7px 10px}.project-list .project-column>ul>li .column-head .column-head-title{align-items:center;display:flex;flex:1;font-weight:500;width:0}.project-list .project-column>ul>li .column-head .column-head-title>span{font-size:15px}.project-list .project-column>ul>li .column-head .column-head-title>em{color:#888;font-size:14px;font-style:normal;padding-left:6px}.project-list .project-column>ul>li .column-head .column-head-icon{align-items:center;display:flex;margin-left:16px}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon,.project-list .project-column>ul>li .column-head .column-head-icon .loading{align-items:center;display:flex;height:24px;justify-content:center;padding-right:8px;width:24px}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon .common-loading,.project-list .project-column>ul>li .column-head .column-head-icon .loading .common-loading{height:16px;margin:0;width:16px}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon{color:#aaa;cursor:pointer;font-size:16px;font-weight:600;transition:color .3s}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon:hover{color:#888}.project-list .project-column>ul>li .column-head .column-head-icon .last{padding-right:0}.project-list .project-column>ul>li .column-head.custom-color{color:#fff}.project-list .project-column>ul>li .column-head.custom-color .column-head-title>em{color:hsla(0,0%,100%,.6)}.project-list .project-column>ul>li .column-head.custom-color .ivu-icon{color:hsla(0,0%,100%,.5)}.project-list .project-column>ul>li .column-head.custom-color .ivu-icon:hover{color:hsla(0,0%,100%,.9)}.project-list .project-column>ul>li .column-task{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.project-list .project-column>ul>li .column-task .task-list>div:last-child{margin-bottom:16px}.project-list .project-column>ul>li .column-task .task-item{background-color:#fff;border-radius:12px;cursor:pointer;margin:16px 10px 0;padding:12px;position:relative;transition:box-shadow .3s,opacity .3s}.project-list .project-column>ul>li .column-task .task-item:hover{box-shadow:0 0 10px #e6ecfa}.project-list .project-column>ul>li .column-task .task-item .task-head{align-items:flex-start;display:flex}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title{flex:1;padding-top:1px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;float:left;font-size:12px;height:20px;line-height:18px;margin-right:4px;padding:0 3px;text-align:center}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>pre{word-wrap:break-word;display:block;line-height:1.5;margin:0;padding:0;white-space:pre-wrap;word-break:break-word}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu{height:22px;margin-left:8px;width:22px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon,.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .loading{align-items:center;display:flex;height:22px;justify-content:center;width:22px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon .common-loading,.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .loading .common-loading{height:16px;margin:0;width:16px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon{font-size:22px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon.uncomplete{color:#777}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon.uncomplete:hover{color:#555}.project-list .project-column>ul>li .column-task .task-item .task-head.has-desc .task-title{font-weight:600}.project-list .project-column>ul>li .column-task .task-item .task-desc>pre{word-wrap:break-word;color:#999;line-height:20px;margin:10px 0 0;padding:0;white-space:pre-wrap;word-break:break-all}.project-list .project-column>ul>li .column-task .task-item .task-tags{margin-top:10px}.project-list .project-column>ul>li .column-task .task-item .task-users{align-items:center;display:flex;margin-top:10px}.project-list .project-column>ul>li .column-task .task-item .task-users>ul{align-items:center;display:flex;flex:1;margin-right:24px;overflow:auto;width:0}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li{height:32px;list-style:none;margin-left:-6px;width:32px}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li:first-child{margin-left:0}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li.no-owner{width:auto}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li.no-owner .ivu-btn-small{font-size:12px}.project-list .project-column>ul>li .column-task .task-item .task-users .task-icon{font-size:12px;margin-left:6px}.project-list .project-column>ul>li .column-task .task-item .task-users .task-icon .ivu-icon{font-size:14px;margin-left:1px}.project-list .project-column>ul>li .column-task .task-item .task-progress{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-sub-num{color:#777;font-size:12px;margin-right:8px}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time{align-items:center;background-color:#eaedf2;border:1px solid #eaedf2;border-radius:3px;color:#777;display:flex;flex-shrink:0;font-size:12px;margin-left:18px;padding:0 3px}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.overdue,.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.today{color:#fff}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.overdue{background-color:#ed4014;border-color:#ed4014;font-weight:600}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.today{background-color:#f90;border-color:#f90;font-weight:500}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time .taskfont{font-size:12px;margin-right:3px}.project-list .project-column>ul>li .column-task .task-item .priority-color{border-radius:2px;height:42px;left:0;max-height:50%;position:absolute;top:12px;width:3px}.project-list .project-column>ul>li .column-task .task-item.additem{cursor:default;padding:0}.project-list .project-column>ul>li .column-task .task-item.complete{opacity:.5}.project-list .project-column>ul>li .column-task .task-item.complete:hover{opacity:.8}.project-list .project-column>ul>li .column-task .task-item.complete .task-head .task-title{text-decoration:line-through}.project-list .project-column>ul>li .column-task .task-item.complete .priority-color,.project-list .project-column>ul>li .column-task .task-item.complete .task-desc,.project-list .project-column>ul>li .column-task .task-item.complete .task-progress,.project-list .project-column>ul>li .column-task .task-item.complete .task-tags,.project-list .project-column>ul>li .column-task .task-item.complete .task-users,.project-list .project-column>ul>li .column-task .task-item.hidden{display:none}.project-list .project-table{height:100%;margin-top:18px;overflow-x:hidden;overflow-y:auto}.project-list .project-table .task-row{background-color:#fff;border-bottom:1px solid #f4f4f5;position:relative}.project-list .project-table .task-row>div{align-items:center;border-right:1px solid #f4f4f5;display:flex;padding:8px 12px}.project-list .project-table .task-row>div:first-child{padding-left:32px}.project-list .project-table .task-row>div:last-child{border-right:0}.project-list .project-table .task-row>div.complete .item-title{color:#aaa;text-decoration:line-through}.project-list .project-table .task-row .priority-color{bottom:-1px;left:0;position:absolute;top:0;width:3px}.project-list .project-table .project-table-body,.project-list .project-table .project-table-head{border:1px solid #f4f4f5;border-bottom:0;border-radius:5px;margin:0 32px 12px;overflow:hidden}.project-list .project-table .project-table-body.project-table-hide .task-rows,.project-list .project-table .project-table-head.project-table-hide .task-rows{display:none}.project-list .project-table .project-table-body.project-table-hide .row-title .taskfont,.project-list .project-table .project-table-head.project-table-hide .row-title .taskfont{transform:rotate(-90deg)}.project-list .project-table .project-table-head .task-row>div{color:#888;font-size:13px;font-weight:500}.project-list .project-table .project-table-head .task-row>div .sort{align-items:center;cursor:pointer;display:flex}.project-list .project-table .project-table-head .task-row>div .task-sort{cursor:pointer;display:inline-block;height:12px;margin-left:1px;margin-top:-1px;overflow:hidden;position:relative;vertical-align:middle;width:14px}.project-list .project-table .project-table-head .task-row>div .task-sort>i{color:#c5c8ce;display:block;font-size:16px;height:6px;line-height:6px;overflow:hidden;position:absolute;transition:color .2s ease-in-out}.project-list .project-table .project-table-head .task-row>div .task-sort>i.on{color:#8bcf70}.project-list .project-table .project-table-head .task-row>div .task-sort>i:hover{color:inherit}.project-list .project-table .project-table-head .task-row>div .task-sort>i:first-child{top:0}.project-list .project-table .project-table-head .task-row>div .task-sort>i:last-child{bottom:0}.project-list .project-table .project-table-body{transition:box-shadow .3s}.project-list .project-table .project-table-body:hover{box-shadow:0 0 10px #e6ecfa}.project-list .project-table .project-table-body .task-row>div{padding:10px 12px}.project-list .project-table .project-table-body .task-row>div.row-title{color:#333;font-size:14px;font-weight:500;padding-left:14px}.project-list .project-table .project-table-body .task-row>div.row-title .taskfont{cursor:pointer;font-size:12px;transition:transform .3s}.project-list .project-table .project-table-body .task-row>div.row-title .row-h1{padding-left:18px}.project-list .project-table .project-table-body .task-row>div.row-title .row-num{color:#999;padding-left:6px}.project-list .project-table .project-table-body .task-row>div.row-name{align-items:flex-start;line-height:24px;padding:12px 12px 12px 34px}.project-list .project-table .project-table-body .task-row>div.row-name .loading{height:24px}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon{cursor:pointer;font-size:16px}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon.sub-icon{color:#cfcfcf;font-size:16px;height:16px;margin-left:-20px;margin-right:4px;margin-top:4px;transition:transform .2s;width:16px}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon.sub-icon.active{transform:rotate(90deg)}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon.uncomplete{color:#ccc}.project-list .project-table .project-table-body .task-row>div.row-name .item-title{cursor:pointer;flex:1;padding:0 22px 0 8px}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;display:inline-block;font-size:12px;height:18px;line-height:16px;margin-right:3px;margin-top:3px;min-width:20px;padding:0 2px;text-align:center;vertical-align:top}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons{align-items:center;display:flex;flex-shrink:0;margin-left:4px}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons .item-icon{color:#aaa;cursor:pointer;display:flex;font-size:12px;margin-left:16px}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons .item-icon .taskfont{font-size:12px}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons .item-icon>em{font-style:normal;margin-left:4px}.project-list .project-table .project-table-body .task-row>div.row-column .el-dropdown,.project-list .project-table .project-table-body .task-row>div.row-priority .el-dropdown{align-items:center;display:flex;overflow:hidden}.project-list .project-table .project-table-body .task-row>div.row-column .task-column,.project-list .project-table .project-table-body .task-row>div.row-column .task-priority,.project-list .project-table .project-table-body .task-row>div.row-priority .task-column,.project-list .project-table .project-table-body .task-row>div.row-priority .task-priority{cursor:pointer}.project-list .project-table .project-table-body .task-row>div.row-column .task-column{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list .project-table .project-table-body .task-row>div.row-user{padding:8px}.project-list .project-table .project-table-body .task-row>div.row-user>ul{align-items:center;cursor:pointer;display:flex;height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list .project-table .project-table-body .task-row>div.row-user>ul>li{display:inline-block;list-style:none;margin-left:-6px;max-width:100%}.project-list .project-table .project-table-body .task-row>div.row-user>ul>li:first-child{margin-left:0}.project-list .project-table .project-table-body .task-row>div.row-user>ul>li.no-owner{align-items:center;display:flex;height:32px}.project-list .project-table .project-table-body .task-row>div.row-time .task-time{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list .project-table .project-table-body .task-row>div.row-time .task-time.overdue,.project-list .project-table .project-table-body .task-row>div.row-time .task-time.today{border:1px solid transparent;border-radius:3px;color:#fff;font-size:13px;padding:0 4px}.project-list .project-table .project-table-body .task-row>div.row-time .task-time.overdue{background-color:#ed4014;border-color:#ed4014;font-weight:600}.project-list .project-table .project-table-body .task-row>div.row-time .task-time.today{background-color:#f90;border-color:#f90;font-weight:500}.project-list .project-table .project-table-body .task-rows .task-rows{overflow:hidden;position:relative}.project-list .project-table .project-table-body .task-rows .task-rows:before{box-shadow:0 0 8px 1px rgba(0,0,0,.08);content:"";left:0;position:absolute;right:0;top:0;z-index:1}.project-list .project-table .project-table-body .task-rows .task-rows .task-row{background-color:#fcfcfd}.project-list .project-table .project-table-body .task-rows .task-rows .task-row .priority-color{display:none}.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-name{padding-left:56px}.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-name .item-title{color:#6b6e72}.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-column>div,.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-priority>div{display:none}.project-list .project-table .project-table-body .task-rows .task-rows .task-add-row{background-color:#fcfcfd}.project-list .project-table .project-table-body .task-rows .task-rows .task-add-row>div.row-add{padding-left:56px}.project-list-more-dropdown-menu>li .item{align-items:center;display:flex}.project-list-more-dropdown-menu>li .item>i{color:#bbb;font-size:18px;height:18px;line-height:18px;margin-right:8px;padding:0;width:18px}.project-list-more-dropdown-menu>li .item>i.ivu-icon{font-size:16px}.project-list-wait-remove{margin-top:6px}.project-list-wait-remove>li{align-items:center;display:flex;line-height:26px;list-style:none}.project-list-wait-remove>li:first-child{font-weight:600}@media (max-width:768px){.project-list .project-head{margin:24px 24px 0}.project-list .project-head .project-titbox{display:block}.project-list .project-head .project-titbox .project-title{float:left;padding-bottom:4px}.project-list .project-head .project-titbox .project-icons{float:right;justify-content:flex-end;margin-left:24px;margin-top:4px}.project-list .project-head .project-subbox{display:block}.project-list .project-head .project-subbox .project-subtitle{margin-bottom:6px}.project-list .project-head .project-subbox .project-switch{justify-content:flex-end;margin-left:0}.project-list .project-column>ul>li:first-child{margin-left:10px}.project-list .project-column>ul>li:last-child{margin-right:10px}.project-list .project-table{overflow-x:auto}.project-list .project-table .project-table-body,.project-list .project-table .project-table-head{margin:0 24px 12px;min-width:768px}}.project-log .log-title{display:none}.project-log.is-drawer{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.project-log.is-drawer .log-title{color:#333;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.project-log .logs-activity{padding:12px;position:relative;word-break:break-all}.project-log .logs-activity>li{list-style:none;padding-top:0}.project-log .logs-activity>li.logs-loading,.project-log .logs-activity>li.logs-more,.project-log .logs-activity>li.logs-none{height:22px;line-height:22px}.project-log .logs-activity>li.logs-loading{display:flex}.project-log .logs-activity>li.logs-loading .common-loading{margin:0}.project-log .logs-activity>li.logs-more{cursor:pointer}.project-log .logs-activity>li.logs-more:hover{color:#048be0}.project-log .logs-activity>li.logs-none{color:#bbb;cursor:pointer}.project-log .logs-activity>li .logs-date{color:rgba(0,0,0,.36);padding-bottom:14px}.project-log .logs-activity>li .logs-section{margin:4px}.project-log .logs-activity>li .logs-section .ivu-timeline>li{padding-bottom:8px}.project-log .logs-activity>li .logs-section .ivu-timeline>li:last-child{padding-bottom:0}.project-log .logs-activity>li .logs-section .ivu-timeline>li .ivu-timeline-item-head-custom{left:auto;margin-left:-13px;margin-right:6px;margin-top:8px;min-width:40px;position:static;width:auto}.project-log .logs-activity>li .logs-section .ivu-timeline>li .ivu-timeline-item-content{margin-top:-5px;padding-left:20px}.project-log .logs-activity>li .logs-dot{display:flex;height:18px;margin-left:10px;width:auto}.project-log .logs-activity>li .logs-dot .avatar-name.auto{color:#9599a1}.project-log .logs-activity>li .log-summary{padding:4px 0 4px 12px;position:relative}.project-log .logs-activity>li .log-summary>a,.project-log .logs-activity>li .log-summary>span{word-wrap:break-word;padding-right:6px;word-break:break-word}.project-log .logs-activity>li .log-summary .log-text{color:rgba(0,0,0,.72);display:inline-block}.project-log .logs-activity>li .log-summary .log-text .detail-user{display:inline-block;vertical-align:top}.project-log .logs-activity>li .log-summary .log-text .detail-user .detail-user-wrap{display:flex}.project-log .logs-activity>li .log-summary .log-text .detail-user .detail-user-wrap .common-avatar{margin:0 2px}.project-log .logs-activity>li .log-summary .log-operation>button{font-size:12px}.project-log .logs-activity>li .log-summary .log-operation>button+button{margin-left:4px}.project-log .logs-activity>li .log-summary .log-time{color:rgba(0,0,0,.3);font-size:12px}.project-log .logs-activity>li .log-task{cursor:pointer;margin-bottom:6px;margin-left:12px;opacity:.6}.project-log .logs-activity>li .log-task:hover{opacity:1}.project-log .logs-activity>li .log-task:hover>em{color:#8bcf70}.project-log .logs-activity>li .log-task>em{border-radius:5px;color:#999;display:inline-block;font-size:12px;font-style:normal;height:18px;line-height:18px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-management{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.project-management .management-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.project-management .management-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.project-management .management-title .title-icon>i{cursor:pointer}.project-management .project-name{align-items:center;display:flex}.project-management .project-name .ivu-tag{flex-shrink:0;height:18px;line-height:18px;overflow:hidden;padding:0 4px;text-overflow:ellipsis;transform:scale(.8);transform-origin:right center;white-space:nowrap}.project-management .project-percent{line-height:1}.project-management .project-percent .ivu-progress{margin-top:2px}.project-workflow{bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0}.project-workflow .workflow-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;padding:20px 20px 24px}.project-workflow .workflow-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.project-workflow .workflow-title .title-icon>i{cursor:pointer}.project-workflow .workflow-content{flex:1;overflow:auto;padding:0 20px}.project-workflow .workflow-content .ivu-collapse-header{align-items:center;display:flex}.project-workflow .workflow-content .workflow-item{align-items:center;display:flex;flex:1}.project-workflow .workflow-content .workflow-item .workflow-name{flex-shrink:0;margin-right:24px}.project-workflow .workflow-content .workflow-item .workflow-status{align-items:center;display:flex;flex:1}.project-workflow .workflow-content .workflow-item .workflow-status>div{background:#f7f7f7;border:1px solid #e8eaec;border-radius:3px;font-size:12px;height:22px;line-height:22px;margin-right:8px;overflow:hidden;padding:0 8px;vertical-align:middle}.project-workflow .workflow-content .workflow-item .workflow-status>div.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.project-workflow .workflow-content .workflow-item .workflow-status>div.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.project-workflow .workflow-content .workflow-item .workflow-status>div.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.project-workflow .workflow-content .workflow-item .workflow-save{flex-shrink:0;margin:0 8px}.project-workflow .workflow-content .workflow-item .workflow-save>button{font-size:13px;height:26px;line-height:24px;margin-right:4px;padding:0 13px}.project-workflow .workflow-no{align-items:center;color:#999;display:flex;flex:1;flex-direction:column;justify-content:center;padding:0 20px}.project-workflow .workflow-no>button{margin-top:18px}.project-workflow .taskflow-config{display:flex;max-height:800px}.project-workflow .taskflow-config .taskflow-config-table{border-radius:4px;box-shadow:1px 0 3px rgba(0,0,0,.1);display:flex;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-left-container{-ms-overflow-style:none;flex-shrink:0;overflow-x:scroll;padding-bottom:16px;padding-top:16px;position:relative;width:246px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-left-container:after{border-right:1px solid #f4f4f5;bottom:0;content:"";position:absolute;right:0;top:0;z-index:1}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-column-header{font-size:16px;font-weight:700;height:58px;left:0;line-height:58px;padding:0 20px;position:absolute;right:0;top:0}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-column-header.left-header{top:16px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-column-body{height:calc(100% - 58px);margin-top:58px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block{padding:12px 0;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block.hr{position:relative}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block.hr:after{border-top:1px solid #f4f4f5;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-title{color:#8c8c8c;height:40px;line-height:40px;padding:0 20px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-radio-group{display:block;text-align:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-radio-group .ivu-radio-group-item{display:flex;flex-direction:column;height:58px;justify-content:center;padding:0 20px;position:relative;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-checkbox-group{display:block;text-align:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-checkbox-group .ivu-checkbox-group-item,.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item{display:flex;flex-direction:column;height:58px;justify-content:center;padding:0 20px;position:relative;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item.with-indicator:before{border-radius:4px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item .title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item .subtitle{color:#8c8c8c;font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item.center{align-items:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item.radio-item>span{display:none}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item .transform-status-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-right-container{flex-direction:row;flex-grow:1;overflow-x:auto;overflow-y:hidden;padding-bottom:16px;padding-top:16px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-list-wrapper,.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-right-container{display:flex}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column{border-radius:4px;flex-shrink:0;height:100%;margin-bottom:16px;margin-right:16px;position:relative;width:210px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column:first-child{margin-left:20px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column:hover .status-label-with-menu .more{opacity:1}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.addnew{align-items:center;border:1px dashed #d9d9d9;color:#8c8c8c;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.addnew:hover{border-color:#bfbfbf;color:#777}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.column-border{border-style:solid;border-width:1px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.start{border-color:#e5e5e5}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.start:hover{border-color:#bfbfbf}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.progress{border-color:#ccecff}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.progress:hover{border-color:#87d2ff}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.end{border-color:#cafac8}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.end:hover{border-color:#64d16d}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-item{align-items:center;cursor:move;display:flex;height:58px;line-height:58px;padding:8px}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu{align-items:center;border-radius:4px;display:inline-flex;font-size:14px;font-weight:400;height:36px;justify-content:center;line-height:32px;max-width:100%;overflow:hidden;padding:0 32px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:200px}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu:hover{font-weight:700}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu.start{background:rgba(38,38,38,.05);color:#595959}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu.progress{background:rgba(27,154,238,.1);color:#0171c2}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu.end{background:rgba(21,173,49,.1);color:#038a24}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .more{align-items:center;bottom:0;cursor:pointer;display:flex;font-size:18px;font-weight:400!important;justify-content:center;opacity:.2;position:absolute;right:0;top:0;transition:opacity .3s;width:38px}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .more.opacity{opacity:1}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .more .more-icon{align-items:center;display:flex}.taskflow-config-more-dropdown-menu .users{display:flex;margin:0 -8px;overflow:auto;padding:6px 0}.taskflow-config-more-dropdown-menu .users .common-avatar{margin-right:-5px;max-width:100%}.taskflow-config-more-dropdown-menu .item{align-items:center;display:flex}.taskflow-config-more-dropdown-menu .delete{color:red}.task-add .head{align-items:center;display:flex;margin-bottom:20px;padding:8px 0;position:relative}.task-add .head .ivu-cascader .ivu-cascader-label{align-items:center;display:flex;font-size:15px;padding:0;width:auto}.task-add .head .ivu-cascader .ivu-cascader-label:after{content:"\f116";font-family:Ionicons,serif;opacity:1;padding:6px;transition:all .2s}.task-add .head .ivu-cascader .ivu-cascader-arrow{display:none}.task-add .head .ivu-cascader .ivu-input{border:0;box-shadow:none;font-size:15px;padding:4px 0}.task-add .head .ivu-cascader .ivu-cascader-not-found-tip{padding:6px 12px}.task-add .head.empty .ivu-cascader .ivu-cascader-label:after{opacity:0}.task-add .head.visible .ivu-cascader .ivu-cascader-label:after{transform:rotate(180deg)}.task-add .task-add-advanced .title .ivu-input,.task-add .task-add-form .title .ivu-input{border-color:transparent;font-size:24px;font-weight:500;line-height:1.4;padding:4px 0;resize:none}.task-add .task-add-advanced .title .ivu-input:focus,.task-add .task-add-form .title .ivu-input:focus{box-shadow:none}.task-add .task-add-advanced .desc,.task-add .task-add-form .desc{margin-top:24px;overflow:auto}.task-add .task-add-advanced .desc div[contenteditable=true],.task-add .task-add-form .desc div[contenteditable=true]{outline:none}.task-add .task-add-advanced .desc .mce-content-body img,.task-add .task-add-form .desc .mce-content-body img{max-width:100%}.task-add .task-add-advanced .desc .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before,.task-add .task-add-form .desc .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#bbb}.task-add .task-add-advanced .advanced-option,.task-add .task-add-form .advanced-option{align-items:center;display:flex;margin-top:42px;z-index:1}.task-add .task-add-advanced .advanced-option>button,.task-add .task-add-form .advanced-option>button{transition:margin .2s}.task-add .task-add-advanced .advanced-option>button.advanced,.task-add .task-add-form .advanced-option>button.advanced{margin-left:24px}.task-add .task-add-advanced .advanced-option>button:focus,.task-add .task-add-form .advanced-option>button:focus{box-shadow:none}.task-add .task-add-advanced .advanced-option .advanced-priority,.task-add .task-add-form .advanced-option .advanced-priority{align-items:center;display:flex;height:34px;margin-left:24px}.task-add .task-add-advanced .advanced-option .advanced-priority>li,.task-add .task-add-form .advanced-option .advanced-priority>li{list-style:none;margin-left:3px}.task-add .task-add-advanced .advanced-option .advanced-priority>li .taskfont,.task-add .task-add-form .advanced-option .advanced-priority>li .taskfont{cursor:pointer;font-size:34px}.task-add .task-add-advanced .advanced-option .advanced-time,.task-add .task-add-form .advanced-option .advanced-time{align-items:center;cursor:pointer;display:flex;margin-left:20px;position:relative}.task-add .task-add-advanced .advanced-option .advanced-time .ivu-icon,.task-add .task-add-form .advanced-option .advanced-time .ivu-icon{font-size:32px}.task-add .task-add-advanced .advanced-option .advanced-time>em,.task-add .task-add-form .advanced-option .advanced-time>em{background:#8bcf70;border-radius:10px;box-shadow:0 0 0 1px #fff;color:#fff;font-family:"Monospaced Number","serif";font-size:12px;font-style:normal;height:20px;left:16px;line-height:20px;min-width:20px;padding:0 6px;position:absolute;text-align:center;top:-5px;transform:scale(.8);white-space:nowrap}.task-add .task-add-advanced{border:1px solid #e8e8e8;border-radius:8px;margin:-16px 0 0;padding:46px 32px 6px}.task-add .task-add-advanced .subtasks{background-color:#f8f8f8;border-radius:6px;margin-bottom:24px;padding:12px 16px}.task-add .task-add-advanced .subtasks .enter-input.empty .ivu-input{background:transparent;border-color:transparent}.task-add .task-add-advanced .subtasks .enter-input.empty .ivu-input:focus,.task-add .task-add-advanced .subtasks .enter-input.empty .ivu-input:hover{box-shadow:none}.task-add .task-add-advanced .subtasks .sublist .ivu-row{margin-bottom:12px}.task-add .task-add-advanced .subtasks .sublist .ivu-row>div{padding-right:7px}.task-add .task-add-advanced .subtasks .sublist .ivu-row>div:last-child{padding-right:0}.task-add .task-add-advanced .ivu-date-picker{width:100%}.task-add .task-add-assist{align-items:center;display:flex;justify-content:flex-end;margin-top:6px}.task-add .task-add-assist .ivu-icon{color:#999;font-size:16px}.task-add .ivu-modal-footer{padding:26px 0 22px!important}.task-add-simple{padding:12px}.task-add-simple .ivu-input-wrapper{display:none}.task-add-simple .add-placeholder{color:#888;cursor:pointer;margin:-12px;padding:12px}.task-add-simple .add-placeholder .ivu-icon{margin-right:4px}.task-add-simple .add-placeholder:hover{color:#666}.task-add-simple .priority{align-items:center;display:none;margin-bottom:-3px;margin-top:10px;min-height:22px}.task-add-simple .priority>ul{align-items:center;display:flex;flex:1}.task-add-simple .priority>ul>li{list-style:none;margin-right:3px}.task-add-simple .priority>ul>li .taskfont{cursor:pointer;font-size:22px}.task-add-simple .priority .ivu-icon{cursor:pointer;font-size:16px}.task-add-simple.active .ivu-input-wrapper{display:block}.task-add-simple.active .add-placeholder{display:none}.task-add-simple.active .priority{display:flex}.task-add-row{background-color:#fff;border-bottom:1px solid #f4f4f5;position:relative}.task-add-row>div{border-right:1px solid #f4f4f5;display:flex;padding:8px 12px}.task-add-row>div:last-child{border-right:0}.task-add-row>div.row-add{display:flex;flex-direction:column;justify-content:center;min-height:48px;padding-left:34px}.task-add-row>div.row-add .add-btn{cursor:pointer;display:block;opacity:.5;transition:opacity .3s}.task-add-row>div.row-add .add-btn .add-icon{font-size:16px;margin-right:8px}.task-add-row>div.row-add .add-btn:hover{opacity:1}.task-add-row>div.row-add .add-input{align-items:flex-start;background-color:#fff;border:1px solid #dcdee2;border-radius:4px;color:#606266;display:none}.task-add-row>div.row-add .add-input:hover{border-color:#57a3f3}.task-add-row>div.row-add .add-input textarea{border-color:transparent;resize:none}.task-add-row>div.row-add .add-input textarea:focus{box-shadow:none}.task-add-row>div.row-add .add-input .priority{align-items:center;display:flex;height:31px;margin:0 4px}.task-add-row>div.row-add .add-input .priority>ul{align-items:center;display:flex;flex:1}.task-add-row>div.row-add .add-input .priority>ul>li{list-style:none;margin-right:4px}.task-add-row>div.row-add .add-input .priority>ul>li .taskfont{cursor:pointer;font-size:17px}.task-add-row>div.row-add .add-input .priority .ivu-icon{cursor:pointer;font-size:15px;margin:0 5px 0 3px}.task-add-row>div.row-add.active{padding-bottom:7px;padding-top:7px}.task-add-row>div.row-add.active .add-btn{display:none}.task-add-row>div.row-add.active .add-input{display:flex}.task-archived{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.task-archived .archived-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.task-archived .archived-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.task-archived .archived-title .title-icon>i{cursor:pointer}.task-detail{display:flex;flex-direction:column;margin:0 -32px 12px -10px;min-height:120px;overflow:auto;padding:0 22px 12px 0}.task-detail .task-info{display:flex;flex:1;flex-direction:column;position:relative}.task-detail .task-info .head{align-items:center;color:#888;display:flex;height:42px;padding-bottom:10px;position:relative}.task-detail .task-info .head:before{background-color:#f4f5f5;bottom:0;content:"";height:1px;left:36px;position:absolute;right:0}.task-detail .task-info .head .icon{margin-right:18px}.task-detail .task-info .head .icon .task-menu-icon{align-items:center;display:flex}.task-detail .task-info .head .icon .task-menu-icon .ivu-icon{font-size:18px}.task-detail .task-info .head .icon .task-menu-icon .loading{height:18px;width:18px}.task-detail .task-info .head .icon .task-menu-icon .loading .common-loading{height:16px;width:16px}.task-detail .task-info .head .icon .task-menu-icon .uncomplete{color:#888}.task-detail .task-info .head .flow{margin-right:10px}.task-detail .task-info .head .flow>span{border:1px solid #8bcf70;border-radius:4px;color:#8bcf70;cursor:pointer;display:inline-block;font-size:14px;height:26px;line-height:24px;padding:0 8px;text-align:center}.task-detail .task-info .head .flow>span.archived,.task-detail .task-info .head .flow>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.task-detail .task-info .head .flow>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.task-detail .task-info .head .flow>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.task-detail .task-info .head .nav{align-items:center;display:flex;flex:1;font-size:12px;height:40px;overflow:auto;width:0}.task-detail .task-info .head .nav::-webkit-scrollbar{display:none}.task-detail .task-info .head .nav>p{align-items:center;display:flex;padding-right:5px}.task-detail .task-info .head .nav>p>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail .task-info .head .nav>p:after{content:"/";padding-left:5px}.task-detail .task-info .head .nav>p:last-child:after{display:none}.task-detail .task-info .head .function{align-items:center;display:flex;margin:0 32px}.task-detail .task-info .head .function .pick{margin-left:12px;margin-right:10px}.task-detail .task-info .head .function .open{cursor:pointer;font-size:22px;margin-left:12px;margin-top:-2px}.task-detail .task-info .head .function .menu{align-items:center;display:flex;margin-left:12px}.task-detail .task-info .head .function .menu .ivu-icon{color:#606266;font-size:22px}.task-detail .task-info .scroller{margin-left:36px;overflow-x:hidden;overflow-y:auto;padding-right:36px}.task-detail .task-info .scroller .title{margin-top:18px}.task-detail .task-info .scroller .title .ivu-input{border-color:transparent;font-size:24px;font-weight:500;line-height:1.4;padding:4px 0;resize:none}.task-detail .task-info .scroller .title .ivu-input:focus{box-shadow:none}.task-detail .task-info .scroller .desc{margin-top:10px;overflow:auto}.task-detail .task-info .scroller .desc div[contenteditable=true]{outline:none}.task-detail .task-info .scroller .desc .mce-content-body img{max-width:100%}.task-detail .task-info .scroller .desc .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#bbb}.task-detail .task-info .scroller .items{margin-top:12px}.task-detail .task-info .scroller .items .ivu-form-item{margin-bottom:10px}.task-detail .task-info .scroller .items .item-label{align-items:center;color:#bbb;display:flex}.task-detail .task-info .scroller .items .item-label .taskfont{margin-right:4px}.task-detail .task-info .scroller .items .item-content{margin-left:12px;margin-top:5px}.task-detail .task-info .scroller .items .item-content>li{align-items:center;display:flex;line-height:26px;list-style:none}.task-detail .task-info .scroller .items .item-content>li .el-dropdown{cursor:pointer;display:flex}.task-detail .task-info .scroller .items .item-content>li .task-priority{padding:0 7px}.task-detail .task-info .scroller .items .item-content>li .picker-time{align-items:center;display:flex;line-height:26px}.task-detail .task-info .scroller .items .item-content>li .picker-time .time{cursor:pointer}.task-detail .task-info .scroller .items .item-content>li .picker-time .ivu-tag{flex-shrink:0;height:20px;line-height:18px;margin-left:10px;padding:0 4px}.task-detail .task-info .scroller .items .item-content>li .picker-time .ivu-tag .ivu-tag-text{align-items:center;display:flex}.task-detail .task-info .scroller .items .item-content>li .picker-time .ivu-tag .ivu-tag-text .taskfont{font-size:14px;padding-right:3px;transform:scale(.9)}.task-detail .task-info .scroller .items .item-content.user{cursor:pointer;margin-top:1px}.task-detail .task-info .scroller .items .item-content.user .user-list{align-items:center;display:flex}.task-detail .task-info .scroller .items .item-content.user .user-list>div{margin-right:6px}.task-detail .task-info .scroller .items .item-content.file{margin-bottom:-3px}.task-detail .task-info .scroller .items .item-content.file>li{margin-bottom:2px}.task-detail .task-info .scroller .items .item-content.file>li .file-load{height:16px;margin:0;padding:2px;width:16px}.task-detail .task-info .scroller .items .item-content.file>li .file-ext{width:16px}.task-detail .task-info .scroller .items .item-content.file>li .file-name{color:#606266;cursor:pointer;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.task-detail .task-info .scroller .items .item-content.file>li .file-name:hover{color:#8bcf70}.task-detail .task-info .scroller .items .item-content.file>li .file-size{color:#bbb;flex-shrink:0;font-size:12px;height:24px;padding-left:10px}.task-detail .task-info .scroller .items .item-content.file>li .file-delete{padding-left:12px}.task-detail .task-info .scroller .items .item-content.file>li .file-delete .taskfont{color:#aaa;cursor:pointer;display:none;font-size:14px;transition:color .3s}.task-detail .task-info .scroller .items .item-content.file>li .file-delete .taskfont:hover{color:red}.task-detail .task-info .scroller .items .item-content.file>li .file-delete .taskfont.deling,.task-detail .task-info .scroller .items .item-content.file>li:hover .file-delete .taskfont{display:inline-block}.task-detail .task-info .scroller .items .item-content.subtask>li{align-items:flex-start;margin-bottom:4px}.task-detail .task-info .scroller .items .item-content.subtask>li:last-child{margin-bottom:-6px}.task-detail .task-info .scroller .items .item-content.subtask>li:hover .subtask-time .clock{opacity:.7;transform:translateX(0)}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-icon{align-items:center;cursor:pointer;display:flex;height:26px;line-height:26px;margin-right:6px;padding-top:1px;width:16px}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;display:inline-block;font-size:12px;height:18px;line-height:16px;margin-right:3px;min-width:20px;padding:0 2px;text-align:center}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-name{display:flex;flex:1;margin-right:8px}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-name .ivu-input{border-color:transparent;line-height:20px;margin:-2px 0;padding:4px 0;resize:none}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-name .ivu-input:focus{box-shadow:none}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time{margin-right:8px}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .time{cursor:pointer;font-size:13px;height:26px;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .time.overdue{color:#ed4014;font-weight:600}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .time.today{color:#f90;font-weight:500}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .clock{font-size:20px;margin:3px 2px;opacity:0;transform:translateX(50%);transition:all .2s}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-avatar{cursor:pointer;height:20px;margin-top:3px}.task-detail .task-info .scroller .items .item-content.subtask>li .ivu-icon-ios-loading{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}.task-detail .task-info .scroller .items .item-content.nosub{margin-top:0}.task-detail .task-info .scroller .items .item-content.nosub>li .add-button,.task-detail .task-info .scroller .items .item-content.nosub>li .add-input{margin-top:-2px}.task-detail .task-info .scroller .add{margin-bottom:10px;margin-top:12px}.task-detail .task-info .scroller .add-input{margin-top:6px}.task-detail .task-info .scroller .add-input.loading .ivu-icon-ios-loading{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}.task-detail .task-info .scroller .add-button{align-items:center;color:#bbb;cursor:pointer;display:flex;height:32px;margin-top:6px}.task-detail .task-info .scroller .add-button>i{font-size:14px;padding-right:8px}.task-detail .task-info .scroller .add-button>em{font-style:normal;padding-left:4px}.task-detail .task-info .scroller .add-button>em:after{content:"/";padding-left:4px}.task-detail .task-info .scroller .add-button>em:last-child:after{display:none}.task-detail .task-info .scroller .add-button:hover{color:#999}.task-detail .task-info .upload{display:none}.task-detail .task-dialog{display:flex;flex-direction:column;flex-shrink:0;margin-top:22px;position:relative}.task-detail .task-dialog .head{align-items:center;color:#888;display:flex;height:40px;padding-bottom:10px;position:relative}.task-detail .task-dialog .head:before{background-color:#f4f5f5;bottom:0;content:"";height:1px;left:36px;position:absolute;right:0}.task-detail .task-dialog .head .icon{font-size:18px;width:18px}.task-detail .task-dialog .head .nav{align-items:center;color:#666;display:flex;flex:1;font-weight:500;padding-left:18px}.task-detail .task-dialog .head .nav>p{align-items:center;cursor:pointer;display:flex;margin-right:24px}.task-detail .task-dialog .head .nav>p.active{color:#555;cursor:default;font-size:16px;font-weight:600;margin-top:-2px}.task-detail .task-dialog .head .nav .refresh{align-items:center;display:flex;margin-left:-18px}.task-detail .task-dialog .head .nav .refresh>i{cursor:pointer;font-size:18px;opacity:.8;transition:opacity .2s}.task-detail .task-dialog .head .nav .refresh>i:hover{opacity:1}.task-detail .task-dialog .head .nav .refresh .common-loading{height:12px;margin:3px;width:12px}.task-detail .task-dialog .no-dialog{display:flex;flex:1;flex-direction:column}.task-detail .task-dialog .no-dialog .no-tip{display:none;flex:1;margin-left:36px}.task-detail .task-dialog .no-dialog .no-input{align-items:center;background-color:#f4f5f7;border-radius:10px;display:flex;margin:22px 0 0 36px;padding:10px 12px}.task-detail .task-dialog .no-dialog .no-input .ivu-input{background-color:transparent;border:0;resize:none}.task-detail .task-dialog .no-dialog .no-input .ivu-input:focus{box-shadow:none}.task-detail .task-dialog .no-dialog .no-input .no-send{display:none}.task-detail .task-dialog .project-log{margin-left:36px}.task-detail .task-dialog .project-log .logs-activity{padding:22px 0 0}.task-detail .task-dialog .project-log .logs-activity>li{list-style:none;padding-top:0}.task-detail .task-dialog .project-log .logs-activity>li.logs-loading,.task-detail .task-dialog .project-log .logs-activity>li.logs-more,.task-detail .task-dialog .project-log .logs-activity>li.logs-none{height:59px;line-height:59px}.task-detail .task-dialog .project-log .logs-activity>li.logs-loading{align-items:center;display:flex}.task-detail .task-dialog .project-log .logs-activity>li.logs-loading .common-loading{height:22px;margin:0;width:22px}.task-detail .task-dialog .dialog-wrapper .dialog-scroller{padding:0 16px 0 32px}.task-detail .task-dialog .dialog-wrapper .dialog-footer{padding:0 14px 0 28px}.task-detail .task-load{display:flex;left:50%;margin-top:6px;position:absolute;top:50%;transform:translate(-50%,-50%)}.task-detail .task-load .common-loading{height:32px;width:32px}.task-detail.open-dialog{flex-direction:row}.task-detail.open-dialog .task-info{overflow:auto}.task-detail.open-dialog .task-info .head .function{margin-right:2px}.task-detail.open-dialog .task-dialog{margin:0 0 0 18px;max-width:450px;min-width:320px}.task-detail.open-dialog .task-dialog:before{background-color:#f4f5f5;bottom:0;content:"";left:0;position:absolute;top:0;width:1px;z-index:1}.task-detail.open-dialog .task-dialog .head:before{left:18px}.task-detail.open-dialog .task-dialog .head .icon:before{display:none}.task-detail.open-dialog .task-dialog .head .nav{padding-left:0}.task-detail.open-dialog .task-dialog .head .nav>p{margin-right:28px}.task-detail.open-dialog .task-dialog .head .nav>p.active{font-size:18px}.task-detail.open-dialog .task-dialog .no-dialog .no-tip{align-items:center;color:#999;display:flex;justify-content:center;margin-left:18px}.task-detail.open-dialog .task-dialog .no-dialog .no-input{margin:0 0 0 18px}.task-detail.open-dialog .task-dialog .dialog-wrapper{z-index:0}.task-detail.open-dialog .task-dialog .dialog-wrapper .dialog-footer{margin-bottom:0}.task-detail.open-dialog .task-dialog .project-log{background-color:#fff;bottom:0;left:0;margin-left:8px;overflow:auto;padding:8px;position:absolute;right:0;top:40px;z-index:1}.task-detail.open-dialog .task-dialog .project-log .logs-activity{padding:22px 0 0 10px}.task-detail.completed .task-info:before{color:#19be6b;content:"\f373";font-family:Ionicons,serif;font-size:72px;opacity:.2;pointer-events:none;position:absolute;right:13%;top:0;z-index:1}.task-detail-receive{padding:6px 6px 3px}.task-detail-receive .receive-title{font-size:14px}.task-detail-receive .receive-title .ivu-icon{color:#f90;font-size:16px;line-height:18px}.task-detail-receive .receive-time{margin-top:10px}.task-detail-receive .receive-time .ivu-date-picker{width:280px}.task-detail-receive .receive-bottom{margin-top:12px;text-align:right}.task-detail-receive .receive-bottom>button+button{margin-left:4px}.task-detail-delete-file-popover{max-width:200px}.task-detail-delete-file-popover .buttons{margin-top:12px;text-align:right}.task-detail-delete-file-popover .buttons .ivu-btn-small{font-size:12px}.task-detail-avatar-buttons{margin-bottom:4px;margin-top:12px;position:absolute;right:14px;text-align:right;top:5px}.task-detail-avatar-buttons>button{font-size:12px;transform:scale(.9)}@media (max-width:768px){.task-detail .task-info .scroller{overflow-x:auto}.task-detail .task-dialog .no-dialog .no-input{padding-right:52px;position:relative}.task-detail .task-dialog .no-dialog .no-input .no-send{align-items:center;bottom:0;display:flex;font-size:18px;justify-content:center;position:absolute;right:0;top:0;width:46px}.task-detail .task-dialog .no-dialog .no-input .no-send .common-loading{height:20px;width:20px}}.task-menu-icon{position:relative}.task-menu-icon .loading{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.task-menu-icon .loading .common-loading{height:14px;margin:0;width:14px}.task-menu-icon .ivu-icon{color:#ccc;cursor:pointer;font-size:16px}.task-menu-icon .ivu-icon.completed{color:#8bcf70}.task-menu-more-dropdown>li.task-menu-more-warp{list-style:none}.task-menu-more-dropdown>li.task-menu-more-warp>ul{max-height:320px;overflow:auto}.task-menu-more-dropdown>li.task-menu-more-warp>ul::-webkit-scrollbar{display:none}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .item{align-items:center;display:flex}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .item>i{color:#bbb;flex-shrink:0;font-size:18px;height:18px;line-height:18px;margin-right:8px;padding:0;width:18px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .item>i.ivu-icon{font-size:16px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow{padding:4px 0}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow>i{margin-right:3px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow>i.check{color:#8bcf70}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name{background:#f4f4f4;border-radius:4px;color:#595959;font-size:12px;height:20px;line-height:20px;padding:0 5px;white-space:nowrap}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li.load-flow{align-items:center;display:flex;justify-content:center;padding:8px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li.load-flow .load-flow-warp{height:20px;width:20px}.task-menu-more-dropdown>li.task-menu-more-warp.medium>ul>li .flow .flow-name{height:24px;line-height:24px;padding:0 7px}.task-menu-more-dropdown>li.task-menu-more-warp.large>ul>li .flow .flow-name{font-size:13px;height:30px;line-height:30px;padding:0 8px}.task-priority{background:transparent;border:1px solid transparent;border-radius:3px;display:inline-block;font-size:13px;max-width:100%;overflow:hidden;padding:2px 5px;text-overflow:ellipsis;white-space:nowrap}.team-management{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.team-management .management-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.team-management .management-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.team-management .management-title .title-icon>i{cursor:pointer}.team-management .team-email{align-items:center;display:flex}.team-management .team-email .ivu-tag{flex-shrink:0;height:18px;line-height:18px;overflow:hidden;padding:0 4px;text-overflow:ellipsis;transform:scale(.8);transform-origin:right center;white-space:nowrap}body.dark-mode-reverse .common-app-down-link,body.dark-mode-reverse .ivu-badge-count,body.dark-mode-reverse .ivu-btn-primary{color:#000}body.dark-mode-reverse .ivu-modal-mask{background-color:hsla(0,0%,90%,.6)}body.dark-mode-reverse .ivu-modal-content{box-shadow:0 4px 12px hsla(0,0%,100%,.15)}body.dark-mode-reverse .ivu-message-notice-content{border:1px solid #e3e8ed;box-shadow:0 1px 6px hsla(0,0%,100%,.2)}body.dark-mode-reverse .ivu-notice-notice,body.dark-mode-reverse .ivu-poptip-inner,body.dark-mode-reverse .ivu-select-dropdown,body.dark-mode-reverse .ivu-tooltip-inner{border:1px solid #e3e8ed;box-shadow:none}body.dark-mode-reverse .el-dropdown-menu{border-color:#e3e8ed;box-shadow:0 2px 12px 0 hsla(0,0%,100%,.1)}body.dark-mode-reverse .el-tooltip__popper.is-light{border:1px solid #e3e8ed;box-shadow:0 1px 6px hsla(0,0%,100%,.2)}body.dark-mode-reverse .drawer-overlay{background:hsla(0,0%,90%,.6)}body.dark-mode-reverse .drawer-overlay .overlay-body .overlay-close>a{color:#323232}body.dark-mode-reverse .drawer-overlay .overlay-body .overlay-close>a:hover{color:#000}body.dark-mode-reverse .file-content .content-body .tox .tox-edit-area__iframe,body.dark-mode-reverse .file-preview .content-body .tox .tox-edit-area__iframe{background-color:#000}body.dark-mode-reverse .file-content .content-body .teditor-loadedstyle .tox-sidebar-wrap,body.dark-mode-reverse .file-preview .content-body .teditor-loadedstyle .tox-sidebar-wrap{box-shadow:none}body.dark-mode-reverse .minder-editor-container .quickbar{border:1px solid #e3e8ed!important;box-shadow:3px 3px 10px hsla(0,0%,100%,.2)!important}body.dark-mode-reverse .project-list .project-head .project-titbox .project-icons>li.project-icon.active{color:#000}body.dark-mode-reverse .project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.overdue{background-color:transparent;color:#ed4014}body.dark-mode-reverse .project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.today{background-color:transparent;color:#f90}body.dark-mode-reverse .project-list .project-table .project-table-body .task-row>div.row-time .task-time.overdue{background-color:transparent;color:#ed4014}body.dark-mode-reverse .project-list .project-table .project-table-body .task-row>div.row-time .task-time.today{background-color:transparent;color:#f90}body.dark-mode-reverse .dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content{background-color:#e1e1e1;color:#fff}body.dark-mode-reverse .dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content{background-color:#8bcf70}body.dark-mode-reverse .file-icon:before{background-image:url(../images/file/dark/other.svg)}body.dark-mode-reverse .file-icon.archive:before{background-image:url(../images/file/dark/archive.svg)}body.dark-mode-reverse .file-icon.cad:before{background-image:url(../images/file/dark/cad.svg)}body.dark-mode-reverse .file-icon.code:before{background-image:url(../images/file/dark/code.svg)}body.dark-mode-reverse .file-icon.document:before{background-image:url(../images/file/dark/document.svg)}body.dark-mode-reverse .file-icon.excel:before{background-image:url(../images/file/dark/excel.svg)}body.dark-mode-reverse .file-icon.flow:before{background-image:url(../images/file/dark/flow.svg)}body.dark-mode-reverse .file-icon.folder:before{background-image:url(../images/file/dark/folder.svg)}body.dark-mode-reverse .file-icon.media:before{background-image:url(../images/file/dark/media.svg)}body.dark-mode-reverse .file-icon.mind:before{background-image:url(../images/file/dark/mind.svg)}body.dark-mode-reverse .file-icon.ofd:before{background-image:url(../images/file/dark/ofd.svg)}body.dark-mode-reverse .file-icon.pdf:before{background-image:url(../images/file/dark/pdf.svg)}body.dark-mode-reverse .file-icon.picture:before{background-image:url(../images/file/dark/picture.svg)}body.dark-mode-reverse .file-icon.ppt:before{background-image:url(../images/file/dark/ppt.svg)}body.dark-mode-reverse .file-icon.sheet:before{background-image:url(../images/file/dark/sheet.svg)}body.dark-mode-reverse .file-icon.tif:before{background-image:url(../images/file/dark/tif.svg)}body.dark-mode-reverse .file-icon.txt:before{background-image:url(../images/file/dark/txt.svg)}body.dark-mode-reverse .file-icon.updir:before{background-image:url(../images/file/dark/updir.svg)}body.dark-mode-reverse .file-icon.upload:before{background-image:url(../images/file/dark/upload.svg)}body.dark-mode-reverse .file-icon.word:before{background-image:url(../images/file/dark/word.svg)}body.dark-mode-reverse .file-icon.wps:before{background-image:url(../images/file/dark/wps.svg)}body.dark-mode-reverse .page-login .login-body .login-box{box-shadow:none}body.dark-mode-reverse .page-manage .manage-box-menu .manage-box-dropdown .manage-box-title.menu-visible{box-shadow:0 1px 6px hsla(0,0%,100%,.2)}body.dark-mode-reverse .page-dashboard .dashboard-wrapper .dashboard-block>li .block-title{color:rgba(0,0,0,.6);font-size:12px}body.dark-mode-reverse .page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .block-num{color:#000}body.dark-mode-reverse .page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .taskfont{color:rgba(0,0,0,.7)}body.dark-mode-reverse .page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar{color:#1c1917}body.dark-mode-reverse .page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-text{color:#555} +@charset "UTF-8";.file-icon:before{background-image:url(../images/file/light/other.svg);background-repeat:no-repeat;background-size:contain;content:""}.file-icon.archive:before{background-image:url(../images/file/light/archive.svg)}.file-icon.cad:before{background-image:url(../images/file/light/cad.svg)}.file-icon.code:before{background-image:url(../images/file/light/code.svg)}.file-icon.document:before{background-image:url(../images/file/light/document.svg)}.file-icon.excel:before{background-image:url(../images/file/light/excel.svg)}.file-icon.flow:before{background-image:url(../images/file/light/flow.svg)}.file-icon.folder:before{background-image:url(../images/file/light/folder.svg)}.file-icon.media:before{background-image:url(../images/file/light/media.svg)}.file-icon.mind:before{background-image:url(../images/file/light/mind.svg)}.file-icon.ofd:before{background-image:url(../images/file/light/ofd.svg)}.file-icon.pdf:before{background-image:url(../images/file/light/pdf.svg)}.file-icon.picture:before{background-image:url(../images/file/light/picture.svg)}.file-icon.ppt:before{background-image:url(../images/file/light/ppt.svg)}.file-icon.sheet:before{background-image:url(../images/file/light/sheet.svg)}.file-icon.tif:before{background-image:url(../images/file/light/tif.svg)}.file-icon.txt:before{background-image:url(../images/file/light/txt.svg)}.file-icon.updir:before{background-image:url(../images/file/light/updir.svg)}.file-icon.upload:before{background-image:url(../images/file/light/upload.svg)}.file-icon.word:before{background-image:url(../images/file/light/word.svg)}.file-icon.wps:before{background-image:url(../images/file/light/wps.svg)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.horizontal-collapse-transition{transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-display:"auto";font-family:element-icons;font-style:normal;font-weight:400;src:url(fonts/element-icons.woff) format("woff"),url(fonts/element-icons.ttf) format("truetype")}[class*=" el-icon-"],[class^=el-icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:element-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;vertical-align:baseline}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.el-avatar{background:#c0c4cc;box-sizing:border-box;color:#fff;display:inline-block;font-size:14px;height:40px;line-height:40px;overflow:hidden;text-align:center;width:40px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{height:40px;line-height:40px;width:40px}.el-avatar--medium{height:36px;line-height:36px;width:36px}.el-avatar--small{height:28px;line-height:28px;width:28px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{word-wrap:break-word;border-radius:4px;font-size:14px;line-height:1.2;min-width:10px;padding:10px;position:absolute;z-index:2000}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{border-width:5px;content:" "}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{border-bottom-width:0;border-top-color:#585e6a;bottom:-6px}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{border-bottom-width:0;border-top-color:#585e6a;bottom:1px;margin-left:-5px}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{border-bottom-color:#585e6a;border-top-width:0;top:-6px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#585e6a;border-top-width:0;margin-left:-5px;top:1px}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{border-left-width:0;border-right-color:#585e6a;left:-6px}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{border-left-width:0;border-right-color:#585e6a;bottom:-5px;left:1px}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{border-left-color:#585e6a;border-right-width:0;right:-6px}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{border-left-color:#585e6a;border-right-width:0;bottom:-5px;margin-left:-5px;right:1px}.el-tooltip__popper.is-dark{background:#585e6a;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #585e6a}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#585e6a}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-popover{background:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);color:#606266;font-size:14px;line-height:1.4;min-width:150px;padding:12px;position:absolute;text-align:justify;word-break:break-all;z-index:2000}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-button{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;text-align:center;transition:.1s;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;white-space:nowrap}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{background-color:#ecf5ff;border-color:#c6e2ff;color:#409eff}.el-button:active{border-color:#3a8ee6;color:#3a8ee6;outline:none}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409eff;color:#409eff}.el-button.is-plain:active{background:#fff;outline:none}.el-button.is-active,.el-button.is-plain:active{border-color:#3a8ee6;color:#3a8ee6}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{background-color:#fff;background-image:none;border-color:#ebeef5;color:#c0c4cc;cursor:not-allowed}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{pointer-events:none;position:relative}.el-button.is-loading:before{background-color:hsla(0,0%,100%,.35);border-radius:inherit;bottom:-1px;content:"";left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{background-color:#409eff;border-color:#409eff;color:#fff}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary:active{outline:none}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#a0cfff;border-color:#a0cfff;color:#fff}.el-button--primary.is-plain{background:#ecf5ff;border-color:#b3d8ff;color:#409eff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409eff;border-color:#409eff;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:none}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#ecf5ff;border-color:#d9ecff;color:#8cc5ff}.el-button--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{outline:none}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#b3e19d;border-color:#b3e19d;color:#fff}.el-button--success.is-plain{background:#f0f9eb;border-color:#c2e7b0;color:#67c23a}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:none}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#f0f9eb;border-color:#e1f3d8;color:#a4da89}.el-button--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{outline:none}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#f3d19e;border-color:#f3d19e;color:#fff}.el-button--warning.is-plain{background:#fdf6ec;border-color:#f5dab1;color:#e6a23c}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:none}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#fdf6ec;border-color:#faecd8;color:#f0c78a}.el-button--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{outline:none}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#fab6b6;border-color:#fab6b6;color:#fff}.el-button--danger.is-plain{background:#fef0f0;border-color:#fbc4c4;color:#f56c6c}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:none}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#fef0f0;border-color:#fde2e2;color:#f9a7a7}.el-button--info{background-color:#909399;border-color:#909399;color:#fff}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{outline:none}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#c8c9cc;border-color:#c8c9cc;color:#fff}.el-button--info.is-plain{background:#f4f4f5;border-color:#d3d4d6;color:#909399}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:none}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#f4f4f5;border-color:#e9e9eb;color:#bcbec2}.el-button--medium{border-radius:4px;font-size:14px;padding:10px 20px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{border-radius:3px;font-size:12px;padding:9px 15px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{border-radius:3px;font-size:12px;padding:7px 15px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{background:transparent;border-color:transparent;color:#409eff;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{background-color:transparent;border-color:transparent;color:#66b1ff}.el-button--text:active{background-color:transparent;color:#3a8ee6}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{content:"";display:table}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.el-button-group>.el-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-bottom-left-radius:0;border-left-color:hsla(0,0%,100%,.5);border-top-left-radius:0}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.el-popper .popper__arrow{border-width:6px;filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{border-width:6px;content:" "}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{border-bottom-width:0;border-top-color:#ebeef5;bottom:-6px;left:50%;margin-right:3px}.el-popper[x-placement^=top] .popper__arrow:after{border-bottom-width:0;border-top-color:#fff;bottom:1px;margin-left:-6px}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{border-bottom-color:#ebeef5;border-top-width:0;left:50%;margin-right:3px;top:-6px}.el-popper[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff;border-top-width:0;margin-left:-6px;top:1px}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{border-left-width:0;border-right-color:#ebeef5;left:-6px;margin-bottom:3px;top:50%}.el-popper[x-placement^=right] .popper__arrow:after{border-left-width:0;border-right-color:#fff;bottom:-6px;left:1px}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{border-left-color:#ebeef5;border-right-width:0;margin-bottom:3px;right:-6px;top:50%}.el-popper[x-placement^=left] .popper__arrow:after{border-left-color:#fff;border-right-width:0;bottom:-6px;margin-left:-6px;right:1px}.el-dropdown{color:#606266;display:inline-block;font-size:14px;position:relative}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{border-left:none;padding-left:5px;padding-right:5px;position:relative}.el-dropdown .el-dropdown__caret-button:before{background:hsla(0,0%,100%,.5);bottom:5px;content:"";display:block;left:0;position:absolute;top:5px;width:1px}.el-dropdown .el-dropdown__caret-button.el-button--default:before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before{bottom:0;top:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{color:#bbb;cursor:not-allowed}.el-dropdown-menu{background-color:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);left:0;margin:5px 0;padding:10px 0;position:absolute;top:0;z-index:10}.el-dropdown-menu__item{color:#606266;cursor:pointer;font-size:14px;line-height:36px;list-style:none;margin:0;outline:none;padding:0 20px}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#f4f5f7;color:#606266}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid #ebeef5;margin-top:6px;position:relative}.el-dropdown-menu__item--divided:before{background-color:#fff;content:"";display:block;height:6px;margin:0 -20px}.el-dropdown-menu__item.is-disabled{color:#bbb;cursor:default;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{font-size:14px;line-height:30px;padding:0 17px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{font-size:13px;line-height:27px;padding:0 15px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{font-size:12px;line-height:24px;padding:0 10px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-notification{background-color:#fff;border:1px solid #ebeef5;border-radius:8px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;overflow:hidden;padding:14px 26px 14px 13px;position:fixed;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;width:330px}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{color:#303133;font-size:16px;font-weight:700;margin:0}.el-notification__content{color:#606266;font-size:14px;line-height:21px;margin:6px 0 0;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{font-size:24px;height:24px;width:24px}.el-notification__closeBtn{color:#909399;cursor:pointer;font-size:16px;position:absolute;right:15px;top:18px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;transform:translateX(100%)}.el-notification-fade-enter.left{left:0;transform:translateX(-100%)}.el-notification-fade-leave-active{opacity:0}.el-dropdown-menu__item{min-width:100px}.el-dropdown-menu__item .item.red,.el-dropdown-menu__item .item.red>i{color:red!important}.el-dropdown-menu__item--divided:before{height:5px}.el-tooltip__popper.is-light{border-width:0;box-shadow:0 1px 6px rgba(0,0,0,.2)}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:hsla(0,0%,85%,.5)}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:hsla(0,0%,85%,.5)}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:hsla(0,0%,85%,.5)}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:hsla(0,0%,85%,.5)}.el-popover{border-width:0;box-shadow:0 1px 6px rgba(0,0,0,.2)}@font-face{font-family:zenicon;src:url(../css/fonts/zenicon.woff2) format("woff2")}.ft.icon{word-wrap:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;-webkit-font-feature-settings:"liga";direction:ltr;font-family:zenicon,serif;letter-spacing:normal;line-height:1;padding-left:1px;text-transform:none;transform:scale(1.2);transform-origin:50% 0;white-space:nowrap}.ft+.el-el-button,.ft+.ft,.ft+.z-confirm,.ft+.z-execute,.ft+.z-link,.ft+a{margin-left:.6rem}.ft.l12{margin-left:12px}.ft.r12{margin-right:12px}.ft.hover{cursor:pointer}.ft.hover:hover{color:#0285d7}.ft.dark{color:#0d0d0d}.ft.gray{color:#666}.ft.yellow{color:#f90}.ft.red{color:#ed3f14}.ft.green{color:#19be6b}.ft.blue{color:#2d8cf0}.ft.center{text-align:center}.ft.right{text-align:right}.ft.bold{font-weight:700}.ft.underline{text-decoration:underline}.ft.through{text-decoration:line-through}.ft.italic{font-style:italic}.ft.cursor{cursor:pointer}.ft.h1{font-size:1.3rem}.ft.h2{font-size:1.2rem}.ft.h3{font-size:1.1rem}.ft.h4{font-size:.9rem}.ft.h5{font-size:.8rem}@font-face{font-family:taskfont;src:url(../css/fonts/taskfont.woff2) format("woff2"),url(../css/fonts/taskfont.woff) format("woff"),url(../css/fonts/taskfont.ttf) format("truetype")}.taskfont{-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale;font-family:taskfont,"serif"!important;font-size:16px;font-style:normal}.app-view-loading{align-items:center;background-color:hsla(0,0%,100%,.7);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.app-view-loading>div{text-align:center}.app-view-loading>div>div{color:#ccc;font:11px verdana;letter-spacing:1px;line-height:16px;margin:0;text-transform:uppercase}.app-view-loading>div>span{-webkit-animation:app-view-loadanim 1s infinite alternate;animation:app-view-loadanim 1s infinite alternate;background:#007db6;border-radius:8px;display:inline-block;height:8px;margin:2px;vertical-align:middle;width:8px}.app-view-loading>div>span:nth-of-type(2){-webkit-animation-delay:.2s;animation-delay:.2s;background:#008fb2}.app-view-loading>div>span:nth-of-type(3){-webkit-animation-delay:.4s;animation-delay:.4s;background:#009b9e}.app-view-loading>div>span:nth-of-type(4){-webkit-animation-delay:.6s;animation-delay:.6s;background:#00a77d}.app-view-loading>div>span:nth-of-type(5){-webkit-animation-delay:.8s;animation-delay:.8s;background:#00b247}.app-view-loading>div>span:nth-of-type(6){-webkit-animation-delay:1s;animation-delay:1s;background:#5ab027}.app-view-loading>div>span:nth-of-type(7){-webkit-animation-delay:1.2s;animation-delay:1.2s;background:#a0b61e}@-webkit-keyframes app-view-loadanim{0%{opacity:0}to{opacity:1}}@keyframes app-view-loadanim{0%{opacity:0}to{opacity:1}}.overlay-y{overflow-y:overlay!important}.overlay-y::-webkit-scrollbar{height:10px;width:10px}.overlay-y::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.overlay-y::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.5);border-radius:10px}.overlay-y:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);background-clip:content-box;border:2px solid transparent}.overlay-y:hover::-webkit-scrollbar-thumb:hover{border-bottom-width:0;border-top-width:0}.overlay-y::-webkit-scrollbar-track{background:transparent;border-radius:10px}.common-app-down{align-items:center;bottom:26px;display:flex;position:absolute;right:26px;transition:bottom .3s;z-index:1}.common-app-down.on-client[data-route=login]{bottom:75px}.common-app-down-notification .notification-head{align-items:center;display:flex}.common-app-down-notification .notification-head .notification-title{color:#303133;display:inline-block;font-size:18px;font-weight:500;margin-right:6px;vertical-align:middle}.common-app-down-notification .notification-body{margin:18px 0;max-height:210px;overflow-x:hidden;overflow-y:auto}.common-app-down-notification .notification-body .markdown-preview{margin:-20px -12px}.common-app-down-notification .notification-body .markdown-preview h2{font-size:18px!important;padding-top:2px!important}.common-app-down-notification .notification-body .markdown-preview ul li{padding:2px 0 2px 2px!important}.common-app-down-notification .notification-body .markdown-preview ul li:after{height:6px!important;top:10px!important;width:6px!important}.common-app-down-notification .notification-link{margin-top:20px;text-align:right}.common-app-down-notification .notification-link>button+button{margin-left:6px}.common-app-down-link{background-color:#8bcf70;border-color:#8bcf70;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:32px;line-height:32px;padding:0 15px}.common-app-down-link:hover{color:#fff;opacity:.9}.common-auto-tip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-circle{border-radius:50%}.common-circle .common-circle-path{fill:transparent}.common-circle .common-circle-g-path-ring{stroke:#8bcf70}.common-circle .common-circle-g-path-core{fill:#8bcf70;transform:scale(.56);transform-origin:50%}.drawer-overlay{background:hsla(0,0%,4%,.76);box-sizing:border-box;display:flex;flex-direction:column;height:0;justify-content:flex-end;left:0;opacity:0;outline:none;pointer-events:none;position:fixed;top:0;width:0;z-index:1000}.drawer-overlay .overlay-mask{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.drawer-overlay .overlay-body{display:flex;flex-direction:column;height:100%;max-height:100%;max-width:100%;width:100%;z-index:2}.drawer-overlay .overlay-body .overlay-close{align-items:flex-end;display:flex;flex-shrink:0;justify-content:flex-end}.drawer-overlay .overlay-body .overlay-close>a{align-items:center;color:#dbdbde;display:flex;height:40px;justify-content:center;width:40px}.drawer-overlay .overlay-body .overlay-close>a .icon{height:24px;width:24px}.drawer-overlay .overlay-body .overlay-close>a>svg{transition:all .3s}.drawer-overlay .overlay-body .overlay-close>a:hover{color:#fff}.drawer-overlay .overlay-body .overlay-close>a:hover>svg{transform:rotate(-90deg)}.drawer-overlay .overlay-body .overlay-resize{height:5px;margin-bottom:-5px;width:100%;z-index:1}.drawer-overlay .overlay-body .overlay-content{background:#fff;border-radius:18px 18px 0 0;cursor:default;flex:1;opacity:0;position:relative;transform:translateY(15%) scale(.98)}.drawer-overlay.overlay-visible{height:100%;opacity:1;pointer-events:auto;transition:opacity .2s ease;width:100%}.drawer-overlay.overlay-visible .overlay-body .overlay-content{opacity:1;transform:translate(0) scale(1);transition:opacity .2s ease,transform .3s ease}.drawer-overlay.overlay-hide{height:100%;transition:opacity .2s ease;width:100%}.drawer-overlay.overlay-hide .overlay-body .overlay-content{transform:translateY(15%) scale(.98);transition:opacity .2s ease,transform .2s ease}.drawer-overlay.right{flex-direction:row;justify-content:flex-end}.drawer-overlay.right .overlay-body{flex-direction:row}.drawer-overlay.right .overlay-body .overlay-close{align-items:flex-start}.drawer-overlay.right .overlay-body .overlay-resize{height:100%;margin-right:-5px;width:5px;z-index:1}.drawer-overlay.right .overlay-body .overlay-content{border-radius:18px 0 0 18px;transform:translate(15%) scale(.98)}.drawer-overlay.right.overlay-visible .overlay-body .overlay-content{transform:translate(0) scale(1)}.drawer-overlay.right.overlay-hide .overlay-body .overlay-content{transform:translate(15%) scale(.98)}.img-upload-modal .ivu-modal-mask{z-index:1001}.img-upload-modal .ivu-modal-no-mask{background-color:rgba(55,55,55,.2)}.img-upload-modal .ivu-modal-wrap{z-index:1001}.imgcomp-upload-list{background:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.2);display:inline-block;height:60px;line-height:60px;margin-right:4px;overflow:hidden;position:relative;text-align:center;vertical-align:top;width:60px}.imgcomp-upload-list .imgcomp-upload-img{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.imgcomp-upload-list .imgcomp-upload-list-cover{background:rgba(0,0,0,.6);bottom:0;display:none;left:0;position:absolute;right:0;top:0}.imgcomp-upload-list .imgcomp-upload-list-cover i{color:#fff;cursor:pointer;font-size:24px;margin:0;transition:all .2s;vertical-align:middle}.imgcomp-upload-list .imgcomp-upload-list-cover i:hover{font-size:28px}.imgcomp-upload-list .ivu-progress{height:100%}.imgcomp-upload-list .ivu-progress .ivu-progress-outer{background-color:rgba(0,0,0,.68);height:100%}.imgcomp-upload-list .ivu-progress .ivu-progress-outer .ivu-progress-inner{margin:0 auto;width:88%}.imgcomp-upload-list:hover .imgcomp-upload-list-cover{display:block}.img-upload-foot,.img-upload-foot .img-upload-foot-input{align-items:center;display:flex;justify-content:flex-end}.img-upload-foot .img-upload-foot-input{flex:1;text-align:left}.img-upload-foot .img-upload-foot-input .img-upload-foot-httptitle{cursor:pointer;margin-right:22px;padding-left:3px}.add-box{background:#fff;border:1px dashed #dddee1;border-radius:4px;display:inline-block;height:60px;line-height:60px;overflow:hidden;position:relative;text-align:center;vertical-align:top;width:60px}.add-box .add-box-icon i{padding-bottom:2px;vertical-align:middle}.add-box .add-box-upload{background:rgba(0,0,0,.6);color:#fff;display:none;height:100%;left:0;padding-top:9px;position:absolute;top:0;width:100%}.add-box .add-box-upload .add-box-item{cursor:pointer;height:22px;line-height:22px}.add-box .add-box-upload .add-box-item .ivu-upload-drag,.add-box .add-box-upload .add-box-item .ivu-upload-drag:hover{background:transparent;border:0;border-radius:0}.add-box .add-box-upload .add-box-item span{font-size:12px;transition:all .2s}.add-box .add-box-upload .add-box-item:hover span{font-size:14px}.add-box em{font-style:normal}.add-box:hover{border-color:rgba(0,0,0,.6)}.add-box:hover .add-box-upload{display:block}.callback-add-box{background:transparent;border:0;display:block;height:25px;line-height:25px;width:auto}.callback-add-box .add-box-icon{display:none}.callback-add-box .add-box-upload{background:transparent;color:#333;display:block;padding:0;width:auto}.callback-add-box .add-box-upload>div{display:inline-block;padding-right:10px}.browse-load{margin:20px;text-align:center}.browse-list{max-height:540px;overflow:auto}.browse-list .browse-item{cursor:pointer;display:inline-block;margin:10px 15px;position:relative;text-align:center}.browse-list .browse-item .browse-img{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAABxCAAAAABg5GeyAAACW0lEQVR4Ae3XVRLjMBAE0L3/rSwKM3OcSNPyLVYOLvM6UD0Bd03LVe9XH+RlhlRSSSWVVFJJJZVUUkkllVRSSSWVVFJJJZVUUkl9WyqppJJKKqmkkgpURP17xngOAR5NxW5wlJ9MaLQh83F4NHWmd/gZtdVBaOldfDB1bq5UpJFbFOC6LKnYrkRO209PAw+hIuzWB8Ep5es8HvYo4z4tE1X8UeRwlMM2D5Bzkc7kj6Bi3VTKDDwEeUcrMxrUvGDXTnHa6kK69SDN9sgq1clxKSbNHqqnYmdri81Q9QHf1JPt1Frncaib2XbiTKL2GkHaurnY9LOulMV0O7G6Kw+g9sw2ohhm62KezVJaaufjWC1TnOkr1exilJ7Ji0vxCCqO9V4UwV4PYr9+apouhGYLKfnahdpqegjmeoXOpXgANe70pKT6Zhu19qkY2nC0PZS527lQOyInqr8Uvc5jqfUb1X+PGh5IhW90S2quh3FQC2XRcF66TUkTXPcLKm5FtdR9RJq+2hWII7UpFtmsQLEyzsdJtkxxpr6gLotbUSlV9yeT0Trmzk2XPdUThLYarUbWOY9j04xXQ2u+pMZLYSumGmNUH3HbM9qOAwSHodN2Pks25F2j3aI7+IxqNsB+YLWb16ukSjiW4xNB0gMoMfApBS/XZQgi3p9/5RsiKNKZEOwYFVIF5VyTyD19sbyjIJiNJRZxpNbx2S8sGKvGZNHJBniBu9Wy5WxjGuQFqIAcBHiRGyt4ua5gSCWVVFJJJZVUUkkllVRSSSWVVFJJJZVUUkkllVRSSSWVVFI/AgO0SXIVYHeGAAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;background-size:cover;height:64px;width:64px}.browse-list .browse-item .browse-title{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:64px}.browse-list .browse-item .browse-icon{background-color:rgba(0,0,0,.5);color:#fff;font-size:36px;height:64px;left:0;padding-top:15px;position:absolute;top:0;width:100%}.browse-list-disabled{position:relative}.browse-list-disabled:after{background-color:hsla(0,0%,100%,.9);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.common-loading{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:30px;margin:auto;max-height:100%;max-width:100%;overflow:hidden;transform-origin:center center;width:30px}.common-loading .common-path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.app-scroller-y{-webkit-overflow-scrolling:touch;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;position:absolute;right:0;top:0}.app-scroller-y .app-scroller-bottom{height:0;margin:0;padding:0}.app-scroller-y.static{flex:1;position:static}.common-spinner{bottom:20px;display:none;height:30px;margin:0 auto;position:fixed;right:20px;width:30px;z-index:9999}.common-spinner .common-circular{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.teditor-box .tox.tox-silver-sink,.teditor-transfer .tox.tox-silver-sink{z-index:13000}.teditor-box{min-height:22px;position:relative}.teditor-box .icon-inline{color:#bbb;left:0;position:absolute;top:0}.teditor-box textarea{opacity:0}.teditor-box .tox-tinymce{border-color:#dddee1;border-radius:4px;box-shadow:none;box-sizing:border-box;overflow:hidden}.teditor-box .tox-tinymce .tox-statusbar span.tox-statusbar__branding a{display:none}.teditor-box .tox-tinymce .tox-tbtn--bespoke .tox-tbtn__select-label{width:auto}.teditor-transfer{background-color:#fff}.teditor-transfer .tox-toolbar>div:last-child>button:last-child{margin-right:64px}.teditor-transfer .ivu-modal-header{display:none}.teditor-transfer .ivu-modal-close{top:7px;z-index:2}.teditor-transfer .teditor-transfer-body{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.teditor-transfer .teditor-transfer-body textarea{opacity:0}.teditor-transfer .teditor-transfer-body .tox-tinymce{border:0}.teditor-transfer .teditor-transfer-body .tox-tinymce .tox-statusbar span.tox-statusbar__branding a{display:none}.teditor-loadstyle{height:180px;overflow:hidden;position:relative;width:100%}.teditor-loadedstyle{max-height:inherit;overflow:inherit;position:relative;width:100%}.upload-control{display:none;height:0;overflow:hidden;width:0}.tox-tinymce-inline{z-index:100000}.quick-edit{align-items:center;display:flex;max-width:100%}.quick-edit .quick-input{flex:1;max-width:100%;position:relative}.quick-edit .quick-input .quick-loading{align-items:center;bottom:0;display:flex;position:absolute;right:8px;top:0}.quick-edit .quick-input .quick-loading .common-loading{height:14px;margin:0;width:14px}.quick-edit .quick-text{align-items:center;height:20px;line-height:20px;margin-right:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-edit .quick-icon{cursor:pointer;display:none;font-size:16px}.quick-edit.quick-always .quick-icon{display:inline-block;opacity:.3;transition:opacity .2s}.ivu-table-row-hover .quick-edit .quick-icon,.quick-edit:hover .quick-icon{display:inline-block;opacity:1}.common-tag-input{background:#fff;border:1px solid #dddee1;border-radius:4px;color:#495060;cursor:text;display:inline-block;line-height:normal;min-height:32px;padding:2px 7px;position:relative;transition:all .2s;vertical-align:middle;width:100%}.common-tag-input:hover{border-color:#a2d98d}.common-tag-input.focus{border-color:#a2d98d;box-shadow:0 0 0 2px rgba(139,207,112,.2)}.common-tag-input .tags-input,.common-tag-input .tags-item{background-color:#f1f8ff;border-radius:3px;color:#495060;float:left;line-height:22px;margin:2px 6px 2px 0;padding:0 20px 0 6px;position:relative}.common-tag-input .tags-input .tags-content,.common-tag-input .tags-item .tags-content{line-height:22px}.common-tag-input .tags-input .tags-del,.common-tag-input .tags-item .tags-del{cursor:pointer;height:22px;position:absolute;right:0;text-align:center;top:-1px;width:20px}.common-tag-input .tags-input{-webkit-appearance:none;background-color:inherit;border:none;color:inherit;height:22px;line-height:22px;max-width:80%;outline:none;overflow:hidden;padding:0;resize:none}.common-tag-input .tags-input::-moz-placeholder{color:#bbb}.common-tag-input .tags-input:-ms-input-placeholder{color:#bbb}.common-tag-input .tags-input::placeholder{color:#bbb}.common-tag-input .tags-placeholder{color:hsla(0,0%,100%,0);left:0;position:absolute;top:0;z-index:-1}.common-tag-input:after{clear:both;content:"";display:block;height:0}.ivu-form-item-error .common-tag-input,.ivu-form-item-error .common-tag-input:hover{border-color:#ed4014}.ivu-form-item-error .common-tag-input.focus{border-color:#ed4014;box-shadow:0 0 0 2px rgba(237,64,20,.2)}.common-avatar{position:relative}.common-avatar.avatar-wrapper{align-items:center;display:flex}.common-avatar.avatar-wrapper .avatar-box{align-items:center;border-radius:50%;display:flex;position:relative}.common-avatar.avatar-wrapper .avatar-box .avatar-default{background-color:transparent}.common-avatar.avatar-wrapper .avatar-box .avatar-text{background-color:#8bcf70}.common-avatar.avatar-wrapper .avatar-box .avatar-text>span{display:inline-block;font-size:15px;line-height:1}.common-avatar.avatar-wrapper .avatar-box>em{background-color:#f90;border:1px solid #fff;border-radius:50%;bottom:0;height:8px;position:absolute;right:0;transform-origin:right bottom;width:8px;z-index:1}.common-avatar.avatar-wrapper .avatar-box.online>em{background-color:#8bcf70}.common-avatar.avatar-wrapper .avatar-name{overflow:hidden;padding-left:6px;text-overflow:ellipsis;white-space:nowrap}.common-avatar-transfer{line-height:1.5;padding:4px 2px}.common-avatar-transfer>p{padding:1px 2px}.common-avatar-transfer .avatar-icons{align-items:center;border-top:1px solid hsla(240,5%,96%,.5);display:flex;margin-top:12px;padding:8px 0 2px}.common-avatar-transfer .avatar-icons>i{color:#f4f4f5;cursor:pointer;font-size:22px;margin-right:12px}.common-avatar-transfer .avatar-icons>i:last-child{margin-right:0}.common-avatar-transfer .avatar-icons>i:hover{color:#fff}.common-user{position:relative;white-space:normal}.common-user .common-user-loading{align-items:center;bottom:0;display:flex;position:absolute;right:10px;top:2px}.common-user .common-user-loading .common-loading{height:14px;width:14px}.common-user.hidden-input .ivu-select-selection{padding:0 4px}.common-user.hidden-input .ivu-select-selection .ivu-select-input{display:none}.common-user-transfer .user-input-option,.common-user-transfer .user-input-option .user-input-avatar{align-items:center;display:flex}.common-user-transfer .user-input-option .user-input-avatar .avatar{height:26px;line-height:26px;width:26px}.common-user-transfer .user-input-option .user-input-nickname{flex:1;margin-left:10px}.common-user-transfer .user-input-option .user-input-userid{color:#ccc;font-size:12px;margin-left:10px;transition:margin .1s}.common-user-transfer .ivu-select-item.ivu-select-item-selected:after{top:8px}.common-user-transfer .ivu-select-item.ivu-select-item-selected .user-input-option .user-input-userid{margin-right:16px}.common-user-transfer .user-drop-prepend{border-bottom:1px solid #f1f1f1;color:#c5c8ce;font-size:12px;line-height:20px;margin-bottom:5px;padding-bottom:5px;text-align:center}.report{height:100%;padding:10px 20px}.report .report-list-wrap{display:flex;flex-direction:column;height:100%;padding-top:53px;position:absolute;top:0;width:100%}.report .report-list-wrap .report-row-foot{flex:0 0 auto}.report .report-list-wrap .report-row-content{flex:1 1 auto;overflow-y:auto}.report .report-list-wrap .report-row-content .ivu-table .ivu-table-body{height:100%;overflow-y:auto;padding-bottom:50px}.report .manage-box-report{margin-left:4px;transform:scale(.8);vertical-align:top}.report .page-box{margin-top:15px;text-align:center}.report .ivu-tabs{height:100%;position:relative}.report .ivu-tabs .ivu-tabs-bar{background:#fff;position:relative;z-index:2}.report .ivu-tabs .ivu-tabs-content{height:100%;margin-top:-53px;padding-top:53px;width:100%}.report-detail{display:flex;flex-direction:column;height:100%}.report-detail .report-title{border-bottom:1px solid #eee;flex-shrink:0;font-size:16px;font-weight:700;margin-bottom:12px;padding:20px 24px}.report-detail .report-detail-context{display:flex;flex:1;flex-direction:column;height:0;padding:12px 0 12px 24px}.report-detail .report-detail-context .report-main{flex:1;margin-top:12px;overflow:auto}.report-detail .report-detail-context .report-submitter p{opacity:.8}.report-detail .report-profile{font-size:14px;padding-right:24px}.report-detail .report-submitter{display:flex;flex-wrap:wrap;height:28px;line-height:28px}.report-detail .report-submitter p{display:block;padding-right:12px;text-align:justify;width:100%}.report-detail .report-submitter p:after{content:"";display:inline-block;width:100%}.report-detail .report-submitter>div{margin-right:8px}.report-detail .ivu-col{margin-bottom:12px}.report-detail .report-content{width:100%}.report-detail .report-content h2{margin-bottom:10px}.report-detail .report-content ol{margin-bottom:20px;padding-left:18px}.report-detail .report-content ol li{font-size:14px;line-height:24px}.report-box{display:flex;flex-direction:column;height:100%;padding:24px}.report-box .report-row-foot{flex:0 0 auto}.report-box .report-row-content{flex:1 1 auto;overflow-y:auto}.report-box .report-row-content .report-row-content-editor{height:100%}.report-box .report-row-content .report-row-content-editor .ivu-form-item-content{display:flex;height:100%}.report-box .report-row-content .report-row-content-editor .ivu-form-item-content .teditor-wrapper{display:flex;flex:1}.report-box .report-row-foot{margin-bottom:0}.report-box .report-titles{line-height:32px}.report-box .report-poptip .ivu-tooltip-inner{font-size:12px!important;min-width:60px!important}.report-box .report-users{align-items:center;display:flex}.report-box .report-users .common-user{flex:1;margin-right:12px}.report-box .report-users .report-row-a{flex-shrink:0}.report-box .report-radiogroup{background:#f4f5f7!important;border-radius:4px!important;padding:2px!important}.report-box .report-radiogroup .ivu-radio-wrapper{background:#f4f5f7!important;border:none!important;box-shadow:none!important;color:#515a6e!important;padding:0 30px!important}.report-box .report-radiogroup .ivu-radio-wrapper:after,.report-box .report-radiogroup .ivu-radio-wrapper:before{width:0!important}.report-box .report-radiogroup .ivu-radio-focus{border:none!important;box-shadow:none!important}.report-box .report-radiogroup .ivu-radio-focus:after{background:none!important}.report-box .report-radiogroup .ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled){background:#fff!important;border:none!important;border-radius:4px!important;box-shadow:none!important;color:#8bcf70!important}.report-box .report-buttongroup{background:#f4f5f7!important;border-radius:4px;margin-left:20px}.report-box .report-buttongroup .report-buttongroup-vertical{background-color:#e5e5e5;height:23px;left:47px;position:absolute;top:5px;width:1px}.report-box .report-buttongroup .ivu-btn-primary{background:#f4f5f7!important;border:none!important;box-shadow:none!important;color:#8bcf70!important;height:36px;line-height:34px}.report-box .report-buttongroup .ivu-btn-primary[disabled]{color:#515a6e!important}.report-row{margin-bottom:20px}.report-row .report-row-a{float:right;line-height:32px}.report-row .report-row-a .report-row-a-icon{font-size:16px;margin-right:2px;transform:rotate(-90deg)}.report-row .report-bottom{height:38px;line-height:36px;min-width:120px}.report-row .ivu-input[disabled]{color:#666}body{overflow:hidden}body .form-tip{color:#999;line-height:22px;padding:5px 0}body .ivu-input,body .ivu-select-selection{border-color:#e8e8e8}body .ivu-select-dropdown{max-height:360px}body .ivu-select-dropdown.select-node .ivu-select-item{align-items:center;display:flex;justify-content:space-between}body .ivu-select-dropdown.select-node .ivu-select-item .option-title{flex:1}body .ivu-select-dropdown.select-node .ivu-select-item .ivu-tag{flex-shrink:0;margin-left:18px;margin-right:0;transform:scale(.9);transform-origin:right center}body .ivu-select-dropdown.ivu-date-picker-transfer{max-width:98%;overflow:auto}body .ivu-tooltip-popper .ivu-tooltip-inner{white-space:normal}body .ivu-table table{width:100%!important}body .ivu-table table .ivu-table-cell{padding-left:12px;padding-right:12px}body .ivu-table table thead .ivu-table-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ivu-table table tbody .tree-icon-loading .ivu-table-cell{align-items:center;display:flex}body .ivu-table table tbody .tree-icon-loading .ivu-table-cell .ivu-table-cell-tree{margin-right:6px}body .ivu-table .td-ellipsis{align-items:center;display:flex;max-width:100%}body .ivu-table .td-ellipsis .remark-text{align-items:center;height:20px;line-height:20px;margin-right:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ivu-table .td-ellipsis .remark-icon{cursor:pointer;display:none;font-size:16px}body .ivu-table .td-ellipsis .remark-tag{background:#f7f7f7;border:1px solid #e8eaec;border-radius:3px;color:#606266;display:inline-block;font-size:12px;height:22px;line-height:22px;margin:2px 4px 2px 0;opacity:1;overflow:visible;padding:0 4px;vertical-align:middle;white-space:nowrap}body .ivu-table .td-ellipsis .remark-tag.pointer-tag{background:#e6f7ff;border-color:#91d5ff;color:#1890ff;cursor:pointer}body .ivu-table .td-action,body .ivu-table .td-ellipsis .icon-tooltip .ivu-tooltip-rel{align-items:center;display:flex}body .ivu-table .td-action{justify-content:center;max-width:100%}body .ivu-table .td-action .td-action-container{flex-shrink:0}body .ivu-table .td-action .td-action-container a{font-size:12px;padding:0 5px}body .ivu-table .td-action .td-action-container.td-action-menu{align-items:center;display:flex}body .ivu-table .td-action .td-action-container.td-action-menu .menu-dropdown{display:flex}body .ivu-table .td-action .td-action-container.td-action-menu .menu-icon{cursor:pointer;font-size:21px;padding:0 6px}body .ivu-table .ivu-table-row-hover:hover .td-ellipsis .remark-icon{display:inline-block}body .ivu-table:before{background-color:#efefef}body .ivu-modal-wrap{overflow:overlay}body .ivu-modal-wrap .ivu-modal{padding-bottom:100px;top:100px}@media (max-height:900px){body .ivu-modal-wrap .ivu-modal{padding-bottom:35px;top:35px}}body .ivu-modal-wrap .ivu-modal.ivu-modal-fullscreen{top:0}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer,body .ivu-modal-wrap .ivu-modal .ivu-modal-header{border-color:transparent}body .ivu-modal-wrap .ivu-modal .ivu-modal-header{padding:22px 24px 20px}body .ivu-modal-wrap .ivu-modal .ivu-modal-header .ivu-modal-header-inner{font-size:18px}body .ivu-modal-wrap .ivu-modal .ivu-modal-body{padding:16px 32px 2px}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer{padding:20px 30px 22px}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .ivu-btn{height:34px;line-height:32px;min-width:94px}@media (max-width:576px){body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption{align-items:center;display:flex}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption>.ivu-btn{padding:0}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption>.ivu-btn>span{padding:0 15px}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn{height:38px;line-height:36px;min-width:auto}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn,body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn-group,body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-poptip{flex:1}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-btn-group,body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-poptip{align-items:center;display:flex}body .ivu-modal-wrap .ivu-modal .ivu-modal-footer .adaption .ivu-poptip .ivu-poptip-rel{align-items:center;display:flex;flex:1}}body .ivu-modal-wrap .ivu-modal .ivu-modal-content{border-radius:18px}body .ivu-modal-wrap .ivu-modal .ivu-modal-content .ivu-modal-close .ivu-icon-ios-close{font-size:38px;right:2px;top:3px;transition:all .2s}body .ivu-modal-wrap .ivu-modal .ivu-modal-content .ivu-modal-close:hover .ivu-icon-ios-close{transform:rotate(-90deg)}body .ivu-modal-wrap .ivu-modal-confirm{padding:6px 0 20px}body .ivu-modal-wrap .ivu-modal-confirm .ivu-modal-confirm-body>div{word-break:break-all}body .ivu-modal-wrap .form-network-add-tabs .ivu-tabs-tabpane{padding:10px 6px 0}body .ivu-modal-wrap .form-network-add-in-out{padding:0 6px}body .ivu-modal-wrap .form-network-add-in-out .select-in-type span.ivu-radio{display:none}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item-checked{border:1px solid #8bcf70!important;color:#8bcf70}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item{align-items:center;border:1px solid #e8ebee;border-radius:4px;display:flex;margin:0 8px 0 0;min-width:90px;padding:0 12px}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item>span{flex:1}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item:hover{cursor:pointer}body .ivu-modal-wrap .form-network-add-in-out .select-in-type .select-in-type-item .select-in-type-icon{margin-left:12px}body .ivu-modal-wrap .form-network-add-in-out .select-in-node{margin-top:18px}body .ivu-progress,body .ivu-progress .ivu-progress-outer{align-items:center;display:flex}body .ivu-progress.ivu-progress-show-info .ivu-progress-outer{margin:0;padding:0}body .ivu-progress.ivu-progress-show-info .ivu-progress-text{flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .ivu-drawer-right .ivu-drawer-content{border-radius:18px 0 0 18px}body .ivu-drawer-right .ivu-drawer-content .ivu-drawer-header{border-bottom:1px solid transparent;padding-bottom:6px;padding-top:16px}body .ivu-drawer-right .ivu-drawer-content .ivu-drawer-header .ivu-drawer-header-inner{font-size:18px;height:32px;line-height:32px;padding:0 4px}body .ivu-drawer-right .ivu-drawer-content .ivu-drawer-body{padding:10px 20px}body .ivu-drawer-bottom .ivu-drawer-content{border-radius:18px 18px 0 0}body .ivu-drawer-bottom .ivu-drawer-content .ivu-drawer-close{top:-40px}body .ivu-drawer-bottom .ivu-drawer-content .ivu-drawer-close .ivu-icon{color:#fff;font-size:40px}[hidden=hidden]{display:none!important}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.page-container{padding:20px 0;text-align:center}.search-container{margin-bottom:12px}.search-container>ul{align-items:flex-end;display:flex;flex-wrap:wrap}.search-container>ul>li{display:flex;flex:1;flex-direction:column;flex-shrink:0;list-style:none;margin-bottom:12px;margin-right:12px}.search-container>ul>li:last-child{margin-right:0}.search-container>ul>li .search-label{font-weight:600}.search-container>ul>li .search-content{margin-top:6px}.search-container>ul>li.search-button{align-items:center;display:flex;flex:none;flex-direction:row}.search-container>ul>li.search-button>button+button{margin-left:8px}.search-container.lr>ul>li:not(.search-button){align-items:center;flex:none;flex-direction:row;margin-right:18px}.search-container.lr>ul>li:not(.search-button) .search-label{flex-shrink:0}.search-container.lr>ul>li:not(.search-button) .search-content{margin-left:6px;margin-top:0}.search-container.lr>ul>li:not(.search-button) .search-content .ivu-input-wrapper,.search-container.lr>ul>li:not(.search-button) .search-content .ivu-select{max-width:100%;width:168px}.search-container.auto>ul>li:not(.search-button){flex:none}.search-container.auto>ul>li:not(.search-button) .search-content{margin-left:6px;margin-top:0}.search-container.auto>ul>li:not(.search-button) .search-content .ivu-input-wrapper,.search-container.auto>ul>li:not(.search-button) .search-content .ivu-select{max-width:100%;width:150px}.search-expand{align-items:flex-end;display:flex}.search-expand .search-container{flex:1}.search-expand .expand-button-group{flex-shrink:0;margin-bottom:24px;margin-left:24px}.search-button-clear .ivu-tooltip-inner{align-items:center;display:flex;padding:0}.search-button-clear .ivu-tooltip-inner .ivu-btn{font-size:13px;min-width:80px}.icon-loading{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}@-webkit-keyframes icon-loading-load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes icon-loading-load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-calendar{display:flex;flex-direction:column}.page-calendar .calendar-head{align-items:flex-start;border-bottom:1px solid #f4f4f5;display:flex;flex-shrink:0;margin:32px 32px 16px}.page-calendar .calendar-head .calendar-titbox{align-items:center;display:flex;flex:1;margin-bottom:16px}.page-calendar .calendar-head .calendar-titbox .calendar-title{align-items:center;display:flex;margin-right:36px}.page-calendar .calendar-head .calendar-titbox .calendar-title>h1{color:#333;font-size:28px;font-weight:600}.page-calendar .calendar-head .calendar-titbox .calendar-arrow{margin-right:12px}.page-calendar .calendar-head .calendar-titbox .calendar-arrow>button{color:#888;font-size:12px}.page-calendar .calendar-head .calendar-titbox .calendar-arrow>button:focus{box-shadow:none}.page-calendar .calendar-head .calendar-titbox .calendar-view{display:flex;flex:1;justify-content:flex-end}.page-calendar .calendar-head .calendar-titbox .calendar-view>button:focus{box-shadow:none}.page-calendar .calendar-box{display:flex;flex:1;flex-direction:column;overflow:hidden;padding:0 48px 6px}.page-calendar .calendar-box .calendar-wrapper{flex:1;position:relative}.page-calendar .calendar-box .calendar-wrapper:before{background-color:#fff;content:"";height:2px;left:0;position:absolute;right:0;top:0;z-index:1}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup{box-shadow:none}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup .tui-full-calendar-section-header .tui-full-calendar-ic-checkbox-checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAhFBMVEUAAACLz3CLz3CLz3CKzm6Gy2+Lz3CLz3CL0HCLz3CLz3CLz3CLz3CMz3GLz3CKz3CLz3CL0HCJ0G+KznCN0HCL0HCLz3CKz3CLz3CLz3CLz3CMz3CLz3CLz3GL0XCL0HCN0XKLz3CLz3CMz3CLz3CM0HCM0G+FzHCLz3CKz3CMz3CLz3Bod5CFAAAAK3RSTlMA18RAOQ3s8+Pc0rmyq3tpiUwTgBnovyDMjmNSRjUvJQX5yKB0WisKppuUFLaY7gAAAotJREFUeNrtm+FymkAUhc8KqIAgSkyUtkmsmqa97/9+HWeSudpCd8qZ7E0m+73A9/1gxmXx4IK0nbipvDFTN2lT9JDVToLh6gx/sHQSFLfEFZUEp8IFczFgrv5CTChe/TsxYvfy/IkZy7M/c2KGywDUYkgNIBdDciARUxI0YkqDiZgygRNTHKZiyhRiTAyIATEgBsSAGBADYsAnCJgdmtIywKUAOrsA94QzJyKA95/pbALcPV7piADGryzDB+Rnv3IkAhi/UhMBjF9pQwbk3/A3JRXA+7GjAng/DqEC5v3+dMYE8P6nQsIEzFOPnw7g/QpC+R8K4QJ4f5iAzaA/TMAm6fdvZQgY+wW2fn9A0a66Bee/2xLH8kp/Rr1MB/3jAxaP0ALCPzagzPBCM9r/XcYH3K4BLfD4vw75xwdMbqB4CmaD/vEB2ztc0RD+MQHFg+c85fffDPv9AbPUd6Lz+ydCBDyjh1//6WcCGngK1L8a8lMBJTwFfj8XIC16+SnX7Af9bIDUngLSrwFEwaD/VogA5YheDj7/Wv1MgL9g/8XjpwNk+c8Cyq8BYwqePX46QOkGCmi/BowrqFi/Bvg4wYv6y7e4Kz4Rfj5AnzY/WSlcwHAB5+cD9ivKzwfIbEX4qQA99RB+NkDfO4b5sRAigHjzpP0C6u6D9wuo2z/eL+DvXx8Zv4C4gVd/qABxCeFnApQT5+cDpOP8fICcLv2VxbfjlQZUNh+vU/XbBIj6jQLm9wDWlZgFyOaYHJ3Ix/gDQwyIATEgBsSAGODBfuBgPvEwH7m0YkqLVExJYfsQuPcwdjOf+5kPHoFKjKio0e3Hn90WUCyGt7v3Nf0GsjqXYOR1hh6SJsz8v0mg/AZRXmaRKXtJBwAAAABJRU5ErkJggg==)}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup .tui-full-calendar-popup-container{border:0;border-radius:6px;box-shadow:0 1px 6px rgba(0,0,0,.2)}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup .tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border{border-bottom-color:hsla(0,0%,85%,.5);top:-8px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-dropdown-menu{border-color:#e8e8e8;width:calc(100% - 14px)}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-icon.tui-full-calendar-calendar-dot,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-icon.tui-full-calendar-ic-title{display:none}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-icon.tui-full-calendar-ic-date{background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTk2MCAxMjhIODMzYzAtNTMtNDMtOTYtOTYtOTZoLTE2Yy01MyAwLTk2IDQzLTk2IDk2SDQwMGMwLTI2LjUtMTAuNy01MC41LTI4LjEtNjcuOUMzNTQuNSA0Mi43IDMzMC41IDMyIDMwNCAzMmgtMTZjLTUzIDAtOTYgNDMtOTYgOTZINjRjLTM1LjMgMC02NCAyOC42LTY0IDY0djczNmMwIDM1LjMgMjguNyA2NCA2NCA2NGg4OTZjMzUuMyAwIDY0LTI4LjcgNjQtNjRWMTkyYzAtMzUuNC0yOC43LTY0LTY0LTY0em0tMjcxIDhjMC0yMi4xIDE3LjktNDAgNDAtNDBzNDAgMTcuOSA0MCA0MHY4MGMwIDIyLjEtMTcuOSA0MC00MCA0MC0xMSAwLTIxLTQuNS0yOC4zLTExLjdDNjkzLjUgMjM3IDY4OSAyMjcgNjg5IDIxNnYtODB6bS00MzMgMGMwLTIyLjEgMTcuOS00MCA0MC00MHM0MCAxNy45IDQwIDQwdjgwYzAgMjIuMS0xNy45IDQwLTQwIDQwLTExIDAtMjEtNC41LTI4LjMtMTEuN0MyNjAuNSAyMzcgMjU2IDIyNyAyNTYgMjE2di04MHptNzA0IDc2MGMwIDE3LjctMTQuMyAzMi0zMiAzMkg5NmMtMTcuNyAwLTMyLTE0LjMtMzItMzJWNDQ4aDg5NnY0NDh6IiBmaWxsPSIjNTE1MTUxIi8+PC9zdmc+");background-size:contain}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-content{padding-left:0}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-section{display:flex;justify-content:space-between;margin-bottom:10px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-section .tui-full-calendar-popup-section-item{border-color:#e8e8e8;border-radius:4px;height:36px;line-height:34px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-section .tui-full-calendar-popup-section-item input{height:34px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-title,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-title input{width:100%}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-end-date,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-start-date{width:210px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-end-date .tui-full-calendar-content,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-start-date .tui-full-calendar-content{padding-left:8px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-popup-location,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-allday,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-private,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-creation .tui-full-calendar-section-state{display:none}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .priority{border-radius:4px;color:#fff;margin-right:6px;padding:2px 4px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .overdue{background:#fff1f0;border:1px solid #ffa39e;border-radius:4px;color:#f5222d;margin-right:6px;padding:1px 3px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-calendar-dot,.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-ic-priority{opacity:0}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-ic-edit{background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTgzMy40MjkgNjJIMTkwLjU3QTEyOC41NzEgMTI4LjU3MSAwIDAgMCA2MiAxOTAuNTcxVjgzMy40M0ExMjguNTcxIDEyOC41NzEgMCAwIDAgMTkwLjU3MSA5NjJIODMzLjQzQTEyOC41NzEgMTI4LjU3MSAwIDAgMCA5NjIgODMzLjQyOVYxOTAuNTdBMTI4LjU3MSAxMjguNTcxIDAgMCAwIDgzMy40MjkgNjJ6bTY0LjI4NSA3NzEuNDI5YTY0LjI4NiA2NC4yODYgMCAwIDEtNjQuMjg1IDY0LjI4NUgxOTAuNTdhNjQuMjg2IDY0LjI4NiAwIDAgMS02NC4yODUtNjQuMjg1VjE5MC41N2E2NC4yODYgNjQuMjg2IDAgMCAxIDY0LjI4NS02NC4yODVIODMzLjQzYTY0LjI4NiA2NC4yODYgMCAwIDEgNjQuMjg1IDY0LjI4NXoiIGZpbGw9IiM1MTUxNTEiLz48cGF0aCBkPSJNMTkwLjU3MSAyNTQuODU3aDY0LjI4NnY2NC4yODZoLTY0LjI4NnptMTI4LjU3MiAwaDQ1MHY2NC4yODZoLTQ1MHpNMTkwLjU3IDQ0Ny43MTRoNjQuMjg2VjUxMmgtNjQuMjg2em0xMjguNTcyIDBoNDUwVjUxMmgtNDUwek0xOTAuNTcgNjQwLjU3MWg2NC4yODZ2NjQuMjg2aC02NC4yODZ6bTEyOC41NzIgMEg2NDAuNTd2NjQuMjg2SDMxOS4xNDN6IiBmaWxsPSIjNTE1MTUxIi8+PC9zdmc+");top:-2px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-ic-delete{background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTg5Mi4yODggMjU2SDcwMS4xMkEyMDIuMjQgMjAyLjI0IDAgMCAwIDUwOS42MzIgNjIuMDggMjAxLjIxNiAyMDEuMjE2IDAgMCAwIDMxOC44NDggMjU2SDEyOGMtMTguNjg4IDAtNjYuMDQ4LTQuMjI0LTY2LjA0OCAyNC43NjhDNjEuOTUyIDMyNy43NDQgMTA5LjM3NiAzMjAgMTI4IDMyMGg2NHY1MTJhMTQ2LjQ5NiAxNDYuNDk2IDAgMCAwIDEyNy40MjQgMTI4aDM4Mi4yNzJBMTUwLjAxNiAxNTAuMDE2IDAgMCAwIDgzMiA4MzJsLTMuMzkyLTUxMmg2NGMxOC4zNjggMCA2NS4wMjQgMS40NzIgNjUuMDI0LTM5Ljc0NEE3Mi4zODQgNzIuMzg0IDAgMCAwIDg5Mi4yODggMjU2ek01MDkuNjMyIDEyOC41MTJBMTM4LjE3NiAxMzguMTc2IDAgMCAxIDYzNy40NCAyNTZIMzgyLjU5MmExMzcuOTIgMTM3LjkyIDAgMCAxIDEyNy4wNC0xMjcuNDg4ek03NjggODMyYTk3Ljk4NCA5Ny45ODQgMCAwIDEtNjYuODggNjRIMzE4Ljg0OGE5My41NjggOTMuNTY4IDAgMCAxLTY0LTY0VjMyMEg3Njh2NTEyem0tMzg1LjQwOC02NFY1MTJjMC0xOC40OTYuOTYtNjAuOTkyIDM2LjczNi02MC45OTIgMjcuMzI4IDAgMjYuNDk2IDQzLjAwOCAyNi45NDQgNjAuOTkydjI1NmMwIDE4LjQ5Ni02LjQgMjAuMDMyLTI0Ljk2IDIwLjAzMnMtMzguNzItMS41MzYtMzguNzItMjAuMDMyem0xOTEuMTY4IDBWNTEyYTY0IDY0IDAgMCAxIDIzLjgwOC02MC45OTJjNDIuNDMyIDAgMzkuMzYgNDMuMDA4IDM5Ljg3MiA2MC45OTJ2MjU2YzAgMTguNDk2LTE5LjU4NCAyMC4wMzItMzcuOTUyIDIwLjAzMnMtMjUuNzkyLTEuNTM2LTI1Ljc5Mi0yMC4wMzJ6IiBmaWxsPSIjNTE1MTUxIi8+PC9zdmc+");top:-2px}.page-calendar .calendar-box .calendar-wrapper .tui-full-calendar-popup-task .tui-full-calendar-popup-detail-item-separate{padding-left:22px}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker{border-color:#e8e8e8}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar td,.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar th{height:32px}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar .tui-calendar-next-month.tui-calendar-date,.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-calendar .tui-calendar-prev-month.tui-calendar-date{visibility:visible}.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-datepicker-body .tui-timepicker,.page-calendar .calendar-box .calendar-wrapper .tui-datepicker .tui-datepicker-footer .tui-timepicker{padding:16px 46px 16px 47px}.page-calendar .calendar-menu{opacity:0;position:absolute;right:2px;top:2px;z-index:-1}@media (max-width:768px){.page-calendar .calendar-head .calendar-titbox .calendar-title{flex:1}.page-calendar .calendar-head .calendar-titbox .calendar-arrow{margin-left:12px;margin-right:0}.page-calendar .calendar-head .calendar-titbox .calendar-view{display:none}.page-calendar .calendar-box{padding:0 24px 5px}}.page-dashboard{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.page-dashboard .dashboard-wrapper{display:flex;flex-direction:column;margin-bottom:2%;max-height:80%;max-width:80%;width:664px}.page-dashboard .dashboard-wrapper .dashboard-hello{word-wrap:break-word;color:#333;font-size:24px;font-weight:600;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-desc{color:#888;font-size:13px;margin-top:18px;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-block{display:flex;margin-top:18px;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-block>li{background-color:#fa8e8c;border-radius:8px;cursor:pointer;display:flex;flex:1;flex-direction:column;flex-shrink:0;justify-content:center;list-style:none;margin-right:24px;padding:16px 24px;transition:box-shadow .3s}.page-dashboard .dashboard-wrapper .dashboard-block>li:hover{box-shadow:0 0 10px #ccc}.page-dashboard .dashboard-wrapper .dashboard-block>li:first-child{background-color:#6f9ef6}.page-dashboard .dashboard-wrapper .dashboard-block>li:last-child{background-color:#98de6e;box-shadow:none;cursor:default;margin-right:0}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-title{color:hsla(0,0%,100%,.6);font-size:12px}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-data{align-items:center;display:flex;line-height:1;padding-top:10px}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .block-num{color:#fff;flex:1;font-size:32px;font-weight:600}.page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .taskfont{color:hsla(0,0%,100%,.7);font-size:20px}.page-dashboard .dashboard-wrapper .dashboard-title{font-size:15px;font-weight:600;margin-top:60px;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-list{margin-top:4px;overflow:auto;padding:0 12px}.page-dashboard .dashboard-wrapper .dashboard-list>li{background:#f9fafb;border-radius:6px;cursor:pointer;display:flex;list-style:none;margin-top:12px;padding:8px 12px;position:relative;transition:box-shadow .3s}.page-dashboard .dashboard-wrapper .dashboard-list>li:hover{box-shadow:0 0 6px #dfdfdf}.page-dashboard .dashboard-wrapper .dashboard-list>li:last-child{margin-bottom:12px}.page-dashboard .dashboard-wrapper .dashboard-list>li.complete .item-title{opacity:.5;text-decoration:line-through}.page-dashboard .dashboard-wrapper .dashboard-list>li.complete .item-icon{display:none}.page-dashboard .dashboard-wrapper .dashboard-list>li .priority-color{height:12px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2px}.page-dashboard .dashboard-wrapper .dashboard-list>li .el-dropdown{flex-shrink:0;height:22px;line-height:22px;width:22px}.page-dashboard .dashboard-wrapper .dashboard-list>li .el-dropdown .taskfont{color:#bbb;font-size:18px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title{flex:1;line-height:22px;padding-left:6px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;display:inline-block;font-size:12px;height:18px;line-height:16px;margin-right:3px;margin-top:3px;min-width:20px;padding:0 2px;text-align:center;vertical-align:top}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon{align-items:center;color:#aaa;cursor:pointer;display:flex;font-size:13px;height:22px;margin-left:16px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon .taskfont{font-size:13px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon>em{font-style:normal;margin-left:4px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon.overdue{color:#ed4014}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-icon.today{color:#f90}.page-dashboard .nopage{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.page-dashboard .nopage .nopage-icon{background-color:#f4f5f7;border-radius:50%;padding:20px}.page-dashboard .nopage .nopage-icon .ivu-icon{color:#d1d8dd;font-size:46px}.page-dashboard .nopage .nopage-text{background-color:#f4f5f7;border-radius:14px;color:#bec6cc;margin-top:16px;padding:4px 15px}@media (max-width:768px){.page-dashboard .dashboard-wrapper{display:block;max-height:86%;max-width:86%}.page-dashboard .dashboard-wrapper .dashboard-block{display:block;margin-top:10px}.page-dashboard .dashboard-wrapper .dashboard-block>li{margin:0 0 10px;padding:8px 12px}.page-dashboard .dashboard-wrapper .dashboard-title{margin-top:36px}.page-dashboard .dashboard-wrapper .dashboard-list{padding-bottom:22px}.page-dashboard .dashboard-wrapper .dashboard-list>li .item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.page-file{display:flex;flex-direction:column;height:100%;width:100%}.page-file .file-wrapper{display:flex;flex:1;flex-direction:column;height:0;position:relative}.page-file .file-wrapper .file-head{align-items:center;border-bottom:1px solid #f4f4f5;display:flex;margin:32px 32px 16px;padding-bottom:16px}.page-file .file-wrapper .file-head .file-nav{align-items:center;display:flex;flex:1}.page-file .file-wrapper .file-head .file-nav>h1{color:#333;font-size:28px;font-weight:600}.page-file .file-wrapper .file-head .file-nav .file-refresh{cursor:pointer;display:none;margin-left:12px}.page-file .file-wrapper .file-head .file-nav .file-refresh>i{font-size:18px}.page-file .file-wrapper .file-head .file-nav:hover .file-refresh{display:block}.page-file .file-wrapper .file-head .file-status{align-items:center;cursor:pointer;display:flex;flex-shrink:0;margin-left:22px}.page-file .file-wrapper .file-head .file-status>button{background:#8bcf70;border-color:#8bcf70;color:#fff}.page-file .file-wrapper .file-head .file-search{cursor:pointer;flex-shrink:0;margin-left:22px}.page-file .file-wrapper .file-head .file-search .ivu-input-wrapper{transform:translateZ(0);width:auto}.page-file .file-wrapper .file-head .file-search .ivu-input-wrapper .ivu-input{border-color:#dcdee2;border-radius:16px;padding-left:0;padding-right:30px;transition:all .3s;width:0}.page-file .file-wrapper .file-head .file-search .ivu-input-wrapper .ivu-input-suffix i{color:#606266}.page-file .file-wrapper .file-head .file-search.has-value .ivu-input-wrapper .ivu-input,.page-file .file-wrapper .file-head .file-search:hover .ivu-input-wrapper .ivu-input{padding-left:14px;width:160px}.page-file .file-wrapper .file-head .file-add{cursor:pointer;flex-shrink:0;margin-left:18px}.page-file .file-wrapper .file-head .file-add .taskfont{font-size:18px}.page-file .file-wrapper .file-no{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;margin-bottom:5%;opacity:.8}.page-file .file-wrapper .file-no>i{font-size:64px}.page-file .file-wrapper .file-no>p{font-size:14px;font-weight:500;line-height:1;margin-top:18px}.page-file .file-wrapper .file-navigator{align-items:center;display:flex;height:24px;line-height:24px;margin:0 32px}.page-file .file-wrapper .file-navigator>ul{align-items:center;display:flex;overflow:auto}.page-file .file-wrapper .file-navigator>ul>li{align-items:center;color:#8bcf70;cursor:pointer;display:flex;font-size:14px;list-style:none;padding-left:8px}.page-file .file-wrapper .file-navigator>ul>li:last-child{color:#606266;cursor:default}.page-file .file-wrapper .file-navigator>ul>li+li:before{color:#606266;content:"›";font-family:system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1;margin-top:-2px;padding-right:8px}.page-file .file-wrapper .file-navigator>ul>li .taskfont{padding-right:2px}.page-file .file-wrapper .file-navigator>ul>li>span{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-file .file-wrapper .file-navigator>ul>li>span.readonly{background:#f7f7f7;border:1px solid #e8eaec;border-radius:2px;color:#606266;font-size:12px;line-height:20px;padding:0 5px;transform:scale(.8);transform-origin:right center}.page-file .file-wrapper .file-navigator .nav-load{align-items:center;display:flex;height:24px;justify-content:center;margin-left:8px;width:24px}.page-file .file-wrapper .file-navigator .nav-load .common-loading{height:12px;width:12px}.page-file .file-wrapper .file-navigator .nav-refresh{margin-left:8px}.page-file .file-wrapper .file-navigator .ivu-btn{font-size:12px;margin-left:12px}.page-file .file-wrapper .file-navigator .file-shear{align-items:center;display:flex}.page-file .file-wrapper .file-navigator .file-shear>span{padding-right:3px}.page-file .file-wrapper .file-navigator .file-shear>em{display:inline-block;font-style:normal;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-file .file-wrapper .file-navigator .flex-full{flex:1}.page-file .file-wrapper .file-navigator .switch-button{align-items:center;background-color:#fff;border-radius:6px;display:flex;position:relative;transition:box-shadow .2s}.page-file .file-wrapper .file-navigator .switch-button:hover{box-shadow:0 0 10px #e6ecfa}.page-file .file-wrapper .file-navigator .switch-button:before{background-color:rgba(139,207,112,.1);border:1px solid #8bcf70;border-radius:6px;color:#8bcf70;content:"";height:100%;left:0;position:absolute;top:0;transition:left .2s;width:50%;z-index:0}.page-file .file-wrapper .file-navigator .switch-button>div{align-items:center;border-radius:6px;color:#606266;cursor:pointer;display:flex;height:30px;justify-content:center;width:32px;z-index:1}.page-file .file-wrapper .file-navigator .switch-button>div>i{font-size:17px}.page-file .file-wrapper .file-navigator .switch-button>div:first-child{color:#8bcf70}.page-file .file-wrapper .file-navigator .switch-button.table:before{left:50%}.page-file .file-wrapper .file-navigator .switch-button.table>div:first-child{color:#606266}.page-file .file-wrapper .file-navigator .switch-button.table>div:last-child{color:#8bcf70}.page-file .file-wrapper .file-table{cursor:default;flex:1;margin:16px 32px 32px}.page-file .file-wrapper .file-table .ivu-table:before{display:none}.page-file .file-wrapper .file-table .ivu-table .ivu-table-tip{opacity:.8}.page-file .file-wrapper .file-table .ivu-table .ivu-table-tip span{font-size:14px;font-weight:500;line-height:1.8}.page-file .file-wrapper .file-table .ivu-table .ivu-table-tip span:before{-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;content:"\e60b";display:block;font-family:taskfont,"serif"!important;font-size:64px;font-style:normal}.page-file .file-wrapper .file-table .file-nbox{align-items:center;display:flex;position:relative}.page-file .file-wrapper .file-table .file-nbox .file-name{align-items:center;display:flex;flex:1;margin-right:46px;position:relative;width:0}.page-file .file-wrapper .file-table .file-nbox .file-name:before{content:"";flex-shrink:0;height:22px;margin-right:8px;width:22px}.page-file .file-wrapper .file-table .file-nbox .permission{font-size:13px;padding-left:6px}.page-file .file-wrapper .file-table .file-nbox .taskfont{color:#aaa;font-size:16px;margin:0 3px}.page-file .file-wrapper .file-list{flex:1;margin-top:16px;overflow:auto;padding:0 20px 20px}.page-file .file-wrapper .file-list>ul{margin-top:-12px}.page-file .file-wrapper .file-list>ul>li{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;float:left;height:110px;justify-content:space-between;list-style:none;margin:12px;position:relative;width:100px}.page-file .file-wrapper .file-list>ul>li .file-input{margin:0 4px 4px;position:relative}.page-file .file-wrapper .file-list>ul>li .file-input input{font-size:13px;margin:0;padding:1px 5px}.page-file .file-wrapper .file-list>ul>li .file-input .file-load{bottom:0;display:flex;position:absolute;right:6px;top:0}.page-file .file-wrapper .file-list>ul>li .file-input .file-load .common-loading{height:10px;width:10px}.page-file .file-wrapper .file-list>ul>li .file-name{color:#606266;display:block;font-size:12px;height:20px;line-height:20px;margin-bottom:5px;overflow:hidden;padding:0 6px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.page-file .file-wrapper .file-list>ul>li .file-menu{display:flex;opacity:0;position:absolute;right:2px;top:2px;transition:opacity .2s}.page-file .file-wrapper .file-list>ul>li .file-menu .ivu-icon{color:#aaa;font-size:16px;padding:2px 5px;transition:color .2s}.page-file .file-wrapper .file-list>ul>li .file-menu .ivu-icon:hover{color:#606266}.page-file .file-wrapper .file-list>ul>li .file-icon{display:inline-block;height:64px;margin-top:12px;position:relative;width:64px}.page-file .file-wrapper .file-list>ul>li .file-icon:before{bottom:0;left:0;position:absolute;right:0;top:0}.page-file .file-wrapper .file-list>ul>li .file-icon .share-avatar,.page-file .file-wrapper .file-list>ul>li .file-icon .share-icon{align-items:center;background-color:#9acd7b;border-radius:50%;bottom:0;display:flex;height:20px;justify-content:center;position:absolute;right:0;transform:scale(.9);width:20px}.page-file .file-wrapper .file-list>ul>li .file-icon .share-avatar .taskfont,.page-file .file-wrapper .file-list>ul>li .file-icon .share-icon .taskfont{color:#fff;font-size:18px}.page-file .file-wrapper .file-list>ul>li.shear{opacity:.38}.page-file .file-wrapper .file-list>ul>li.highlight,.page-file .file-wrapper .file-list>ul>li:hover{background-color:#f4f5f7}.page-file .file-wrapper .file-list>ul>li:hover .file-menu{opacity:1}.page-file .file-wrapper .file-menu{position:absolute}.page-file .file-upload-list{background-color:#fff;border:1px solid #ebeef5;border-radius:8px;bottom:16px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);display:flex;overflow:hidden;padding:14px 26px 14px 13px;position:fixed;right:16px;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;width:380px}.page-file .file-upload-list .upload-wrap{flex:1;margin-left:13px;margin-right:8px}.page-file .file-upload-list .upload-wrap .title{color:#303133;font-size:16px;font-weight:700;margin:0}.page-file .file-upload-list .upload-wrap .title>em{color:#2b85e4;cursor:pointer;font-size:12px;font-style:normal;font-weight:400;padding-left:4px}.page-file .file-upload-list .upload-wrap .content{color:#606266;font-size:14px;line-height:21px;margin:12px -16px 0 0;max-height:500px;overflow:auto}.page-file .file-upload-list .upload-wrap .content>li{list-style:none;padding:4px 16px 4px 0;position:relative}.page-file .file-upload-list .upload-wrap .content>li .file-name{line-height:18px}.page-file .file-upload-list .upload-wrap .content>li .file-error{color:red;font-size:12px}.page-file .file-upload-list .upload-wrap .content>li .file-close{cursor:pointer;display:none;position:absolute;right:0;top:7px}.page-file .file-upload-list .upload-wrap .content>li:hover .file-close{display:block}.page-file .file-upload-list .upload-wrap .close{color:#909399;cursor:pointer;font-size:16px;position:absolute;right:15px;top:18px}.page-file-dropdown-menu{max-height:none!important}.page-file-dropdown-menu .ivu-dropdown{width:100%}.page-file-dropdown-menu .ivu-dropdown .arrow-forward-item{align-items:center;display:flex;justify-content:space-between;margin-right:-6px;min-width:90px}.page-file-dropdown-menu .ivu-dropdown .arrow-forward-item .ivu-icon{opacity:.7}.page-file-dropdown-menu .file-item{align-items:center;display:flex;position:relative}.page-file-dropdown-menu .file-item:before{content:"";flex-shrink:0;height:20px;margin-right:8px;width:20px}.page-file-share-form{display:flex;margin-bottom:12px}.page-file-share-form .share-userid{flex:1}.page-file-share-form>div{flex-shrink:0}.page-file-share-form>div:last-child{margin-right:0}.page-file-share-title{margin-bottom:14px;margin-top:-8px;padding:0 2px}.page-file-share-list{margin-bottom:24px;max-height:500px}.page-file-share-list>li{align-items:center;display:flex;margin-bottom:12px}.page-file-share-list>li .common-avatar{flex:1}.page-file-share-list>li .all-avatar{align-items:center;display:flex;flex:1}.page-file-share-list>li .all-avatar .avatar-text{height:32px;line-height:32px;width:32px}.page-file-share-list>li .all-avatar .avatar-name{overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.page-file-share-list>li .ivu-select{flex-shrink:0;width:auto}.page-file-share-list>li .delete{color:red}.page-file-drawer .overlay-content{border-radius:20px 20px 0 0!important}@media (max-width:768px){.page-file .file-wrapper .file-head{margin:24px 24px 16px}.page-file .file-wrapper .file-navigator{margin:0 24px}.page-file .file-wrapper .file-table{margin:16px 24px 24px}}.page-login{align-items:center;background-color:#f3f6fe;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.page-login .login-body{align-items:center;display:flex;flex-direction:column;max-height:100%;overflow:auto;padding:32px 0;width:100%}.page-login .login-body .login-logo{background:url(../images/logo.svg) no-repeat 50%;background-size:contain;flex-shrink:0;height:68px;width:68px}.page-login .login-body .login-box{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #e6ecfa;margin-top:32px;width:400px}.page-login .login-body .login-box .login-title{font-size:24px;font-weight:600;margin-top:36px;text-align:center}.page-login .login-body .login-box .login-subtitle{color:#aaa;font-size:14px;margin-top:12px;padding:0 12px;text-align:center}.page-login .login-body .login-box .login-input{margin:32px 40px}.page-login .login-body .login-box .login-input>*{margin-top:26px}.page-login .login-body .login-box .login-input .ivu-input{border-color:#f1f1f1}.page-login .login-body .login-box .login-input .ivu-input[readonly=readonly]{background-color:#f5f5f5}.page-login .login-body .login-box .login-input .ivu-input-large{font-size:15px}.page-login .login-body .login-box .login-input .login-code .ivu-input-group-append,.page-login .login-body .login-box .login-input .login-code .ivu-input-group-prepend{background:transparent;border-color:#f1f1f1;font-size:14px}.page-login .login-body .login-box .login-input .login-code .ivu-input{border-left-color:transparent}.page-login .login-body .login-box .login-input .login-code .login-code-end{cursor:pointer;height:38px;margin:-6px -7px;overflow:hidden}.page-login .login-body .login-box .login-input .login-code .login-code-end img{height:100%}.page-login .login-body .login-box .login-input .login-switch{color:#aaa}.page-login .login-body .login-box .login-input .login-input-tips-box{position:relative}.page-login .login-body .login-box .login-input .login-input-tips-box .login-input-tips{bottom:-20px;color:#c7c7c7;font-size:12px;left:0;position:absolute}.page-login .login-body .login-bottom{align-items:center;display:flex;margin-top:18px;width:388px}.page-login .login-body .login-bottom .login-language{align-items:center;color:#666;cursor:pointer;display:flex;flex-shrink:0}.page-login .login-body .login-bottom .login-language .taskfont{font-size:12px;margin-left:3px;margin-top:1px;transform:scale(.8)}.page-login .login-body .login-bottom .login-forgot{color:#aaa;flex:1;padding-left:24px;text-align:right}.page-login .login-right-bottom{align-items:center;bottom:26px;display:flex;position:absolute;right:26px;z-index:1}.page-manage{bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.page-manage .manage-box-menu{align-items:center;background:#f4f5f7;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;position:relative;transition:all .2s;width:255px}.page-manage .manage-box-menu .manage-box-dropdown{flex-shrink:0;width:86%}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown{padding:7px 0}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown .ivu-dropdown-item{padding:9px 16px}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown .ivu-dropdown-item-divided{margin-top:7px}.page-manage .manage-box-menu .manage-box-dropdown .ivu-select-dropdown .ivu-dropdown-item-divided:before{top:-9px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title{align-items:center;background-color:#fff;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;margin-top:27px;padding:6px 10px;transition:box-shadow .3s}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title.menu-visible{box-shadow:0 1px 6px rgba(0,0,0,.2)}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-avatar{height:36px;width:36px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title>span{flex:1;font-size:16px;font-weight:600;overflow:hidden;padding-left:12px;text-overflow:ellipsis;white-space:nowrap}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-arrow{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:16px;padding-right:2px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-arrow>i{font-size:12px;margin:-1px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-top-report{align-items:center;flex:0 0 auto;flex-direction:column;justify-content:center;margin-right:-6px}.page-manage .manage-box-menu .manage-box-dropdown .manage-box-title .manage-box-top-report>i{font-size:12px;margin:-1px}.page-manage .manage-box-menu .manage-box-dropdown .manage-menu-report-badge{margin-left:6px;transform:scale(.9);vertical-align:top}.page-manage .manage-box-menu .manage-box-dropdown .manage-menu-language{align-items:center;display:flex;justify-content:space-between}.page-manage .manage-box-menu .manage-box-dropdown .manage-menu-language .ivu-icon{color:#666}.page-manage .manage-box-menu>ul{flex:1;margin-top:16px;overflow:auto;width:100%}.page-manage .manage-box-menu>ul>li{align-items:center;border-radius:4px;color:#6b6e72;cursor:pointer;display:flex;height:38px;margin:8px auto;max-width:100%;padding:0 4%;position:relative;width:80%}.page-manage .manage-box-menu>ul>li>i{font-size:20px;margin-right:10px;opacity:.3}.page-manage .manage-box-menu>ul>li .menu-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-manage .manage-box-menu>ul>li .menu-badge{margin-left:12px;transform:scale(.9)}.page-manage .manage-box-menu>ul>li.menu-project{align-items:center;cursor:default;display:flex;flex-direction:column;height:auto;padding:14px 0 0}.page-manage .manage-box-menu>ul>li.menu-project>ul{width:100%}.page-manage .manage-box-menu>ul>li.menu-project>ul>li{cursor:pointer;display:flex;flex-direction:column;list-style:none;margin:4px auto}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1{align-items:center;border-radius:4px;display:flex;justify-content:space-between;padding:0 8px 0 30px;position:relative}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1>em{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;left:2px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1>em:before{background:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiPjxwYXRoIGQ9Im0zNjYuMTgyIDEwOC4yMzcgNDQ1Ljg1IDMxOS43OTVhMTAyLjQgMTAyLjQgMCAwIDEgMCAxNjYuNTAyTDM2Ni4xODIgOTE0LjMzYTEwMi40IDEwMi40IDAgMCAxLTE2Mi4wOTktODMuMjUydi02MzkuNTlhMTAyLjQgMTAyLjQgMCAwIDEgMTYyLjEtODMuMjUxeiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==") no-repeat 50%;background-size:contain;content:"";height:12px;transition:transform .2s;width:12px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1 .title{color:#333;flex:1;height:38px;line-height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h1 .num{font-size:12px;padding-left:16px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2{cursor:default;display:none;margin:16px 4px;padding:0 8px 0 26px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p{align-items:center;display:flex;height:36px;padding:4px 0}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p em,.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p span{flex-shrink:0;font-size:12px;font-style:normal;padding-right:6px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p .ivu-progress{margin-right:-18px}.page-manage .manage-box-menu>ul>li.menu-project>ul>li .project-h2>p .ivu-progress .ivu-progress-inner{background-color:#e4e4e4}.page-manage .manage-box-menu>ul>li.menu-project>ul>li.active .project-h1{background-color:#fff}.page-manage .manage-box-menu>ul>li.menu-project>ul>li.open-menu .project-h1>em:before{transform:rotate(90deg)}.page-manage .manage-box-menu>ul>li.menu-project>ul>li.open-menu .project-h2{display:block}.page-manage .manage-box-menu>ul>li.menu-project .common-loading{height:22px;margin:6px;width:22px}.page-manage .manage-box-menu>ul>li.active{background-color:#fff}.page-manage .manage-box-menu .manage-project-search{background-color:#fff;border-radius:12px;margin:12px 0 -2px;overflow:hidden;padding:0 3px;width:80%}.page-manage .manage-box-menu .manage-project-search .ivu-input{background-color:transparent;border-color:transparent;padding-left:30px}.page-manage .manage-box-menu .manage-project-search .ivu-input:focus,.page-manage .manage-box-menu .manage-project-search .ivu-input:hover{box-shadow:none}.page-manage .manage-box-menu .manage-project-search.loading .ivu-icon-ios-search{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}.page-manage .manage-box-menu .manage-project-search.loading .ivu-icon-ios-search:before{content:"\f45b"}.page-manage .manage-box-menu .manage-box-new-group{align-items:center;display:flex;margin-bottom:20px;margin-top:16px;width:80%}.page-manage .manage-box-menu .manage-box-new-group .manage-box-new{flex:1}.page-manage .manage-box-menu .manage-box-new-group .ivu-btn{height:38px}.page-manage .manage-box-menu .manage-box-new-group .ivu-dropdown .ivu-btn{border-radius:0 4px 4px 0;min-width:auto!important;padding:0 4px}.page-manage .manage-box-main{flex:1;position:relative}.page-manage .manage-box-main .manage-box-view{bottom:0;left:0;overflow:auto;position:absolute;right:0;top:0}.page-manage .manage-mini-menu{display:none;position:relative}.page-manage .manage-mini-menu .ivu-badge{left:30px;position:absolute;top:-6px;transform:scale(.9)}.page-manage-task-modal{display:flex;flex-direction:column}.page-manage-add-task-button-group{margin-left:8px!important}.page-manage-add-task-button-group .ivu-dropdown .ivu-btn{border-radius:0 4px 4px 0;min-width:auto!important;padding:0 4px}@media (max-width:768px){.page-manage .manage-box-menu{bottom:0;left:0;position:fixed;top:0;transform:translateX(-120%);width:100%;z-index:49}.page-manage .manage-box-menu.show768-menu{transform:translateX(0)}.page-manage .manage-mini-menu{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 0 50px rgba(0,0,0,.3);cursor:pointer;display:flex;font-size:22px;height:42px;justify-content:center;white-space:nowrap;width:46px}}.page-messenger{display:flex}.page-messenger .messenger-wrapper{align-items:flex-start;display:flex;flex:1}.page-messenger .messenger-wrapper .messenger-select{display:flex;flex-direction:column;flex-shrink:0;height:100%;max-width:320px;min-width:240px;position:relative;width:30%}.page-messenger .messenger-wrapper .messenger-select:after{background-color:#f4f5f5;content:"";height:100%;position:absolute;right:0;top:0;width:1px}.page-messenger .messenger-wrapper .messenger-select .messenger-search{align-items:center;display:flex;flex-shrink:0;height:54px;justify-content:center;padding:0 12px}.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper{background-color:#f7f7f7;border-radius:12px;flex:1;margin:0 4px;overflow:hidden;padding:0 8px}.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper .ivu-input{background-color:transparent;border-color:transparent}.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper .ivu-input:focus,.page-messenger .messenger-wrapper .messenger-select .messenger-search .search-wrapper .ivu-input:hover{box-shadow:none}.page-messenger .messenger-wrapper .messenger-select .messenger-nav{align-items:center;display:flex;justify-content:space-evenly;padding:2px 0 12px}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p{color:#888;cursor:pointer;line-height:1;padding:0 6px;position:relative}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p .nav-num{position:absolute;right:-8px;top:-12px;transform:scale(.7)}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p.active{color:#555;font-weight:500}.page-messenger .messenger-wrapper .messenger-select .messenger-nav>p:hover{color:#777}.page-messenger .messenger-wrapper .messenger-select .messenger-list{flex:1;height:0;overflow-x:hidden;overflow-y:auto;width:100%}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li{align-items:flex-start;cursor:pointer;display:flex;flex-direction:row;list-style:none;padding:16px 12px;position:relative}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar,.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .user-avatar{flex-grow:0;flex-shrink:0;height:42px;margin:2px;width:42px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar{align-items:center;background-color:#61b2f9;border-radius:50%;color:#fff;display:flex;font-size:26px;justify-content:center}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar.project{background-color:#6e99eb}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar.task{background-color:#9b96df;font-size:24px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar.completed:after{bottom:0;color:#19be6b;content:"\f373";font-family:Ionicons,serif;font-size:32px;opacity:.2;pointer-events:none;position:absolute;right:12px;z-index:1}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box{display:flex;flex:1;flex-direction:column;padding-left:12px;width:0}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;line-height:24px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title .ivu-tag{margin:0 4px 0 0;padding:0 5px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title .ivu-tag.ivu-tag-success{padding:0 6px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>span{color:#333;flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>i{color:#8bcf70;flex-shrink:0;font-size:12px;margin-left:8px;transform:scale(.9)}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>i.completed{font-size:18px;margin:0 4px 0 0;transform:scale(1)}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-title>em{color:#999;flex-shrink:0;font-size:12px;font-style:normal;margin-left:8px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-text{color:#999;font-size:12px;line-height:24px;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-num{left:42px;position:absolute;top:10px;transform:scale(.8)}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li.active{background-color:#f4f5f7}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li.loading{align-items:center;display:flex;height:52px;justify-content:center;margin:0}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li.loading .common-loading{height:20px;margin:0;width:20px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li{list-style:none;margin-left:24px;position:relative}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li .label{border-bottom:1px solid #efefef;height:34px;line-height:34px;margin-bottom:6px;margin-top:6px;padding-left:4px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loaded,.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loading{align-items:center;display:flex;height:52px;justify-content:center;margin:0}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loaded .common-loading,.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li.loading .common-loading{height:20px;margin:0;width:20px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li>ul>li{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:52px;list-style:none}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li>ul>li .avatar{flex-grow:0;flex-shrink:0;height:30px;width:30px}.page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.contacts>li>ul>li .nickname{font-size:14px;overflow:hidden;padding:0 12px;text-overflow:ellipsis;white-space:nowrap}.page-messenger .messenger-wrapper .messenger-select .messenger-menu{align-items:center;border-top:1px solid #f4f5f5;display:flex;flex-shrink:0;height:52px;justify-content:center}.page-messenger .messenger-wrapper .messenger-select .messenger-menu>i{color:#aaa;cursor:pointer;font-size:24px;margin:0 24px;opacity:.9}.page-messenger .messenger-wrapper .messenger-select .messenger-menu>i.active{color:#8bcf70;opacity:1}.page-messenger .messenger-wrapper .messenger-select .messenger-menu>i:hover{opacity:1}.page-messenger .messenger-wrapper .messenger-msg{display:flex;flex:1;height:100%;position:relative;width:0}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer .dialog-back{display:none}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg{align-items:center;bottom:0;display:flex;flex:1;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:0}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg .msg-dialog-bg-icon{background-color:#f4f5f7;border-radius:50%;padding:20px}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg .msg-dialog-bg-icon .ivu-icon{color:#d1d8dd;font-size:46px}.page-messenger .messenger-wrapper .messenger-msg .msg-dialog-bg .msg-dialog-bg-text{background-color:#f4f5f7;border-radius:14px;color:#bec6cc;margin-top:16px;padding:4px 15px}@media (max-width:768px){.page-messenger .messenger-wrapper .messenger-select{background-color:#fff;height:100%;left:0;max-width:none;position:fixed;top:0;transform:translateX(-120%);transition:all .2s;width:100%;z-index:48}.page-messenger .messenger-wrapper .messenger-select.show768-menu{transform:translateX(0)}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-title{align-items:center;height:54px}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer{position:relative}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer .dialog-back{align-items:center;bottom:0;display:flex;font-size:26px;height:49px;justify-content:center;left:0;position:absolute;width:64px;z-index:1}.page-messenger .messenger-wrapper .messenger-msg .dialog-wrapper .dialog-footer .dialog-input{width:calc(100% - 44px)}}.page-project{align-items:flex-start;display:flex;flex:1}.page-project .project-list{background-color:#fafafa;flex:1;height:100%;width:0}.page-project .project-dialog{flex-shrink:0;height:100%;max-width:520px;min-width:320px;position:relative;width:35%}@media (max-width:768px){.page-project .project-list{height:auto}.page-project .project-dialog{height:100%;left:0;max-width:none;position:absolute;top:0;width:100%}}.page-setting{display:flex;flex-direction:column}.page-setting .setting-head{align-items:center;border-bottom:1px solid #f4f4f5;display:flex;margin:32px 32px 16px}.page-setting .setting-head .setting-titbox{flex:1;margin-bottom:16px}.page-setting .setting-head .setting-titbox .setting-title{align-items:center;display:flex}.page-setting .setting-head .setting-titbox .setting-title>h1{color:#333;flex:1;font-size:28px;font-weight:600}.page-setting .setting-head .setting-titbox .setting-title .setting-more{display:none}.page-setting .setting-box{display:flex;flex:1;height:0;padding-bottom:16px}.page-setting .setting-box .setting-menu{border-right:1px solid #f4f4f5;flex-shrink:0;overflow:auto;width:200px}.page-setting .setting-box .setting-menu>ul{padding:12px 0 0 32px}.page-setting .setting-box .setting-menu>ul>li{color:#6b6e72;cursor:pointer;line-height:42px;list-style:none;margin:5px 0;padding:0 20px;position:relative}.page-setting .setting-box .setting-menu>ul>li.active,.page-setting .setting-box .setting-menu>ul>li:hover{background-color:#f4f5f7}.page-setting .setting-box .setting-menu>ul>li.version{cursor:default}.page-setting .setting-box .setting-menu>ul>li.version:hover{background-color:transparent}.page-setting .setting-box .setting-menu>ul>li.divided{margin-top:10px;padding-top:10px;position:relative}.page-setting .setting-box .setting-menu>ul>li.divided:before{background-color:#f4f4f5;content:"";height:1px;left:0;position:absolute;right:0;top:0;z-index:1}.page-setting .setting-box .setting-menu>ul>li.divided:after{background-color:#fff;content:"";height:9px;left:0;position:absolute;right:0;top:1px;z-index:2}.page-setting .setting-box .setting-content{display:flex;flex:1;flex-direction:column;overflow:auto;position:relative}.page-setting .setting-box .setting-content .setting-content-title{font-size:20px;font-weight:500;padding:12px 32px}.page-setting .setting-box .setting-content .setting-content-view{flex:1;position:relative}.page-setting .setting-box .setting-content .setting-content-view .setting-router-view{padding:24px 40px}.page-setting .setting-item .ivu-input,.page-setting .setting-item .ivu-select-selection{max-width:460px}.page-setting .setting-item .ivu-form{overflow:auto}.page-setting .setting-item .setting-color{margin-bottom:12px;max-width:600px;min-width:400px}.page-setting .setting-item .setting-color>div{padding-right:12px;text-align:center}.page-setting .setting-item .setting-color>div:first-child{text-align:left}.page-setting .setting-item .setting-color>div:last-child{flex:auto;flex-shrink:0;max-width:60px;padding-right:0;width:60px}.page-setting .setting-item .setting-color>div .ivu-color-picker{width:100%}.page-setting .setting-item .setting-color .information{color:#999}.page-setting .setting-item .setting-footer>button{height:34px;line-height:32px;min-width:94px}.page-setting .setting-item .setting-auto-day{display:block;line-height:32px;margin-bottom:-10px;margin-top:12px;width:110px}.page-setting .setting-item.submit{bottom:0;display:flex;flex-direction:column;left:0;padding:0!important;position:absolute;right:0;top:0}.page-setting .setting-item.submit .ivu-form{flex:1;overflow:auto;padding:24px 40px}.page-setting .setting-item.submit .setting-footer{border-top:1px solid #f4f4f5;flex-shrink:0;padding:16px 24px 0;position:static}@media (max-width:768px){.page-setting .setting-head .setting-titbox .setting-title .setting-more{align-items:center;display:flex;font-size:24px;height:42px;justify-content:center;width:42px}.page-setting .setting-box{position:relative}.page-setting .setting-box .setting-menu{background-color:#fff;height:100%;left:0;position:absolute;top:0;transform:translateX(-120%);transition:all .2s;width:100%;z-index:9}.page-setting .setting-box .setting-menu.show768-menu{transform:translateX(0)}.page-setting .setting-box .setting-menu>ul{padding:12px 32px}}.dialog-wrapper{background-color:#fff;bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0;z-index:1}.dialog-wrapper .dialog-title{display:flex;flex-direction:column;height:68px;justify-content:center;padding:0 30px;position:relative}.dialog-wrapper .dialog-title:before{background-color:#f4f5f5;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.dialog-wrapper .dialog-title.completed:after{color:#19be6b;content:"\f373";font-family:Ionicons,serif;font-size:52px;opacity:.2;pointer-events:none;position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:1}.dialog-wrapper .dialog-title .main-title{align-items:center;display:flex;line-height:22px;max-width:100%}.dialog-wrapper .dialog-title .main-title .ivu-tag{flex-shrink:0;margin:0 6px 0 0;padding:0 5px}.dialog-wrapper .dialog-title .main-title .ivu-tag.ivu-tag-success{padding:0 6px}.dialog-wrapper .dialog-title .main-title .ivu-icon{font-size:18px;margin-right:6px}.dialog-wrapper .dialog-title .main-title .ivu-icon.completed{color:#8bcf70}.dialog-wrapper .dialog-title .main-title>h2{font-size:17px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-wrapper .dialog-title .main-title>em{font-size:17px;font-style:normal;font-weight:500;padding-left:6px}.dialog-wrapper .dialog-title .sub-title{color:#aaa;flex-shrink:0;font-size:12px;line-height:20px}.dialog-wrapper .dialog-title .sub-title.pointer{cursor:pointer}.dialog-wrapper .dialog-title .sub-title.pointer:hover{color:#888}.dialog-wrapper .dialog-scroller{flex:1;overflow:auto;padding:0 32px;position:relative}.dialog-wrapper .dialog-scroller .dialog-list>ul>li{align-items:flex-end;display:flex;flex-direction:row;list-style:none;margin-bottom:16px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li:first-child{margin-top:16px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-avatar{flex-shrink:0;height:30px;margin-bottom:20px;position:relative;width:30px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view{align-items:flex-start;display:flex;flex-direction:column;margin:0 0 0 8px;position:relative}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view.text{max-width:70%}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content{background-color:#f4f5f7;border-radius:6px 6px 6px 0;color:#333;min-width:32px;padding:8px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file-menu{bottom:-8px;left:0;opacity:0;position:absolute;transition:all .3s}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file-menu .file-menu-warp{height:12px;width:100%}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file-menu .file-menu-icon{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file-menu .file-menu-icon>i{color:#999;cursor:pointer;display:inline-block;flex:1;font-size:13px;padding:4px 6px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file-menu .file-menu-icon>i:hover{color:#777}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content .dialog-file-menu .file-menu-icon>i+i{border-left:1px solid #ddd}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content>pre{word-wrap:break-word;display:block;line-height:1.5;margin:0;padding:0;white-space:pre-wrap;word-break:break-word}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content:hover .dialog-file-menu{opacity:1}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.loading{display:flex}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.loading .common-loading{height:20px;margin:4px;width:20px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file{display:inline-block}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box{align-items:center;background-color:#fff;border-radius:3px;display:flex;padding:10px 14px;width:220px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-thumb{width:36px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-info{display:flex;flex-direction:column;justify-content:center;margin-left:12px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-info .file-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:14px;line-height:18px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.file .file-box .file-info .file-size{color:#666;font-size:14px;padding-top:4px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.img{background-color:transparent;border-radius:6px;display:flex;max-height:220px;max-width:220px;overflow:hidden;padding:0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.img .file-img{cursor:pointer;display:flex}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content.unknown{text-decoration:underline}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot{align-items:center;display:flex;height:21px;line-height:1;padding-top:4px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .common-loading{height:10px;margin:0 2px;width:10px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .time{color:#bbb;font-size:12px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .done{color:#8bcf70;display:none;font-size:12px;margin-left:4px;transform:scale(.9)}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-foot .percent{cursor:pointer;display:none;margin-left:4px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-action{align-items:flex-start;align-self:flex-start;display:flex;height:100%}.dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-action>*{margin:0 5px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history{cursor:pointer;font-size:13px;justify-content:center;margin:12px 0;opacity:.6;padding:3px 0;transition:opacity .2s}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history:hover{opacity:1}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history-tip{padding-top:60px;position:relative}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.history-tip .history-text{background:#f5f5f5;border-radius:2px;font-size:12px;font-style:normal;height:22px;left:50%;line-height:22px;padding:0 48px;position:absolute;text-align:center;top:10px;transform:translateX(-50%)}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.loading{justify-content:center;padding:12px 0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.loading .common-loading{height:18px;margin:0;width:18px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.nothing{color:#999;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.bottom{height:0;margin:0;padding:0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self{flex-direction:row-reverse}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view{align-items:flex-end;margin:0 8px 0 0}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content{background-color:#8bcf70;border-radius:6px 6px 0 6px;color:#fff}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content.file{background-color:#f4f5f7}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content.img{background-color:transparent;border-radius:6px}.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-foot .done,.dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-foot .percent{display:inline-block}.dialog-wrapper .dialog-footer{align-items:flex-end;display:flex;flex-direction:column;margin-bottom:20px;padding:0 28px;position:relative}.dialog-wrapper .dialog-footer .dialog-newmsg{background-color:rgba(0,0,0,.6);border-radius:16px;color:#fff;cursor:pointer;display:none;font-size:12px;height:30px;line-height:30px;margin-bottom:20px;margin-right:10px;padding:0 12px;z-index:2}.dialog-wrapper .dialog-footer .dialog-input{background-color:#f4f5f7;border-radius:10px;padding:10px 52px 10px 12px}.dialog-wrapper .dialog-footer .dialog-input .ivu-input{background-color:transparent;border:0;resize:none}.dialog-wrapper .dialog-footer .dialog-input .ivu-input:focus{box-shadow:none}.dialog-wrapper .dialog-footer .dialog-send{align-items:center;bottom:0;display:flex;font-size:18px;justify-content:center;position:absolute;right:28px;top:0;width:46px}.dialog-wrapper .dialog-footer .chat-upload{display:none;height:0;overflow:hidden;width:0}.dialog-wrapper .dialog-footer.newmsg{margin-top:-50px}.dialog-wrapper .dialog-footer.newmsg .dialog-newmsg{display:block}.dialog-wrapper .drag-over{align-items:center;background-color:hsla(0,0%,100%,.78);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.dialog-wrapper .drag-over:before{border:2px dashed #7b7b7b;border-radius:12px;bottom:16px;content:"";left:16px;position:absolute;right:16px;top:16px}.dialog-wrapper .drag-over .drag-text{color:#666;font-size:18px;padding:12px}.dialog-wrapper-read-poptip-content{display:flex;position:relative}.dialog-wrapper-read-poptip-content .read,.dialog-wrapper-read-poptip-content .unread{flex:1;max-height:300px;overflow:auto}.dialog-wrapper-read-poptip-content .read>li,.dialog-wrapper-read-poptip-content .unread>li{list-style:none;margin-bottom:12px}.dialog-wrapper-read-poptip-content .read>li .common-avatar,.dialog-wrapper-read-poptip-content .unread>li .common-avatar{width:100%}.dialog-wrapper-read-poptip-content .read>li:last-child,.dialog-wrapper-read-poptip-content .unread>li:last-child{margin-bottom:6px}.dialog-wrapper-read-poptip-content .read>li.read-title>em,.dialog-wrapper-read-poptip-content .unread>li.read-title>em{font-size:18px;font-style:normal;font-weight:600;padding-right:6px}.dialog-wrapper-read-poptip-content .unread>li{padding-left:16px}.dialog-wrapper-read-poptip-content:before{background-color:#f4f4f5;bottom:0;content:"";left:50%;position:absolute;top:0;width:1px}.dialog-wrapper-paste{margin-top:-4px}.dialog-wrapper-paste img{max-height:1000px;max-width:100%}.dialog-wrapper-paste>div,.dialog-wrapper-paste>img{display:flex;flex-direction:column;margin:4px 0;padding:0}@media (max-width:768px){.dialog-wrapper .dialog-footer{margin-bottom:16px;padding:0 20px}.dialog-wrapper .dialog-footer .dialog-send{right:20px}}.file-content,.file-preview{border-radius:18px 18px 0 0;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0}.file-content .preview-iframe,.file-preview .preview-iframe{background:0 0;border:0;float:none;height:100%;left:0;margin:-1px 0 0;max-width:none;outline:0;padding:0;position:absolute;top:0;width:100%}.file-content .edit-header,.file-preview .edit-header{align-items:center;background-color:#fff;box-shadow:0 1px 5px 0 rgba(0,0,0,.05);display:flex;flex-direction:row;height:42px;position:relative;width:100%;z-index:99}.file-content .edit-header .header-title,.file-preview .edit-header .header-title{color:#333;flex:1;font-size:16px;line-height:24px;overflow:hidden;padding-left:24px;padding-right:24px;text-overflow:ellipsis;white-space:nowrap}.file-content .edit-header .header-title .file-unsave-tip,.file-preview .edit-header .header-title .file-unsave-tip{color:#333;cursor:pointer;font-weight:500;padding-right:6px;transition:color .3s}.file-content .edit-header .header-title .file-unsave-tip:hover,.file-preview .edit-header .header-title .file-unsave-tip:hover{color:#000}.file-content .edit-header .header-user,.file-preview .edit-header .header-user{margin-right:24px}.file-content .edit-header .header-user>ul,.file-preview .edit-header .header-user>ul{align-items:center;display:flex}.file-content .edit-header .header-user>ul>li,.file-preview .edit-header .header-user>ul>li{list-style:none;margin-right:-4px}.file-content .edit-header .header-user>ul>li.more,.file-preview .edit-header .header-user>ul>li.more{background-color:#8bcf70;border:2px solid #fff;border-radius:50%;color:#fff;font-size:12px;height:28px;line-height:24px;text-align:center;width:28px;z-index:1}.file-content .edit-header .header-hint,.file-preview .edit-header .header-hint{color:#666;font-size:12px;padding-right:22px;white-space:nowrap}.file-content .edit-header .header-hint .ivu-btn,.file-preview .edit-header .header-hint .ivu-btn{font-size:12px;padding:0 10px}.file-content .edit-header .header-hint .ivu-dropdown-item,.file-preview .edit-header .header-hint .ivu-dropdown-item{font-size:12px!important}.file-content .edit-header .header-button,.file-preview .edit-header .header-button{font-size:12px;margin-right:24px}.file-content .content-body,.file-preview .content-body{display:flex;flex:1;position:relative}.file-content .content-body .mdeditor-wrapper,.file-content .content-body .teditor-wrapper,.file-preview .content-body .mdeditor-wrapper,.file-preview .content-body .teditor-wrapper{display:flex;flex:1}.file-content .content-body .mdeditor-box,.file-preview .content-body .mdeditor-box{position:relative;width:100%}.file-content .content-body .mdeditor-box .markdown,.file-preview .content-body .mdeditor-box .markdown{bottom:0;left:0;overflow:auto;position:absolute;right:0;top:0;transform:translateZ(0)}.file-content .content-body .mdeditor-box .markdown .markdown-toolbars,.file-preview .content-body .mdeditor-box .markdown .markdown-toolbars{border-bottom:1px solid #eee}.file-content .content-body .mdeditor-box .markdown.border,.file-preview .content-body .mdeditor-box .markdown.border{border:0!important}.file-content .content-body .teditor-loadedstyle,.file-preview .content-body .teditor-loadedstyle{height:100%}.file-content .content-body .teditor-loadedstyle .tox-tinymce,.file-preview .content-body .teditor-loadedstyle .tox-tinymce{border:0;border-radius:0}.file-content .content-body .teditor-loadedstyle .tox-mbtn,.file-preview .content-body .teditor-loadedstyle .tox-mbtn{height:36px}.file-content .content-body .teditor-loadedstyle .tox-menubar,.file-content .content-body .teditor-loadedstyle .tox-toolbar-overlord,.file-preview .content-body .teditor-loadedstyle .tox-menubar,.file-preview .content-body .teditor-loadedstyle .tox-toolbar-overlord{background:#fff;padding:0 12%}.file-content .content-body .teditor-loadedstyle .tox-toolbar__overflow,.file-content .content-body .teditor-loadedstyle .tox-toolbar__primary,.file-preview .content-body .teditor-loadedstyle .tox-toolbar__overflow,.file-preview .content-body .teditor-loadedstyle .tox-toolbar__primary{background:none!important;border-top:1px solid #eaeaea!important}.file-content .content-body .teditor-loadedstyle .tox-toolbar-overlord,.file-preview .content-body .teditor-loadedstyle .tox-toolbar-overlord{border-bottom:1px solid #e9e9e9!important}.file-content .content-body .teditor-loadedstyle .tox-toolbar__group:not(:last-of-type),.file-preview .content-body .teditor-loadedstyle .tox-toolbar__group:not(:last-of-type){border-right:1px solid #eaeaea!important}.file-content .content-body .teditor-loadedstyle .tox-sidebar-wrap,.file-preview .content-body .teditor-loadedstyle .tox-sidebar-wrap{border:1px solid #e8e8e8;border-radius:2px;box-shadow:0 4px 8px 0 rgba(0,0,0,.08);margin:22px 12%}.file-content .content-body .teditor-loadedstyle .tox-sidebar-wrap .tox-edit-area,.file-preview .content-body .teditor-loadedstyle .tox-sidebar-wrap .tox-edit-area{border-top:0}.file-content .content-body .teditor-loadedstyle .tox-statusbar,.file-preview .content-body .teditor-loadedstyle .tox-statusbar{border-top:1px solid #e9e9e9}.file-content .content-body .teditor-loadedstyle .tox-statusbar .tox-statusbar__resize-handle,.file-preview .content-body .teditor-loadedstyle .tox-statusbar .tox-statusbar__resize-handle{display:none}.file-content .content-load,.file-preview .content-load{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:42px;z-index:1000}.file-content .content-load .common-loading,.file-preview .content-load .common-loading{margin:0}.file-preview .edit-header .header-title{align-items:center;display:flex}.file-preview .edit-header .header-title .ivu-tag{line-height:20px;margin-left:6px;padding:0 6px}.file-preview .edit-header .header-title .refresh{align-items:center;display:flex;margin-left:6px}.file-preview .edit-header .header-title .refresh .common-loading{height:16px;margin:2px;width:16px}.file-preview .edit-header .header-title .refresh>i{cursor:pointer;font-size:20px;opacity:.6;transition:all .2s}.file-preview .edit-header .header-title .refresh>i:hover{opacity:1}.file-preview .content-body{overflow:hidden}.file-preview .content-body .markdown-preview-warp{flex:1;overflow:auto}@media (max-width:1200px){.file-content{overflow:auto}.file-content .content-body,.file-content .edit-header{min-width:900px}}.project-archived{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.project-archived .archived-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.project-archived .archived-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.project-archived .archived-title .title-icon>i{cursor:pointer}.project-dialog{background-color:#fff;border-left:1px solid #f4f5f5;display:flex;flex-direction:column;position:relative;z-index:1}.project-dialog .project-dialog-wrapper .dialog-user{margin-top:36px;padding:0 32px}.project-dialog .project-dialog-wrapper .dialog-user .member-head{align-items:center;display:flex}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-title{flex:1;font-size:18px;font-weight:600}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-title>span{color:#8bcf70;padding-left:6px}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-view-all{color:#999;cursor:pointer;font-size:13px}.project-dialog .project-dialog-wrapper .dialog-user .member-head .member-view-all:hover{color:#777}.project-dialog .project-dialog-wrapper .dialog-user .member-list{align-items:center;display:flex;margin-top:14px;overflow:auto}.project-dialog .project-dialog-wrapper .dialog-user .member-list>li{list-style:none;margin-bottom:8px;margin-right:14px;position:relative}.project-dialog .project-dialog-wrapper .dialog-user .member-list.member-all{display:block}.project-dialog .project-dialog-wrapper .dialog-user .member-list.member-all>li{display:inline-block}.project-dialog .project-dialog-wrapper .dialog-footer .dialog-back{display:none}@media (max-width:768px){.project-dialog .project-dialog-wrapper .dialog-user{margin-top:24px;padding:0 20px}.project-dialog .project-dialog-wrapper .dialog-scroller,.project-dialog .project-dialog-wrapper .dialog-title{padding:0 20px}.project-dialog .project-dialog-wrapper .dialog-footer{position:relative}.project-dialog .project-dialog-wrapper .dialog-footer .dialog-back{align-items:center;bottom:0;display:flex;font-size:26px;justify-content:center;left:0;position:absolute;top:0;width:64px;z-index:1}.project-dialog .project-dialog-wrapper .dialog-footer .dialog-input{width:calc(100% - 44px)}}.project-list,.project-list .project-head{display:flex;flex-direction:column}.project-list .project-head{align-items:flex-start;margin:32px 32px 0}.project-list .project-head .project-titbox{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px;width:100%}.project-list .project-head .project-titbox .project-title{align-items:center;display:flex}.project-list .project-head .project-titbox .project-title>h1{color:#333;font-size:28px;font-weight:600}.project-list .project-head .project-titbox .project-title .project-load{align-items:center;display:flex;margin-left:18px}.project-list .project-head .project-titbox .project-title .project-load .common-loading{height:22px;width:22px}.project-list .project-head .project-titbox .project-icons{align-items:center;display:flex;flex-shrink:0;margin-top:3px}.project-list .project-head .project-titbox .project-icons>li{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;list-style:none;margin-left:16px;position:relative;transition:box-shadow .3s;width:36px}.project-list .project-head .project-titbox .project-icons>li:hover{box-shadow:0 0 6px #ccc}.project-list .project-head .project-titbox .project-icons>li.project-avatar{min-width:36px;width:auto}.project-list .project-head .project-titbox .project-icons>li.project-avatar:hover{box-shadow:none}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul{align-items:center;display:flex}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li{list-style:none;margin-left:-6px;transition:transform .2s}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li:hover{transform:scale(1.05)}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li:first-child{margin-left:0}.project-list .project-head .project-titbox .project-icons>li.project-avatar>ul>li.more{align-items:center;background-color:transparent;border-color:transparent;color:#aaa;display:flex;font-size:17px;height:32px;justify-content:center;transform:scale(1)!important;width:30px;z-index:1}.project-list .project-head .project-titbox .project-icons>li.project-icon{background-color:#f2f3f5;border-radius:50%}.project-list .project-head .project-titbox .project-icons>li.project-icon .menu-icon{font-size:20px;height:36px;line-height:36px;width:36px}.project-list .project-head .project-titbox .project-icons>li.project-icon .menu-badge{left:20px;position:absolute;top:-6px;transform:scale(.8)}.project-list .project-head .project-titbox .project-icons>li.project-icon .search-input{margin:2px 0;width:170px}.project-list .project-head .project-titbox .project-icons>li.project-icon.active{background-color:#8bcf70;color:#fff}.project-list .project-head .project-subbox{display:flex;justify-content:space-between;width:100%}.project-list .project-head .project-subbox .project-subtitle{color:#999;flex:1;line-height:24px}.project-list .project-head .project-subbox .project-switch{align-items:flex-end;display:flex;flex-shrink:0;margin-left:80px}.project-list .project-head .project-subbox .project-switch .project-checkbox{align-items:center;display:flex;height:30px;margin-right:14px;opacity:.9}.project-list .project-head .project-subbox .project-switch .project-checkbox .ivu-checkbox-focus{box-shadow:none}.project-list .project-head .project-subbox .project-switch .project-switch-button{align-items:center;background-color:#fff;border-radius:6px;display:flex;height:30px;position:relative;transition:box-shadow .2s}.project-list .project-head .project-subbox .project-switch .project-switch-button:hover{box-shadow:0 0 10px #e6ecfa}.project-list .project-head .project-subbox .project-switch .project-switch-button:before{background-color:rgba(139,207,112,.1);border:1px solid #8bcf70;border-radius:6px;color:#8bcf70;content:"";height:100%;left:0;position:absolute;top:0;transition:left .2s;width:50%;z-index:0}.project-list .project-head .project-subbox .project-switch .project-switch-button>div{align-items:center;border-radius:6px;color:#606266;cursor:pointer;display:flex;height:30px;justify-content:center;width:32px;z-index:1}.project-list .project-head .project-subbox .project-switch .project-switch-button>div>i{font-size:17px}.project-list .project-head .project-subbox .project-switch .project-switch-button>div:first-child{color:#8bcf70}.project-list .project-head .project-subbox .project-switch .project-switch-button.menu:before{left:50%}.project-list .project-head .project-subbox .project-switch .project-switch-button.menu>div:first-child{color:#606266}.project-list .project-head .project-subbox .project-switch .project-switch-button.menu>div:last-child{color:#8bcf70}.project-list .project-column{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;padding-top:18px}.project-list .project-column>ul{align-items:flex-start;display:inline-flex;justify-content:space-between}.project-list .project-column>ul>li{display:flex;flex-direction:column;flex-shrink:0;height:100%;list-style:none;width:260px}.project-list .project-column>ul>li:first-child{margin-left:22px}.project-list .project-column>ul>li:last-child{margin-right:22px}.project-list .project-column>ul>li.add-column{background-color:#f2f3f5;border-radius:4px;color:#888;cursor:pointer;height:36px}.project-list .project-column>ul>li.add-column .add-column-text{align-items:center;display:flex;flex-direction:row;line-height:36px;padding:0 12px}.project-list .project-column>ul>li.add-column .add-column-text>i{font-size:16px;padding-right:8px}.project-list .project-column>ul>li.add-column .add-column-text:hover{color:#777}.project-list .project-column>ul>li.add-column .add-column-input{align-items:center;display:none;height:36px}.project-list .project-column>ul>li.add-column .add-column-input .ivu-input{height:36px;padding:4px 10px}.project-list .project-column>ul>li.add-column .add-column-input .ivu-input-icon{height:36px;line-height:36px;width:36px}.project-list .project-column>ul>li.add-column.show-input .add-column-text{display:none}.project-list .project-column>ul>li.add-column.show-input .add-column-input{display:flex}.project-list .project-column>ul>li .column-head{align-items:center;background-color:#f2f3f5;border-radius:4px;display:flex;margin:0 10px;padding:7px 10px}.project-list .project-column>ul>li .column-head .column-head-title{align-items:center;display:flex;flex:1;font-weight:500;width:0}.project-list .project-column>ul>li .column-head .column-head-title>span{font-size:15px}.project-list .project-column>ul>li .column-head .column-head-title>em{color:#888;font-size:14px;font-style:normal;padding-left:6px}.project-list .project-column>ul>li .column-head .column-head-icon{align-items:center;display:flex;margin-left:16px}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon,.project-list .project-column>ul>li .column-head .column-head-icon .loading{align-items:center;display:flex;height:24px;justify-content:center;padding-right:8px;width:24px}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon .common-loading,.project-list .project-column>ul>li .column-head .column-head-icon .loading .common-loading{height:16px;margin:0;width:16px}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon{color:#aaa;cursor:pointer;font-size:16px;font-weight:600;transition:color .3s}.project-list .project-column>ul>li .column-head .column-head-icon .ivu-icon:hover{color:#888}.project-list .project-column>ul>li .column-head .column-head-icon .last{padding-right:0}.project-list .project-column>ul>li .column-head.custom-color{color:#fff}.project-list .project-column>ul>li .column-head.custom-color .column-head-title>em{color:hsla(0,0%,100%,.6)}.project-list .project-column>ul>li .column-head.custom-color .ivu-icon{color:hsla(0,0%,100%,.5)}.project-list .project-column>ul>li .column-head.custom-color .ivu-icon:hover{color:hsla(0,0%,100%,.9)}.project-list .project-column>ul>li .column-task{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.project-list .project-column>ul>li .column-task .task-list>div:last-child{margin-bottom:16px}.project-list .project-column>ul>li .column-task .task-item{background-color:#fff;border-radius:12px;cursor:pointer;margin:16px 10px 0;padding:12px;position:relative;transition:box-shadow .3s,opacity .3s}.project-list .project-column>ul>li .column-task .task-item:hover{box-shadow:0 0 10px #e6ecfa}.project-list .project-column>ul>li .column-task .task-item .task-head{align-items:flex-start;display:flex}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title{flex:1;padding-top:1px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;float:left;font-size:12px;height:20px;line-height:18px;margin-right:4px;padding:0 3px;text-align:center}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.project-list .project-column>ul>li .column-task .task-item .task-head .task-title>pre{word-wrap:break-word;display:block;line-height:1.5;margin:0;padding:0;white-space:pre-wrap;word-break:break-word}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu{height:22px;margin-left:8px;width:22px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon,.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .loading{align-items:center;display:flex;height:22px;justify-content:center;width:22px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon .common-loading,.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .loading .common-loading{height:16px;margin:0;width:16px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon{font-size:22px}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon.uncomplete{color:#777}.project-list .project-column>ul>li .column-task .task-item .task-head .task-menu .ivu-icon.uncomplete:hover{color:#555}.project-list .project-column>ul>li .column-task .task-item .task-head.has-desc .task-title{font-weight:600}.project-list .project-column>ul>li .column-task .task-item .task-desc>pre{word-wrap:break-word;color:#999;line-height:20px;margin:10px 0 0;padding:0;white-space:pre-wrap;word-break:break-all}.project-list .project-column>ul>li .column-task .task-item .task-tags{margin-top:10px}.project-list .project-column>ul>li .column-task .task-item .task-users{align-items:center;display:flex;margin-top:10px}.project-list .project-column>ul>li .column-task .task-item .task-users>ul{align-items:center;display:flex;flex:1;margin-right:24px;overflow:auto;width:0}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li{height:32px;list-style:none;margin-left:-6px;width:32px}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li:first-child{margin-left:0}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li.no-owner{width:auto}.project-list .project-column>ul>li .column-task .task-item .task-users>ul>li.no-owner .ivu-btn-small{font-size:12px}.project-list .project-column>ul>li .column-task .task-item .task-users .task-icon{font-size:12px;margin-left:6px}.project-list .project-column>ul>li .column-task .task-item .task-users .task-icon .ivu-icon{font-size:14px;margin-left:1px}.project-list .project-column>ul>li .column-task .task-item .task-progress{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-sub-num{color:#777;font-size:12px;margin-right:8px}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time{align-items:center;background-color:#eaedf2;border:1px solid #eaedf2;border-radius:3px;color:#777;display:flex;flex-shrink:0;font-size:12px;margin-left:18px;padding:0 3px}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.overdue,.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.today{color:#fff}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.overdue{background-color:#ed4014;border-color:#ed4014;font-weight:600}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.today{background-color:#f90;border-color:#f90;font-weight:500}.project-list .project-column>ul>li .column-task .task-item .task-progress .task-time .taskfont{font-size:12px;margin-right:3px}.project-list .project-column>ul>li .column-task .task-item .priority-color{border-radius:2px;height:42px;left:0;max-height:50%;position:absolute;top:12px;width:3px}.project-list .project-column>ul>li .column-task .task-item.additem{cursor:default;padding:0}.project-list .project-column>ul>li .column-task .task-item.complete{opacity:.5}.project-list .project-column>ul>li .column-task .task-item.complete:hover{opacity:.8}.project-list .project-column>ul>li .column-task .task-item.complete .task-head .task-title{text-decoration:line-through}.project-list .project-column>ul>li .column-task .task-item.complete .priority-color,.project-list .project-column>ul>li .column-task .task-item.complete .task-desc,.project-list .project-column>ul>li .column-task .task-item.complete .task-progress,.project-list .project-column>ul>li .column-task .task-item.complete .task-tags,.project-list .project-column>ul>li .column-task .task-item.complete .task-users,.project-list .project-column>ul>li .column-task .task-item.hidden{display:none}.project-list .project-table{height:100%;margin-top:18px;overflow-x:hidden;overflow-y:auto}.project-list .project-table .task-row{background-color:#fff;border-bottom:1px solid #f4f4f5;position:relative}.project-list .project-table .task-row>div{align-items:center;border-right:1px solid #f4f4f5;display:flex;padding:8px 12px}.project-list .project-table .task-row>div:first-child{padding-left:32px}.project-list .project-table .task-row>div:last-child{border-right:0}.project-list .project-table .task-row>div.complete .item-title{color:#aaa;text-decoration:line-through}.project-list .project-table .task-row .priority-color{bottom:-1px;left:0;position:absolute;top:0;width:3px}.project-list .project-table .project-table-body,.project-list .project-table .project-table-head{border:1px solid #f4f4f5;border-bottom:0;border-radius:5px;margin:0 32px 12px;overflow:hidden}.project-list .project-table .project-table-body.project-table-hide .task-rows,.project-list .project-table .project-table-head.project-table-hide .task-rows{display:none}.project-list .project-table .project-table-body.project-table-hide .row-title .taskfont,.project-list .project-table .project-table-head.project-table-hide .row-title .taskfont{transform:rotate(-90deg)}.project-list .project-table .project-table-head .task-row>div{color:#888;font-size:13px;font-weight:500}.project-list .project-table .project-table-head .task-row>div .sort{align-items:center;cursor:pointer;display:flex}.project-list .project-table .project-table-head .task-row>div .task-sort{cursor:pointer;display:inline-block;height:12px;margin-left:1px;margin-top:-1px;overflow:hidden;position:relative;vertical-align:middle;width:14px}.project-list .project-table .project-table-head .task-row>div .task-sort>i{color:#c5c8ce;display:block;font-size:16px;height:6px;line-height:6px;overflow:hidden;position:absolute;transition:color .2s ease-in-out}.project-list .project-table .project-table-head .task-row>div .task-sort>i.on{color:#8bcf70}.project-list .project-table .project-table-head .task-row>div .task-sort>i:hover{color:inherit}.project-list .project-table .project-table-head .task-row>div .task-sort>i:first-child{top:0}.project-list .project-table .project-table-head .task-row>div .task-sort>i:last-child{bottom:0}.project-list .project-table .project-table-body{transition:box-shadow .3s}.project-list .project-table .project-table-body:hover{box-shadow:0 0 10px #e6ecfa}.project-list .project-table .project-table-body .task-row>div{padding:10px 12px}.project-list .project-table .project-table-body .task-row>div.row-title{color:#333;font-size:14px;font-weight:500;padding-left:14px}.project-list .project-table .project-table-body .task-row>div.row-title .taskfont{cursor:pointer;font-size:12px;transition:transform .3s}.project-list .project-table .project-table-body .task-row>div.row-title .row-h1{padding-left:18px}.project-list .project-table .project-table-body .task-row>div.row-title .row-num{color:#999;padding-left:6px}.project-list .project-table .project-table-body .task-row>div.row-name{align-items:flex-start;line-height:24px;padding:12px 12px 12px 34px}.project-list .project-table .project-table-body .task-row>div.row-name .loading{height:24px}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon{cursor:pointer;font-size:16px}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon.sub-icon{color:#cfcfcf;font-size:16px;height:16px;margin-left:-20px;margin-right:4px;margin-top:4px;transition:transform .2s;width:16px}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon.sub-icon.active{transform:rotate(90deg)}.project-list .project-table .project-table-body .task-row>div.row-name .ivu-icon.uncomplete{color:#ccc}.project-list .project-table .project-table-body .task-row>div.row-name .item-title{cursor:pointer;flex:1;padding:0 22px 0 8px}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;display:inline-block;font-size:12px;height:18px;line-height:16px;margin-right:3px;margin-top:3px;min-width:20px;padding:0 2px;text-align:center;vertical-align:top}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.project-list .project-table .project-table-body .task-row>div.row-name .item-title>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons{align-items:center;display:flex;flex-shrink:0;margin-left:4px}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons .item-icon{color:#aaa;cursor:pointer;display:flex;font-size:12px;margin-left:16px}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons .item-icon .taskfont{font-size:12px}.project-list .project-table .project-table-body .task-row>div.row-name .item-icons .item-icon>em{font-style:normal;margin-left:4px}.project-list .project-table .project-table-body .task-row>div.row-column .el-dropdown,.project-list .project-table .project-table-body .task-row>div.row-priority .el-dropdown{align-items:center;display:flex;overflow:hidden}.project-list .project-table .project-table-body .task-row>div.row-column .task-column,.project-list .project-table .project-table-body .task-row>div.row-column .task-priority,.project-list .project-table .project-table-body .task-row>div.row-priority .task-column,.project-list .project-table .project-table-body .task-row>div.row-priority .task-priority{cursor:pointer}.project-list .project-table .project-table-body .task-row>div.row-column .task-column{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list .project-table .project-table-body .task-row>div.row-user{padding:8px}.project-list .project-table .project-table-body .task-row>div.row-user>ul{align-items:center;cursor:pointer;display:flex;height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list .project-table .project-table-body .task-row>div.row-user>ul>li{display:inline-block;list-style:none;margin-left:-6px;max-width:100%}.project-list .project-table .project-table-body .task-row>div.row-user>ul>li:first-child{margin-left:0}.project-list .project-table .project-table-body .task-row>div.row-user>ul>li.no-owner{align-items:center;display:flex;height:32px}.project-list .project-table .project-table-body .task-row>div.row-time .task-time{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list .project-table .project-table-body .task-row>div.row-time .task-time.overdue,.project-list .project-table .project-table-body .task-row>div.row-time .task-time.today{border:1px solid transparent;border-radius:3px;color:#fff;font-size:13px;padding:0 4px}.project-list .project-table .project-table-body .task-row>div.row-time .task-time.overdue{background-color:#ed4014;border-color:#ed4014;font-weight:600}.project-list .project-table .project-table-body .task-row>div.row-time .task-time.today{background-color:#f90;border-color:#f90;font-weight:500}.project-list .project-table .project-table-body .task-rows .task-rows{overflow:hidden;position:relative}.project-list .project-table .project-table-body .task-rows .task-rows:before{box-shadow:0 0 8px 1px rgba(0,0,0,.08);content:"";left:0;position:absolute;right:0;top:0;z-index:1}.project-list .project-table .project-table-body .task-rows .task-rows .task-row{background-color:#fcfcfd}.project-list .project-table .project-table-body .task-rows .task-rows .task-row .priority-color{display:none}.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-name{padding-left:56px}.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-name .item-title{color:#6b6e72}.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-column>div,.project-list .project-table .project-table-body .task-rows .task-rows .task-row>div.row-priority>div{display:none}.project-list .project-table .project-table-body .task-rows .task-rows .task-add-row{background-color:#fcfcfd}.project-list .project-table .project-table-body .task-rows .task-rows .task-add-row>div.row-add{padding-left:56px}.project-list-more-dropdown-menu>li .item{align-items:center;display:flex}.project-list-more-dropdown-menu>li .item>i{color:#bbb;font-size:18px;height:18px;line-height:18px;margin-right:8px;padding:0;width:18px}.project-list-more-dropdown-menu>li .item>i.ivu-icon{font-size:16px}.project-list-wait-remove{margin-top:6px}.project-list-wait-remove>li{align-items:center;display:flex;line-height:26px;list-style:none}.project-list-wait-remove>li:first-child{font-weight:600}@media (max-width:768px){.project-list .project-head{margin:24px 24px 0}.project-list .project-head .project-titbox{display:block}.project-list .project-head .project-titbox .project-title{float:left;padding-bottom:4px}.project-list .project-head .project-titbox .project-icons{float:right;justify-content:flex-end;margin-left:24px;margin-top:4px}.project-list .project-head .project-subbox{display:block}.project-list .project-head .project-subbox .project-subtitle{margin-bottom:6px}.project-list .project-head .project-subbox .project-switch{justify-content:flex-end;margin-left:0}.project-list .project-column>ul>li:first-child{margin-left:10px}.project-list .project-column>ul>li:last-child{margin-right:10px}.project-list .project-table{overflow-x:auto}.project-list .project-table .project-table-body,.project-list .project-table .project-table-head{margin:0 24px 12px;min-width:768px}}.project-log .log-title{display:none}.project-log.is-drawer{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.project-log.is-drawer .log-title{color:#333;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.project-log .logs-activity{padding:12px;position:relative;word-break:break-all}.project-log .logs-activity>li{list-style:none;padding-top:0}.project-log .logs-activity>li.logs-loading,.project-log .logs-activity>li.logs-more,.project-log .logs-activity>li.logs-none{height:22px;line-height:22px}.project-log .logs-activity>li.logs-loading{display:flex}.project-log .logs-activity>li.logs-loading .common-loading{margin:0}.project-log .logs-activity>li.logs-more{cursor:pointer}.project-log .logs-activity>li.logs-more:hover{color:#048be0}.project-log .logs-activity>li.logs-none{color:#bbb;cursor:pointer}.project-log .logs-activity>li .logs-date{color:rgba(0,0,0,.36);padding-bottom:14px}.project-log .logs-activity>li .logs-section{margin:4px}.project-log .logs-activity>li .logs-section .ivu-timeline>li{padding-bottom:8px}.project-log .logs-activity>li .logs-section .ivu-timeline>li:last-child{padding-bottom:0}.project-log .logs-activity>li .logs-section .ivu-timeline>li .ivu-timeline-item-head-custom{left:auto;margin-left:-13px;margin-right:6px;margin-top:8px;min-width:40px;position:static;width:auto}.project-log .logs-activity>li .logs-section .ivu-timeline>li .ivu-timeline-item-content{margin-top:-5px;padding-left:20px}.project-log .logs-activity>li .logs-dot{display:flex;height:18px;margin-left:10px;width:auto}.project-log .logs-activity>li .logs-dot .avatar-name.auto{color:#9599a1}.project-log .logs-activity>li .log-summary{padding:4px 0 4px 12px;position:relative}.project-log .logs-activity>li .log-summary>a,.project-log .logs-activity>li .log-summary>span{word-wrap:break-word;padding-right:6px;word-break:break-word}.project-log .logs-activity>li .log-summary .log-text{color:rgba(0,0,0,.72);display:inline-block}.project-log .logs-activity>li .log-summary .log-text .detail-user{display:inline-block;vertical-align:top}.project-log .logs-activity>li .log-summary .log-text .detail-user .detail-user-wrap{display:flex}.project-log .logs-activity>li .log-summary .log-text .detail-user .detail-user-wrap .common-avatar{margin:0 2px}.project-log .logs-activity>li .log-summary .log-operation>button{font-size:12px}.project-log .logs-activity>li .log-summary .log-operation>button+button{margin-left:4px}.project-log .logs-activity>li .log-summary .log-time{color:rgba(0,0,0,.3);font-size:12px}.project-log .logs-activity>li .log-task{cursor:pointer;margin-bottom:6px;margin-left:12px;opacity:.6}.project-log .logs-activity>li .log-task:hover{opacity:1}.project-log .logs-activity>li .log-task:hover>em{color:#8bcf70}.project-log .logs-activity>li .log-task>em{border-radius:5px;color:#999;display:inline-block;font-size:12px;font-style:normal;height:18px;line-height:18px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-management{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.project-management .management-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.project-management .management-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.project-management .management-title .title-icon>i{cursor:pointer}.project-management .project-name{align-items:center;display:flex}.project-management .project-name .ivu-tag{flex-shrink:0;height:18px;line-height:18px;overflow:hidden;padding:0 4px;text-overflow:ellipsis;transform:scale(.8);transform-origin:right center;white-space:nowrap}.project-management .project-percent{line-height:1}.project-management .project-percent .ivu-progress{margin-top:2px}.project-workflow{bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0}.project-workflow .workflow-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;padding:20px 20px 24px}.project-workflow .workflow-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.project-workflow .workflow-title .title-icon>i{cursor:pointer}.project-workflow .workflow-content{flex:1;overflow:auto;padding:0 20px}.project-workflow .workflow-content .ivu-collapse-header{align-items:center;display:flex}.project-workflow .workflow-content .workflow-item{align-items:center;display:flex;flex:1}.project-workflow .workflow-content .workflow-item .workflow-name{flex-shrink:0;margin-right:24px}.project-workflow .workflow-content .workflow-item .workflow-status{align-items:center;display:flex;flex:1}.project-workflow .workflow-content .workflow-item .workflow-status>div{background:#f7f7f7;border:1px solid #e8eaec;border-radius:3px;font-size:12px;height:22px;line-height:22px;margin-right:8px;overflow:hidden;padding:0 8px;vertical-align:middle}.project-workflow .workflow-content .workflow-item .workflow-status>div.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.project-workflow .workflow-content .workflow-item .workflow-status>div.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.project-workflow .workflow-content .workflow-item .workflow-status>div.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.project-workflow .workflow-content .workflow-item .workflow-save{flex-shrink:0;margin:0 8px}.project-workflow .workflow-content .workflow-item .workflow-save>button{font-size:13px;height:26px;line-height:24px;margin-right:4px;padding:0 13px}.project-workflow .workflow-no{align-items:center;color:#999;display:flex;flex:1;flex-direction:column;justify-content:center;padding:0 20px}.project-workflow .workflow-no>button{margin-top:18px}.project-workflow .taskflow-config{display:flex;max-height:800px}.project-workflow .taskflow-config .taskflow-config-table{border-radius:4px;box-shadow:1px 0 3px rgba(0,0,0,.1);display:flex;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-left-container{-ms-overflow-style:none;flex-shrink:0;overflow-x:scroll;padding-bottom:16px;padding-top:16px;position:relative;width:246px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-left-container:after{border-right:1px solid #f4f4f5;bottom:0;content:"";position:absolute;right:0;top:0;z-index:1}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-column-header{font-size:16px;font-weight:700;height:58px;left:0;line-height:58px;padding:0 20px;position:absolute;right:0;top:0}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-column-header.left-header{top:16px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-column-body{height:calc(100% - 58px);margin-top:58px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block{padding:12px 0;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block.hr{position:relative}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block.hr:after{border-top:1px solid #f4f4f5;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-title{color:#8c8c8c;height:40px;line-height:40px;padding:0 20px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-radio-group{display:block;text-align:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-radio-group .ivu-radio-group-item{display:flex;flex-direction:column;height:58px;justify-content:center;padding:0 20px;position:relative;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-checkbox-group{display:block;text-align:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .ivu-checkbox-group .ivu-checkbox-group-item,.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item{display:flex;flex-direction:column;height:58px;justify-content:center;padding:0 20px;position:relative;width:100%}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item.with-indicator:before{border-radius:4px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item .title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item .subtitle{color:#8c8c8c;font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item.center{align-items:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item.radio-item>span{display:none}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-block .taskflow-config-table-block-item .transform-status-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-right-container{flex-direction:row;flex-grow:1;overflow-x:auto;overflow-y:hidden;padding-bottom:16px;padding-top:16px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-list-wrapper,.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-right-container{display:flex}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column{border-radius:4px;flex-shrink:0;height:100%;margin-bottom:16px;margin-right:16px;position:relative;width:210px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column:first-child{margin-left:20px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column:hover .status-label-with-menu .more{opacity:1}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.addnew{align-items:center;border:1px dashed #d9d9d9;color:#8c8c8c;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.addnew:hover{border-color:#bfbfbf;color:#777}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.column-border{border-style:solid;border-width:1px}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.start{border-color:#e5e5e5}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.start:hover{border-color:#bfbfbf}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.progress{border-color:#ccecff}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.progress:hover{border-color:#87d2ff}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.end{border-color:#cafac8}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-column.end:hover{border-color:#64d16d}.project-workflow .taskflow-config .taskflow-config-table .taskflow-config-table-status-item{align-items:center;cursor:move;display:flex;height:58px;line-height:58px;padding:8px}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu{align-items:center;border-radius:4px;display:inline-flex;font-size:14px;font-weight:400;height:36px;justify-content:center;line-height:32px;max-width:100%;overflow:hidden;padding:0 32px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:200px}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu:hover{font-weight:700}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu.start{background:rgba(38,38,38,.05);color:#595959}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu.progress{background:rgba(27,154,238,.1);color:#0171c2}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu.end{background:rgba(21,173,49,.1);color:#038a24}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .more{align-items:center;bottom:0;cursor:pointer;display:flex;font-size:18px;font-weight:400!important;justify-content:center;opacity:.2;position:absolute;right:0;top:0;transition:opacity .3s;width:38px}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .more.opacity{opacity:1}.project-workflow .taskflow-config .taskflow-config-table .status-label-with-menu .more .more-icon{align-items:center;display:flex}.taskflow-config-more-dropdown-menu .users{display:flex;margin:0 -8px;overflow:auto;padding:6px 0}.taskflow-config-more-dropdown-menu .users .common-avatar{margin-right:-5px;max-width:100%}.taskflow-config-more-dropdown-menu .item{align-items:center;display:flex}.taskflow-config-more-dropdown-menu .delete{color:red}.task-add .head{align-items:center;display:flex;margin-bottom:20px;padding:8px 0;position:relative}.task-add .head .ivu-cascader .ivu-cascader-label{align-items:center;display:flex;font-size:15px;padding:0;width:auto}.task-add .head .ivu-cascader .ivu-cascader-label:after{content:"\f116";font-family:Ionicons,serif;opacity:1;padding:6px;transition:all .2s}.task-add .head .ivu-cascader .ivu-cascader-arrow{display:none}.task-add .head .ivu-cascader .ivu-input{border:0;box-shadow:none;font-size:15px;padding:4px 0}.task-add .head .ivu-cascader .ivu-cascader-not-found-tip{padding:6px 12px}.task-add .head.empty .ivu-cascader .ivu-cascader-label:after{opacity:0}.task-add .head.visible .ivu-cascader .ivu-cascader-label:after{transform:rotate(180deg)}.task-add .task-add-advanced .title .ivu-input,.task-add .task-add-form .title .ivu-input{border-color:transparent;font-size:24px;font-weight:500;line-height:1.4;padding:4px 0;resize:none}.task-add .task-add-advanced .title .ivu-input:focus,.task-add .task-add-form .title .ivu-input:focus{box-shadow:none}.task-add .task-add-advanced .desc,.task-add .task-add-form .desc{margin-top:24px;overflow:auto}.task-add .task-add-advanced .desc div[contenteditable=true],.task-add .task-add-form .desc div[contenteditable=true]{outline:none}.task-add .task-add-advanced .desc .mce-content-body img,.task-add .task-add-form .desc .mce-content-body img{max-width:100%}.task-add .task-add-advanced .desc .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before,.task-add .task-add-form .desc .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#bbb}.task-add .task-add-advanced .advanced-option,.task-add .task-add-form .advanced-option{align-items:center;display:flex;margin-top:42px;z-index:1}.task-add .task-add-advanced .advanced-option>button,.task-add .task-add-form .advanced-option>button{transition:margin .2s}.task-add .task-add-advanced .advanced-option>button.advanced,.task-add .task-add-form .advanced-option>button.advanced{margin-left:24px}.task-add .task-add-advanced .advanced-option>button:focus,.task-add .task-add-form .advanced-option>button:focus{box-shadow:none}.task-add .task-add-advanced .advanced-option .advanced-priority,.task-add .task-add-form .advanced-option .advanced-priority{align-items:center;display:flex;height:34px;margin-left:24px}.task-add .task-add-advanced .advanced-option .advanced-priority>li,.task-add .task-add-form .advanced-option .advanced-priority>li{list-style:none;margin-left:3px}.task-add .task-add-advanced .advanced-option .advanced-priority>li .taskfont,.task-add .task-add-form .advanced-option .advanced-priority>li .taskfont{cursor:pointer;font-size:34px}.task-add .task-add-advanced .advanced-option .advanced-time,.task-add .task-add-form .advanced-option .advanced-time{align-items:center;cursor:pointer;display:flex;margin-left:20px;position:relative}.task-add .task-add-advanced .advanced-option .advanced-time .ivu-icon,.task-add .task-add-form .advanced-option .advanced-time .ivu-icon{font-size:32px}.task-add .task-add-advanced .advanced-option .advanced-time>em,.task-add .task-add-form .advanced-option .advanced-time>em{background:#8bcf70;border-radius:10px;box-shadow:0 0 0 1px #fff;color:#fff;font-family:"Monospaced Number","serif";font-size:12px;font-style:normal;height:20px;left:16px;line-height:20px;min-width:20px;padding:0 6px;position:absolute;text-align:center;top:-5px;transform:scale(.8);white-space:nowrap}.task-add .task-add-advanced{border:1px solid #e8e8e8;border-radius:8px;margin:-16px 0 0;padding:46px 32px 6px}.task-add .task-add-advanced .subtasks{background-color:#f8f8f8;border-radius:6px;margin-bottom:24px;padding:12px 16px}.task-add .task-add-advanced .subtasks .enter-input.empty .ivu-input{background:transparent;border-color:transparent}.task-add .task-add-advanced .subtasks .enter-input.empty .ivu-input:focus,.task-add .task-add-advanced .subtasks .enter-input.empty .ivu-input:hover{box-shadow:none}.task-add .task-add-advanced .subtasks .sublist .ivu-row{margin-bottom:12px}.task-add .task-add-advanced .subtasks .sublist .ivu-row>div{padding-right:7px}.task-add .task-add-advanced .subtasks .sublist .ivu-row>div:last-child{padding-right:0}.task-add .task-add-advanced .ivu-date-picker{width:100%}.task-add .task-add-assist{align-items:center;display:flex;justify-content:flex-end;margin-top:6px}.task-add .task-add-assist .ivu-icon{color:#999;font-size:16px}.task-add .ivu-modal-footer{padding:26px 0 22px!important}.task-add-simple{padding:12px}.task-add-simple .ivu-input-wrapper{display:none}.task-add-simple .add-placeholder{color:#888;cursor:pointer;margin:-12px;padding:12px}.task-add-simple .add-placeholder .ivu-icon{margin-right:4px}.task-add-simple .add-placeholder:hover{color:#666}.task-add-simple .priority{align-items:center;display:none;margin-bottom:-3px;margin-top:10px;min-height:22px}.task-add-simple .priority>ul{align-items:center;display:flex;flex:1}.task-add-simple .priority>ul>li{list-style:none;margin-right:3px}.task-add-simple .priority>ul>li .taskfont{cursor:pointer;font-size:22px}.task-add-simple .priority .ivu-icon{cursor:pointer;font-size:16px}.task-add-simple.active .ivu-input-wrapper{display:block}.task-add-simple.active .add-placeholder{display:none}.task-add-simple.active .priority{display:flex}.task-add-row{background-color:#fff;border-bottom:1px solid #f4f4f5;position:relative}.task-add-row>div{border-right:1px solid #f4f4f5;display:flex;padding:8px 12px}.task-add-row>div:last-child{border-right:0}.task-add-row>div.row-add{display:flex;flex-direction:column;justify-content:center;min-height:48px;padding-left:34px}.task-add-row>div.row-add .add-btn{cursor:pointer;display:block;opacity:.5;transition:opacity .3s}.task-add-row>div.row-add .add-btn .add-icon{font-size:16px;margin-right:8px}.task-add-row>div.row-add .add-btn:hover{opacity:1}.task-add-row>div.row-add .add-input{align-items:flex-start;background-color:#fff;border:1px solid #dcdee2;border-radius:4px;color:#606266;display:none}.task-add-row>div.row-add .add-input:hover{border-color:#57a3f3}.task-add-row>div.row-add .add-input textarea{border-color:transparent;resize:none}.task-add-row>div.row-add .add-input textarea:focus{box-shadow:none}.task-add-row>div.row-add .add-input .priority{align-items:center;display:flex;height:31px;margin:0 4px}.task-add-row>div.row-add .add-input .priority>ul{align-items:center;display:flex;flex:1}.task-add-row>div.row-add .add-input .priority>ul>li{list-style:none;margin-right:4px}.task-add-row>div.row-add .add-input .priority>ul>li .taskfont{cursor:pointer;font-size:17px}.task-add-row>div.row-add .add-input .priority .ivu-icon{cursor:pointer;font-size:15px;margin:0 5px 0 3px}.task-add-row>div.row-add.active{padding-bottom:7px;padding-top:7px}.task-add-row>div.row-add.active .add-btn{display:none}.task-add-row>div.row-add.active .add-input{display:flex}.task-archived{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.task-archived .archived-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.task-archived .archived-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.task-archived .archived-title .title-icon>i{cursor:pointer}.task-detail{display:flex;flex-direction:column;margin:0 -32px 12px -10px;min-height:120px;overflow:auto;padding:0 22px 12px 0}.task-detail .task-info{display:flex;flex:1;flex-direction:column;position:relative}.task-detail .task-info .head{align-items:center;color:#888;display:flex;height:42px;padding-bottom:10px;position:relative}.task-detail .task-info .head:before{background-color:#f4f5f5;bottom:0;content:"";height:1px;left:36px;position:absolute;right:0}.task-detail .task-info .head .icon{margin-right:18px}.task-detail .task-info .head .icon .task-menu-icon{align-items:center;display:flex}.task-detail .task-info .head .icon .task-menu-icon .ivu-icon{font-size:18px}.task-detail .task-info .head .icon .task-menu-icon .loading{height:18px;width:18px}.task-detail .task-info .head .icon .task-menu-icon .loading .common-loading{height:16px;width:16px}.task-detail .task-info .head .icon .task-menu-icon .uncomplete{color:#888}.task-detail .task-info .head .flow{margin-right:10px}.task-detail .task-info .head .flow>span{border:1px solid #8bcf70;border-radius:4px;color:#8bcf70;cursor:pointer;display:inline-block;font-size:14px;height:26px;line-height:24px;padding:0 8px;text-align:center}.task-detail .task-info .head .flow>span.archived,.task-detail .task-info .head .flow>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.task-detail .task-info .head .flow>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.task-detail .task-info .head .flow>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.task-detail .task-info .head .nav{align-items:center;display:flex;flex:1;font-size:12px;height:40px;overflow:auto;width:0}.task-detail .task-info .head .nav::-webkit-scrollbar{display:none}.task-detail .task-info .head .nav>p{align-items:center;display:flex;padding-right:5px}.task-detail .task-info .head .nav>p>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail .task-info .head .nav>p:after{content:"/";padding-left:5px}.task-detail .task-info .head .nav>p:last-child:after{display:none}.task-detail .task-info .head .function{align-items:center;display:flex;margin:0 32px}.task-detail .task-info .head .function .pick{margin-left:12px;margin-right:10px}.task-detail .task-info .head .function .open{cursor:pointer;font-size:22px;margin-left:12px;margin-top:-2px}.task-detail .task-info .head .function .menu{align-items:center;display:flex;margin-left:12px}.task-detail .task-info .head .function .menu .ivu-icon{color:#606266;font-size:22px}.task-detail .task-info .scroller{margin-left:36px;overflow-x:hidden;overflow-y:auto;padding-right:36px}.task-detail .task-info .scroller .title{margin-top:18px}.task-detail .task-info .scroller .title .ivu-input{border-color:transparent;font-size:24px;font-weight:500;line-height:1.4;padding:4px 0;resize:none}.task-detail .task-info .scroller .title .ivu-input:focus{box-shadow:none}.task-detail .task-info .scroller .desc{margin-top:10px;overflow:auto}.task-detail .task-info .scroller .desc div[contenteditable=true]{outline:none}.task-detail .task-info .scroller .desc .mce-content-body img{max-width:100%}.task-detail .task-info .scroller .desc .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:#bbb}.task-detail .task-info .scroller .items{margin-top:12px}.task-detail .task-info .scroller .items .ivu-form-item{margin-bottom:10px}.task-detail .task-info .scroller .items .item-label{align-items:center;color:#bbb;display:flex}.task-detail .task-info .scroller .items .item-label .taskfont{margin-right:4px}.task-detail .task-info .scroller .items .item-content{margin-left:12px;margin-top:5px}.task-detail .task-info .scroller .items .item-content>li{align-items:center;display:flex;line-height:26px;list-style:none}.task-detail .task-info .scroller .items .item-content>li .el-dropdown{cursor:pointer;display:flex}.task-detail .task-info .scroller .items .item-content>li .task-priority{padding:0 7px}.task-detail .task-info .scroller .items .item-content>li .picker-time{align-items:center;display:flex;line-height:26px}.task-detail .task-info .scroller .items .item-content>li .picker-time .time{cursor:pointer}.task-detail .task-info .scroller .items .item-content>li .picker-time .ivu-tag{flex-shrink:0;height:20px;line-height:18px;margin-left:10px;padding:0 4px}.task-detail .task-info .scroller .items .item-content>li .picker-time .ivu-tag .ivu-tag-text{align-items:center;display:flex}.task-detail .task-info .scroller .items .item-content>li .picker-time .ivu-tag .ivu-tag-text .taskfont{font-size:14px;padding-right:3px;transform:scale(.9)}.task-detail .task-info .scroller .items .item-content.user{cursor:pointer;margin-top:1px}.task-detail .task-info .scroller .items .item-content.user .user-list{align-items:center;display:flex}.task-detail .task-info .scroller .items .item-content.user .user-list>div{margin-right:6px}.task-detail .task-info .scroller .items .item-content.file{margin-bottom:-3px}.task-detail .task-info .scroller .items .item-content.file>li{margin-bottom:2px}.task-detail .task-info .scroller .items .item-content.file>li .file-load{height:16px;margin:0;padding:2px;width:16px}.task-detail .task-info .scroller .items .item-content.file>li .file-ext{width:16px}.task-detail .task-info .scroller .items .item-content.file>li .file-name{color:#606266;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.task-detail .task-info .scroller .items .item-content.file>li .file-size{color:#bbb;flex-shrink:0;font-size:12px;height:24px;padding-left:10px}.task-detail .task-info .scroller .items .item-content.file>li .file-menu{align-items:center;display:flex;opacity:0;padding-left:12px;transition:all .3s}.task-detail .task-info .scroller .items .item-content.file>li .file-menu.show{opacity:1}.task-detail .task-info .scroller .items .item-content.file>li .file-menu i{color:#aaa;cursor:pointer;font-size:14px;padding:0 4px;transition:color .3s}.task-detail .task-info .scroller .items .item-content.file>li .file-menu i:hover{color:#777}.task-detail .task-info .scroller .items .item-content.file>li .file-menu i.del{font-size:13px}.task-detail .task-info .scroller .items .item-content.file>li .file-menu i.del:hover{color:red}.task-detail .task-info .scroller .items .item-content.file>li:hover .file-name{color:#303133}.task-detail .task-info .scroller .items .item-content.file>li:hover .file-menu{opacity:1}.task-detail .task-info .scroller .items .item-content.subtask>li{align-items:flex-start;margin-bottom:4px}.task-detail .task-info .scroller .items .item-content.subtask>li:last-child{margin-bottom:-6px}.task-detail .task-info .scroller .items .item-content.subtask>li:hover .subtask-time .clock{opacity:.7;transform:translateX(0)}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-icon{align-items:center;cursor:pointer;display:flex;height:26px;line-height:26px;margin-right:6px;padding-top:1px;width:16px}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span{border:1px solid #8bcf70;border-radius:3px;color:#8bcf70;display:inline-block;font-size:12px;height:18px;line-height:16px;margin-right:3px;min-width:20px;padding:0 2px;text-align:center}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-flow>span.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-name{display:flex;flex:1;margin-right:8px}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-name .ivu-input{border-color:transparent;line-height:20px;margin:-2px 0;padding:4px 0;resize:none}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-name .ivu-input:focus{box-shadow:none}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time{margin-right:8px}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .time{cursor:pointer;font-size:13px;height:26px;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .time.overdue{color:#ed4014;font-weight:600}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .time.today{color:#f90;font-weight:500}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-time .clock{font-size:20px;margin:3px 2px;opacity:0;transform:translateX(50%);transition:all .2s}.task-detail .task-info .scroller .items .item-content.subtask>li .subtask-avatar{cursor:pointer;height:20px;margin-top:3px}.task-detail .task-info .scroller .items .item-content.subtask>li .ivu-icon-ios-loading{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}.task-detail .task-info .scroller .items .item-content.nosub{margin-top:0}.task-detail .task-info .scroller .items .item-content.nosub>li .add-button,.task-detail .task-info .scroller .items .item-content.nosub>li .add-input{margin-top:-2px}.task-detail .task-info .scroller .add{margin-bottom:10px;margin-top:12px}.task-detail .task-info .scroller .add-input{margin-top:6px}.task-detail .task-info .scroller .add-input.loading .ivu-icon-ios-loading{-webkit-animation:icon-loading-load .6s linear infinite;animation:icon-loading-load .6s linear infinite}.task-detail .task-info .scroller .add-button{align-items:center;color:#bbb;cursor:pointer;display:flex;height:32px;margin-top:6px}.task-detail .task-info .scroller .add-button>i{font-size:14px;padding-right:8px}.task-detail .task-info .scroller .add-button>em{font-style:normal;padding-left:4px}.task-detail .task-info .scroller .add-button>em:after{content:"/";padding-left:4px}.task-detail .task-info .scroller .add-button>em:last-child:after{display:none}.task-detail .task-info .scroller .add-button:hover{color:#999}.task-detail .task-info .upload{display:none}.task-detail .task-dialog{display:flex;flex-direction:column;flex-shrink:0;margin-top:22px;position:relative}.task-detail .task-dialog .head{align-items:center;color:#888;display:flex;height:40px;padding-bottom:10px;position:relative}.task-detail .task-dialog .head:before{background-color:#f4f5f5;bottom:0;content:"";height:1px;left:36px;position:absolute;right:0}.task-detail .task-dialog .head .icon{font-size:18px;width:18px}.task-detail .task-dialog .head .nav{align-items:center;color:#666;display:flex;flex:1;font-weight:500;padding-left:18px}.task-detail .task-dialog .head .nav>p{align-items:center;cursor:pointer;display:flex;margin-right:24px}.task-detail .task-dialog .head .nav>p.active{color:#555;cursor:default;font-size:16px;font-weight:600;margin-top:-2px}.task-detail .task-dialog .head .nav .refresh{align-items:center;display:flex;margin-left:-18px}.task-detail .task-dialog .head .nav .refresh>i{cursor:pointer;font-size:18px;opacity:.8;transition:opacity .2s}.task-detail .task-dialog .head .nav .refresh>i:hover{opacity:1}.task-detail .task-dialog .head .nav .refresh .common-loading{height:12px;margin:3px;width:12px}.task-detail .task-dialog .no-dialog{display:flex;flex:1;flex-direction:column}.task-detail .task-dialog .no-dialog .no-tip{display:none;flex:1;margin-left:36px}.task-detail .task-dialog .no-dialog .no-input{align-items:center;background-color:#f4f5f7;border-radius:10px;display:flex;margin:22px 0 0 36px;padding:10px 12px}.task-detail .task-dialog .no-dialog .no-input .ivu-input{background-color:transparent;border:0;resize:none}.task-detail .task-dialog .no-dialog .no-input .ivu-input:focus{box-shadow:none}.task-detail .task-dialog .no-dialog .no-input .no-send{display:none}.task-detail .task-dialog .project-log{margin-left:36px}.task-detail .task-dialog .project-log .logs-activity{padding:22px 0 0}.task-detail .task-dialog .project-log .logs-activity>li{list-style:none;padding-top:0}.task-detail .task-dialog .project-log .logs-activity>li.logs-loading,.task-detail .task-dialog .project-log .logs-activity>li.logs-more,.task-detail .task-dialog .project-log .logs-activity>li.logs-none{height:59px;line-height:59px}.task-detail .task-dialog .project-log .logs-activity>li.logs-loading{align-items:center;display:flex}.task-detail .task-dialog .project-log .logs-activity>li.logs-loading .common-loading{height:22px;margin:0;width:22px}.task-detail .task-dialog .dialog-wrapper .dialog-scroller{padding:0 16px 0 32px}.task-detail .task-dialog .dialog-wrapper .dialog-footer{padding:0 14px 0 28px}.task-detail .task-load{display:flex;left:50%;margin-top:6px;position:absolute;top:50%;transform:translate(-50%,-50%)}.task-detail .task-load .common-loading{height:32px;width:32px}.task-detail .drag-over{align-items:center;background-color:hsla(0,0%,100%,.78);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.task-detail .drag-over:before{border:2px dashed #7b7b7b;border-radius:12px;bottom:16px;content:"";left:16px;position:absolute;right:16px;top:16px}.task-detail .drag-over .drag-text{color:#666;font-size:18px;padding:12px}.task-detail.open-dialog{flex-direction:row}.task-detail.open-dialog .task-info{overflow:auto}.task-detail.open-dialog .task-info .head .function{margin-right:2px}.task-detail.open-dialog .task-dialog{margin:0 0 0 18px;max-width:450px;min-width:320px}.task-detail.open-dialog .task-dialog:before{background-color:#f4f5f5;bottom:0;content:"";left:0;position:absolute;top:0;width:1px;z-index:1}.task-detail.open-dialog .task-dialog .head:before{left:18px}.task-detail.open-dialog .task-dialog .head .icon:before{display:none}.task-detail.open-dialog .task-dialog .head .nav{padding-left:0}.task-detail.open-dialog .task-dialog .head .nav>p{margin-right:28px}.task-detail.open-dialog .task-dialog .head .nav>p.active{font-size:18px}.task-detail.open-dialog .task-dialog .no-dialog .no-tip{align-items:center;color:#999;display:flex;justify-content:center;margin-left:18px}.task-detail.open-dialog .task-dialog .no-dialog .no-input{margin:0 0 0 18px}.task-detail.open-dialog .task-dialog .dialog-wrapper{z-index:0}.task-detail.open-dialog .task-dialog .dialog-wrapper .dialog-footer{margin-bottom:0}.task-detail.open-dialog .task-dialog .project-log{background-color:#fff;bottom:0;left:0;margin-left:8px;overflow:auto;padding:8px;position:absolute;right:0;top:40px;z-index:1}.task-detail.open-dialog .task-dialog .project-log .logs-activity{padding:22px 0 0 10px}.task-detail.completed .task-info:before{color:#19be6b;content:"\f373";font-family:Ionicons,serif;font-size:72px;opacity:.2;pointer-events:none;position:absolute;right:13%;top:0;z-index:1}.task-detail-receive{padding:6px 6px 3px}.task-detail-receive .receive-title{font-size:14px}.task-detail-receive .receive-title .ivu-icon{color:#f90;font-size:16px;line-height:18px}.task-detail-receive .receive-time{margin-top:10px}.task-detail-receive .receive-time .ivu-date-picker{width:280px}.task-detail-receive .receive-bottom{margin-top:12px;text-align:right}.task-detail-receive .receive-bottom>button+button{margin-left:4px}.task-detail-delete-file-popover{max-width:200px}.task-detail-delete-file-popover .buttons{margin-top:12px;text-align:right}.task-detail-delete-file-popover .buttons .ivu-btn-small{font-size:12px}.task-detail-avatar-buttons{margin-bottom:4px;margin-top:12px;position:absolute;right:14px;text-align:right;top:5px}.task-detail-avatar-buttons>button{font-size:12px;transform:scale(.9)}@media (max-width:768px){.task-detail .task-info .scroller{overflow-x:auto}.task-detail .task-dialog .no-dialog .no-input{padding-right:52px;position:relative}.task-detail .task-dialog .no-dialog .no-input .no-send{align-items:center;bottom:0;display:flex;font-size:18px;justify-content:center;position:absolute;right:0;top:0;width:46px}.task-detail .task-dialog .no-dialog .no-input .no-send .common-loading{height:20px;width:20px}}.task-menu-icon{position:relative}.task-menu-icon .loading{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.task-menu-icon .loading .common-loading{height:14px;margin:0;width:14px}.task-menu-icon .ivu-icon{color:#ccc;cursor:pointer;font-size:16px}.task-menu-icon .ivu-icon.completed{color:#8bcf70}.task-menu-more-dropdown>li.task-menu-more-warp{list-style:none}.task-menu-more-dropdown>li.task-menu-more-warp>ul{max-height:320px;overflow:auto}.task-menu-more-dropdown>li.task-menu-more-warp>ul::-webkit-scrollbar{display:none}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .item{align-items:center;display:flex}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .item>i{color:#bbb;flex-shrink:0;font-size:18px;height:18px;line-height:18px;margin-right:8px;padding:0;width:18px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .item>i.ivu-icon{font-size:16px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow{padding:4px 0}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow>i{margin-right:3px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow>i.check{color:#8bcf70}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name{background:#f4f4f4;border-radius:4px;color:#595959;font-size:12px;height:20px;line-height:20px;padding:0 5px;white-space:nowrap}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name.start{background-color:rgba(38,38,38,.05);border-color:rgba(38,38,38,.05);color:#595959}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name.progress{background-color:rgba(27,154,238,.1);border-color:rgba(27,154,238,.1);color:#0171c2}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li .flow .flow-name.end{background-color:rgba(21,173,49,.1);border-color:rgba(21,173,49,.1);color:#038a24}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li.load-flow{align-items:center;display:flex;justify-content:center;padding:8px}.task-menu-more-dropdown>li.task-menu-more-warp>ul>li.load-flow .load-flow-warp{height:20px;width:20px}.task-menu-more-dropdown>li.task-menu-more-warp.medium>ul>li .flow .flow-name{height:24px;line-height:24px;padding:0 7px}.task-menu-more-dropdown>li.task-menu-more-warp.large>ul>li .flow .flow-name{font-size:13px;height:30px;line-height:30px;padding:0 8px}.task-priority{background:transparent;border:1px solid transparent;border-radius:3px;display:inline-block;font-size:13px;max-width:100%;overflow:hidden;padding:2px 5px;text-overflow:ellipsis;white-space:nowrap}.team-management{bottom:0;left:0;overflow:auto;padding:20px;position:absolute;right:0;top:0}.team-management .management-title{align-items:center;color:#333;display:flex;font-size:20px;font-weight:500;line-height:1;margin-bottom:24px}.team-management .management-title .title-icon{align-items:center;display:flex;height:14px;margin-left:4px;margin-top:2px;width:14px}.team-management .management-title .title-icon>i{cursor:pointer}.team-management .team-email{align-items:center;display:flex}.team-management .team-email .ivu-tag{flex-shrink:0;height:18px;line-height:18px;overflow:hidden;padding:0 4px;text-overflow:ellipsis;transform:scale(.8);transform-origin:right center;white-space:nowrap}body.dark-mode-reverse .common-app-down-link,body.dark-mode-reverse .ivu-badge-count,body.dark-mode-reverse .ivu-btn-primary{color:#000}body.dark-mode-reverse .ivu-modal-mask{background-color:hsla(0,0%,90%,.6)}body.dark-mode-reverse .ivu-modal-content{box-shadow:0 4px 12px hsla(0,0%,100%,.15)}body.dark-mode-reverse .ivu-message-notice-content{border:1px solid #e3e8ed;box-shadow:0 1px 6px hsla(0,0%,100%,.2)}body.dark-mode-reverse .ivu-notice-notice,body.dark-mode-reverse .ivu-poptip-inner,body.dark-mode-reverse .ivu-select-dropdown,body.dark-mode-reverse .ivu-tooltip-inner{border:1px solid #e3e8ed;box-shadow:none}body.dark-mode-reverse .el-dropdown-menu{border-color:#e3e8ed;box-shadow:0 2px 12px 0 hsla(0,0%,100%,.1)}body.dark-mode-reverse .el-tooltip__popper.is-light{border:1px solid #e3e8ed;box-shadow:0 1px 6px hsla(0,0%,100%,.2)}body.dark-mode-reverse .drawer-overlay{background:hsla(0,0%,90%,.6)}body.dark-mode-reverse .drawer-overlay .overlay-body .overlay-close>a{color:#323232}body.dark-mode-reverse .drawer-overlay .overlay-body .overlay-close>a:hover{color:#000}body.dark-mode-reverse .file-content .content-body .tox .tox-edit-area__iframe,body.dark-mode-reverse .file-preview .content-body .tox .tox-edit-area__iframe{background-color:#000}body.dark-mode-reverse .file-content .content-body .teditor-loadedstyle .tox-sidebar-wrap,body.dark-mode-reverse .file-preview .content-body .teditor-loadedstyle .tox-sidebar-wrap{box-shadow:none}body.dark-mode-reverse .minder-editor-container .quickbar{border:1px solid #e3e8ed!important;box-shadow:3px 3px 10px hsla(0,0%,100%,.2)!important}body.dark-mode-reverse .project-list .project-head .project-titbox .project-icons>li.project-icon.active{color:#000}body.dark-mode-reverse .project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.overdue{background-color:transparent;color:#ed4014}body.dark-mode-reverse .project-list .project-column>ul>li .column-task .task-item .task-progress .task-time.today{background-color:transparent;color:#f90}body.dark-mode-reverse .project-list .project-table .project-table-body .task-row>div.row-time .task-time.overdue{background-color:transparent;color:#ed4014}body.dark-mode-reverse .project-list .project-table .project-table-body .task-row>div.row-time .task-time.today{background-color:transparent;color:#f90}body.dark-mode-reverse .dialog-wrapper .dialog-scroller .dialog-list>ul>li .dialog-view .dialog-content{background-color:#e1e1e1;color:#fff}body.dark-mode-reverse .dialog-wrapper .dialog-scroller .dialog-list>ul>li.self .dialog-view .dialog-content{background-color:#8bcf70}body.dark-mode-reverse .file-icon:before{background-image:url(../images/file/dark/other.svg)}body.dark-mode-reverse .file-icon.archive:before{background-image:url(../images/file/dark/archive.svg)}body.dark-mode-reverse .file-icon.cad:before{background-image:url(../images/file/dark/cad.svg)}body.dark-mode-reverse .file-icon.code:before{background-image:url(../images/file/dark/code.svg)}body.dark-mode-reverse .file-icon.document:before{background-image:url(../images/file/dark/document.svg)}body.dark-mode-reverse .file-icon.excel:before{background-image:url(../images/file/dark/excel.svg)}body.dark-mode-reverse .file-icon.flow:before{background-image:url(../images/file/dark/flow.svg)}body.dark-mode-reverse .file-icon.folder:before{background-image:url(../images/file/dark/folder.svg)}body.dark-mode-reverse .file-icon.media:before{background-image:url(../images/file/dark/media.svg)}body.dark-mode-reverse .file-icon.mind:before{background-image:url(../images/file/dark/mind.svg)}body.dark-mode-reverse .file-icon.ofd:before{background-image:url(../images/file/dark/ofd.svg)}body.dark-mode-reverse .file-icon.pdf:before{background-image:url(../images/file/dark/pdf.svg)}body.dark-mode-reverse .file-icon.picture:before{background-image:url(../images/file/dark/picture.svg)}body.dark-mode-reverse .file-icon.ppt:before{background-image:url(../images/file/dark/ppt.svg)}body.dark-mode-reverse .file-icon.sheet:before{background-image:url(../images/file/dark/sheet.svg)}body.dark-mode-reverse .file-icon.tif:before{background-image:url(../images/file/dark/tif.svg)}body.dark-mode-reverse .file-icon.txt:before{background-image:url(../images/file/dark/txt.svg)}body.dark-mode-reverse .file-icon.updir:before{background-image:url(../images/file/dark/updir.svg)}body.dark-mode-reverse .file-icon.upload:before{background-image:url(../images/file/dark/upload.svg)}body.dark-mode-reverse .file-icon.word:before{background-image:url(../images/file/dark/word.svg)}body.dark-mode-reverse .file-icon.wps:before{background-image:url(../images/file/dark/wps.svg)}body.dark-mode-reverse .page-login .login-body .login-box{box-shadow:none}body.dark-mode-reverse .page-manage .manage-box-menu .manage-box-dropdown .manage-box-title.menu-visible{box-shadow:0 1px 6px hsla(0,0%,100%,.2)}body.dark-mode-reverse .page-dashboard .dashboard-wrapper .dashboard-block>li .block-title{color:rgba(0,0,0,.6);font-size:12px}body.dark-mode-reverse .page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .block-num{color:#000}body.dark-mode-reverse .page-dashboard .dashboard-wrapper .dashboard-block>li .block-data .taskfont{color:rgba(0,0,0,.7)}body.dark-mode-reverse .page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .icon-avatar{color:#1c1917}body.dark-mode-reverse .page-messenger .messenger-wrapper .messenger-select .messenger-list>ul.dialog>li .dialog-box .dialog-text{color:#555} diff --git a/public/docs/assets/main.bundle.js b/public/docs/assets/main.bundle.js index cba08c06c..f35da3057 100644 --- a/public/docs/assets/main.bundle.js +++ b/public/docs/assets/main.bundle.js @@ -1,8 +1,8 @@ -(()=>{var il={2988:()=>{+function(x){"use strict";var y=".dropdown-backdrop",o='[data-toggle="dropdown"]',d=function(u){x(u).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function r(u){var s=u.attr("data-target");s||(s=u.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var p=s!=="#"?x(document).find(s):null;return p&&p.length?p:u.parent()}function n(u){u&&u.which===3||(x(y).remove(),x(o).each(function(){var s=x(this),p=r(s),g={relatedTarget:this};!p.hasClass("open")||u&&u.type=="click"&&/input|textarea/i.test(u.target.tagName)&&x.contains(p[0],u.target)||(p.trigger(u=x.Event("hide.bs.dropdown",g)),!u.isDefaultPrevented()&&(s.attr("aria-expanded","false"),p.removeClass("open").trigger(x.Event("hidden.bs.dropdown",g))))}))}d.prototype.toggle=function(u){var s=x(this);if(!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(n(),!g){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&x(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(x(this)).on("click",n);var i={relatedTarget:this};if(p.trigger(u=x.Event("show.bs.dropdown",i)),u.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(x.Event("shown.bs.dropdown",i))}return!1}},d.prototype.keydown=function(u){if(!(!/(38|40|27|32)/.test(u.which)||/input|textarea/i.test(u.target.tagName))){var s=x(this);if(u.preventDefault(),u.stopPropagation(),!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(!g&&u.which!=27||g&&u.which==27)return u.which==27&&p.find(o).trigger("focus"),s.trigger("click");var i=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+i);if(!!m.length){var c=m.index(u.target);u.which==38&&c>0&&c--,u.which==40&&c{+function(x){"use strict";var y=function(r,n){this.init("popover",r,n)};if(!x.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=x.extend({},x.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),y.prototype=x.extend({},x.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),l=this.getContent();if(this.options.html){var f=typeof l;this.options.sanitize&&(n=this.sanitizeHtml(n),f==="string"&&(l=this.sanitizeHtml(l))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[f==="string"?"html":"append"](l)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(l);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(r){return this.each(function(){var n=x(this),l=n.data("bs.popover"),f=typeof r=="object"&&r;!l&&/destroy|hide/.test(r)||(l||n.data("bs.popover",l=new y(this,f)),typeof r=="string"&&l[r]())})}var d=x.fn.popover;x.fn.popover=o,x.fn.popover.Constructor=y,x.fn.popover.noConflict=function(){return x.fn.popover=d,this}}(jQuery)},954:()=>{+function(x){"use strict";function y(r,n){this.$body=x(document.body),this.$scrollElement=x(r).is(document.body)?x(window):x(r),this.options=x.extend({},y.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",x.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var r=this,n="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),x.isWindow(this.$scrollElement[0])||(n="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var f=x(this),u=f.data("target")||f.attr("href"),s=/^#./.test(u)&&x(u);return s&&s.length&&s.is(":visible")&&[[s[n]().top+l,u]]||null}).sort(function(f,u){return f[0]-u[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},y.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),l=this.options.offset+n-this.$scrollElement.height(),f=this.offsets,u=this.targets,s=this.activeTarget,p;if(this.scrollHeight!=n&&this.refresh(),r>=l)return s!=(p=u[u.length-1])&&this.activate(p);if(s&&r=f[p]&&(f[p+1]===void 0||r{+function(x){"use strict";var y=function(n){this.element=x(n)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var n=this.element,l=n.closest("ul:not(.dropdown-menu)"),f=n.data("target");if(f||(f=n.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var u=l.find(".active:last a"),s=x.Event("hide.bs.tab",{relatedTarget:n[0]}),p=x.Event("show.bs.tab",{relatedTarget:u[0]});if(u.trigger(s),n.trigger(p),!(p.isDefaultPrevented()||s.isDefaultPrevented())){var g=x(document).find(f);this.activate(n.closest("li"),l),this.activate(g,g.parent(),function(){u.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:u[0]})})}}},y.prototype.activate=function(n,l,f){var u=l.find("> .active"),s=f&&x.support.transition&&(u.length&&u.hasClass("fade")||!!l.find("> .fade").length);function p(){u.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),f&&f()}u.length&&s?u.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),u.removeClass("in")};function o(n){return this.each(function(){var l=x(this),f=l.data("bs.tab");f||l.data("bs.tab",f=new y(this)),typeof n=="string"&&f[n]()})}var d=x.fn.tab;x.fn.tab=o,x.fn.tab.Constructor=y,x.fn.tab.noConflict=function(){return x.fn.tab=d,this};var r=function(n){n.preventDefault(),o.call(x(this),"show")};x(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},8480:()=>{+function(x){"use strict";var y=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function f(i,m){var c=i.nodeName.toLowerCase();if(x.inArray(c,m)!==-1)return x.inArray(c,o)!==-1?Boolean(i.nodeValue.match(n)||i.nodeValue.match(l)):!0;for(var h=x(m).filter(function(S,T){return T instanceof RegExp}),E=0,v=h.length;E
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},s.prototype.init=function(i,m,c){if(this.enabled=!0,this.type=i,this.$element=x(m),this.options=this.getOptions(c),this.$viewport=this.options.viewport&&x(document).find(x.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var h=this.options.trigger.split(" "),E=h.length;E--;){var v=h[E];if(v=="click")this.$element.on("click."+this.type,this.options.selector,x.proxy(this.toggle,this));else if(v!="manual"){var S=v=="hover"?"mouseenter":"focusin",T=v=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,x.proxy(this.enter,this)),this.$element.on(T+"."+this.type,this.options.selector,x.proxy(this.leave,this))}}this.options.selector?this._options=x.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(i){var m=this.$element.data();for(var c in m)m.hasOwnProperty(c)&&x.inArray(c,y)!==-1&&delete m[c];return i=x.extend({},this.getDefaults(),m,i),i.delay&&typeof i.delay=="number"&&(i.delay={show:i.delay,hide:i.delay}),i.sanitize&&(i.template=u(i.template,i.whiteList,i.sanitizeFn)),i},s.prototype.getDelegateOptions=function(){var i={},m=this.getDefaults();return this._options&&x.each(this._options,function(c,h){m[c]!=h&&(i[c]=h)}),i},s.prototype.enter=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var i in this.inState)if(this.inState[i])return!0;return!1},s.prototype.leave=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var i=x.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var m=x.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!m)return;var c=this,h=this.tip(),E=this.getUID(this.type);this.setContent(),h.attr("id",E),this.$element.attr("aria-describedby",E),this.options.animation&&h.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,h[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,T=S.test(v);T&&(v=v.replace(S,"")||"top"),h.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?h.appendTo(x(document).find(this.options.container)):h.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var P=this.getPosition(),D=h[0].offsetWidth,w=h[0].offsetHeight;if(T){var _=v,C=this.getPosition(this.$viewport);v=v=="bottom"&&P.bottom+w>C.bottom?"top":v=="top"&&P.top-wC.width?"left":v=="left"&&P.left-DS.top+S.height&&(E.top=S.top+S.height-P)}else{var D=m.left-v,w=m.left+v+c;DS.right&&(E.left=S.left+S.width-w)}return E},s.prototype.getTitle=function(){var i,m=this.$element,c=this.options;return i=m.attr("data-original-title")||(typeof c.title=="function"?c.title.call(m[0]):c.title),i},s.prototype.getUID=function(i){do i+=~~(Math.random()*1e6);while(document.getElementById(i));return i},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=x(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(i){var m=this;i&&(m=x(i.currentTarget).data("bs."+this.type),m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m))),i?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var i=this;clearTimeout(this.timeout),this.hide(function(){i.$element.off("."+i.type).removeData("bs."+i.type),i.$tip&&i.$tip.detach(),i.$tip=null,i.$arrow=null,i.$viewport=null,i.$element=null})},s.prototype.sanitizeHtml=function(i){return u(i,this.options.whiteList,this.options.sanitizeFn)};function p(i){return this.each(function(){var m=x(this),c=m.data("bs.tooltip"),h=typeof i=="object"&&i;!c&&/destroy|hide/.test(i)||(c||m.data("bs.tooltip",c=new s(this,h)),typeof i=="string"&&c[i]())})}var g=x.fn.tooltip;x.fn.tooltip=p,x.fn.tooltip.Constructor=s,x.fn.tooltip.noConflict=function(){return x.fn.tooltip=g,this}}(jQuery)},7030:x=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},o=-1,d=1,r=0;y.Diff=function(n,l){return[n,l]},y.prototype.diff_main=function(n,l,f,u){typeof u=="undefined"&&(this.Diff_Timeout<=0?u=Number.MAX_VALUE:u=new Date().getTime()+this.Diff_Timeout*1e3);var s=u;if(n==null||l==null)throw new Error("Null input. (diff_main)");if(n==l)return n?[new y.Diff(r,n)]:[];typeof f=="undefined"&&(f=!0);var p=f,g=this.diff_commonPrefix(n,l),i=n.substring(0,g);n=n.substring(g),l=l.substring(g),g=this.diff_commonSuffix(n,l);var m=n.substring(n.length-g);n=n.substring(0,n.length-g),l=l.substring(0,l.length-g);var c=this.diff_compute_(n,l,p,s);return i&&c.unshift(new y.Diff(r,i)),m&&c.push(new y.Diff(r,m)),this.diff_cleanupMerge(c),c},y.prototype.diff_compute_=function(n,l,f,u){var s;if(!n)return[new y.Diff(d,l)];if(!l)return[new y.Diff(o,n)];var p=n.length>l.length?n:l,g=n.length>l.length?l:n,i=p.indexOf(g);if(i!=-1)return s=[new y.Diff(d,p.substring(0,i)),new y.Diff(r,g),new y.Diff(d,p.substring(i+g.length))],n.length>l.length&&(s[0][0]=s[2][0]=o),s;if(g.length==1)return[new y.Diff(o,n),new y.Diff(d,l)];var m=this.diff_halfMatch_(n,l);if(m){var c=m[0],h=m[1],E=m[2],v=m[3],S=m[4],T=this.diff_main(c,E,f,u),P=this.diff_main(h,v,f,u);return T.concat([new y.Diff(r,S)],P)}return f&&n.length>100&&l.length>100?this.diff_lineMode_(n,l,u):this.diff_bisect_(n,l,u)},y.prototype.diff_lineMode_=function(n,l,f){var u=this.diff_linesToChars_(n,l);n=u.chars1,l=u.chars2;var s=u.lineArray,p=this.diff_main(n,l,!1,f);this.diff_charsToLines_(p,s),this.diff_cleanupSemantic(p),p.push(new y.Diff(r,""));for(var g=0,i=0,m=0,c="",h="";g=1&&m>=1){p.splice(g-i-m,i+m),g=g-i-m;for(var E=this.diff_main(c,h,!1,f),v=E.length-1;v>=0;v--)p.splice(g,0,E[v]);g=g+E.length}m=0,i=0,c="",h="";break}g++}return p.pop(),p},y.prototype.diff_bisect_=function(n,l,f){for(var u=n.length,s=l.length,p=Math.ceil((u+s)/2),g=p,i=2*p,m=new Array(i),c=new Array(i),h=0;hf);w++){for(var _=-w+S;_<=w-T;_+=2){var C=g+_,I;_==-w||_!=w&&m[C-1]u)T+=2;else if(R>s)S+=2;else if(v){var N=g+E-_;if(N>=0&&N=L)return this.diff_bisectSplit_(n,l,I,R,f)}}}for(var $=-w+P;$<=w-D;$+=2){var N=g+$,L;$==-w||$!=w&&c[N-1]u)D+=2;else if(M>s)P+=2;else if(!v){var C=g+E-$;if(C>=0&&C=L)return this.diff_bisectSplit_(n,l,I,R,f)}}}}return[new y.Diff(o,n),new y.Diff(d,l)]},y.prototype.diff_bisectSplit_=function(n,l,f,u,s){var p=n.substring(0,f),g=l.substring(0,u),i=n.substring(f),m=l.substring(u),c=this.diff_main(p,g,!1,s),h=this.diff_main(i,m,!1,s);return c.concat(h)},y.prototype.diff_linesToChars_=function(n,l){var f=[],u={};f[0]="";function s(m){for(var c="",h=0,E=-1,v=f.length;Eu?n=n.substring(f-u):fl.length?n:l,u=n.length>l.length?l:n;if(f.length<4||u.length*2=T.length?[I,R,N,L,C]:null}var g=p(f,u,Math.ceil(f.length/4)),i=p(f,u,Math.ceil(f.length/2)),m;if(!g&&!i)return null;i?g?m=g[4].length>i[4].length?g:i:m=i:m=g;var c,h,E,v;n.length>l.length?(c=m[0],h=m[1],E=m[2],v=m[3]):(E=m[0],v=m[1],c=m[2],h=m[3]);var S=m[4];return[c,h,E,v,S]},y.prototype.diff_cleanupSemantic=function(n){for(var l=!1,f=[],u=0,s=null,p=0,g=0,i=0,m=0,c=0;p0?f[u-1]:-1,g=0,i=0,m=0,c=0,s=null,l=!0)),p++;for(l&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),p=1;p=S?(v>=h.length/2||v>=E.length/2)&&(n.splice(p,0,new y.Diff(r,E.substring(0,v))),n[p-1][1]=h.substring(0,h.length-v),n[p+1][1]=E.substring(v),p++):(S>=h.length/2||S>=E.length/2)&&(n.splice(p,0,new y.Diff(r,h.substring(0,S))),n[p-1][0]=d,n[p-1][1]=E.substring(0,E.length-S),n[p+1][0]=o,n[p+1][1]=h.substring(S),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(n){function l(S,T){if(!S||!T)return 6;var P=S.charAt(S.length-1),D=T.charAt(0),w=P.match(y.nonAlphaNumericRegex_),_=D.match(y.nonAlphaNumericRegex_),C=w&&P.match(y.whitespaceRegex_),I=_&&D.match(y.whitespaceRegex_),R=C&&P.match(y.linebreakRegex_),N=I&&D.match(y.linebreakRegex_),L=R&&S.match(y.blanklineEndRegex_),$=N&&T.match(y.blanklineStartRegex_);return L||$?5:R||N?4:w&&!C&&I?3:C||I?2:w||_?1:0}for(var f=1;f=E&&(E=v,m=u,c=s,h=p)}n[f-1][1]!=m&&(m?n[f-1][1]=m:(n.splice(f-1,1),f--),n[f][1]=c,h?n[f+1][1]=h:(n.splice(f+1,1),f--))}f++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(n){for(var l=!1,f=[],u=0,s=null,p=0,g=!1,i=!1,m=!1,c=!1;p0?f[u-1]:-1,m=c=!1),l=!0)),p++;l&&this.diff_cleanupMerge(n)},y.prototype.diff_cleanupMerge=function(n){n.push(new y.Diff(r,""));for(var l=0,f=0,u=0,s="",p="",g;l1?(f!==0&&u!==0&&(g=this.diff_commonPrefix(p,s),g!==0&&(l-f-u>0&&n[l-f-u-1][0]==r?n[l-f-u-1][1]+=p.substring(0,g):(n.splice(0,0,new y.Diff(r,p.substring(0,g))),l++),p=p.substring(g),s=s.substring(g)),g=this.diff_commonSuffix(p,s),g!==0&&(n[l][1]=p.substring(p.length-g)+n[l][1],p=p.substring(0,p.length-g),s=s.substring(0,s.length-g))),l-=f+u,n.splice(l,f+u),s.length&&(n.splice(l,0,new y.Diff(o,s)),l++),p.length&&(n.splice(l,0,new y.Diff(d,p)),l++),l++):l!==0&&n[l-1][0]==r?(n[l-1][1]+=n[l][1],n.splice(l,1)):l++,u=0,f=0,s="",p="";break}n[n.length-1][1]===""&&n.pop();var i=!1;for(l=1;ll));g++)s=f,p=u;return n.length!=g&&n[g][0]===o?p:p+(l-s)},y.prototype.diff_prettyHtml=function(n){for(var l=[],f=/&/g,u=//g,p=/\n/g,g=0;g");switch(i){case d:l[g]=''+c+"";break;case o:l[g]=''+c+"";break;case r:l[g]=""+c+"";break}}return l.join("")},y.prototype.diff_text1=function(n){for(var l=[],f=0;fthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var u=this.match_alphabet_(l),s=this;function p(I,R){var N=I/l.length,L=Math.abs(f-R);return s.Match_Distance?N+L/s.Match_Distance:L?1:N}var g=this.Match_Threshold,i=n.indexOf(l,f);i!=-1&&(g=Math.min(p(0,i),g),i=n.lastIndexOf(l,f+l.length),i!=-1&&(g=Math.min(p(0,i),g)));var m=1<=T;w--){var _=u[n.charAt(w-1)];if(S===0?D[w]=(D[w+1]<<1|1)&_:D[w]=(D[w+1]<<1|1)&_|((v[w+1]|v[w])<<1|1)|v[w+1],D[w]&m){var C=p(S,w-1);if(C<=g)if(g=C,i=w-1,i>f)T=Math.max(1,2*f-i);else break}}if(p(S+1,f)>g)break;v=D}return i},y.prototype.match_alphabet_=function(n){for(var l={},f=0;f2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(n&&typeof n=="object"&&typeof l=="undefined"&&typeof f=="undefined")s=n,u=this.diff_text1(s);else if(typeof n=="string"&&l&&typeof l=="object"&&typeof f=="undefined")u=n,s=l;else if(typeof n=="string"&&typeof l=="string"&&f&&typeof f=="object")u=n,s=f;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var p=[],g=new y.patch_obj,i=0,m=0,c=0,h=u,E=u,v=0;v=2*this.Patch_Margin&&i&&(this.patch_addContext_(g,h),p.push(g),g=new y.patch_obj,i=0,h=E,m=c);break}S!==d&&(m+=T.length),S!==o&&(c+=T.length)}return i&&(this.patch_addContext_(g,h),p.push(g)),p},y.prototype.patch_deepCopy=function(n){for(var l=[],f=0;fthis.Match_MaxBits?(m=this.match_main(l,i.substring(0,this.Match_MaxBits),g),m!=-1&&(c=this.match_main(l,i.substring(i.length-this.Match_MaxBits),g+i.length-this.Match_MaxBits),(c==-1||m>=c)&&(m=-1))):m=this.match_main(l,i,g),m==-1)s[p]=!1,u-=n[p].length2-n[p].length1;else{s[p]=!0,u=m-g;var h;if(c==-1?h=l.substring(m,m+i.length):h=l.substring(m,c+this.Match_MaxBits),i==h)l=l.substring(0,m)+this.diff_text2(n[p].diffs)+l.substring(m+i.length);else{var E=this.diff_main(i,h,!1);if(i.length>this.Match_MaxBits&&this.diff_levenshtein(E)/i.length>this.Patch_DeleteThreshold)s[p]=!1;else{this.diff_cleanupSemanticLossless(E);for(var v=0,S,T=0;Tp[0][1].length){var g=l-p[0][1].length;p[0][1]=f.substring(p[0][1].length)+p[0][1],s.start1-=g,s.start2-=g,s.length1+=g,s.length2+=g}if(s=n[n.length-1],p=s.diffs,p.length==0||p[p.length-1][0]!=r)p.push(new y.Diff(r,f)),s.length1+=l,s.length2+=l;else if(l>p[p.length-1][1].length){var g=l-p[p.length-1][1].length;p[p.length-1][1]+=f.substring(0,g),s.length1+=g,s.length2+=g}return f},y.prototype.patch_splitMax=function(n){for(var l=this.Match_MaxBits,f=0;f2*l?(i.length1+=h.length,s+=h.length,m=!1,i.diffs.push(new y.Diff(c,h)),u.diffs.shift()):(h=h.substring(0,l-i.length1-this.Patch_Margin),i.length1+=h.length,s+=h.length,c===r?(i.length2+=h.length,p+=h.length):m=!1,i.diffs.push(new y.Diff(c,h)),h==u.diffs[0][1]?u.diffs.shift():u.diffs[0][1]=u.diffs[0][1].substring(h.length))}g=this.diff_text2(i.diffs),g=g.substring(g.length-this.Patch_Margin);var E=this.diff_text1(u.diffs).substring(0,this.Patch_Margin);E!==""&&(i.length1+=E.length,i.length2+=E.length,i.diffs.length!==0&&i.diffs[i.diffs.length-1][0]===r?i.diffs[i.diffs.length-1][1]+=E:i.diffs.push(new y.Diff(r,E))),m||n.splice(++f,0,i)}}},y.prototype.patch_toText=function(n){for(var l=[],f=0;f{var il={2988:()=>{+function(x){"use strict";var y=".dropdown-backdrop",o='[data-toggle="dropdown"]',d=function(u){x(u).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function r(u){var s=u.attr("data-target");s||(s=u.attr("href"),s=s&&/#[A-Za-z]/.test(s)&&s.replace(/.*(?=#[^\s]*$)/,""));var p=s!=="#"?x(document).find(s):null;return p&&p.length?p:u.parent()}function n(u){u&&u.which===3||(x(y).remove(),x(o).each(function(){var s=x(this),p=r(s),g={relatedTarget:this};!p.hasClass("open")||u&&u.type=="click"&&/input|textarea/i.test(u.target.tagName)&&x.contains(p[0],u.target)||(p.trigger(u=x.Event("hide.bs.dropdown",g)),!u.isDefaultPrevented()&&(s.attr("aria-expanded","false"),p.removeClass("open").trigger(x.Event("hidden.bs.dropdown",g))))}))}d.prototype.toggle=function(u){var s=x(this);if(!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(n(),!g){"ontouchstart"in document.documentElement&&!p.closest(".navbar-nav").length&&x(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(x(this)).on("click",n);var i={relatedTarget:this};if(p.trigger(u=x.Event("show.bs.dropdown",i)),u.isDefaultPrevented())return;s.trigger("focus").attr("aria-expanded","true"),p.toggleClass("open").trigger(x.Event("shown.bs.dropdown",i))}return!1}},d.prototype.keydown=function(u){if(!(!/(38|40|27|32)/.test(u.which)||/input|textarea/i.test(u.target.tagName))){var s=x(this);if(u.preventDefault(),u.stopPropagation(),!s.is(".disabled, :disabled")){var p=r(s),g=p.hasClass("open");if(!g&&u.which!=27||g&&u.which==27)return u.which==27&&p.find(o).trigger("focus"),s.trigger("click");var i=" li:not(.disabled):visible a",m=p.find(".dropdown-menu"+i);if(!!m.length){var f=m.index(u.target);u.which==38&&f>0&&f--,u.which==40&&f{+function(x){"use strict";var y=function(r,n){this.init("popover",r,n)};if(!x.fn.tooltip)throw new Error("Popover requires tooltip.js");y.VERSION="3.4.1",y.DEFAULTS=x.extend({},x.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),y.prototype=x.extend({},x.fn.tooltip.Constructor.prototype),y.prototype.constructor=y,y.prototype.getDefaults=function(){return y.DEFAULTS},y.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),l=this.getContent();if(this.options.html){var c=typeof l;this.options.sanitize&&(n=this.sanitizeHtml(n),c==="string"&&(l=this.sanitizeHtml(l))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[c==="string"?"html":"append"](l)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(l);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},y.prototype.hasContent=function(){return this.getTitle()||this.getContent()},y.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},y.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(r){return this.each(function(){var n=x(this),l=n.data("bs.popover"),c=typeof r=="object"&&r;!l&&/destroy|hide/.test(r)||(l||n.data("bs.popover",l=new y(this,c)),typeof r=="string"&&l[r]())})}var d=x.fn.popover;x.fn.popover=o,x.fn.popover.Constructor=y,x.fn.popover.noConflict=function(){return x.fn.popover=d,this}}(jQuery)},954:()=>{+function(x){"use strict";function y(r,n){this.$body=x(document.body),this.$scrollElement=x(r).is(document.body)?x(window):x(r),this.options=x.extend({},y.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",x.proxy(this.process,this)),this.refresh(),this.process()}y.VERSION="3.4.1",y.DEFAULTS={offset:10},y.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},y.prototype.refresh=function(){var r=this,n="offset",l=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),x.isWindow(this.$scrollElement[0])||(n="position",l=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var c=x(this),u=c.data("target")||c.attr("href"),s=/^#./.test(u)&&x(u);return s&&s.length&&s.is(":visible")&&[[s[n]().top+l,u]]||null}).sort(function(c,u){return c[0]-u[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},y.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),l=this.options.offset+n-this.$scrollElement.height(),c=this.offsets,u=this.targets,s=this.activeTarget,p;if(this.scrollHeight!=n&&this.refresh(),r>=l)return s!=(p=u[u.length-1])&&this.activate(p);if(s&&r=c[p]&&(c[p+1]===void 0||r{+function(x){"use strict";var y=function(n){this.element=x(n)};y.VERSION="3.4.1",y.TRANSITION_DURATION=150,y.prototype.show=function(){var n=this.element,l=n.closest("ul:not(.dropdown-menu)"),c=n.data("target");if(c||(c=n.attr("href"),c=c&&c.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var u=l.find(".active:last a"),s=x.Event("hide.bs.tab",{relatedTarget:n[0]}),p=x.Event("show.bs.tab",{relatedTarget:u[0]});if(u.trigger(s),n.trigger(p),!(p.isDefaultPrevented()||s.isDefaultPrevented())){var g=x(document).find(c);this.activate(n.closest("li"),l),this.activate(g,g.parent(),function(){u.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:u[0]})})}}},y.prototype.activate=function(n,l,c){var u=l.find("> .active"),s=c&&x.support.transition&&(u.length&&u.hasClass("fade")||!!l.find("> .fade").length);function p(){u.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),c&&c()}u.length&&s?u.one("bsTransitionEnd",p).emulateTransitionEnd(y.TRANSITION_DURATION):p(),u.removeClass("in")};function o(n){return this.each(function(){var l=x(this),c=l.data("bs.tab");c||l.data("bs.tab",c=new y(this)),typeof n=="string"&&c[n]()})}var d=x.fn.tab;x.fn.tab=o,x.fn.tab.Constructor=y,x.fn.tab.noConflict=function(){return x.fn.tab=d,this};var r=function(n){n.preventDefault(),o.call(x(this),"show")};x(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},8480:()=>{+function(x){"use strict";var y=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,l=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function c(i,m){var f=i.nodeName.toLowerCase();if(x.inArray(f,m)!==-1)return x.inArray(f,o)!==-1?Boolean(i.nodeValue.match(n)||i.nodeValue.match(l)):!0;for(var h=x(m).filter(function(S,T){return T instanceof RegExp}),E=0,v=h.length;E
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},s.prototype.init=function(i,m,f){if(this.enabled=!0,this.type=i,this.$element=x(m),this.options=this.getOptions(f),this.$viewport=this.options.viewport&&x(document).find(x.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var h=this.options.trigger.split(" "),E=h.length;E--;){var v=h[E];if(v=="click")this.$element.on("click."+this.type,this.options.selector,x.proxy(this.toggle,this));else if(v!="manual"){var S=v=="hover"?"mouseenter":"focusin",T=v=="hover"?"mouseleave":"focusout";this.$element.on(S+"."+this.type,this.options.selector,x.proxy(this.enter,this)),this.$element.on(T+"."+this.type,this.options.selector,x.proxy(this.leave,this))}}this.options.selector?this._options=x.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},s.prototype.getDefaults=function(){return s.DEFAULTS},s.prototype.getOptions=function(i){var m=this.$element.data();for(var f in m)m.hasOwnProperty(f)&&x.inArray(f,y)!==-1&&delete m[f];return i=x.extend({},this.getDefaults(),m,i),i.delay&&typeof i.delay=="number"&&(i.delay={show:i.delay,hide:i.delay}),i.sanitize&&(i.template=u(i.template,i.whiteList,i.sanitizeFn)),i},s.prototype.getDelegateOptions=function(){var i={},m=this.getDefaults();return this._options&&x.each(this._options,function(f,h){m[f]!=h&&(i[f]=h)}),i},s.prototype.enter=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusin"?"focus":"hover"]=!0),m.tip().hasClass("in")||m.hoverState=="in"){m.hoverState="in";return}if(clearTimeout(m.timeout),m.hoverState="in",!m.options.delay||!m.options.delay.show)return m.show();m.timeout=setTimeout(function(){m.hoverState=="in"&&m.show()},m.options.delay.show)},s.prototype.isInStateTrue=function(){for(var i in this.inState)if(this.inState[i])return!0;return!1},s.prototype.leave=function(i){var m=i instanceof this.constructor?i:x(i.currentTarget).data("bs."+this.type);if(m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m)),i instanceof x.Event&&(m.inState[i.type=="focusout"?"focus":"hover"]=!1),!m.isInStateTrue()){if(clearTimeout(m.timeout),m.hoverState="out",!m.options.delay||!m.options.delay.hide)return m.hide();m.timeout=setTimeout(function(){m.hoverState=="out"&&m.hide()},m.options.delay.hide)}},s.prototype.show=function(){var i=x.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var m=x.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!m)return;var f=this,h=this.tip(),E=this.getUID(this.type);this.setContent(),h.attr("id",E),this.$element.attr("aria-describedby",E),this.options.animation&&h.addClass("fade");var v=typeof this.options.placement=="function"?this.options.placement.call(this,h[0],this.$element[0]):this.options.placement,S=/\s?auto?\s?/i,T=S.test(v);T&&(v=v.replace(S,"")||"top"),h.detach().css({top:0,left:0,display:"block"}).addClass(v).data("bs."+this.type,this),this.options.container?h.appendTo(x(document).find(this.options.container)):h.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var P=this.getPosition(),b=h[0].offsetWidth,_=h[0].offsetHeight;if(T){var w=v,C=this.getPosition(this.$viewport);v=v=="bottom"&&P.bottom+_>C.bottom?"top":v=="top"&&P.top-_C.width?"left":v=="left"&&P.left-bS.top+S.height&&(E.top=S.top+S.height-P)}else{var b=m.left-v,_=m.left+v+f;bS.right&&(E.left=S.left+S.width-_)}return E},s.prototype.getTitle=function(){var i,m=this.$element,f=this.options;return i=m.attr("data-original-title")||(typeof f.title=="function"?f.title.call(m[0]):f.title),i},s.prototype.getUID=function(i){do i+=~~(Math.random()*1e6);while(document.getElementById(i));return i},s.prototype.tip=function(){if(!this.$tip&&(this.$tip=x(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},s.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},s.prototype.enable=function(){this.enabled=!0},s.prototype.disable=function(){this.enabled=!1},s.prototype.toggleEnabled=function(){this.enabled=!this.enabled},s.prototype.toggle=function(i){var m=this;i&&(m=x(i.currentTarget).data("bs."+this.type),m||(m=new this.constructor(i.currentTarget,this.getDelegateOptions()),x(i.currentTarget).data("bs."+this.type,m))),i?(m.inState.click=!m.inState.click,m.isInStateTrue()?m.enter(m):m.leave(m)):m.tip().hasClass("in")?m.leave(m):m.enter(m)},s.prototype.destroy=function(){var i=this;clearTimeout(this.timeout),this.hide(function(){i.$element.off("."+i.type).removeData("bs."+i.type),i.$tip&&i.$tip.detach(),i.$tip=null,i.$arrow=null,i.$viewport=null,i.$element=null})},s.prototype.sanitizeHtml=function(i){return u(i,this.options.whiteList,this.options.sanitizeFn)};function p(i){return this.each(function(){var m=x(this),f=m.data("bs.tooltip"),h=typeof i=="object"&&i;!f&&/destroy|hide/.test(i)||(f||m.data("bs.tooltip",f=new s(this,h)),typeof i=="string"&&f[i]())})}var g=x.fn.tooltip;x.fn.tooltip=p,x.fn.tooltip.Constructor=s,x.fn.tooltip.noConflict=function(){return x.fn.tooltip=g,this}}(jQuery)},7030:x=>{var y=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},o=-1,d=1,r=0;y.Diff=function(n,l){return[n,l]},y.prototype.diff_main=function(n,l,c,u){typeof u=="undefined"&&(this.Diff_Timeout<=0?u=Number.MAX_VALUE:u=new Date().getTime()+this.Diff_Timeout*1e3);var s=u;if(n==null||l==null)throw new Error("Null input. (diff_main)");if(n==l)return n?[new y.Diff(r,n)]:[];typeof c=="undefined"&&(c=!0);var p=c,g=this.diff_commonPrefix(n,l),i=n.substring(0,g);n=n.substring(g),l=l.substring(g),g=this.diff_commonSuffix(n,l);var m=n.substring(n.length-g);n=n.substring(0,n.length-g),l=l.substring(0,l.length-g);var f=this.diff_compute_(n,l,p,s);return i&&f.unshift(new y.Diff(r,i)),m&&f.push(new y.Diff(r,m)),this.diff_cleanupMerge(f),f},y.prototype.diff_compute_=function(n,l,c,u){var s;if(!n)return[new y.Diff(d,l)];if(!l)return[new y.Diff(o,n)];var p=n.length>l.length?n:l,g=n.length>l.length?l:n,i=p.indexOf(g);if(i!=-1)return s=[new y.Diff(d,p.substring(0,i)),new y.Diff(r,g),new y.Diff(d,p.substring(i+g.length))],n.length>l.length&&(s[0][0]=s[2][0]=o),s;if(g.length==1)return[new y.Diff(o,n),new y.Diff(d,l)];var m=this.diff_halfMatch_(n,l);if(m){var f=m[0],h=m[1],E=m[2],v=m[3],S=m[4],T=this.diff_main(f,E,c,u),P=this.diff_main(h,v,c,u);return T.concat([new y.Diff(r,S)],P)}return c&&n.length>100&&l.length>100?this.diff_lineMode_(n,l,u):this.diff_bisect_(n,l,u)},y.prototype.diff_lineMode_=function(n,l,c){var u=this.diff_linesToChars_(n,l);n=u.chars1,l=u.chars2;var s=u.lineArray,p=this.diff_main(n,l,!1,c);this.diff_charsToLines_(p,s),this.diff_cleanupSemantic(p),p.push(new y.Diff(r,""));for(var g=0,i=0,m=0,f="",h="";g=1&&m>=1){p.splice(g-i-m,i+m),g=g-i-m;for(var E=this.diff_main(f,h,!1,c),v=E.length-1;v>=0;v--)p.splice(g,0,E[v]);g=g+E.length}m=0,i=0,f="",h="";break}g++}return p.pop(),p},y.prototype.diff_bisect_=function(n,l,c){for(var u=n.length,s=l.length,p=Math.ceil((u+s)/2),g=p,i=2*p,m=new Array(i),f=new Array(i),h=0;hc);_++){for(var w=-_+S;w<=_-T;w+=2){var C=g+w,I;w==-_||w!=_&&m[C-1]u)T+=2;else if(R>s)S+=2;else if(v){var D=g+E-w;if(D>=0&&D=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}for(var $=-_+P;$<=_-b;$+=2){var D=g+$,L;$==-_||$!=_&&f[D-1]u)b+=2;else if(M>s)P+=2;else if(!v){var C=g+E-$;if(C>=0&&C=L)return this.diff_bisectSplit_(n,l,I,R,c)}}}}return[new y.Diff(o,n),new y.Diff(d,l)]},y.prototype.diff_bisectSplit_=function(n,l,c,u,s){var p=n.substring(0,c),g=l.substring(0,u),i=n.substring(c),m=l.substring(u),f=this.diff_main(p,g,!1,s),h=this.diff_main(i,m,!1,s);return f.concat(h)},y.prototype.diff_linesToChars_=function(n,l){var c=[],u={};c[0]="";function s(m){for(var f="",h=0,E=-1,v=c.length;Eu?n=n.substring(c-u):cl.length?n:l,u=n.length>l.length?l:n;if(c.length<4||u.length*2=T.length?[I,R,D,L,C]:null}var g=p(c,u,Math.ceil(c.length/4)),i=p(c,u,Math.ceil(c.length/2)),m;if(!g&&!i)return null;i?g?m=g[4].length>i[4].length?g:i:m=i:m=g;var f,h,E,v;n.length>l.length?(f=m[0],h=m[1],E=m[2],v=m[3]):(E=m[0],v=m[1],f=m[2],h=m[3]);var S=m[4];return[f,h,E,v,S]},y.prototype.diff_cleanupSemantic=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=0,i=0,m=0,f=0;p0?c[u-1]:-1,g=0,i=0,m=0,f=0,s=null,l=!0)),p++;for(l&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),p=1;p=S?(v>=h.length/2||v>=E.length/2)&&(n.splice(p,0,new y.Diff(r,E.substring(0,v))),n[p-1][1]=h.substring(0,h.length-v),n[p+1][1]=E.substring(v),p++):(S>=h.length/2||S>=E.length/2)&&(n.splice(p,0,new y.Diff(r,h.substring(0,S))),n[p-1][0]=d,n[p-1][1]=E.substring(0,E.length-S),n[p+1][0]=o,n[p+1][1]=h.substring(S),p++),p++}p++}},y.prototype.diff_cleanupSemanticLossless=function(n){function l(S,T){if(!S||!T)return 6;var P=S.charAt(S.length-1),b=T.charAt(0),_=P.match(y.nonAlphaNumericRegex_),w=b.match(y.nonAlphaNumericRegex_),C=_&&P.match(y.whitespaceRegex_),I=w&&b.match(y.whitespaceRegex_),R=C&&P.match(y.linebreakRegex_),D=I&&b.match(y.linebreakRegex_),L=R&&S.match(y.blanklineEndRegex_),$=D&&T.match(y.blanklineStartRegex_);return L||$?5:R||D?4:_&&!C&&I?3:C||I?2:_||w?1:0}for(var c=1;c=E&&(E=v,m=u,f=s,h=p)}n[c-1][1]!=m&&(m?n[c-1][1]=m:(n.splice(c-1,1),c--),n[c][1]=f,h?n[c+1][1]=h:(n.splice(c+1,1),c--))}c++}},y.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,y.whitespaceRegex_=/\s/,y.linebreakRegex_=/[\r\n]/,y.blanklineEndRegex_=/\n\r?\n$/,y.blanklineStartRegex_=/^\r?\n\r?\n/,y.prototype.diff_cleanupEfficiency=function(n){for(var l=!1,c=[],u=0,s=null,p=0,g=!1,i=!1,m=!1,f=!1;p0?c[u-1]:-1,m=f=!1),l=!0)),p++;l&&this.diff_cleanupMerge(n)},y.prototype.diff_cleanupMerge=function(n){n.push(new y.Diff(r,""));for(var l=0,c=0,u=0,s="",p="",g;l1?(c!==0&&u!==0&&(g=this.diff_commonPrefix(p,s),g!==0&&(l-c-u>0&&n[l-c-u-1][0]==r?n[l-c-u-1][1]+=p.substring(0,g):(n.splice(0,0,new y.Diff(r,p.substring(0,g))),l++),p=p.substring(g),s=s.substring(g)),g=this.diff_commonSuffix(p,s),g!==0&&(n[l][1]=p.substring(p.length-g)+n[l][1],p=p.substring(0,p.length-g),s=s.substring(0,s.length-g))),l-=c+u,n.splice(l,c+u),s.length&&(n.splice(l,0,new y.Diff(o,s)),l++),p.length&&(n.splice(l,0,new y.Diff(d,p)),l++),l++):l!==0&&n[l-1][0]==r?(n[l-1][1]+=n[l][1],n.splice(l,1)):l++,u=0,c=0,s="",p="";break}n[n.length-1][1]===""&&n.pop();var i=!1;for(l=1;ll));g++)s=c,p=u;return n.length!=g&&n[g][0]===o?p:p+(l-s)},y.prototype.diff_prettyHtml=function(n){for(var l=[],c=/&/g,u=//g,p=/\n/g,g=0;g");switch(i){case d:l[g]=''+f+"";break;case o:l[g]=''+f+"";break;case r:l[g]=""+f+"";break}}return l.join("")},y.prototype.diff_text1=function(n){for(var l=[],c=0;cthis.Match_MaxBits)throw new Error("Pattern too long for this browser.");var u=this.match_alphabet_(l),s=this;function p(I,R){var D=I/l.length,L=Math.abs(c-R);return s.Match_Distance?D+L/s.Match_Distance:L?1:D}var g=this.Match_Threshold,i=n.indexOf(l,c);i!=-1&&(g=Math.min(p(0,i),g),i=n.lastIndexOf(l,c+l.length),i!=-1&&(g=Math.min(p(0,i),g)));var m=1<=T;_--){var w=u[n.charAt(_-1)];if(S===0?b[_]=(b[_+1]<<1|1)&w:b[_]=(b[_+1]<<1|1)&w|((v[_+1]|v[_])<<1|1)|v[_+1],b[_]&m){var C=p(S,_-1);if(C<=g)if(g=C,i=_-1,i>c)T=Math.max(1,2*c-i);else break}}if(p(S+1,c)>g)break;v=b}return i},y.prototype.match_alphabet_=function(n){for(var l={},c=0;c2&&(this.diff_cleanupSemantic(s),this.diff_cleanupEfficiency(s));else if(n&&typeof n=="object"&&typeof l=="undefined"&&typeof c=="undefined")s=n,u=this.diff_text1(s);else if(typeof n=="string"&&l&&typeof l=="object"&&typeof c=="undefined")u=n,s=l;else if(typeof n=="string"&&typeof l=="string"&&c&&typeof c=="object")u=n,s=c;else throw new Error("Unknown call format to patch_make.");if(s.length===0)return[];for(var p=[],g=new y.patch_obj,i=0,m=0,f=0,h=u,E=u,v=0;v=2*this.Patch_Margin&&i&&(this.patch_addContext_(g,h),p.push(g),g=new y.patch_obj,i=0,h=E,m=f);break}S!==d&&(m+=T.length),S!==o&&(f+=T.length)}return i&&(this.patch_addContext_(g,h),p.push(g)),p},y.prototype.patch_deepCopy=function(n){for(var l=[],c=0;cthis.Match_MaxBits?(m=this.match_main(l,i.substring(0,this.Match_MaxBits),g),m!=-1&&(f=this.match_main(l,i.substring(i.length-this.Match_MaxBits),g+i.length-this.Match_MaxBits),(f==-1||m>=f)&&(m=-1))):m=this.match_main(l,i,g),m==-1)s[p]=!1,u-=n[p].length2-n[p].length1;else{s[p]=!0,u=m-g;var h;if(f==-1?h=l.substring(m,m+i.length):h=l.substring(m,f+this.Match_MaxBits),i==h)l=l.substring(0,m)+this.diff_text2(n[p].diffs)+l.substring(m+i.length);else{var E=this.diff_main(i,h,!1);if(i.length>this.Match_MaxBits&&this.diff_levenshtein(E)/i.length>this.Patch_DeleteThreshold)s[p]=!1;else{this.diff_cleanupSemanticLossless(E);for(var v=0,S,T=0;Tp[0][1].length){var g=l-p[0][1].length;p[0][1]=c.substring(p[0][1].length)+p[0][1],s.start1-=g,s.start2-=g,s.length1+=g,s.length2+=g}if(s=n[n.length-1],p=s.diffs,p.length==0||p[p.length-1][0]!=r)p.push(new y.Diff(r,c)),s.length1+=l,s.length2+=l;else if(l>p[p.length-1][1].length){var g=l-p[p.length-1][1].length;p[p.length-1][1]+=c.substring(0,g),s.length1+=g,s.length2+=g}return c},y.prototype.patch_splitMax=function(n){for(var l=this.Match_MaxBits,c=0;c2*l?(i.length1+=h.length,s+=h.length,m=!1,i.diffs.push(new y.Diff(f,h)),u.diffs.shift()):(h=h.substring(0,l-i.length1-this.Patch_Margin),i.length1+=h.length,s+=h.length,f===r?(i.length2+=h.length,p+=h.length):m=!1,i.diffs.push(new y.Diff(f,h)),h==u.diffs[0][1]?u.diffs.shift():u.diffs[0][1]=u.diffs[0][1].substring(h.length))}g=this.diff_text2(i.diffs),g=g.substring(g.length-this.Patch_Margin);var E=this.diff_text1(u.diffs).substring(0,this.Patch_Margin);E!==""&&(i.length1+=E.length,i.length2+=E.length,i.diffs.length!==0&&i.diffs[i.diffs.length-1][0]===r?i.diffs[i.diffs.length-1][1]+=E:i.diffs.push(new y.Diff(r,E))),m||n.splice(++c,0,i)}}},y.prototype.patch_toText=function(n){for(var l=[],c=0;c= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};o.REVISION_CHANGES=v;var S="[object Object]";r.prototype={constructor:r,logger:i.default,log:i.default.log,registerHelper:function(P,D){if(l.toString.call(P)===S){if(D)throw new u.default("Arg not supported with multiple helpers");l.extend(this.helpers,P)}else this.helpers[P]=D},unregisterHelper:function(P){delete this.helpers[P]},registerPartial:function(P,D){if(l.toString.call(P)===S)l.extend(this.partials,P);else{if(typeof D=="undefined")throw new u.default('Attempting to register a partial called "'+P+'" as undefined');this.partials[P]=D}},unregisterPartial:function(P){delete this.partials[P]},registerDecorator:function(P,D){if(l.toString.call(P)===S){if(D)throw new u.default("Arg not supported with multiple decorators");l.extend(this.decorators,P)}else this.decorators[P]=D},unregisterDecorator:function(P){delete this.decorators[P]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var T=i.default.log;o.log=T,o.createFrame=l.createFrame,o.logger=i.default},function(y,o){"use strict";function d(v){return g[v]}function r(v){for(var S=1;S":">",'"':""","'":"'","`":"`","=":"="},i=/[&<>"'`=]/g,m=/[&<>"'`=]/,c=Object.prototype.toString;o.toString=c;var h=function(v){return typeof v=="function"};h(/x/)&&(o.isFunction=h=function(v){return typeof v=="function"&&c.call(v)==="[object Function]"}),o.isFunction=h;var E=Array.isArray||function(v){return!(!v||typeof v!="object")&&c.call(v)==="[object Array]"};o.isArray=E},function(y,o,d){"use strict";function r(f,u){var s=u&&u.loc,p=void 0,g=void 0,i=void 0,m=void 0;s&&(p=s.start.line,g=s.end.line,i=s.start.column,m=s.end.column,f+=" - "+p+":"+i);for(var c=Error.prototype.constructor.call(this,f),h=0;h0?(f.ids&&(f.ids=[f.name]),n.helpers.each(l,f)):u(this);if(f.data&&f.ids){var p=r.createFrame(f.data);p.contextPath=r.appendContextPath(f.data.contextPath,f.name),f={data:p}}return s(l,f)})},y.exports=o.default},function(y,o,d){(function(r){"use strict";var n=d(13).default,l=d(1).default;o.__esModule=!0;var f=d(5),u=d(6),s=l(u);o.default=function(p){p.registerHelper("each",function(g,i){function m(C,I,R){S&&(S.key=C,S.index=I,S.first=I===0,S.last=!!R,T&&(S.contextPath=T+C)),v+=c(g[C],{data:S,blockParams:f.blockParams([g[C],C],[T+C,null])})}if(!i)throw new s.default("Must pass iterator to #each");var c=i.fn,h=i.inverse,E=0,v="",S=void 0,T=void 0;if(i.data&&i.ids&&(T=f.appendContextPath(i.data.contextPath,i.ids[0])+"."),f.isFunction(g)&&(g=g.call(this)),i.data&&(S=f.createFrame(i.data)),g&&typeof g=="object")if(f.isArray(g))for(var P=g.length;E=0?f:parseInt(l,10)}return l},log:function(l){if(l=n.lookupLevel(l),typeof console!="undefined"&&n.lookupLevel(n.level)<=l){var f=n.methodMap[l];console[f]||(f="log");for(var u=arguments.length,s=Array(u>1?u-1:0),p=1;p= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};o.REVISION_CHANGES=v;var S="[object Object]";r.prototype={constructor:r,logger:i.default,log:i.default.log,registerHelper:function(P,b){if(l.toString.call(P)===S){if(b)throw new u.default("Arg not supported with multiple helpers");l.extend(this.helpers,P)}else this.helpers[P]=b},unregisterHelper:function(P){delete this.helpers[P]},registerPartial:function(P,b){if(l.toString.call(P)===S)l.extend(this.partials,P);else{if(typeof b=="undefined")throw new u.default('Attempting to register a partial called "'+P+'" as undefined');this.partials[P]=b}},unregisterPartial:function(P){delete this.partials[P]},registerDecorator:function(P,b){if(l.toString.call(P)===S){if(b)throw new u.default("Arg not supported with multiple decorators");l.extend(this.decorators,P)}else this.decorators[P]=b},unregisterDecorator:function(P){delete this.decorators[P]},resetLoggedPropertyAccesses:function(){m.resetLoggedProperties()}};var T=i.default.log;o.log=T,o.createFrame=l.createFrame,o.logger=i.default},function(y,o){"use strict";function d(v){return g[v]}function r(v){for(var S=1;S":">",'"':""","'":"'","`":"`","=":"="},i=/[&<>"'`=]/g,m=/[&<>"'`=]/,f=Object.prototype.toString;o.toString=f;var h=function(v){return typeof v=="function"};h(/x/)&&(o.isFunction=h=function(v){return typeof v=="function"&&f.call(v)==="[object Function]"}),o.isFunction=h;var E=Array.isArray||function(v){return!(!v||typeof v!="object")&&f.call(v)==="[object Array]"};o.isArray=E},function(y,o,d){"use strict";function r(c,u){var s=u&&u.loc,p=void 0,g=void 0,i=void 0,m=void 0;s&&(p=s.start.line,g=s.end.line,i=s.start.column,m=s.end.column,c+=" - "+p+":"+i);for(var f=Error.prototype.constructor.call(this,c),h=0;h0?(c.ids&&(c.ids=[c.name]),n.helpers.each(l,c)):u(this);if(c.data&&c.ids){var p=r.createFrame(c.data);p.contextPath=r.appendContextPath(c.data.contextPath,c.name),c={data:p}}return s(l,c)})},y.exports=o.default},function(y,o,d){(function(r){"use strict";var n=d(13).default,l=d(1).default;o.__esModule=!0;var c=d(5),u=d(6),s=l(u);o.default=function(p){p.registerHelper("each",function(g,i){function m(C,I,R){S&&(S.key=C,S.index=I,S.first=I===0,S.last=!!R,T&&(S.contextPath=T+C)),v+=f(g[C],{data:S,blockParams:c.blockParams([g[C],C],[T+C,null])})}if(!i)throw new s.default("Must pass iterator to #each");var f=i.fn,h=i.inverse,E=0,v="",S=void 0,T=void 0;if(i.data&&i.ids&&(T=c.appendContextPath(i.data.contextPath,i.ids[0])+"."),c.isFunction(g)&&(g=g.call(this)),i.data&&(S=c.createFrame(i.data)),g&&typeof g=="object")if(c.isArray(g))for(var P=g.length;E=0?c:parseInt(l,10)}return l},log:function(l){if(l=n.lookupLevel(l),typeof console!="undefined"&&n.lookupLevel(n.level)<=l){var c=n.methodMap[l];console[c]||(c="log");for(var u=arguments.length,s=Array(u>1?u-1:0),p=1;p=w.LAST_COMPATIBLE_COMPILER_REVISION&&N<=w.COMPILER_REVISION)){if(N=_.LAST_COMPATIBLE_COMPILER_REVISION&&D<=_.COMPILER_REVISION)){if(D<_.LAST_COMPATIBLE_COMPILER_REVISION){var $=_.REVISION_CHANGES[L],M=_.REVISION_CHANGES[D];throw new b.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+$+") or downgrade your runtime to an older version ("+M+").")}throw new b.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+R[1]+").")}}function n(R,D){function L(W,G,U){U.hash&&(G=T.extend({},G,U.hash),U.ids&&(U.ids[0]=!0)),W=D.VM.resolvePartial.call(this,W,G,U);var Y=T.extend({},U,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),z=D.VM.invokePartial.call(this,W,G,Y);if(z==null&&D.compile&&(U.partials[U.name]=D.compile(W,R.compilerOptions,D),z=U.partials[U.name](G,Y)),z!=null){if(U.indent){for(var te=z.split(` `),ae=0,de=te.length;ae2&&L.push("'"+this.terminals_[I]+"'");M=this.lexer.showPosition?"Parse error on line "+(h+1)+`: +`)}return z}throw new b.default("The partial "+U.name+" could not be compiled when running in runtime-only mode")}function $(W){function G(ae){return""+R.main(B,ae,B.helpers,B.partials,Y,te,z)}var U=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],Y=U.data;$._setup(U),!U.partial&&R.useData&&(Y=p(W,Y));var z=void 0,te=R.useBlockParams?[]:void 0;return R.useDepths&&(z=U.depths?W!=U.depths[0]?[W].concat(U.depths):U.depths:[W]),(G=g(R.main,G,B,U.depths||[],Y,te))(W,U)}if(!D)throw new b.default("No environment passed to template");if(!R||!R.main)throw new b.default("Unknown template object: "+typeof R);R.main.decorator=R.main_d,D.VM.checkRevision(R.compiler);var M=R.compiler&&R.compiler[0]===7,B={strict:function(W,G,U){if(!(W&&G in W))throw new b.default('"'+G+'" not defined in '+W,{loc:U});return B.lookupProperty(W,G)},lookupProperty:function(W,G){var U=W[G];return U==null||Object.prototype.hasOwnProperty.call(W,G)||I.resultIsAllowed(U,B.protoAccessControl,G)?U:void 0},lookup:function(W,G){for(var U=W.length,Y=0;Y2&&L.push("'"+this.terminals_[I]+"'");M=this.lexer.showPosition?"Parse error on line "+(h+1)+`: `+this.lexer.showPosition()+` -Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on line "+(h+1)+": Unexpected "+(P==1?"end of input":"'"+(this.terminals_[P]||P)+"'"),this.parseError(M,{text:this.lexer.match,token:this.terminals_[P]||P,line:this.lexer.yylineno,loc:S,expected:L})}}if(_[0]instanceof Array&&_.length>1)throw new Error("Parse Error: multiple actions possible at state: "+w+", token: "+P);switch(_[0]){case 1:p.push(P),g.push(this.lexer.yytext),i.push(this.lexer.yylloc),p.push(_[1]),P=null,D?(P=D,D=null):(E=this.lexer.yyleng,c=this.lexer.yytext,h=this.lexer.yylineno,S=this.lexer.yylloc,v>0&&v--);break;case 2:if(R=this.productions_[_[1]][1],$.$=g[g.length-R],$._$={first_line:i[i.length-(R||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(R||1)].first_column,last_column:i[i.length-1].last_column},T&&($._$.range=[i[i.length-(R||1)].range[0],i[i.length-1].range[1]]),C=this.performAction.call($,c,E,h,this.yy,_[1],g,i),typeof C!="undefined")return C;R&&(p=p.slice(0,-1*R*2),g=g.slice(0,-1*R),i=i.slice(0,-1*R)),p.push(this.productions_[_[1]][0]),g.push($.$),i.push($._$),N=m[p[p.length-2]][p[p.length-1]],p.push(N);break;case 3:return!0}}return!0}},l=function(){var f={EOF:1,parseError:function(u,s){if(!this.yy.parser)throw new Error(u);this.yy.parser.parseError(u,s)},setInput:function(u){return this._input=u,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var u=this._input[0];this.yytext+=u,this.yyleng++,this.offset++,this.match+=u,this.matched+=u;var s=u.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),u},unput:function(u){var s=u.length,p=u.split(/(?:\r\n?|\n)/g);this._input=u+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var g=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===g.length?this.yylloc.first_column:0)+g[g.length-p.length].length-p[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(u){this.unput(this.match.slice(u))},pastInput:function(){var u=this.matched.substr(0,this.matched.length-this.match.length);return(u.length>20?"...":"")+u.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var u=this.match;return u.length<20&&(u+=this._input.substr(0,20-u.length)),(u.substr(0,20)+(u.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var u=this.pastInput(),s=new Array(u.length+1).join("-");return u+this.upcomingInput()+` -`+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var u,s,p,g,i;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),c=0;cs[0].length)||(s=p,g=c,this.options.flex));c++);return s?(i=s[0].match(/(?:\r\n?|\n).*/g),i&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+s[0].length},this.yytext+=s[0],this.match+=s[0],this.matches=s,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(s[0].length),this.matched+=s[0],u=this.performAction.call(this,this.yy,this,m[g],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),u||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text. -`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var u=this.next();return typeof u!="undefined"?u:this.lex()},begin:function(u){this.conditionStack.push(u)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(u){this.begin(u)}};return f.options={},f.performAction=function(u,s,p,g){function i(m,c){return s.yytext=s.yytext.substring(m,s.yyleng-c+m)}switch(p){case 0:if(s.yytext.slice(-2)==="\\\\"?(i(0,1),this.begin("mu")):s.yytext.slice(-1)==="\\"?(i(0,1),this.begin("emu")):this.begin("mu"),s.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(i(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(s.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return s.yytext=i(1,2).replace(/\\"/g,'"'),80;case 32:return s.yytext=i(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return s.yytext=s.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},f.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],f.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},f}();return n.lexer=l,r.prototype=n,n.Parser=r,new r}();o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(){var i=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=i}function n(i,m,c){m===void 0&&(m=i.length);var h=i[m-1],E=i[m-2];return h?h.type==="ContentStatement"?(E||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(h.original):void 0:c}function l(i,m,c){m===void 0&&(m=-1);var h=i[m+1],E=i[m+2];return h?h.type==="ContentStatement"?(E||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(h.original):void 0:c}function f(i,m,c){var h=i[m==null?0:m+1];if(h&&h.type==="ContentStatement"&&(c||!h.rightStripped)){var E=h.value;h.value=h.value.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),h.rightStripped=h.value!==E}}function u(i,m,c){var h=i[m==null?i.length-1:m-1];if(h&&h.type==="ContentStatement"&&(c||!h.leftStripped)){var E=h.value;return h.value=h.value.replace(c?/\s+$/:/[ \t]+$/,""),h.leftStripped=h.value!==E,h.leftStripped}}var s=d(1).default;o.__esModule=!0;var p=d(49),g=s(p);r.prototype=new g.default,r.prototype.Program=function(i){var m=!this.options.ignoreStandalone,c=!this.isRootSeen;this.isRootSeen=!0;for(var h=i.body,E=0,v=h.length;E0)throw new v.default("Invalid path: "+D,{loc:P});R===".."&&_++}}return{type:"PathExpression",data:S,depth:_,parts:w,original:D,loc:P}}function p(S,T,P,D,w,_){var C=D.charAt(3)||D.charAt(2),I=C!=="{"&&C!=="&",R=/\*/.test(D);return{type:R?"Decorator":"MustacheStatement",path:S,params:T,hash:P,escaped:I,strip:w,loc:this.locInfo(_)}}function g(S,T,P,D){r(S,P),D=this.locInfo(D);var w={type:"Program",body:T,strip:{},loc:D};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:w,openStrip:{},inverseStrip:{},closeStrip:{},loc:D}}function i(S,T,P,D,w,_){D&&D.path&&r(S,D);var C=/\*/.test(S.open);T.blockParams=S.blockParams;var I=void 0,R=void 0;if(P){if(C)throw new v.default("Unexpected inverse block on decorator",P);P.chain&&(P.program.body[0].closeStrip=D.strip),R=P.strip,I=P.program}return w&&(w=I,I=T,T=w),{type:C?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:T,inverse:I,openStrip:S.strip,inverseStrip:R,closeStrip:D&&D.strip,loc:this.locInfo(_)}}function m(S,T){if(!T&&S.length){var P=S[0].loc,D=S[S.length-1].loc;P&&D&&(T={source:P.source,start:{line:P.start.line,column:P.start.column},end:{line:D.end.line,column:D.end.column}})}return{type:"Program",body:S,strip:{},loc:T}}function c(S,T,P,D){return r(S,P),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:T,openStrip:S.strip,closeStrip:P&&P.strip,loc:this.locInfo(D)}}var h=d(1).default;o.__esModule=!0,o.SourceLocation=n,o.id=l,o.stripFlags=f,o.stripComment=u,o.preparePath=s,o.prepareMustache=p,o.prepareRawBlock=g,o.prepareBlock=i,o.prepareProgram=m,o.preparePartialBlock=c;var E=d(6),v=h(E)},function(y,o,d){"use strict";function r(){}function n(v,S,T){if(v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var P=T.parse(v,S),D=new T.Compiler().compile(P,S);return new T.JavaScriptCompiler().compile(D,S)}function l(v,S,T){function P(){var _=T.parse(v,S),C=new T.Compiler().compile(_,S),I=new T.JavaScriptCompiler().compile(C,S,void 0,!0);return T.template(I)}function D(_,C){return w||(w=P()),w.call(this,_,C)}if(S===void 0&&(S={}),v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);S=m.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var w=void 0;return D._setup=function(_){return w||(w=P()),w._setup(_)},D._child=function(_,C,I,R){return w||(w=P()),w._child(_,C,I,R)},D}function f(v,S){if(v===S)return!0;if(m.isArray(v)&&m.isArray(S)&&v.length===S.length){for(var T=0;T1)throw new i.default("Unsupported number of partial arguments: "+T.length,v);T.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):T.push({type:"PathExpression",parts:[],depth:0}));var P=v.name.original,D=v.name.type==="SubExpression";D&&this.accept(v.name),this.setupFullMustacheParams(v,S,void 0,!0);var w=v.indent||"";this.options.preventIndent&&w&&(this.opcode("appendContent",w),w=""),this.opcode("invokePartial",D,P,w),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){u(v);var S=this.classifySexpr(v);S==="simple"?this.simpleSexpr(v):S==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,S,T){var P=v.path,D=P.parts[0],w=S!=null||T!=null;this.opcode("getContext",P.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",T),P.strict=!0,this.accept(P),this.opcode("invokeAmbiguous",D,w)},simpleSexpr:function(v){var S=v.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,S,T){var P=this.setupFullMustacheParams(v,S,T),D=v.path,w=D.parts[0];if(this.options.knownHelpers[w])this.opcode("invokeKnownHelper",P.length,w);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+w,v);D.strict=!0,D.falsy=!0,this.accept(D),this.opcode("invokeHelper",P.length,D.original,h.default.helpers.simpleId(D))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var S=v.parts[0],T=h.default.helpers.scopedId(v),P=!v.depth&&!T&&this.blockParamIndex(S);P?this.opcode("lookupBlockParam",P,v.parts):S?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,T):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var S=v.pairs,T=0,P=S.length;for(this.opcode("pushHash");T=0)return[S,D]}}}},function(y,o,d){"use strict";function r(h){this.value=h}function n(){}function l(h,E,v,S){var T=E.popStack(),P=0,D=v.length;for(h&&D--;P1)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+P);switch(w[0]){case 1:p.push(P),g.push(this.lexer.yytext),i.push(this.lexer.yylloc),p.push(w[1]),P=null,b?(P=b,b=null):(E=this.lexer.yyleng,f=this.lexer.yytext,h=this.lexer.yylineno,S=this.lexer.yylloc,v>0&&v--);break;case 2:if(R=this.productions_[w[1]][1],$.$=g[g.length-R],$._$={first_line:i[i.length-(R||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(R||1)].first_column,last_column:i[i.length-1].last_column},T&&($._$.range=[i[i.length-(R||1)].range[0],i[i.length-1].range[1]]),C=this.performAction.call($,f,E,h,this.yy,w[1],g,i),typeof C!="undefined")return C;R&&(p=p.slice(0,-1*R*2),g=g.slice(0,-1*R),i=i.slice(0,-1*R)),p.push(this.productions_[w[1]][0]),g.push($.$),i.push($._$),D=m[p[p.length-2]][p[p.length-1]],p.push(D);break;case 3:return!0}}return!0}},l=function(){var c={EOF:1,parseError:function(u,s){if(!this.yy.parser)throw new Error(u);this.yy.parser.parseError(u,s)},setInput:function(u){return this._input=u,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var u=this._input[0];this.yytext+=u,this.yyleng++,this.offset++,this.match+=u,this.matched+=u;var s=u.match(/(?:\r\n?|\n).*/g);return s?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),u},unput:function(u){var s=u.length,p=u.split(/(?:\r\n?|\n)/g);this._input=u+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-s-1),this.offset-=s;var g=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===g.length?this.yylloc.first_column:0)+g[g.length-p.length].length-p[0].length:this.yylloc.first_column-s},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-s]),this},more:function(){return this._more=!0,this},less:function(u){this.unput(this.match.slice(u))},pastInput:function(){var u=this.matched.substr(0,this.matched.length-this.match.length);return(u.length>20?"...":"")+u.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var u=this.match;return u.length<20&&(u+=this._input.substr(0,20-u.length)),(u.substr(0,20)+(u.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var u=this.pastInput(),s=new Array(u.length+1).join("-");return u+this.upcomingInput()+` +`+s+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var u,s,p,g,i;this._more||(this.yytext="",this.match="");for(var m=this._currentRules(),f=0;fs[0].length)||(s=p,g=f,this.options.flex));f++);return s?(i=s[0].match(/(?:\r\n?|\n).*/g),i&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+s[0].length},this.yytext+=s[0],this.match+=s[0],this.matches=s,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(s[0].length),this.matched+=s[0],u=this.performAction.call(this,this.yy,this,m[g],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),u||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text. +`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var u=this.next();return typeof u!="undefined"?u:this.lex()},begin:function(u){this.conditionStack.push(u)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(u){this.begin(u)}};return c.options={},c.performAction=function(u,s,p,g){function i(m,f){return s.yytext=s.yytext.substring(m,s.yyleng-f+m)}switch(p){case 0:if(s.yytext.slice(-2)==="\\\\"?(i(0,1),this.begin("mu")):s.yytext.slice(-1)==="\\"?(i(0,1),this.begin("emu")):this.begin("mu"),s.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(i(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(s.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return s.yytext=i(1,2).replace(/\\"/g,'"'),80;case 32:return s.yytext=i(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return s.yytext=s.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},c.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],c.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},c}();return n.lexer=l,r.prototype=n,n.Parser=r,new r}();o.default=d,y.exports=o.default},function(y,o,d){"use strict";function r(){var i=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=i}function n(i,m,f){m===void 0&&(m=i.length);var h=i[m-1],E=i[m-2];return h?h.type==="ContentStatement"?(E||!f?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(h.original):void 0:f}function l(i,m,f){m===void 0&&(m=-1);var h=i[m+1],E=i[m+2];return h?h.type==="ContentStatement"?(E||!f?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(h.original):void 0:f}function c(i,m,f){var h=i[m==null?0:m+1];if(h&&h.type==="ContentStatement"&&(f||!h.rightStripped)){var E=h.value;h.value=h.value.replace(f?/^\s+/:/^[ \t]*\r?\n?/,""),h.rightStripped=h.value!==E}}function u(i,m,f){var h=i[m==null?i.length-1:m-1];if(h&&h.type==="ContentStatement"&&(f||!h.leftStripped)){var E=h.value;return h.value=h.value.replace(f?/\s+$/:/[ \t]+$/,""),h.leftStripped=h.value!==E,h.leftStripped}}var s=d(1).default;o.__esModule=!0;var p=d(49),g=s(p);r.prototype=new g.default,r.prototype.Program=function(i){var m=!this.options.ignoreStandalone,f=!this.isRootSeen;this.isRootSeen=!0;for(var h=i.body,E=0,v=h.length;E0)throw new v.default("Invalid path: "+b,{loc:P});R===".."&&w++}}return{type:"PathExpression",data:S,depth:w,parts:_,original:b,loc:P}}function p(S,T,P,b,_,w){var C=b.charAt(3)||b.charAt(2),I=C!=="{"&&C!=="&",R=/\*/.test(b);return{type:R?"Decorator":"MustacheStatement",path:S,params:T,hash:P,escaped:I,strip:_,loc:this.locInfo(w)}}function g(S,T,P,b){r(S,P),b=this.locInfo(b);var _={type:"Program",body:T,strip:{},loc:b};return{type:"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:_,openStrip:{},inverseStrip:{},closeStrip:{},loc:b}}function i(S,T,P,b,_,w){b&&b.path&&r(S,b);var C=/\*/.test(S.open);T.blockParams=S.blockParams;var I=void 0,R=void 0;if(P){if(C)throw new v.default("Unexpected inverse block on decorator",P);P.chain&&(P.program.body[0].closeStrip=b.strip),R=P.strip,I=P.program}return _&&(_=I,I=T,T=_),{type:C?"DecoratorBlock":"BlockStatement",path:S.path,params:S.params,hash:S.hash,program:T,inverse:I,openStrip:S.strip,inverseStrip:R,closeStrip:b&&b.strip,loc:this.locInfo(w)}}function m(S,T){if(!T&&S.length){var P=S[0].loc,b=S[S.length-1].loc;P&&b&&(T={source:P.source,start:{line:P.start.line,column:P.start.column},end:{line:b.end.line,column:b.end.column}})}return{type:"Program",body:S,strip:{},loc:T}}function f(S,T,P,b){return r(S,P),{type:"PartialBlockStatement",name:S.path,params:S.params,hash:S.hash,program:T,openStrip:S.strip,closeStrip:P&&P.strip,loc:this.locInfo(b)}}var h=d(1).default;o.__esModule=!0,o.SourceLocation=n,o.id=l,o.stripFlags=c,o.stripComment=u,o.preparePath=s,o.prepareMustache=p,o.prepareRawBlock=g,o.prepareBlock=i,o.prepareProgram=m,o.preparePartialBlock=f;var E=d(6),v=h(E)},function(y,o,d){"use strict";function r(){}function n(v,S,T){if(v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+v);S=S||{},"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var P=T.parse(v,S),b=new T.Compiler().compile(P,S);return new T.JavaScriptCompiler().compile(b,S)}function l(v,S,T){function P(){var w=T.parse(v,S),C=new T.Compiler().compile(w,S),I=new T.JavaScriptCompiler().compile(C,S,void 0,!0);return T.template(I)}function b(w,C){return _||(_=P()),_.call(this,w,C)}if(S===void 0&&(S={}),v==null||typeof v!="string"&&v.type!=="Program")throw new i.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+v);S=m.extend({},S),"data"in S||(S.data=!0),S.compat&&(S.useDepths=!0);var _=void 0;return b._setup=function(w){return _||(_=P()),_._setup(w)},b._child=function(w,C,I,R){return _||(_=P()),_._child(w,C,I,R)},b}function c(v,S){if(v===S)return!0;if(m.isArray(v)&&m.isArray(S)&&v.length===S.length){for(var T=0;T1)throw new i.default("Unsupported number of partial arguments: "+T.length,v);T.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):T.push({type:"PathExpression",parts:[],depth:0}));var P=v.name.original,b=v.name.type==="SubExpression";b&&this.accept(v.name),this.setupFullMustacheParams(v,S,void 0,!0);var _=v.indent||"";this.options.preventIndent&&_&&(this.opcode("appendContent",_),_=""),this.opcode("invokePartial",b,P,_),this.opcode("append")},PartialBlockStatement:function(v){this.PartialStatement(v)},MustacheStatement:function(v){this.SubExpression(v),v.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(v){this.DecoratorBlock(v)},ContentStatement:function(v){v.value&&this.opcode("appendContent",v.value)},CommentStatement:function(){},SubExpression:function(v){u(v);var S=this.classifySexpr(v);S==="simple"?this.simpleSexpr(v):S==="helper"?this.helperSexpr(v):this.ambiguousSexpr(v)},ambiguousSexpr:function(v,S,T){var P=v.path,b=P.parts[0],_=S!=null||T!=null;this.opcode("getContext",P.depth),this.opcode("pushProgram",S),this.opcode("pushProgram",T),P.strict=!0,this.accept(P),this.opcode("invokeAmbiguous",b,_)},simpleSexpr:function(v){var S=v.path;S.strict=!0,this.accept(S),this.opcode("resolvePossibleLambda")},helperSexpr:function(v,S,T){var P=this.setupFullMustacheParams(v,S,T),b=v.path,_=b.parts[0];if(this.options.knownHelpers[_])this.opcode("invokeKnownHelper",P.length,_);else{if(this.options.knownHelpersOnly)throw new i.default("You specified knownHelpersOnly, but used the unknown helper "+_,v);b.strict=!0,b.falsy=!0,this.accept(b),this.opcode("invokeHelper",P.length,b.original,h.default.helpers.simpleId(b))}},PathExpression:function(v){this.addDepth(v.depth),this.opcode("getContext",v.depth);var S=v.parts[0],T=h.default.helpers.scopedId(v),P=!v.depth&&!T&&this.blockParamIndex(S);P?this.opcode("lookupBlockParam",P,v.parts):S?v.data?(this.options.data=!0,this.opcode("lookupData",v.depth,v.parts,v.strict)):this.opcode("lookupOnContext",v.parts,v.falsy,v.strict,T):this.opcode("pushContext")},StringLiteral:function(v){this.opcode("pushString",v.value)},NumberLiteral:function(v){this.opcode("pushLiteral",v.value)},BooleanLiteral:function(v){this.opcode("pushLiteral",v.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(v){var S=v.pairs,T=0,P=S.length;for(this.opcode("pushHash");T=0)return[S,b]}}}},function(y,o,d){"use strict";function r(h){this.value=h}function n(){}function l(h,E,v,S){var T=E.popStack(),P=0,b=v.length;for(h&&b--;P0&&(v+=", "+S.join(", "));var T=0;f(this.aliases).forEach(function(w){var _=E.aliases[w];_.children&&_.referenceCount>1&&(v+=", alias"+ ++T+"="+w,_.children[0]="alias"+T)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var P=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&P.push("blockParams"),this.useDepths&&P.push("depths");var D=this.mergeSource(v);return h?(P.push(D),Function.apply(this,P)):this.source.wrap(["function(",P.join(","),`) { - `,D,"}"])},mergeSource:function(h){var E=this.environment.isSimple,v=!this.forceBuffer,S=void 0,T=void 0,P=void 0,D=void 0;return this.source.each(function(w){w.appendToBuffer?(P?w.prepend(" + "):P=w,D=w):(P&&(T?P.prepend("buffer += "):S=!0,D.add(";"),P=D=void 0),T=!0,E||(v=!1))}),v?P?(P.prepend("return "),D.add(";")):T||this.source.push('return "";'):(h+=", buffer = "+(S?"":this.initializeBuffer()),P?(P.prepend("return buffer + "),D.add(";")):this.source.push("return buffer;")),h&&this.source.prepend("var "+h.substring(2)+(S?"":`; +`),this.decorators=this.decorators.merge()));var C=this.createFunctionContext(S);if(this.isChild)return C;var I={compiler:this.compilerInfo(),main:C};this.decorators&&(I.main_d=this.decorators,I.useDecorators=!0);var R=this.context,D=R.programs,L=R.decorators;for(_=0,w=D.length;_0&&(v+=", "+S.join(", "));var T=0;c(this.aliases).forEach(function(_){var w=E.aliases[_];w.children&&w.referenceCount>1&&(v+=", alias"+ ++T+"="+_,w.children[0]="alias"+T)}),this.lookupPropertyFunctionIsUsed&&(v+=", "+this.lookupPropertyFunctionVarDeclaration());var P=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&P.push("blockParams"),this.useDepths&&P.push("depths");var b=this.mergeSource(v);return h?(P.push(b),Function.apply(this,P)):this.source.wrap(["function(",P.join(","),`) { + `,b,"}"])},mergeSource:function(h){var E=this.environment.isSimple,v=!this.forceBuffer,S=void 0,T=void 0,P=void 0,b=void 0;return this.source.each(function(_){_.appendToBuffer?(P?_.prepend(" + "):P=_,b=_):(P&&(T?P.prepend("buffer += "):S=!0,b.add(";"),P=b=void 0),T=!0,E||(v=!1))}),v?P?(P.prepend("return "),b.add(";")):T||this.source.push('return "";'):(h+=", buffer = "+(S?"":this.initializeBuffer()),P?(P.prepend("return buffer + "),b.add(";")):this.source.push("return buffer;")),h&&this.source.prepend("var "+h.substring(2)+(S?"":`; `)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return` lookupProperty = container.lookupProperty || function(parent, propertyName) { if (Object.prototype.hasOwnProperty.call(parent, propertyName)) { @@ -47,8 +47,8 @@ Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on l } return undefined } - `.trim()},blockValue:function(h){var E=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(h,0,v);var S=this.popStack();v.splice(1,0,S),this.push(this.source.functionCall(E,"call",v))},ambiguousBlockValue:function(){var h=this.aliasable("container.hooks.blockHelperMissing"),E=[this.contextName(0)];this.setupHelperArgs("",0,E,!0),this.flushInline();var v=this.topStack();E.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(h,"call",E),"}"])},appendContent:function(h){this.pendingContent?h=this.pendingContent+h:this.pendingLocation=this.source.currentLocation,this.pendingContent=h},append:function(){if(this.isInline())this.replaceStack(function(E){return[" != null ? ",E,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var h=this.popStack();this.pushSource(["if (",h," != null) { ",this.appendToBuffer(h,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(h){this.lastContext=h},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(h,E,v,S){var T=0;S||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(h[T++])),this.resolvePath("context",h,T,E,v)},lookupBlockParam:function(h,E){this.useBlockParams=!0,this.push(["blockParams[",h[0],"][",h[1],"]"]),this.resolvePath("context",E,1)},lookupData:function(h,E,v){h?this.pushStackLiteral("container.data(data, "+h+")"):this.pushStackLiteral("data"),this.resolvePath("data",E,0,!0,v)},resolvePath:function(h,E,v,S,T){var P=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&T,this,E,h));for(var D=E.length;vthis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var h=this.inlineStack;this.inlineStack=[];for(var E=0,v=h.length;E{var d;/*! + `.trim()},blockValue:function(h){var E=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs(h,0,v);var S=this.popStack();v.splice(1,0,S),this.push(this.source.functionCall(E,"call",v))},ambiguousBlockValue:function(){var h=this.aliasable("container.hooks.blockHelperMissing"),E=[this.contextName(0)];this.setupHelperArgs("",0,E,!0),this.flushInline();var v=this.topStack();E.splice(1,0,v),this.pushSource(["if (!",this.lastHelper,") { ",v," = ",this.source.functionCall(h,"call",E),"}"])},appendContent:function(h){this.pendingContent?h=this.pendingContent+h:this.pendingLocation=this.source.currentLocation,this.pendingContent=h},append:function(){if(this.isInline())this.replaceStack(function(E){return[" != null ? ",E,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var h=this.popStack();this.pushSource(["if (",h," != null) { ",this.appendToBuffer(h,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(h){this.lastContext=h},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(h,E,v,S){var T=0;S||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(h[T++])),this.resolvePath("context",h,T,E,v)},lookupBlockParam:function(h,E){this.useBlockParams=!0,this.push(["blockParams[",h[0],"][",h[1],"]"]),this.resolvePath("context",E,1)},lookupData:function(h,E,v){h?this.pushStackLiteral("container.data(data, "+h+")"):this.pushStackLiteral("data"),this.resolvePath("data",E,0,!0,v)},resolvePath:function(h,E,v,S,T){var P=this;if(this.options.strict||this.options.assumeObjects)return void this.push(l(this.options.strict&&T,this,E,h));for(var b=E.length;vthis.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var h=this.inlineStack;this.inlineStack=[];for(var E=0,v=h.length;E{var d;/*! * Sizzle CSS Selector Engine v2.3.6 * https://sizzlejs.com/ * @@ -57,19 +57,19 @@ Expecting `+L.join(", ")+", got '"+(this.terminals_[P]||P)+"'":"Parse error on l * https://js.foundation/ * * Date: 2021-02-16 -*/(function(r){var n,l,f,u,s,p,g,i,m,c,h,E,v,S,T,P,D,w,_,C="sizzle"+1*new Date,I=r.document,R=0,N=0,L=tn(),$=tn(),M=tn(),B=tn(),W=function(F,H){return F===H&&(h=!0),0},G={}.hasOwnProperty,U=[],Y=U.pop,z=U.push,te=U.push,ae=U.slice,de=function(F,H){for(var V=0,re=F.length;V+~]|"+ye+")"+ye+"*"),Ke=new RegExp(ye+"|>"),kt=new RegExp(mt),Je=new RegExp("^"+Pe+"$"),et={ID:new RegExp("^#("+Pe+")"),CLASS:new RegExp("^\\.("+Pe+")"),TAG:new RegExp("^("+Pe+"|[*])"),ATTR:new RegExp("^"+ze),PSEUDO:new RegExp("^"+mt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ye+"*(even|odd|(([+-]|)(\\d*)n|)"+ye+"*(?:([+-]|)"+ye+"*(\\d+)|))"+ye+"*\\)|)","i"),bool:new RegExp("^(?:"+Q+")$","i"),needsContext:new RegExp("^"+ye+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ye+"*((?:-\\d)?\\d*)"+ye+"*\\)|)(?=[^-]|$)","i")},zt=/HTML$/i,kn=/^(?:input|select|textarea|button)$/i,Pt=/^h\d$/i,Yt=/^[^{]+\{\s*\[native \w/,vn=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ft=/[+~]/,ut=new RegExp("\\\\[\\da-fA-F]{1,6}"+ye+"?|\\\\([^\\r\\n\\f])","g"),ht=function(F,H){var V="0x"+F.slice(1)-65536;return H||(V<0?String.fromCharCode(V+65536):String.fromCharCode(V>>10|55296,V&1023|56320))},Dn=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,nr=function(F,H){return H?F==="\0"?"\uFFFD":F.slice(0,-1)+"\\"+F.charCodeAt(F.length-1).toString(16)+" ":"\\"+F},en=function(){E()},vr=be(function(F){return F.disabled===!0&&F.nodeName.toLowerCase()==="fieldset"},{dir:"parentNode",next:"legend"});try{te.apply(U=ae.call(I.childNodes),I.childNodes),U[I.childNodes.length].nodeType}catch(F){te={apply:U.length?function(H,V){z.apply(H,ae.call(V))}:function(H,V){for(var re=H.length,Z=0;H[re++]=V[Z++];);H.length=re-1}}}function tt(F,H,V,re){var Z,ie,oe,Ee,we,Le,Oe,Me=H&&H.ownerDocument,Ze=H?H.nodeType:9;if(V=V||[],typeof F!="string"||!F||Ze!==1&&Ze!==9&&Ze!==11)return V;if(!re&&(E(H),H=H||v,T)){if(Ze!==11&&(we=vn.exec(F)))if(Z=we[1]){if(Ze===9)if(oe=H.getElementById(Z)){if(oe.id===Z)return V.push(oe),V}else return V;else if(Me&&(oe=Me.getElementById(Z))&&_(H,oe)&&oe.id===Z)return V.push(oe),V}else{if(we[2])return te.apply(V,H.getElementsByTagName(F)),V;if((Z=we[3])&&l.getElementsByClassName&&H.getElementsByClassName)return te.apply(V,H.getElementsByClassName(Z)),V}if(l.qsa&&!B[F+" "]&&(!P||!P.test(F))&&(Ze!==1||H.nodeName.toLowerCase()!=="object")){if(Oe=F,Me=H,Ze===1&&(Ke.test(F)||Gt.test(F))){for(Me=Ft.test(F)&&Se(H.parentNode)||H,(Me!==H||!l.scope)&&((Ee=H.getAttribute("id"))?Ee=Ee.replace(Dn,nr):H.setAttribute("id",Ee=C)),Le=p(F),ie=Le.length;ie--;)Le[ie]=(Ee?"#"+Ee:":scope")+" "+Be(Le[ie]);Oe=Le.join(",")}try{return te.apply(V,Me.querySelectorAll(Oe)),V}catch(at){B(F,!0)}finally{Ee===C&&H.removeAttribute("id")}}}return i(F.replace(Nt,"$1"),H,V,re)}function tn(){var F=[];function H(V,re){return F.push(V+" ")>f.cacheLength&&delete H[F.shift()],H[V+" "]=re}return H}function Mt(F){return F[C]=!0,F}function he(F){var H=v.createElement("fieldset");try{return!!F(H)}catch(V){return!1}finally{H.parentNode&&H.parentNode.removeChild(H),H=null}}function q(F,H){for(var V=F.split("|"),re=V.length;re--;)f.attrHandle[V[re]]=H}function ce(F,H){var V=H&&F,re=V&&F.nodeType===1&&H.nodeType===1&&F.sourceIndex-H.sourceIndex;if(re)return re;if(V){for(;V=V.nextSibling;)if(V===H)return-1}return F?1:-1}function Te(F){return function(H){var V=H.nodeName.toLowerCase();return V==="input"&&H.type===F}}function ne(F){return function(H){var V=H.nodeName.toLowerCase();return(V==="input"||V==="button")&&H.type===F}}function me(F){return function(H){return"form"in H?H.parentNode&&H.disabled===!1?"label"in H?"label"in H.parentNode?H.parentNode.disabled===F:H.disabled===F:H.isDisabled===F||H.isDisabled!==!F&&vr(H)===F:H.disabled===F:"label"in H?H.disabled===F:!1}}function fe(F){return Mt(function(H){return H=+H,Mt(function(V,re){for(var Z,ie=F([],V.length,H),oe=ie.length;oe--;)V[Z=ie[oe]]&&(V[Z]=!(re[Z]=V[Z]))})})}function Se(F){return F&&typeof F.getElementsByTagName!="undefined"&&F}l=tt.support={},s=tt.isXML=function(F){var H=F&&F.namespaceURI,V=F&&(F.ownerDocument||F).documentElement;return!zt.test(H||V&&V.nodeName||"HTML")},E=tt.setDocument=function(F){var H,V,re=F?F.ownerDocument||F:I;return re==v||re.nodeType!==9||!re.documentElement||(v=re,S=v.documentElement,T=!s(v),I!=v&&(V=v.defaultView)&&V.top!==V&&(V.addEventListener?V.addEventListener("unload",en,!1):V.attachEvent&&V.attachEvent("onunload",en)),l.scope=he(function(Z){return S.appendChild(Z).appendChild(v.createElement("div")),typeof Z.querySelectorAll!="undefined"&&!Z.querySelectorAll(":scope fieldset div").length}),l.attributes=he(function(Z){return Z.className="i",!Z.getAttribute("className")}),l.getElementsByTagName=he(function(Z){return Z.appendChild(v.createComment("")),!Z.getElementsByTagName("*").length}),l.getElementsByClassName=Yt.test(v.getElementsByClassName),l.getById=he(function(Z){return S.appendChild(Z).id=C,!v.getElementsByName||!v.getElementsByName(C).length}),l.getById?(f.filter.ID=function(Z){var ie=Z.replace(ut,ht);return function(oe){return oe.getAttribute("id")===ie}},f.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&T){var oe=ie.getElementById(Z);return oe?[oe]:[]}}):(f.filter.ID=function(Z){var ie=Z.replace(ut,ht);return function(oe){var Ee=typeof oe.getAttributeNode!="undefined"&&oe.getAttributeNode("id");return Ee&&Ee.value===ie}},f.find.ID=function(Z,ie){if(typeof ie.getElementById!="undefined"&&T){var oe,Ee,we,Le=ie.getElementById(Z);if(Le){if(oe=Le.getAttributeNode("id"),oe&&oe.value===Z)return[Le];for(we=ie.getElementsByName(Z),Ee=0;Le=we[Ee++];)if(oe=Le.getAttributeNode("id"),oe&&oe.value===Z)return[Le]}return[]}}),f.find.TAG=l.getElementsByTagName?function(Z,ie){if(typeof ie.getElementsByTagName!="undefined")return ie.getElementsByTagName(Z);if(l.qsa)return ie.querySelectorAll(Z)}:function(Z,ie){var oe,Ee=[],we=0,Le=ie.getElementsByTagName(Z);if(Z==="*"){for(;oe=Le[we++];)oe.nodeType===1&&Ee.push(oe);return Ee}return Le},f.find.CLASS=l.getElementsByClassName&&function(Z,ie){if(typeof ie.getElementsByClassName!="undefined"&&T)return ie.getElementsByClassName(Z)},D=[],P=[],(l.qsa=Yt.test(v.querySelectorAll))&&(he(function(Z){var ie;S.appendChild(Z).innerHTML="",Z.querySelectorAll("[msallowcapture^='']").length&&P.push("[*^$]="+ye+`*(?:''|"")`),Z.querySelectorAll("[selected]").length||P.push("\\["+ye+"*(?:value|"+Q+")"),Z.querySelectorAll("[id~="+C+"-]").length||P.push("~="),ie=v.createElement("input"),ie.setAttribute("name",""),Z.appendChild(ie),Z.querySelectorAll("[name='']").length||P.push("\\["+ye+"*name"+ye+"*="+ye+`*(?:''|"")`),Z.querySelectorAll(":checked").length||P.push(":checked"),Z.querySelectorAll("a#"+C+"+*").length||P.push(".#.+[+~]"),Z.querySelectorAll("\\\f"),P.push("[\\r\\n\\f]")}),he(function(Z){Z.innerHTML="";var ie=v.createElement("input");ie.setAttribute("type","hidden"),Z.appendChild(ie).setAttribute("name","D"),Z.querySelectorAll("[name=d]").length&&P.push("name"+ye+"*[*^$|!~]?="),Z.querySelectorAll(":enabled").length!==2&&P.push(":enabled",":disabled"),S.appendChild(Z).disabled=!0,Z.querySelectorAll(":disabled").length!==2&&P.push(":enabled",":disabled"),Z.querySelectorAll("*,:x"),P.push(",.*:")})),(l.matchesSelector=Yt.test(w=S.matches||S.webkitMatchesSelector||S.mozMatchesSelector||S.oMatchesSelector||S.msMatchesSelector))&&he(function(Z){l.disconnectedMatch=w.call(Z,"*"),w.call(Z,"[s!='']:x"),D.push("!=",mt)}),P=P.length&&new RegExp(P.join("|")),D=D.length&&new RegExp(D.join("|")),H=Yt.test(S.compareDocumentPosition),_=H||Yt.test(S.contains)?function(Z,ie){var oe=Z.nodeType===9?Z.documentElement:Z,Ee=ie&&ie.parentNode;return Z===Ee||!!(Ee&&Ee.nodeType===1&&(oe.contains?oe.contains(Ee):Z.compareDocumentPosition&&Z.compareDocumentPosition(Ee)&16))}:function(Z,ie){if(ie){for(;ie=ie.parentNode;)if(ie===Z)return!0}return!1},W=H?function(Z,ie){if(Z===ie)return h=!0,0;var oe=!Z.compareDocumentPosition-!ie.compareDocumentPosition;return oe||(oe=(Z.ownerDocument||Z)==(ie.ownerDocument||ie)?Z.compareDocumentPosition(ie):1,oe&1||!l.sortDetached&&ie.compareDocumentPosition(Z)===oe?Z==v||Z.ownerDocument==I&&_(I,Z)?-1:ie==v||ie.ownerDocument==I&&_(I,ie)?1:c?de(c,Z)-de(c,ie):0:oe&4?-1:1)}:function(Z,ie){if(Z===ie)return h=!0,0;var oe,Ee=0,we=Z.parentNode,Le=ie.parentNode,Oe=[Z],Me=[ie];if(!we||!Le)return Z==v?-1:ie==v?1:we?-1:Le?1:c?de(c,Z)-de(c,ie):0;if(we===Le)return ce(Z,ie);for(oe=Z;oe=oe.parentNode;)Oe.unshift(oe);for(oe=ie;oe=oe.parentNode;)Me.unshift(oe);for(;Oe[Ee]===Me[Ee];)Ee++;return Ee?ce(Oe[Ee],Me[Ee]):Oe[Ee]==I?-1:Me[Ee]==I?1:0}),v},tt.matches=function(F,H){return tt(F,null,null,H)},tt.matchesSelector=function(F,H){if(E(F),l.matchesSelector&&T&&!B[H+" "]&&(!D||!D.test(H))&&(!P||!P.test(H)))try{var V=w.call(F,H);if(V||l.disconnectedMatch||F.document&&F.document.nodeType!==11)return V}catch(re){B(H,!0)}return tt(H,v,null,[F]).length>0},tt.contains=function(F,H){return(F.ownerDocument||F)!=v&&E(F),_(F,H)},tt.attr=function(F,H){(F.ownerDocument||F)!=v&&E(F);var V=f.attrHandle[H.toLowerCase()],re=V&&G.call(f.attrHandle,H.toLowerCase())?V(F,H,!T):void 0;return re!==void 0?re:l.attributes||!T?F.getAttribute(H):(re=F.getAttributeNode(H))&&re.specified?re.value:null},tt.escape=function(F){return(F+"").replace(Dn,nr)},tt.error=function(F){throw new Error("Syntax error, unrecognized expression: "+F)},tt.uniqueSort=function(F){var H,V=[],re=0,Z=0;if(h=!l.detectDuplicates,c=!l.sortStable&&F.slice(0),F.sort(W),h){for(;H=F[Z++];)H===F[Z]&&(re=V.push(Z));for(;re--;)F.splice(V[re],1)}return c=null,F},u=tt.getText=function(F){var H,V="",re=0,Z=F.nodeType;if(Z){if(Z===1||Z===9||Z===11){if(typeof F.textContent=="string")return F.textContent;for(F=F.firstChild;F;F=F.nextSibling)V+=u(F)}else if(Z===3||Z===4)return F.nodeValue}else for(;H=F[re++];)V+=u(H);return V},f=tt.selectors={cacheLength:50,createPseudo:Mt,match:et,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(F){return F[1]=F[1].replace(ut,ht),F[3]=(F[3]||F[4]||F[5]||"").replace(ut,ht),F[2]==="~="&&(F[3]=" "+F[3]+" "),F.slice(0,4)},CHILD:function(F){return F[1]=F[1].toLowerCase(),F[1].slice(0,3)==="nth"?(F[3]||tt.error(F[0]),F[4]=+(F[4]?F[5]+(F[6]||1):2*(F[3]==="even"||F[3]==="odd")),F[5]=+(F[7]+F[8]||F[3]==="odd")):F[3]&&tt.error(F[0]),F},PSEUDO:function(F){var H,V=!F[6]&&F[2];return et.CHILD.test(F[0])?null:(F[3]?F[2]=F[4]||F[5]||"":V&&kt.test(V)&&(H=p(V,!0))&&(H=V.indexOf(")",V.length-H)-V.length)&&(F[0]=F[0].slice(0,H),F[2]=V.slice(0,H)),F.slice(0,3))}},filter:{TAG:function(F){var H=F.replace(ut,ht).toLowerCase();return F==="*"?function(){return!0}:function(V){return V.nodeName&&V.nodeName.toLowerCase()===H}},CLASS:function(F){var H=L[F+" "];return H||(H=new RegExp("(^|"+ye+")"+F+"("+ye+"|$)"))&&L(F,function(V){return H.test(typeof V.className=="string"&&V.className||typeof V.getAttribute!="undefined"&&V.getAttribute("class")||"")})},ATTR:function(F,H,V){return function(re){var Z=tt.attr(re,F);return Z==null?H==="!=":H?(Z+="",H==="="?Z===V:H==="!="?Z!==V:H==="^="?V&&Z.indexOf(V)===0:H==="*="?V&&Z.indexOf(V)>-1:H==="$="?V&&Z.slice(-V.length)===V:H==="~="?(" "+Z.replace(It," ")+" ").indexOf(V)>-1:H==="|="?Z===V||Z.slice(0,V.length+1)===V+"-":!1):!0}},CHILD:function(F,H,V,re,Z){var ie=F.slice(0,3)!=="nth",oe=F.slice(-4)!=="last",Ee=H==="of-type";return re===1&&Z===0?function(we){return!!we.parentNode}:function(we,Le,Oe){var Me,Ze,at,Fe,wt,Dt,ve=ie!==oe?"nextSibling":"previousSibling",le=we.parentNode,Ae=Ee&&we.nodeName.toLowerCase(),_e=!Oe&&!Ee,Ie=!1;if(le){if(ie){for(;ve;){for(Fe=we;Fe=Fe[ve];)if(Ee?Fe.nodeName.toLowerCase()===Ae:Fe.nodeType===1)return!1;Dt=ve=F==="only"&&!Dt&&"nextSibling"}return!0}if(Dt=[oe?le.firstChild:le.lastChild],oe&&_e){for(Fe=le,at=Fe[C]||(Fe[C]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Me=Ze[F]||[],wt=Me[0]===R&&Me[1],Ie=wt&&Me[2],Fe=wt&&le.childNodes[wt];Fe=++wt&&Fe&&Fe[ve]||(Ie=wt=0)||Dt.pop();)if(Fe.nodeType===1&&++Ie&&Fe===we){Ze[F]=[R,wt,Ie];break}}else if(_e&&(Fe=we,at=Fe[C]||(Fe[C]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Me=Ze[F]||[],wt=Me[0]===R&&Me[1],Ie=wt),Ie===!1)for(;(Fe=++wt&&Fe&&Fe[ve]||(Ie=wt=0)||Dt.pop())&&!((Ee?Fe.nodeName.toLowerCase()===Ae:Fe.nodeType===1)&&++Ie&&(_e&&(at=Fe[C]||(Fe[C]={}),Ze=at[Fe.uniqueID]||(at[Fe.uniqueID]={}),Ze[F]=[R,Ie]),Fe===we)););return Ie-=Z,Ie===re||Ie%re===0&&Ie/re>=0}}},PSEUDO:function(F,H){var V,re=f.pseudos[F]||f.setFilters[F.toLowerCase()]||tt.error("unsupported pseudo: "+F);return re[C]?re(H):re.length>1?(V=[F,F,"",H],f.setFilters.hasOwnProperty(F.toLowerCase())?Mt(function(Z,ie){for(var oe,Ee=re(Z,H),we=Ee.length;we--;)oe=de(Z,Ee[we]),Z[oe]=!(ie[oe]=Ee[we])}):function(Z){return re(Z,0,V)}):re}},pseudos:{not:Mt(function(F){var H=[],V=[],re=g(F.replace(Nt,"$1"));return re[C]?Mt(function(Z,ie,oe,Ee){for(var we,Le=re(Z,null,Ee,[]),Oe=Z.length;Oe--;)(we=Le[Oe])&&(Z[Oe]=!(ie[Oe]=we))}):function(Z,ie,oe){return H[0]=Z,re(H,null,oe,V),H[0]=null,!V.pop()}}),has:Mt(function(F){return function(H){return tt(F,H).length>0}}),contains:Mt(function(F){return F=F.replace(ut,ht),function(H){return(H.textContent||u(H)).indexOf(F)>-1}}),lang:Mt(function(F){return Je.test(F||"")||tt.error("unsupported lang: "+F),F=F.replace(ut,ht).toLowerCase(),function(H){var V;do if(V=T?H.lang:H.getAttribute("xml:lang")||H.getAttribute("lang"))return V=V.toLowerCase(),V===F||V.indexOf(F+"-")===0;while((H=H.parentNode)&&H.nodeType===1);return!1}}),target:function(F){var H=r.location&&r.location.hash;return H&&H.slice(1)===F.id},root:function(F){return F===S},focus:function(F){return F===v.activeElement&&(!v.hasFocus||v.hasFocus())&&!!(F.type||F.href||~F.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(F){var H=F.nodeName.toLowerCase();return H==="input"&&!!F.checked||H==="option"&&!!F.selected},selected:function(F){return F.parentNode&&F.parentNode.selectedIndex,F.selected===!0},empty:function(F){for(F=F.firstChild;F;F=F.nextSibling)if(F.nodeType<6)return!1;return!0},parent:function(F){return!f.pseudos.empty(F)},header:function(F){return Pt.test(F.nodeName)},input:function(F){return kn.test(F.nodeName)},button:function(F){var H=F.nodeName.toLowerCase();return H==="input"&&F.type==="button"||H==="button"},text:function(F){var H;return F.nodeName.toLowerCase()==="input"&&F.type==="text"&&((H=F.getAttribute("type"))==null||H.toLowerCase()==="text")},first:fe(function(){return[0]}),last:fe(function(F,H){return[H-1]}),eq:fe(function(F,H,V){return[V<0?V+H:V]}),even:fe(function(F,H){for(var V=0;VH?H:V;--re>=0;)F.push(re);return F}),gt:fe(function(F,H,V){for(var re=V<0?V+H:V;++re1?function(H,V,re){for(var Z=F.length;Z--;)if(!F[Z](H,V,re))return!1;return!0}:F[0]}function ke(F,H,V){for(var re=0,Z=H.length;re-1&&(oe[Oe]=!(Ee[Oe]=Ze))}}else le=Ge(le===Ee?le.splice(wt,le.length):le),Z?Z(null,Ee,le,Le):te.apply(Ee,le)})}function Tt(F){for(var H,V,re,Z=F.length,ie=f.relative[F[0].type],oe=ie||f.relative[" "],Ee=ie?1:0,we=be(function(Me){return Me===H},oe,!0),Le=be(function(Me){return de(H,Me)>-1},oe,!0),Oe=[function(Me,Ze,at){var Fe=!ie&&(at||Ze!==m)||((H=Ze).nodeType?we(Me,Ze,at):Le(Me,Ze,at));return H=null,Fe}];Ee1&&Ce(Oe),Ee>1&&Be(F.slice(0,Ee-1).concat({value:F[Ee-2].type===" "?"*":""})).replace(Nt,"$1"),V,Ee0,re=F.length>0,Z=function(ie,oe,Ee,we,Le){var Oe,Me,Ze,at=0,Fe="0",wt=ie&&[],Dt=[],ve=m,le=ie||re&&f.find.TAG("*",Le),Ae=R+=ve==null?1:Math.random()||.1,_e=le.length;for(Le&&(m=oe==v||oe||Le);Fe!==_e&&(Oe=le[Fe])!=null;Fe++){if(re&&Oe){for(Me=0,!oe&&Oe.ownerDocument!=v&&(E(Oe),Ee=!T);Ze=F[Me++];)if(Ze(Oe,oe||v,Ee)){we.push(Oe);break}Le&&(R=Ae)}V&&((Oe=!Ze&&Oe)&&at--,ie&&wt.push(Oe))}if(at+=Fe,V&&Fe!==at){for(Me=0;Ze=H[Me++];)Ze(wt,Dt,oe,Ee);if(ie){if(at>0)for(;Fe--;)wt[Fe]||Dt[Fe]||(Dt[Fe]=Y.call(we));Dt=Ge(Dt)}te.apply(we,Dt),Le&&!ie&&Dt.length>0&&at+H.length>1&&tt.uniqueSort(we)}return Le&&(R=Ae,m=ve),wt};return V?Mt(Z):Z}g=tt.compile=function(F,H){var V,re=[],Z=[],ie=M[F+" "];if(!ie){for(H||(H=p(F)),V=H.length;V--;)ie=Tt(H[V]),ie[C]?re.push(ie):Z.push(ie);ie=M(F,Ve(Z,re)),ie.selector=F}return ie},i=tt.select=function(F,H,V,re){var Z,ie,oe,Ee,we,Le=typeof F=="function"&&F,Oe=!re&&p(F=Le.selector||F);if(V=V||[],Oe.length===1){if(ie=Oe[0]=Oe[0].slice(0),ie.length>2&&(oe=ie[0]).type==="ID"&&H.nodeType===9&&T&&f.relative[ie[1].type]){if(H=(f.find.ID(oe.matches[0].replace(ut,ht),H)||[])[0],H)Le&&(H=H.parentNode);else return V;F=F.slice(ie.shift().value.length)}for(Z=et.needsContext.test(F)?0:ie.length;Z--&&(oe=ie[Z],!f.relative[Ee=oe.type]);)if((we=f.find[Ee])&&(re=we(oe.matches[0].replace(ut,ht),Ft.test(ie[0].type)&&Se(H.parentNode)||H))){if(ie.splice(Z,1),F=re.length&&Be(ie),!F)return te.apply(V,re),V;break}}return(Le||g(F,Oe))(re,H,!T,V,!H||Ft.test(F)&&Se(H.parentNode)||H),V},l.sortStable=C.split("").sort(W).join("")===C,l.detectDuplicates=!!h,E(),l.sortDetached=he(function(F){return F.compareDocumentPosition(v.createElement("fieldset"))&1}),he(function(F){return F.innerHTML="",F.firstChild.getAttribute("href")==="#"})||q("type|href|height|width",function(F,H,V){if(!V)return F.getAttribute(H,H.toLowerCase()==="type"?1:2)}),(!l.attributes||!he(function(F){return F.innerHTML="",F.firstChild.setAttribute("value",""),F.firstChild.getAttribute("value")===""}))&&q("value",function(F,H,V){if(!V&&F.nodeName.toLowerCase()==="input")return F.defaultValue}),he(function(F){return F.getAttribute("disabled")==null})||q(Q,function(F,H,V){var re;if(!V)return F[H]===!0?H.toLowerCase():(re=F.getAttributeNode(H))&&re.specified?re.value:null});var yt=r.Sizzle;tt.noConflict=function(){return r.Sizzle===tt&&(r.Sizzle=yt),tt},d=function(){return tt}.call(y,o,y,x),d!==void 0&&(x.exports=d)})(window)},5547:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(4995),o(3153),o(2954),o(6880),o(4330),o(7116),o(5535),o(1188),o(1210),o(8433)],r=function(n,l,f,u,s,p,g){"use strict";var i=/%20/g,m=/#.*$/,c=/([?&])_=[^&]*/,h=/^(.*?):[ \t]*([^\r\n]*)$/mg,E=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,v=/^(?:GET|HEAD)$/,S=/^\/\//,T={},P={},D="*/".concat("*"),w=l.createElement("a");w.href=s.href;function _(L){return function($,M){typeof $!="string"&&(M=$,$="*");var B,W=0,G=$.toLowerCase().match(u)||[];if(f(M))for(;B=G[W++];)B[0]==="+"?(B=B.slice(1)||"*",(L[B]=L[B]||[]).unshift(M)):(L[B]=L[B]||[]).push(M)}}function C(L,$,M,B){var W={},G=L===P;function U(Y){var z;return W[Y]=!0,n.each(L[Y]||[],function(te,ae){var de=ae($,M,B);if(typeof de=="string"&&!G&&!W[de])return $.dataTypes.unshift(de),U(de),!1;if(G)return!(z=de)}),z}return U($.dataTypes[0])||!W["*"]&&U("*")}function I(L,$){var M,B,W=n.ajaxSettings.flatOptions||{};for(M in $)$[M]!==void 0&&((W[M]?L:B||(B={}))[M]=$[M]);return B&&n.extend(!0,L,B),L}function R(L,$,M){for(var B,W,G,U,Y=L.contents,z=L.dataTypes;z[0]==="*";)z.shift(),B===void 0&&(B=L.mimeType||$.getResponseHeader("Content-Type"));if(B){for(W in Y)if(Y[W]&&Y[W].test(B)){z.unshift(W);break}}if(z[0]in M)G=z[0];else{for(W in M){if(!z[0]||L.converters[W+" "+z[0]]){G=W;break}U||(U=W)}G=G||U}if(G)return G!==z[0]&&z.unshift(G),M[G]}function N(L,$,M,B){var W,G,U,Y,z,te={},ae=L.dataTypes.slice();if(ae[1])for(U in L.converters)te[U.toLowerCase()]=L.converters[U];for(G=ae.shift();G;)if(L.responseFields[G]&&(M[L.responseFields[G]]=$),!z&&B&&L.dataFilter&&($=L.dataFilter($,L.dataType)),z=G,G=ae.shift(),G){if(G==="*")G=z;else if(z!=="*"&&z!==G){if(U=te[z+" "+G]||te["* "+G],!U){for(W in te)if(Y=W.split(" "),Y[1]===G&&(U=te[z+" "+Y[0]]||te["* "+Y[0]],U)){U===!0?U=te[W]:te[W]!==!0&&(G=Y[0],ae.unshift(Y[1]));break}}if(U!==!0)if(U&&L.throws)$=U($);else try{$=U($)}catch(de){return{state:"parsererror",error:U?de:"No conversion from "+z+" to "+G}}}}return{state:"success",data:$}}return n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:s.href,type:"GET",isLocal:E.test(s.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":D,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(L,$){return $?I(I(L,n.ajaxSettings),$):I(n.ajaxSettings,L)},ajaxPrefilter:_(T),ajaxTransport:_(P),ajax:function(L,$){typeof L=="object"&&($=L,L=void 0),$=$||{};var M,B,W,G,U,Y,z,te,ae,de,Q=n.ajaxSetup({},$),ye=Q.context||Q,Pe=Q.context&&(ye.nodeType||ye.jquery)?n(ye):n.event,ze=n.Deferred(),mt=n.Callbacks("once memory"),It=Q.statusCode||{},Nt={},Rt={},Gt="canceled",Ke={readyState:0,getResponseHeader:function(Je){var et;if(z){if(!G)for(G={};et=h.exec(W);)G[et[1].toLowerCase()+" "]=(G[et[1].toLowerCase()+" "]||[]).concat(et[2]);et=G[Je.toLowerCase()+" "]}return et==null?null:et.join(", ")},getAllResponseHeaders:function(){return z?W:null},setRequestHeader:function(Je,et){return z==null&&(Je=Rt[Je.toLowerCase()]=Rt[Je.toLowerCase()]||Je,Nt[Je]=et),this},overrideMimeType:function(Je){return z==null&&(Q.mimeType=Je),this},statusCode:function(Je){var et;if(Je)if(z)Ke.always(Je[Ke.status]);else for(et in Je)It[et]=[It[et],Je[et]];return this},abort:function(Je){var et=Je||Gt;return M&&M.abort(et),kt(0,et),this}};if(ze.promise(Ke),Q.url=((L||Q.url||s.href)+"").replace(S,s.protocol+"//"),Q.type=$.method||$.type||Q.method||Q.type,Q.dataTypes=(Q.dataType||"*").toLowerCase().match(u)||[""],Q.crossDomain==null){Y=l.createElement("a");try{Y.href=Q.url,Y.href=Y.href,Q.crossDomain=w.protocol+"//"+w.host!=Y.protocol+"//"+Y.host}catch(Je){Q.crossDomain=!0}}if(Q.data&&Q.processData&&typeof Q.data!="string"&&(Q.data=n.param(Q.data,Q.traditional)),C(T,Q,$,Ke),z)return Ke;te=n.event&&Q.global,te&&n.active++===0&&n.event.trigger("ajaxStart"),Q.type=Q.type.toUpperCase(),Q.hasContent=!v.test(Q.type),B=Q.url.replace(m,""),Q.hasContent?Q.data&&Q.processData&&(Q.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Q.data=Q.data.replace(i,"+")):(de=Q.url.slice(B.length),Q.data&&(Q.processData||typeof Q.data=="string")&&(B+=(g.test(B)?"&":"?")+Q.data,delete Q.data),Q.cache===!1&&(B=B.replace(c,"$1"),de=(g.test(B)?"&":"?")+"_="+p.guid+++de),Q.url=B+de),Q.ifModified&&(n.lastModified[B]&&Ke.setRequestHeader("If-Modified-Since",n.lastModified[B]),n.etag[B]&&Ke.setRequestHeader("If-None-Match",n.etag[B])),(Q.data&&Q.hasContent&&Q.contentType!==!1||$.contentType)&&Ke.setRequestHeader("Content-Type",Q.contentType),Ke.setRequestHeader("Accept",Q.dataTypes[0]&&Q.accepts[Q.dataTypes[0]]?Q.accepts[Q.dataTypes[0]]+(Q.dataTypes[0]!=="*"?", "+D+"; q=0.01":""):Q.accepts["*"]);for(ae in Q.headers)Ke.setRequestHeader(ae,Q.headers[ae]);if(Q.beforeSend&&(Q.beforeSend.call(ye,Ke,Q)===!1||z))return Ke.abort();if(Gt="abort",mt.add(Q.complete),Ke.done(Q.success),Ke.fail(Q.error),M=C(P,Q,$,Ke),!M)kt(-1,"No Transport");else{if(Ke.readyState=1,te&&Pe.trigger("ajaxSend",[Ke,Q]),z)return Ke;Q.async&&Q.timeout>0&&(U=window.setTimeout(function(){Ke.abort("timeout")},Q.timeout));try{z=!1,M.send(Nt,kt)}catch(Je){if(z)throw Je;kt(-1,Je)}}function kt(Je,et,zt,kn){var Pt,Yt,vn,Ft,ut,ht=et;z||(z=!0,U&&window.clearTimeout(U),M=void 0,W=kn||"",Ke.readyState=Je>0?4:0,Pt=Je>=200&&Je<300||Je===304,zt&&(Ft=R(Q,Ke,zt)),!Pt&&n.inArray("script",Q.dataTypes)>-1&&n.inArray("json",Q.dataTypes)<0&&(Q.converters["text script"]=function(){}),Ft=N(Q,Ft,Ke,Pt),Pt?(Q.ifModified&&(ut=Ke.getResponseHeader("Last-Modified"),ut&&(n.lastModified[B]=ut),ut=Ke.getResponseHeader("etag"),ut&&(n.etag[B]=ut)),Je===204||Q.type==="HEAD"?ht="nocontent":Je===304?ht="notmodified":(ht=Ft.state,Yt=Ft.data,vn=Ft.error,Pt=!vn)):(vn=ht,(Je||!ht)&&(ht="error",Je<0&&(Je=0))),Ke.status=Je,Ke.statusText=(et||ht)+"",Pt?ze.resolveWith(ye,[Yt,ht,Ke]):ze.rejectWith(ye,[Ke,ht,vn]),Ke.statusCode(It),It=void 0,te&&Pe.trigger(Pt?"ajaxSuccess":"ajaxError",[Ke,Q,Pt?Yt:vn]),mt.fireWith(ye,[Ke,ht]),te&&(Pe.trigger("ajaxComplete",[Ke,Q]),--n.active||n.event.trigger("ajaxStop")))}return Ke},getJSON:function(L,$,M){return n.get(L,$,M,"json")},getScript:function(L,$){return n.get(L,void 0,$,"script")}}),n.each(["get","post"],function(L,$){n[$]=function(M,B,W,G){return f(B)&&(G=G||W,W=B,B=void 0),n.ajax(n.extend({url:M,type:$,dataType:G,data:B,success:W},n.isPlainObject(M)&&M))}}),n.ajaxPrefilter(function(L){var $;for($ in L.headers)$.toLowerCase()==="content-type"&&(L.contentType=L.headers[$]||"")}),n}.apply(y,d),r!==void 0&&(x.exports=r)},3004:(x,y,o)=>{var d,r;d=[o(264),o(4995),o(6880),o(4330),o(5547)],r=function(n,l,f,u){"use strict";var s=[],p=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var g=s.pop()||n.expando+"_"+f.guid++;return this[g]=!0,g}}),n.ajaxPrefilter("json jsonp",function(g,i,m){var c,h,E,v=g.jsonp!==!1&&(p.test(g.url)?"url":typeof g.data=="string"&&(g.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&p.test(g.data)&&"data");if(v||g.dataTypes[0]==="jsonp")return c=g.jsonpCallback=l(g.jsonpCallback)?g.jsonpCallback():g.jsonpCallback,v?g[v]=g[v].replace(p,"$1"+c):g.jsonp!==!1&&(g.url+=(u.test(g.url)?"&":"?")+g.jsonp+"="+c),g.converters["script json"]=function(){return E||n.error(c+" was not called"),E[0]},g.dataTypes[0]="json",h=window[c],window[c]=function(){E=arguments},m.always(function(){h===void 0?n(window).removeProp(c):window[c]=h,g[c]&&(g.jsonpCallback=i.jsonpCallback,s.push(c)),E&&l(h)&&h(E[0]),E=h=void 0}),"script"})}.apply(y,d),r!==void 0&&(x.exports=r)},2926:(x,y,o)=>{var d,r;d=[o(264),o(5242),o(4995),o(2023),o(5547),o(3599),o(9921),o(5704)],r=function(n,l,f){"use strict";n.fn.load=function(u,s,p){var g,i,m,c=this,h=u.indexOf(" ");return h>-1&&(g=l(u.slice(h)),u=u.slice(0,h)),f(s)?(p=s,s=void 0):s&&typeof s=="object"&&(i="POST"),c.length>0&&n.ajax({url:u,type:i||"GET",dataType:"html",data:s}).done(function(E){m=arguments,c.html(g?n("
").append(n.parseHTML(E)).find(g):E)}).always(p&&function(E,v){c.each(function(){p.apply(this,m||[E.responseText,v,E])})}),this}}.apply(y,d),r!==void 0&&(x.exports=r)},2377:(x,y,o)=>{var d,r;d=[o(264),o(5422),o(5547)],r=function(n,l){"use strict";n.ajaxPrefilter(function(f){f.crossDomain&&(f.contents.script=!1)}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(f){return n.globalEval(f),f}}}),n.ajaxPrefilter("script",function(f){f.cache===void 0&&(f.cache=!1),f.crossDomain&&(f.type="GET")}),n.ajaxTransport("script",function(f){if(f.crossDomain||f.scriptAttrs){var u,s;return{send:function(p,g){u=n(" - - - - - - -
-

- -
-
-
    - -
  • - -
    链接
    -
    &#xe7f8;
    -
  • - -
  • - -
    打印区域
    -
    &#xe7f5;
    -
  • - -
  • - -
    打印页面配置
    -
    &#xe7f6;
    -
  • - -
  • - -
    打印标题
    -
    &#xe7f7;
    -
  • - -
  • - -
    分页预览
    -
    &#xe7f2;
    -
  • - -
  • - -
    普通
    -
    &#xe7f3;
    -
  • - -
  • - -
    页面布局
    -
    &#xe7f4;
    -
  • - -
  • - -
    表格锁定
    -
    &#xe7ee;
    -
  • - -
  • - -
    转到
    -
    &#xe7f1;
    -
  • - -
  • - -
    右箭头
    -
    &#xe7ed;
    -
  • - -
  • - -
    菜单
    -
    &#xe7ef;
    -
  • - -
  • - -
    替换
    -
    &#xe7f0;
    -
  • - -
  • - -
    冻结
    -
    &#xe7e1;
    -
  • - -
  • - -
    -
    &#xe7e2;
    -
  • - -
  • - -
    -
    &#xe7e3;
    -
  • - -
  • - -
    溢出
    -
    &#xe7e4;
    -
  • - -
  • - -
    升序
    -
    &#xe7e5;
    -
  • - -
  • - -
    内框线
    -
    &#xe7e6;
    -
  • - -
  • - -
    清除筛选
    -
    &#xe7e7;
    -
  • - -
  • - -
    文本向上
    -
    &#xe7e8;
    -
  • - -
  • - -
    降序
    -
    &#xe7e9;
    -
  • - -
  • - -
    内框横线
    -
    &#xe7ea;
    -
  • - -
  • - -
    内框竖线
    -
    &#xe7eb;
    -
  • - -
  • - -
    自定义排序
    -
    &#xe7ec;
    -
  • - -
  • - -
    logo2
    -
    &#xe7df;
    -
  • - -
  • - -
    logo
    -
    &#xe7e0;
    -
  • - -
  • - -
    文本倾斜
    -
    &#xe7de;
    -
  • - -
  • - -
    加粗
    -
    &#xe7d9;
    -
  • - -
  • - -
    搜索
    -
    &#xe78a;
    -
  • - -
  • - -
    关闭
    -
    &#xe78b;
    -
  • - -
  • - -
    下一个
    -
    &#xe78c;
    -
  • - -
  • - -
    下拉
    -
    &#xe78d;
    -
  • - -
  • - -
    文本颜色
    -
    &#xe78e;
    -
  • - -
  • - -
    上一个
    -
    &#xe78f;
    -
  • - -
  • - -
    数据透视
    -
    &#xe790;
    -
  • - -
  • - -
    填充
    -
    &#xe791;
    -
  • - -
  • - -
    增加小数位
    -
    &#xe792;
    -
  • - -
  • - -
    编辑2
    -
    &#xe793;
    -
  • - -
  • - -
    截屏
    -
    &#xe794;
    -
  • - -
  • - -
    减小小数位
    -
    &#xe796;
    -
  • - -
  • - -
    菜单
    -
    &#xe797;
    -
  • - -
  • - -
    数据库
    -
    &#xe798;
    -
  • - -
  • - -
    无边框
    -
    &#xe799;
    -
  • - -
  • - -
    编辑
    -
    &#xe79a;
    -
  • - -
  • - -
    清除样式
    -
    &#xe79b;
    -
  • - -
  • - -
    删除
    -
    &#xe79c;
    -
  • - -
  • - -
    文本居中对齐
    -
    &#xe79d;
    -
  • - -
  • - -
    打印
    -
    &#xe79e;
    -
  • - -
  • - -
    文本分割
    -
    &#xe79f;
    -
  • - -
  • - -
    函数‘
    -
    &#xe7a0;
    -
  • - -
  • - -
    降序
    -
    &#xe7a1;
    -
  • - -
  • - -
    顶部对齐
    -
    &#xe7a2;
    -
  • - -
  • - -
    图片
    -
    &#xe7a3;
    -
  • - -
  • - -
    向下90
    -
    &#xe7a4;
    -
  • - -
  • - -
    竖排文字
    -
    &#xe7a5;
    -
  • - -
  • - -
    全加边框
    -
    &#xe7a6;
    -
  • - -
  • - -
    升序
    -
    &#xe7a7;
    -
  • - -
  • - -
    裁剪
    -
    &#xe7a8;
    -
  • - -
  • - -
    金额
    -
    &#xe7a9;
    -
  • - -
  • - -
    菜单1
    -
    &#xe7aa;
    -
  • - -
  • - -
    取消合并
    -
    &#xe7ab;
    -
  • - -
  • - -
    文本下划线
    -
    &#xe7ac;
    -
  • - -
  • - -
    上边框
    -
    &#xe7ad;
    -
  • - -
  • - -
    定位
    -
    &#xe7ae;
    -
  • - -
  • - -
    四周加边框
    -
    &#xe7af;
    -
  • - -
  • - -
    侧边栏收起
    -
    &#xe7b0;
    -
  • - -
  • - -
    合并
    -
    &#xe7b1;
    -
  • - -
  • - -
    向上倾斜
    -
    &#xe7b2;
    -
  • - -
  • - -
    水平对齐
    -
    &#xe7b3;
    -
  • - -
  • - -
    文本删除线
    -
    &#xe7b4;
    -
  • - -
  • - -
    文本右对齐
    -
    &#xe7b5;
    -
  • - -
  • - -
    前进
    -
    &#xe7b6;
    -
  • - -
  • - -
    图表
    -
    &#xe7b7;
    -
  • - -
  • - -
    右边框
    -
    &#xe7b8;
    -
  • - -
  • - -
    百分号
    -
    &#xe7b9;
    -
  • - -
  • - -
    格式刷
    -
    &#xe7ba;
    -
  • - -
  • - -
    保存
    -
    &#xe7bb;
    -
  • - -
  • - -
    数据验证
    -
    &#xe7bc;
    -
  • - -
  • - -
    截断
    -
    &#xe7bd;
    -
  • - -
  • - -
    格式条件
    -
    &#xe7be;
    -
  • - -
  • - -
    自动换行
    -
    &#xe7bf;
    -
  • - -
  • - -
    侧边栏展开
    -
    &#xe7c0;
    -
  • - -
  • - -
    筛选2
    -
    &#xe7c1;
    -
  • - -
  • - -
    向下倾斜
    -
    &#xe7c2;
    -
  • - -
  • - -
    溢出
    -
    &#xe7c3;
    -
  • - -
  • - -
    垂直合并
    -
    &#xe7c4;
    -
  • - -
  • - -
    文本分散对齐
    -
    &#xe7c5;
    -
  • - -
  • - -
    左边框
    -
    &#xe7c6;
    -
  • - -
  • - -
    分页查看
    -
    &#xe7c7;
    -
  • - -
  • - -
    运行
    -
    &#xe7c8;
    -
  • - -
  • - -
    -
    &#xe7c9;
    -
  • - -
  • - -
    全屏
    -
    &#xe7ca;
    -
  • - -
  • - -
    筛选
    -
    &#xe7cb;
    -
  • - -
  • - -
    更新
    -
    &#xe7cc;
    -
  • - -
  • - -
    清除
    -
    &#xe7cd;
    -
  • - -
  • - -
    -
    &#xe7ce;
    -
  • - -
  • - -
    注释
    -
    &#xe7cf;
    -
  • - -
  • - -
    -
    &#xe7d0;
    -
  • - -
  • - -
    计算
    -
    &#xe7d1;
    -
  • - -
  • - -
    -
    &#xe7d2;
    -
  • - -
  • - -
    底部对齐
    -
    &#xe7d3;
    -
  • - -
  • - -
    向上90
    -
    &#xe7d4;
    -
  • - -
  • - -
    无选装
    -
    &#xe7d5;
    -
  • - -
  • - -
    显示隐藏网格
    -
    &#xe7d6;
    -
  • - -
  • - -
    冻结
    -
    &#xe7d7;
    -
  • - -
  • - -
    文本左对齐
    -
    &#xe7d8;
    -
  • - -
  • - -
    后退
    -
    &#xe7da;
    -
  • - -
  • - -
    水平合并
    -
    &#xe7db;
    -
  • - -
  • - -
    下边框
    -
    &#xe7dc;
    -
  • - -
  • - -
    设置
    -
    &#xe7dd;
    -
  • - -
-
-

Unicode 引用

-
- -

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

-
    -
  • 兼容性最好,支持 IE6+,及所有现代浏览器。
  • -
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • -
  • 但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。
  • -
-
-

注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式

-
-

Unicode 使用步骤如下:

-

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

-
@font-face {
-  font-family: 'iconfont';
-  src: url('iconfont.eot');
-  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
-      url('iconfont.woff2') format('woff2'),
-      url('iconfont.woff') format('woff'),
-      url('iconfont.ttf') format('truetype'),
-      url('iconfont.svg#iconfont') format('svg');
-}
-
-

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

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

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

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

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

-
-
-
-
-
    - -
  • - -
    - 链接 -
    -
    .luckysheet-iconfont-lianjie -
    -
  • - -
  • - -
    - 打印区域 -
    -
    .luckysheet-iconfont-dayinquyu -
    -
  • - -
  • - -
    - 打印页面配置 -
    -
    .luckysheet-iconfont-dayinyemianpeizhi -
    -
  • - -
  • - -
    - 打印标题 -
    -
    .luckysheet-iconfont-dayinbiaoti -
    -
  • - -
  • - -
    - 分页预览 -
    -
    .luckysheet-iconfont-fenyeyulan -
    -
  • - -
  • - -
    - 普通 -
    -
    .luckysheet-iconfont-putong -
    -
  • - -
  • - -
    - 页面布局 -
    -
    .luckysheet-iconfont-yemianbuju -
    -
  • - -
  • - -
    - 表格锁定 -
    -
    .luckysheet-iconfont-biaogesuoding -
    -
  • - -
  • - -
    - 转到 -
    -
    .luckysheet-iconfont-zhuandao1 -
    -
  • - -
  • - -
    - 右箭头 -
    -
    .luckysheet-iconfont-youjiantou -
    -
  • - -
  • - -
    - 菜单 -
    -
    .luckysheet-iconfont-caidan2 -
    -
  • - -
  • - -
    - 替换 -
    -
    .luckysheet-iconfont-tihuan -
    -
  • - -
  • - -
    - 冻结 -
    -
    .luckysheet-iconfont-dongjie1 -
    -
  • - -
  • - -
    - 剪 -
    -
    .luckysheet-iconfont-jian1 -
    -
  • - -
  • - -
    - 加 -
    -
    .luckysheet-iconfont-jia1 -
    -
  • - -
  • - -
    - 溢出 -
    -
    .luckysheet-iconfont-yichu1 -
    -
  • - -
  • - -
    - 升序 -
    -
    .luckysheet-iconfont-shengxu1 -
    -
  • - -
  • - -
    - 内框线 -
    -
    .luckysheet-iconfont-neikuangxian -
    -
  • - -
  • - -
    - 清除筛选 -
    -
    .luckysheet-iconfont-qingchushaixuan -
    -
  • - -
  • - -
    - 文本向上 -
    -
    .luckysheet-iconfont-wenbenxiangshang -
    -
  • - -
  • - -
    - 降序 -
    -
    .luckysheet-iconfont-jiangxu1 -
    -
  • - -
  • - -
    - 内框横线 -
    -
    .luckysheet-iconfont-neikuanghengxian -
    -
  • - -
  • - -
    - 内框竖线 -
    -
    .luckysheet-iconfont-neikuangshuxian -
    -
  • - -
  • - -
    - 自定义排序 -
    -
    .luckysheet-iconfont-zidingyipaixu -
    -
  • - -
  • - -
    - logo2 -
    -
    .luckysheet-iconfont-logo2 -
    -
  • - -
  • - -
    - logo -
    -
    .luckysheet-iconfont-logo -
    -
  • - -
  • - -
    - 文本倾斜 -
    -
    .luckysheet-iconfont-wenbenqingxie1 -
    -
  • - -
  • - -
    - 加粗 -
    -
    .luckysheet-iconfont-jiacu -
    -
  • - -
  • - -
    - 搜索 -
    -
    .luckysheet-iconfont-sousuo -
    -
  • - -
  • - -
    - 关闭 -
    -
    .luckysheet-iconfont-guanbi -
    -
  • - -
  • - -
    - 下一个 -
    -
    .luckysheet-iconfont-xiayige -
    -
  • - -
  • - -
    - 下拉 -
    -
    .luckysheet-iconfont-xiala -
    -
  • - -
  • - -
    - 文本颜色 -
    -
    .luckysheet-iconfont-wenbenyanse -
    -
  • - -
  • - -
    - 上一个 -
    -
    .luckysheet-iconfont-shangyige -
    -
  • - -
  • - -
    - 数据透视 -
    -
    .luckysheet-iconfont-shujutoushi -
    -
  • - -
  • - -
    - 填充 -
    -
    .luckysheet-iconfont-tianchong -
    -
  • - -
  • - -
    - 增加小数位 -
    -
    .luckysheet-iconfont-zengjiaxiaoshuwei -
    -
  • - -
  • - -
    - 编辑2 -
    -
    .luckysheet-iconfont-bianji2 -
    -
  • - -
  • - -
    - 截屏 -
    -
    .luckysheet-iconfont-jieping -
    -
  • - -
  • - -
    - 减小小数位 -
    -
    .luckysheet-iconfont-jianxiaoxiaoshuwei -
    -
  • - -
  • - -
    - 菜单 -
    -
    .luckysheet-iconfont-caidan -
    -
  • - -
  • - -
    - 数据库 -
    -
    .luckysheet-iconfont-shujuku -
    -
  • - -
  • - -
    - 无边框 -
    -
    .luckysheet-iconfont-wubiankuang -
    -
  • - -
  • - -
    - 编辑 -
    -
    .luckysheet-iconfont-bianji -
    -
  • - -
  • - -
    - 清除样式 -
    -
    .luckysheet-iconfont-qingchuyangshi -
    -
  • - -
  • - -
    - 删除 -
    -
    .luckysheet-iconfont-shanchu -
    -
  • - -
  • - -
    - 文本居中对齐 -
    -
    .luckysheet-iconfont-wenbenjuzhongduiqi -
    -
  • - -
  • - -
    - 打印 -
    -
    .luckysheet-iconfont-dayin -
    -
  • - -
  • - -
    - 文本分割 -
    -
    .luckysheet-iconfont-wenbenfenge -
    -
  • - -
  • - -
    - 函数‘ -
    -
    .luckysheet-iconfont-hanshu -
    -
  • - -
  • - -
    - 降序 -
    -
    .luckysheet-iconfont-jiangxu -
    -
  • - -
  • - -
    - 顶部对齐 -
    -
    .luckysheet-iconfont-dingbuduiqi -
    -
  • - -
  • - -
    - 图片 -
    -
    .luckysheet-iconfont-tupian -
    -
  • - -
  • - -
    - 向下90 -
    -
    .luckysheet-iconfont-xiangxia90 -
    -
  • - -
  • - -
    - 竖排文字 -
    -
    .luckysheet-iconfont-shupaiwenzi -
    -
  • - -
  • - -
    - 全加边框 -
    -
    .luckysheet-iconfont-quanjiabiankuang -
    -
  • - -
  • - -
    - 升序 -
    -
    .luckysheet-iconfont-shengxu -
    -
  • - -
  • - -
    - 裁剪 -
    -
    .luckysheet-iconfont-caijian -
    -
  • - -
  • - -
    - 金额 -
    -
    .luckysheet-iconfont-jine -
    -
  • - -
  • - -
    - 菜单1 -
    -
    .luckysheet-iconfont-caidan1 -
    -
  • - -
  • - -
    - 取消合并 -
    -
    .luckysheet-iconfont-quxiaohebing -
    -
  • - -
  • - -
    - 文本下划线 -
    -
    .luckysheet-iconfont-wenbenxiahuaxian -
    -
  • - -
  • - -
    - 上边框 -
    -
    .luckysheet-iconfont-shangbiankuang -
    -
  • - -
  • - -
    - 定位 -
    -
    .luckysheet-iconfont-dingwei -
    -
  • - -
  • - -
    - 四周加边框 -
    -
    .luckysheet-iconfont-sizhoujiabiankuang -
    -
  • - -
  • - -
    - 侧边栏收起 -
    -
    .luckysheet-iconfont-cebianlanshouqi -
    -
  • - -
  • - -
    - 合并 -
    -
    .luckysheet-iconfont-hebing -
    -
  • - -
  • - -
    - 向上倾斜 -
    -
    .luckysheet-iconfont-xiangshangqingxie -
    -
  • - -
  • - -
    - 水平对齐 -
    -
    .luckysheet-iconfont-shuipingduiqi -
    -
  • - -
  • - -
    - 文本删除线 -
    -
    .luckysheet-iconfont-wenbenshanchuxian -
    -
  • - -
  • - -
    - 文本右对齐 -
    -
    .luckysheet-iconfont-wenbenyouduiqi -
    -
  • - -
  • - -
    - 前进 -
    -
    .luckysheet-iconfont-qianjin -
    -
  • - -
  • - -
    - 图表 -
    -
    .luckysheet-iconfont-tubiao -
    -
  • - -
  • - -
    - 右边框 -
    -
    .luckysheet-iconfont-youbiankuang -
    -
  • - -
  • - -
    - 百分号 -
    -
    .luckysheet-iconfont-baifenhao -
    -
  • - -
  • - -
    - 格式刷 -
    -
    .luckysheet-iconfont-geshishua -
    -
  • - -
  • - -
    - 保存 -
    -
    .luckysheet-iconfont-baocun -
    -
  • - -
  • - -
    - 数据验证 -
    -
    .luckysheet-iconfont-shujuyanzheng -
    -
  • - -
  • - -
    - 截断 -
    -
    .luckysheet-iconfont-jieduan -
    -
  • - -
  • - -
    - 格式条件 -
    -
    .luckysheet-iconfont-geshitiaojian -
    -
  • - -
  • - -
    - 自动换行 -
    -
    .luckysheet-iconfont-zidonghuanhang -
    -
  • - -
  • - -
    - 侧边栏展开 -
    -
    .luckysheet-iconfont-cebianlanzhankai -
    -
  • - -
  • - -
    - 筛选2 -
    -
    .luckysheet-iconfont-shaixuan2 -
    -
  • - -
  • - -
    - 向下倾斜 -
    -
    .luckysheet-iconfont-xiangxiaqingxie -
    -
  • - -
  • - -
    - 溢出 -
    -
    .luckysheet-iconfont-yichu -
    -
  • - -
  • - -
    - 垂直合并 -
    -
    .luckysheet-iconfont-chuizhihebing -
    -
  • - -
  • - -
    - 文本分散对齐 -
    -
    .luckysheet-iconfont-wenbenfensanduiqi -
    -
  • - -
  • - -
    - 左边框 -
    -
    .luckysheet-iconfont-zuobiankuang -
    -
  • - -
  • - -
    - 分页查看 -
    -
    .luckysheet-iconfont-fenyechakan -
    -
  • - -
  • - -
    - 运行 -
    -
    .luckysheet-iconfont-yunhang -
    -
  • - -
  • - -
    - 列 -
    -
    .luckysheet-iconfont-lie -
    -
  • - -
  • - -
    - 全屏 -
    -
    .luckysheet-iconfont-quanping -
    -
  • - -
  • - -
    - 筛选 -
    -
    .luckysheet-iconfont-shaixuan -
    -
  • - -
  • - -
    - 更新 -
    -
    .luckysheet-iconfont-gengxin -
    -
  • - -
  • - -
    - 清除 -
    -
    .luckysheet-iconfont-qingchu -
    -
  • - -
  • - -
    - 行 -
    -
    .luckysheet-iconfont-hang -
    -
  • - -
  • - -
    - 注释 -
    -
    .luckysheet-iconfont-zhushi -
    -
  • - -
  • - -
    - 剪 -
    -
    .luckysheet-iconfont-jian -
    -
  • - -
  • - -
    - 计算 -
    -
    .luckysheet-iconfont-jisuan -
    -
  • - -
  • - -
    - 加 -
    -
    .luckysheet-iconfont-jia -
    -
  • - -
  • - -
    - 底部对齐 -
    -
    .luckysheet-iconfont-dibuduiqi -
    -
  • - -
  • - -
    - 向上90 -
    -
    .luckysheet-iconfont-xiangshang90 -
    -
  • - -
  • - -
    - 无选装 -
    -
    .luckysheet-iconfont-wuxuanzhuang -
    -
  • - -
  • - -
    - 显示隐藏网格 -
    -
    .luckysheet-iconfont-xianshiyincangwangge -
    -
  • - -
  • - -
    - 冻结 -
    -
    .luckysheet-iconfont-dongjie -
    -
  • - -
  • - -
    - 文本左对齐 -
    -
    .luckysheet-iconfont-wenbenzuoduiqi -
    -
  • - -
  • - -
    - 后退 -
    -
    .luckysheet-iconfont-houtui -
    -
  • - -
  • - -
    - 水平合并 -
    -
    .luckysheet-iconfont-shuipinghebing -
    -
  • - -
  • - -
    - 下边框 -
    -
    .luckysheet-iconfont-xiabiankuang -
    -
  • - -
  • - -
    - 设置 -
    -
    .luckysheet-iconfont-shezhi -
    -
  • - -
-
-

font-class 引用

-
- -

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

-

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

-
    -
  • 兼容性良好,支持 IE8+,及所有现代浏览器。
  • -
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • -
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • -
  • 不过因为本质上还是使用的字体,所以多色图标还是不支持的。
  • -
-

使用步骤如下:

-

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

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

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

-
<span class="iconfont luckysheet-iconfont-xxx"></span>
-
-
-

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

-
-
-
-
-
    - -
  • - -
    链接
    -
    #luckysheet-iconfont-lianjie
    -
  • - -
  • - -
    打印区域
    -
    #luckysheet-iconfont-dayinquyu
    -
  • - -
  • - -
    打印页面配置
    -
    #luckysheet-iconfont-dayinyemianpeizhi
    -
  • - -
  • - -
    打印标题
    -
    #luckysheet-iconfont-dayinbiaoti
    -
  • - -
  • - -
    分页预览
    -
    #luckysheet-iconfont-fenyeyulan
    -
  • - -
  • - -
    普通
    -
    #luckysheet-iconfont-putong
    -
  • - -
  • - -
    页面布局
    -
    #luckysheet-iconfont-yemianbuju
    -
  • - -
  • - -
    表格锁定
    -
    #luckysheet-iconfont-biaogesuoding
    -
  • - -
  • - -
    转到
    -
    #luckysheet-iconfont-zhuandao1
    -
  • - -
  • - -
    右箭头
    -
    #luckysheet-iconfont-youjiantou
    -
  • - -
  • - -
    菜单
    -
    #luckysheet-iconfont-caidan2
    -
  • - -
  • - -
    替换
    -
    #luckysheet-iconfont-tihuan
    -
  • - -
  • - -
    冻结
    -
    #luckysheet-iconfont-dongjie1
    -
  • - -
  • - -
    -
    #luckysheet-iconfont-jian1
    -
  • - -
  • - -
    -
    #luckysheet-iconfont-jia1
    -
  • - -
  • - -
    溢出
    -
    #luckysheet-iconfont-yichu1
    -
  • - -
  • - -
    升序
    -
    #luckysheet-iconfont-shengxu1
    -
  • - -
  • - -
    内框线
    -
    #luckysheet-iconfont-neikuangxian
    -
  • - -
  • - -
    清除筛选
    -
    #luckysheet-iconfont-qingchushaixuan
    -
  • - -
  • - -
    文本向上
    -
    #luckysheet-iconfont-wenbenxiangshang
    -
  • - -
  • - -
    降序
    -
    #luckysheet-iconfont-jiangxu1
    -
  • - -
  • - -
    内框横线
    -
    #luckysheet-iconfont-neikuanghengxian
    -
  • - -
  • - -
    内框竖线
    -
    #luckysheet-iconfont-neikuangshuxian
    -
  • - -
  • - -
    自定义排序
    -
    #luckysheet-iconfont-zidingyipaixu
    -
  • - -
  • - -
    logo2
    -
    #luckysheet-iconfont-logo2
    -
  • - -
  • - -
    logo
    -
    #luckysheet-iconfont-logo
    -
  • - -
  • - -
    文本倾斜
    -
    #luckysheet-iconfont-wenbenqingxie1
    -
  • - -
  • - -
    加粗
    -
    #luckysheet-iconfont-jiacu
    -
  • - -
  • - -
    搜索
    -
    #luckysheet-iconfont-sousuo
    -
  • - -
  • - -
    关闭
    -
    #luckysheet-iconfont-guanbi
    -
  • - -
  • - -
    下一个
    -
    #luckysheet-iconfont-xiayige
    -
  • - -
  • - -
    下拉
    -
    #luckysheet-iconfont-xiala
    -
  • - -
  • - -
    文本颜色
    -
    #luckysheet-iconfont-wenbenyanse
    -
  • - -
  • - -
    上一个
    -
    #luckysheet-iconfont-shangyige
    -
  • - -
  • - -
    数据透视
    -
    #luckysheet-iconfont-shujutoushi
    -
  • - -
  • - -
    填充
    -
    #luckysheet-iconfont-tianchong
    -
  • - -
  • - -
    增加小数位
    -
    #luckysheet-iconfont-zengjiaxiaoshuwei
    -
  • - -
  • - -
    编辑2
    -
    #luckysheet-iconfont-bianji2
    -
  • - -
  • - -
    截屏
    -
    #luckysheet-iconfont-jieping
    -
  • - -
  • - -
    减小小数位
    -
    #luckysheet-iconfont-jianxiaoxiaoshuwei
    -
  • - -
  • - -
    菜单
    -
    #luckysheet-iconfont-caidan
    -
  • - -
  • - -
    数据库
    -
    #luckysheet-iconfont-shujuku
    -
  • - -
  • - -
    无边框
    -
    #luckysheet-iconfont-wubiankuang
    -
  • - -
  • - -
    编辑
    -
    #luckysheet-iconfont-bianji
    -
  • - -
  • - -
    清除样式
    -
    #luckysheet-iconfont-qingchuyangshi
    -
  • - -
  • - -
    删除
    -
    #luckysheet-iconfont-shanchu
    -
  • - -
  • - -
    文本居中对齐
    -
    #luckysheet-iconfont-wenbenjuzhongduiqi
    -
  • - -
  • - -
    打印
    -
    #luckysheet-iconfont-dayin
    -
  • - -
  • - -
    文本分割
    -
    #luckysheet-iconfont-wenbenfenge
    -
  • - -
  • - -
    函数‘
    -
    #luckysheet-iconfont-hanshu
    -
  • - -
  • - -
    降序
    -
    #luckysheet-iconfont-jiangxu
    -
  • - -
  • - -
    顶部对齐
    -
    #luckysheet-iconfont-dingbuduiqi
    -
  • - -
  • - -
    图片
    -
    #luckysheet-iconfont-tupian
    -
  • - -
  • - -
    向下90
    -
    #luckysheet-iconfont-xiangxia90
    -
  • - -
  • - -
    竖排文字
    -
    #luckysheet-iconfont-shupaiwenzi
    -
  • - -
  • - -
    全加边框
    -
    #luckysheet-iconfont-quanjiabiankuang
    -
  • - -
  • - -
    升序
    -
    #luckysheet-iconfont-shengxu
    -
  • - -
  • - -
    裁剪
    -
    #luckysheet-iconfont-caijian
    -
  • - -
  • - -
    金额
    -
    #luckysheet-iconfont-jine
    -
  • - -
  • - -
    菜单1
    -
    #luckysheet-iconfont-caidan1
    -
  • - -
  • - -
    取消合并
    -
    #luckysheet-iconfont-quxiaohebing
    -
  • - -
  • - -
    文本下划线
    -
    #luckysheet-iconfont-wenbenxiahuaxian
    -
  • - -
  • - -
    上边框
    -
    #luckysheet-iconfont-shangbiankuang
    -
  • - -
  • - -
    定位
    -
    #luckysheet-iconfont-dingwei
    -
  • - -
  • - -
    四周加边框
    -
    #luckysheet-iconfont-sizhoujiabiankuang
    -
  • - -
  • - -
    侧边栏收起
    -
    #luckysheet-iconfont-cebianlanshouqi
    -
  • - -
  • - -
    合并
    -
    #luckysheet-iconfont-hebing
    -
  • - -
  • - -
    向上倾斜
    -
    #luckysheet-iconfont-xiangshangqingxie
    -
  • - -
  • - -
    水平对齐
    -
    #luckysheet-iconfont-shuipingduiqi
    -
  • - -
  • - -
    文本删除线
    -
    #luckysheet-iconfont-wenbenshanchuxian
    -
  • - -
  • - -
    文本右对齐
    -
    #luckysheet-iconfont-wenbenyouduiqi
    -
  • - -
  • - -
    前进
    -
    #luckysheet-iconfont-qianjin
    -
  • - -
  • - -
    图表
    -
    #luckysheet-iconfont-tubiao
    -
  • - -
  • - -
    右边框
    -
    #luckysheet-iconfont-youbiankuang
    -
  • - -
  • - -
    百分号
    -
    #luckysheet-iconfont-baifenhao
    -
  • - -
  • - -
    格式刷
    -
    #luckysheet-iconfont-geshishua
    -
  • - -
  • - -
    保存
    -
    #luckysheet-iconfont-baocun
    -
  • - -
  • - -
    数据验证
    -
    #luckysheet-iconfont-shujuyanzheng
    -
  • - -
  • - -
    截断
    -
    #luckysheet-iconfont-jieduan
    -
  • - -
  • - -
    格式条件
    -
    #luckysheet-iconfont-geshitiaojian
    -
  • - -
  • - -
    自动换行
    -
    #luckysheet-iconfont-zidonghuanhang
    -
  • - -
  • - -
    侧边栏展开
    -
    #luckysheet-iconfont-cebianlanzhankai
    -
  • - -
  • - -
    筛选2
    -
    #luckysheet-iconfont-shaixuan2
    -
  • - -
  • - -
    向下倾斜
    -
    #luckysheet-iconfont-xiangxiaqingxie
    -
  • - -
  • - -
    溢出
    -
    #luckysheet-iconfont-yichu
    -
  • - -
  • - -
    垂直合并
    -
    #luckysheet-iconfont-chuizhihebing
    -
  • - -
  • - -
    文本分散对齐
    -
    #luckysheet-iconfont-wenbenfensanduiqi
    -
  • - -
  • - -
    左边框
    -
    #luckysheet-iconfont-zuobiankuang
    -
  • - -
  • - -
    分页查看
    -
    #luckysheet-iconfont-fenyechakan
    -
  • - -
  • - -
    运行
    -
    #luckysheet-iconfont-yunhang
    -
  • - -
  • - -
    -
    #luckysheet-iconfont-lie
    -
  • - -
  • - -
    全屏
    -
    #luckysheet-iconfont-quanping
    -
  • - -
  • - -
    筛选
    -
    #luckysheet-iconfont-shaixuan
    -
  • - -
  • - -
    更新
    -
    #luckysheet-iconfont-gengxin
    -
  • - -
  • - -
    清除
    -
    #luckysheet-iconfont-qingchu
    -
  • - -
  • - -
    -
    #luckysheet-iconfont-hang
    -
  • - -
  • - -
    注释
    -
    #luckysheet-iconfont-zhushi
    -
  • - -
  • - -
    -
    #luckysheet-iconfont-jian
    -
  • - -
  • - -
    计算
    -
    #luckysheet-iconfont-jisuan
    -
  • - -
  • - -
    -
    #luckysheet-iconfont-jia
    -
  • - -
  • - -
    底部对齐
    -
    #luckysheet-iconfont-dibuduiqi
    -
  • - -
  • - -
    向上90
    -
    #luckysheet-iconfont-xiangshang90
    -
  • - -
  • - -
    无选装
    -
    #luckysheet-iconfont-wuxuanzhuang
    -
  • - -
  • - -
    显示隐藏网格
    -
    #luckysheet-iconfont-xianshiyincangwangge
    -
  • - -
  • - -
    冻结
    -
    #luckysheet-iconfont-dongjie
    -
  • - -
  • - -
    文本左对齐
    -
    #luckysheet-iconfont-wenbenzuoduiqi
    -
  • - -
  • - -
    后退
    -
    #luckysheet-iconfont-houtui
    -
  • - -
  • - -
    水平合并
    -
    #luckysheet-iconfont-shuipinghebing
    -
  • - -
  • - -
    下边框
    -
    #luckysheet-iconfont-xiabiankuang
    -
  • - -
  • - -
    设置
    -
    #luckysheet-iconfont-shezhi
    -
  • - -
-
-

Symbol 引用

-
- -

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

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

使用步骤如下:

-

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

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

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

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

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

-
<svg class="icon" aria-hidden="true">
-  <use xlink:href="#icon-xxx"></use>
-</svg>
-
-
-
- -
-
- - - diff --git a/public/js/luckysheet/assets/iconfont/iconfont.css b/public/js/luckysheet/assets/iconfont/iconfont.css deleted file mode 100644 index d76bed697..000000000 --- a/public/js/luckysheet/assets/iconfont/iconfont.css +++ /dev/null @@ -1,457 +0,0 @@ -@font-face {font-family: "iconfont"; - src: url('iconfont.eot?t=1605236775724'); /* IE9 */ - src: url('iconfont.eot?t=1605236775724#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), - url('iconfont.woff?t=1605236775724') format('woff'), - url('iconfont.ttf?t=1605236775724') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ - url('iconfont.svg?t=1605236775724#iconfont') format('svg'); /* iOS 4.1- */ -} - -.iconfont { - font-family: "iconfont" !important; - font-size: 16px; - font-style: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.luckysheet-iconfont-lianjie:before { - content: "\e7f8"; -} - -.luckysheet-iconfont-dayinquyu:before { - content: "\e7f5"; -} - -.luckysheet-iconfont-dayinyemianpeizhi:before { - content: "\e7f6"; -} - -.luckysheet-iconfont-dayinbiaoti:before { - content: "\e7f7"; -} - -.luckysheet-iconfont-fenyeyulan:before { - content: "\e7f2"; -} - -.luckysheet-iconfont-putong:before { - content: "\e7f3"; -} - -.luckysheet-iconfont-yemianbuju:before { - content: "\e7f4"; -} - -.luckysheet-iconfont-biaogesuoding:before { - content: "\e7ee"; -} - -.luckysheet-iconfont-zhuandao1:before { - content: "\e7f1"; -} - -.luckysheet-iconfont-youjiantou:before { - content: "\e7ed"; -} - -.luckysheet-iconfont-caidan2:before { - content: "\e7ef"; -} - -.luckysheet-iconfont-tihuan:before { - content: "\e7f0"; -} - -.luckysheet-iconfont-dongjie1:before { - content: "\e7e1"; -} - -.luckysheet-iconfont-jian1:before { - content: "\e7e2"; -} - -.luckysheet-iconfont-jia1:before { - content: "\e7e3"; -} - -.luckysheet-iconfont-yichu1:before { - content: "\e7e4"; -} - -.luckysheet-iconfont-shengxu1:before { - content: "\e7e5"; -} - -.luckysheet-iconfont-neikuangxian:before { - content: "\e7e6"; -} - -.luckysheet-iconfont-qingchushaixuan:before { - content: "\e7e7"; -} - -.luckysheet-iconfont-wenbenxiangshang:before { - content: "\e7e8"; -} - -.luckysheet-iconfont-jiangxu1:before { - content: "\e7e9"; -} - -.luckysheet-iconfont-neikuanghengxian:before { - content: "\e7ea"; -} - -.luckysheet-iconfont-neikuangshuxian:before { - content: "\e7eb"; -} - -.luckysheet-iconfont-zidingyipaixu:before { - content: "\e7ec"; -} - -.luckysheet-iconfont-logo2:before { - content: "\e7df"; -} - -.luckysheet-iconfont-logo:before { - content: "\e7e0"; -} - -.luckysheet-iconfont-wenbenqingxie1:before { - content: "\e7de"; -} - -.luckysheet-iconfont-jiacu:before { - content: "\e7d9"; -} - -.luckysheet-iconfont-sousuo:before { - content: "\e78a"; -} - -.luckysheet-iconfont-guanbi:before { - content: "\e78b"; -} - -.luckysheet-iconfont-xiayige:before { - content: "\e78c"; -} - -.luckysheet-iconfont-xiala:before { - content: "\e78d"; -} - -.luckysheet-iconfont-wenbenyanse:before { - content: "\e78e"; -} - -.luckysheet-iconfont-shangyige:before { - content: "\e78f"; -} - -.luckysheet-iconfont-shujutoushi:before { - content: "\e790"; -} - -.luckysheet-iconfont-tianchong:before { - content: "\e791"; -} - -.luckysheet-iconfont-zengjiaxiaoshuwei:before { - content: "\e792"; -} - -.luckysheet-iconfont-bianji2:before { - content: "\e793"; -} - -.luckysheet-iconfont-jieping:before { - content: "\e794"; -} - -.luckysheet-iconfont-jianxiaoxiaoshuwei:before { - content: "\e796"; -} - -.luckysheet-iconfont-caidan:before { - content: "\e797"; -} - -.luckysheet-iconfont-shujuku:before { - content: "\e798"; -} - -.luckysheet-iconfont-wubiankuang:before { - content: "\e799"; -} - -.luckysheet-iconfont-bianji:before { - content: "\e79a"; -} - -.luckysheet-iconfont-qingchuyangshi:before { - content: "\e79b"; -} - -.luckysheet-iconfont-shanchu:before { - content: "\e79c"; -} - -.luckysheet-iconfont-wenbenjuzhongduiqi:before { - content: "\e79d"; -} - -.luckysheet-iconfont-dayin:before { - content: "\e79e"; -} - -.luckysheet-iconfont-wenbenfenge:before { - content: "\e79f"; -} - -.luckysheet-iconfont-hanshu:before { - content: "\e7a0"; -} - -.luckysheet-iconfont-jiangxu:before { - content: "\e7a1"; -} - -.luckysheet-iconfont-dingbuduiqi:before { - content: "\e7a2"; -} - -.luckysheet-iconfont-tupian:before { - content: "\e7a3"; -} - -.luckysheet-iconfont-xiangxia90:before { - content: "\e7a4"; -} - -.luckysheet-iconfont-shupaiwenzi:before { - content: "\e7a5"; -} - -.luckysheet-iconfont-quanjiabiankuang:before { - content: "\e7a6"; -} - -.luckysheet-iconfont-shengxu:before { - content: "\e7a7"; -} - -.luckysheet-iconfont-caijian:before { - content: "\e7a8"; -} - -.luckysheet-iconfont-jine:before { - content: "\e7a9"; -} - -.luckysheet-iconfont-caidan1:before { - content: "\e7aa"; -} - -.luckysheet-iconfont-quxiaohebing:before { - content: "\e7ab"; -} - -.luckysheet-iconfont-wenbenxiahuaxian:before { - content: "\e7ac"; -} - -.luckysheet-iconfont-shangbiankuang:before { - content: "\e7ad"; -} - -.luckysheet-iconfont-dingwei:before { - content: "\e7ae"; -} - -.luckysheet-iconfont-sizhoujiabiankuang:before { - content: "\e7af"; -} - -.luckysheet-iconfont-cebianlanshouqi:before { - content: "\e7b0"; -} - -.luckysheet-iconfont-hebing:before { - content: "\e7b1"; -} - -.luckysheet-iconfont-xiangshangqingxie:before { - content: "\e7b2"; -} - -.luckysheet-iconfont-shuipingduiqi:before { - content: "\e7b3"; -} - -.luckysheet-iconfont-wenbenshanchuxian:before { - content: "\e7b4"; -} - -.luckysheet-iconfont-wenbenyouduiqi:before { - content: "\e7b5"; -} - -.luckysheet-iconfont-qianjin:before { - content: "\e7b6"; -} - -.luckysheet-iconfont-tubiao:before { - content: "\e7b7"; -} - -.luckysheet-iconfont-youbiankuang:before { - content: "\e7b8"; -} - -.luckysheet-iconfont-baifenhao:before { - content: "\e7b9"; -} - -.luckysheet-iconfont-geshishua:before { - content: "\e7ba"; -} - -.luckysheet-iconfont-baocun:before { - content: "\e7bb"; -} - -.luckysheet-iconfont-shujuyanzheng:before { - content: "\e7bc"; -} - -.luckysheet-iconfont-jieduan:before { - content: "\e7bd"; -} - -.luckysheet-iconfont-geshitiaojian:before { - content: "\e7be"; -} - -.luckysheet-iconfont-zidonghuanhang:before { - content: "\e7bf"; -} - -.luckysheet-iconfont-cebianlanzhankai:before { - content: "\e7c0"; -} - -.luckysheet-iconfont-shaixuan2:before { - content: "\e7c1"; -} - -.luckysheet-iconfont-xiangxiaqingxie:before { - content: "\e7c2"; -} - -.luckysheet-iconfont-yichu:before { - content: "\e7c3"; -} - -.luckysheet-iconfont-chuizhihebing:before { - content: "\e7c4"; -} - -.luckysheet-iconfont-wenbenfensanduiqi:before { - content: "\e7c5"; -} - -.luckysheet-iconfont-zuobiankuang:before { - content: "\e7c6"; -} - -.luckysheet-iconfont-fenyechakan:before { - content: "\e7c7"; -} - -.luckysheet-iconfont-yunhang:before { - content: "\e7c8"; -} - -.luckysheet-iconfont-lie:before { - content: "\e7c9"; -} - -.luckysheet-iconfont-quanping:before { - content: "\e7ca"; -} - -.luckysheet-iconfont-shaixuan:before { - content: "\e7cb"; -} - -.luckysheet-iconfont-gengxin:before { - content: "\e7cc"; -} - -.luckysheet-iconfont-qingchu:before { - content: "\e7cd"; -} - -.luckysheet-iconfont-hang:before { - content: "\e7ce"; -} - -.luckysheet-iconfont-zhushi:before { - content: "\e7cf"; -} - -.luckysheet-iconfont-jian:before { - content: "\e7d0"; -} - -.luckysheet-iconfont-jisuan:before { - content: "\e7d1"; -} - -.luckysheet-iconfont-jia:before { - content: "\e7d2"; -} - -.luckysheet-iconfont-dibuduiqi:before { - content: "\e7d3"; -} - -.luckysheet-iconfont-xiangshang90:before { - content: "\e7d4"; -} - -.luckysheet-iconfont-wuxuanzhuang:before { - content: "\e7d5"; -} - -.luckysheet-iconfont-xianshiyincangwangge:before { - content: "\e7d6"; -} - -.luckysheet-iconfont-dongjie:before { - content: "\e7d7"; -} - -.luckysheet-iconfont-wenbenzuoduiqi:before { - content: "\e7d8"; -} - -.luckysheet-iconfont-houtui:before { - content: "\e7da"; -} - -.luckysheet-iconfont-shuipinghebing:before { - content: "\e7db"; -} - -.luckysheet-iconfont-xiabiankuang:before { - content: "\e7dc"; -} - -.luckysheet-iconfont-shezhi:before { - content: "\e7dd"; -} - diff --git a/public/js/luckysheet/assets/iconfont/iconfont.eot b/public/js/luckysheet/assets/iconfont/iconfont.eot deleted file mode 100644 index 7cc74131a..000000000 Binary files a/public/js/luckysheet/assets/iconfont/iconfont.eot and /dev/null differ diff --git a/public/js/luckysheet/assets/iconfont/iconfont.js b/public/js/luckysheet/assets/iconfont/iconfont.js deleted file mode 100644 index 803f0f592..000000000 --- a/public/js/luckysheet/assets/iconfont/iconfont.js +++ /dev/null @@ -1 +0,0 @@ -!function(h){var l,a,v,i,t,z,o='',M=(M=document.getElementsByTagName("script"))[M.length-1].getAttribute("data-injectcss");if(M&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(h){console&&console.log(h)}}function e(){t||(t=!0,v())}l=function(){var h,l,a,v;(v=document.createElement("div")).innerHTML=o,o=null,(a=v.getElementsByTagName("svg")[0])&&(a.setAttribute("aria-hidden","true"),a.style.position="absolute",a.style.width=0,a.style.height=0,a.style.overflow="hidden",h=a,(l=document.body).firstChild?(v=h,(a=l.firstChild).parentNode.insertBefore(v,a)):l.appendChild(h))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(l,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),l()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(v=l,i=h.document,t=!1,(z=function(){try{i.documentElement.doScroll("left")}catch(h){return void setTimeout(z,50)}e()})(),i.onreadystatechange=function(){"complete"==i.readyState&&(i.onreadystatechange=null,e())})}(window); \ No newline at end of file diff --git a/public/js/luckysheet/assets/iconfont/iconfont.json b/public/js/luckysheet/assets/iconfont/iconfont.json deleted file mode 100644 index 3d547f726..000000000 --- a/public/js/luckysheet/assets/iconfont/iconfont.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "id": "1990368", - "name": "lucksheet", - "font_family": "iconfont", - "css_prefix_text": "luckysheet-iconfont-", - "description": "", - "glyphs": [ - { - "icon_id": "17878780", - "name": "链接", - "font_class": "lianjie", - "unicode": "e7f8", - "unicode_decimal": 59384 - }, - { - "icon_id": "17612330", - "name": "打印区域", - "font_class": "dayinquyu", - "unicode": "e7f5", - "unicode_decimal": 59381 - }, - { - "icon_id": "17612331", - "name": "打印页面配置", - "font_class": "dayinyemianpeizhi", - "unicode": "e7f6", - "unicode_decimal": 59382 - }, - { - "icon_id": "17612332", - "name": "打印标题", - "font_class": "dayinbiaoti", - "unicode": "e7f7", - "unicode_decimal": 59383 - }, - { - "icon_id": "17600443", - "name": "分页预览", - "font_class": "fenyeyulan", - "unicode": "e7f2", - "unicode_decimal": 59378 - }, - { - "icon_id": "17600444", - "name": "普通", - "font_class": "putong", - "unicode": "e7f3", - "unicode_decimal": 59379 - }, - { - "icon_id": "17600445", - "name": "页面布局", - "font_class": "yemianbuju", - "unicode": "e7f4", - "unicode_decimal": 59380 - }, - { - "icon_id": "17597312", - "name": "表格锁定", - "font_class": "biaogesuoding", - "unicode": "e7ee", - "unicode_decimal": 59374 - }, - { - "icon_id": "17444514", - "name": "转到", - "font_class": "zhuandao1", - "unicode": "e7f1", - "unicode_decimal": 59377 - }, - { - "icon_id": "17444503", - "name": "右箭头", - "font_class": "youjiantou", - "unicode": "e7ed", - "unicode_decimal": 59373 - }, - { - "icon_id": "17444507", - "name": "菜单", - "font_class": "caidan2", - "unicode": "e7ef", - "unicode_decimal": 59375 - }, - { - "icon_id": "17444508", - "name": "替换", - "font_class": "tihuan", - "unicode": "e7f0", - "unicode_decimal": 59376 - }, - { - "icon_id": "17392794", - "name": "冻结", - "font_class": "dongjie1", - "unicode": "e7e1", - "unicode_decimal": 59361 - }, - { - "icon_id": "17392795", - "name": "剪", - "font_class": "jian1", - "unicode": "e7e2", - "unicode_decimal": 59362 - }, - { - "icon_id": "17392796", - "name": "加", - "font_class": "jia1", - "unicode": "e7e3", - "unicode_decimal": 59363 - }, - { - "icon_id": "17392797", - "name": "溢出", - "font_class": "yichu1", - "unicode": "e7e4", - "unicode_decimal": 59364 - }, - { - "icon_id": "17392798", - "name": "升序", - "font_class": "shengxu1", - "unicode": "e7e5", - "unicode_decimal": 59365 - }, - { - "icon_id": "17392799", - "name": "内框线", - "font_class": "neikuangxian", - "unicode": "e7e6", - "unicode_decimal": 59366 - }, - { - "icon_id": "17392800", - "name": "清除筛选", - "font_class": "qingchushaixuan", - "unicode": "e7e7", - "unicode_decimal": 59367 - }, - { - "icon_id": "17392801", - "name": "文本向上", - "font_class": "wenbenxiangshang", - "unicode": "e7e8", - "unicode_decimal": 59368 - }, - { - "icon_id": "17392802", - "name": "降序", - "font_class": "jiangxu1", - "unicode": "e7e9", - "unicode_decimal": 59369 - }, - { - "icon_id": "17392803", - "name": "内框横线", - "font_class": "neikuanghengxian", - "unicode": "e7ea", - "unicode_decimal": 59370 - }, - { - "icon_id": "17392804", - "name": "内框竖线", - "font_class": "neikuangshuxian", - "unicode": "e7eb", - "unicode_decimal": 59371 - }, - { - "icon_id": "17392805", - "name": "自定义排序", - "font_class": "zidingyipaixu", - "unicode": "e7ec", - "unicode_decimal": 59372 - }, - { - "icon_id": "16746498", - "name": "logo2", - "font_class": "logo2", - "unicode": "e7df", - "unicode_decimal": 59359 - }, - { - "icon_id": "16746532", - "name": "logo", - "font_class": "logo", - "unicode": "e7e0", - "unicode_decimal": 59360 - }, - { - "icon_id": "16730159", - "name": "文本倾斜", - "font_class": "wenbenqingxie1", - "unicode": "e7de", - "unicode_decimal": 59358 - }, - { - "icon_id": "16728412", - "name": "加粗", - "font_class": "jiacu", - "unicode": "e7d9", - "unicode_decimal": 59353 - }, - { - "icon_id": "16728080", - "name": "搜索", - "font_class": "sousuo", - "unicode": "e78a", - "unicode_decimal": 59274 - }, - { - "icon_id": "16728081", - "name": "关闭", - "font_class": "guanbi", - "unicode": "e78b", - "unicode_decimal": 59275 - }, - { - "icon_id": "16728082", - "name": "下一个", - "font_class": "xiayige", - "unicode": "e78c", - "unicode_decimal": 59276 - }, - { - "icon_id": "16728083", - "name": "下拉", - "font_class": "xiala", - "unicode": "e78d", - "unicode_decimal": 59277 - }, - { - "icon_id": "16728084", - "name": "文本颜色", - "font_class": "wenbenyanse", - "unicode": "e78e", - "unicode_decimal": 59278 - }, - { - "icon_id": "16728085", - "name": "上一个", - "font_class": "shangyige", - "unicode": "e78f", - "unicode_decimal": 59279 - }, - { - "icon_id": "16728086", - "name": "数据透视", - "font_class": "shujutoushi", - "unicode": "e790", - "unicode_decimal": 59280 - }, - { - "icon_id": "16728087", - "name": "填充", - "font_class": "tianchong", - "unicode": "e791", - "unicode_decimal": 59281 - }, - { - "icon_id": "16728088", - "name": "增加小数位", - "font_class": "zengjiaxiaoshuwei", - "unicode": "e792", - "unicode_decimal": 59282 - }, - { - "icon_id": "16728089", - "name": "编辑2", - "font_class": "bianji2", - "unicode": "e793", - "unicode_decimal": 59283 - }, - { - "icon_id": "16728090", - "name": "截屏", - "font_class": "jieping", - "unicode": "e794", - "unicode_decimal": 59284 - }, - { - "icon_id": "16728092", - "name": "减小小数位", - "font_class": "jianxiaoxiaoshuwei", - "unicode": "e796", - "unicode_decimal": 59286 - }, - { - "icon_id": "16728093", - "name": "菜单", - "font_class": "caidan", - "unicode": "e797", - "unicode_decimal": 59287 - }, - { - "icon_id": "16728094", - "name": "数据库", - "font_class": "shujuku", - "unicode": "e798", - "unicode_decimal": 59288 - }, - { - "icon_id": "16728095", - "name": "无边框", - "font_class": "wubiankuang", - "unicode": "e799", - "unicode_decimal": 59289 - }, - { - "icon_id": "16728096", - "name": "编辑", - "font_class": "bianji", - "unicode": "e79a", - "unicode_decimal": 59290 - }, - { - "icon_id": "16728097", - "name": "清除样式", - "font_class": "qingchuyangshi", - "unicode": "e79b", - "unicode_decimal": 59291 - }, - { - "icon_id": "16728099", - "name": "删除", - "font_class": "shanchu", - "unicode": "e79c", - "unicode_decimal": 59292 - }, - { - "icon_id": "16728100", - "name": "文本居中对齐", - "font_class": "wenbenjuzhongduiqi", - "unicode": "e79d", - "unicode_decimal": 59293 - }, - { - "icon_id": "16728101", - "name": "打印", - "font_class": "dayin", - "unicode": "e79e", - "unicode_decimal": 59294 - }, - { - "icon_id": "16728102", - "name": "文本分割", - "font_class": "wenbenfenge", - "unicode": "e79f", - "unicode_decimal": 59295 - }, - { - "icon_id": "16728103", - "name": "函数‘", - "font_class": "hanshu", - "unicode": "e7a0", - "unicode_decimal": 59296 - }, - { - "icon_id": "16728104", - "name": "降序", - "font_class": "jiangxu", - "unicode": "e7a1", - "unicode_decimal": 59297 - }, - { - "icon_id": "16728105", - "name": "顶部对齐", - "font_class": "dingbuduiqi", - "unicode": "e7a2", - "unicode_decimal": 59298 - }, - { - "icon_id": "16728106", - "name": "图片", - "font_class": "tupian", - "unicode": "e7a3", - "unicode_decimal": 59299 - }, - { - "icon_id": "16728107", - "name": "向下90", - "font_class": "xiangxia90", - "unicode": "e7a4", - "unicode_decimal": 59300 - }, - { - "icon_id": "16728108", - "name": "竖排文字", - "font_class": "shupaiwenzi", - "unicode": "e7a5", - "unicode_decimal": 59301 - }, - { - "icon_id": "16728109", - "name": "全加边框", - "font_class": "quanjiabiankuang", - "unicode": "e7a6", - "unicode_decimal": 59302 - }, - { - "icon_id": "16728110", - "name": "升序", - "font_class": "shengxu", - "unicode": "e7a7", - "unicode_decimal": 59303 - }, - { - "icon_id": "16728111", - "name": "裁剪", - "font_class": "caijian", - "unicode": "e7a8", - "unicode_decimal": 59304 - }, - { - "icon_id": "16728112", - "name": "金额", - "font_class": "jine", - "unicode": "e7a9", - "unicode_decimal": 59305 - }, - { - "icon_id": "16728113", - "name": "菜单1", - "font_class": "caidan1", - "unicode": "e7aa", - "unicode_decimal": 59306 - }, - { - "icon_id": "16728114", - "name": "取消合并", - "font_class": "quxiaohebing", - "unicode": "e7ab", - "unicode_decimal": 59307 - }, - { - "icon_id": "16728115", - "name": "文本下划线", - "font_class": "wenbenxiahuaxian", - "unicode": "e7ac", - "unicode_decimal": 59308 - }, - { - "icon_id": "16728116", - "name": "上边框", - "font_class": "shangbiankuang", - "unicode": "e7ad", - "unicode_decimal": 59309 - }, - { - "icon_id": "16728117", - "name": "定位", - "font_class": "dingwei", - "unicode": "e7ae", - "unicode_decimal": 59310 - }, - { - "icon_id": "16728118", - "name": "四周加边框", - "font_class": "sizhoujiabiankuang", - "unicode": "e7af", - "unicode_decimal": 59311 - }, - { - "icon_id": "16728119", - "name": "侧边栏收起", - "font_class": "cebianlanshouqi", - "unicode": "e7b0", - "unicode_decimal": 59312 - }, - { - "icon_id": "16728120", - "name": "合并", - "font_class": "hebing", - "unicode": "e7b1", - "unicode_decimal": 59313 - }, - { - "icon_id": "16728121", - "name": "向上倾斜", - "font_class": "xiangshangqingxie", - "unicode": "e7b2", - "unicode_decimal": 59314 - }, - { - "icon_id": "16728122", - "name": "水平对齐", - "font_class": "shuipingduiqi", - "unicode": "e7b3", - "unicode_decimal": 59315 - }, - { - "icon_id": "16728123", - "name": "文本删除线", - "font_class": "wenbenshanchuxian", - "unicode": "e7b4", - "unicode_decimal": 59316 - }, - { - "icon_id": "16728124", - "name": "文本右对齐", - "font_class": "wenbenyouduiqi", - "unicode": "e7b5", - "unicode_decimal": 59317 - }, - { - "icon_id": "16728125", - "name": "前进", - "font_class": "qianjin", - "unicode": "e7b6", - "unicode_decimal": 59318 - }, - { - "icon_id": "16728126", - "name": "图表", - "font_class": "tubiao", - "unicode": "e7b7", - "unicode_decimal": 59319 - }, - { - "icon_id": "16728127", - "name": "右边框", - "font_class": "youbiankuang", - "unicode": "e7b8", - "unicode_decimal": 59320 - }, - { - "icon_id": "16728128", - "name": "百分号", - "font_class": "baifenhao", - "unicode": "e7b9", - "unicode_decimal": 59321 - }, - { - "icon_id": "16728129", - "name": "格式刷", - "font_class": "geshishua", - "unicode": "e7ba", - "unicode_decimal": 59322 - }, - { - "icon_id": "16728130", - "name": "保存", - "font_class": "baocun", - "unicode": "e7bb", - "unicode_decimal": 59323 - }, - { - "icon_id": "16728131", - "name": "数据验证", - "font_class": "shujuyanzheng", - "unicode": "e7bc", - "unicode_decimal": 59324 - }, - { - "icon_id": "16728132", - "name": "截断", - "font_class": "jieduan", - "unicode": "e7bd", - "unicode_decimal": 59325 - }, - { - "icon_id": "16728133", - "name": "格式条件", - "font_class": "geshitiaojian", - "unicode": "e7be", - "unicode_decimal": 59326 - }, - { - "icon_id": "16728134", - "name": "自动换行", - "font_class": "zidonghuanhang", - "unicode": "e7bf", - "unicode_decimal": 59327 - }, - { - "icon_id": "16728135", - "name": "侧边栏展开", - "font_class": "cebianlanzhankai", - "unicode": "e7c0", - "unicode_decimal": 59328 - }, - { - "icon_id": "16728136", - "name": "筛选2", - "font_class": "shaixuan2", - "unicode": "e7c1", - "unicode_decimal": 59329 - }, - { - "icon_id": "16728137", - "name": "向下倾斜", - "font_class": "xiangxiaqingxie", - "unicode": "e7c2", - "unicode_decimal": 59330 - }, - { - "icon_id": "16728138", - "name": "溢出", - "font_class": "yichu", - "unicode": "e7c3", - "unicode_decimal": 59331 - }, - { - "icon_id": "16728139", - "name": "垂直合并", - "font_class": "chuizhihebing", - "unicode": "e7c4", - "unicode_decimal": 59332 - }, - { - "icon_id": "16728140", - "name": "文本分散对齐", - "font_class": "wenbenfensanduiqi", - "unicode": "e7c5", - "unicode_decimal": 59333 - }, - { - "icon_id": "16728141", - "name": "左边框", - "font_class": "zuobiankuang", - "unicode": "e7c6", - "unicode_decimal": 59334 - }, - { - "icon_id": "16728142", - "name": "分页查看", - "font_class": "fenyechakan", - "unicode": "e7c7", - "unicode_decimal": 59335 - }, - { - "icon_id": "16728143", - "name": "运行", - "font_class": "yunhang", - "unicode": "e7c8", - "unicode_decimal": 59336 - }, - { - "icon_id": "16728144", - "name": "列", - "font_class": "lie", - "unicode": "e7c9", - "unicode_decimal": 59337 - }, - { - "icon_id": "16728145", - "name": "全屏", - "font_class": "quanping", - "unicode": "e7ca", - "unicode_decimal": 59338 - }, - { - "icon_id": "16728146", - "name": "筛选", - "font_class": "shaixuan", - "unicode": "e7cb", - "unicode_decimal": 59339 - }, - { - "icon_id": "16728147", - "name": "更新", - "font_class": "gengxin", - "unicode": "e7cc", - "unicode_decimal": 59340 - }, - { - "icon_id": "16728148", - "name": "清除", - "font_class": "qingchu", - "unicode": "e7cd", - "unicode_decimal": 59341 - }, - { - "icon_id": "16728149", - "name": "行", - "font_class": "hang", - "unicode": "e7ce", - "unicode_decimal": 59342 - }, - { - "icon_id": "16728150", - "name": "注释", - "font_class": "zhushi", - "unicode": "e7cf", - "unicode_decimal": 59343 - }, - { - "icon_id": "16728151", - "name": "剪", - "font_class": "jian", - "unicode": "e7d0", - "unicode_decimal": 59344 - }, - { - "icon_id": "16728152", - "name": "计算", - "font_class": "jisuan", - "unicode": "e7d1", - "unicode_decimal": 59345 - }, - { - "icon_id": "16728153", - "name": "加", - "font_class": "jia", - "unicode": "e7d2", - "unicode_decimal": 59346 - }, - { - "icon_id": "16728154", - "name": "底部对齐", - "font_class": "dibuduiqi", - "unicode": "e7d3", - "unicode_decimal": 59347 - }, - { - "icon_id": "16728155", - "name": "向上90", - "font_class": "xiangshang90", - "unicode": "e7d4", - "unicode_decimal": 59348 - }, - { - "icon_id": "16728156", - "name": "无选装", - "font_class": "wuxuanzhuang", - "unicode": "e7d5", - "unicode_decimal": 59349 - }, - { - "icon_id": "16728157", - "name": "显示隐藏网格", - "font_class": "xianshiyincangwangge", - "unicode": "e7d6", - "unicode_decimal": 59350 - }, - { - "icon_id": "16728158", - "name": "冻结", - "font_class": "dongjie", - "unicode": "e7d7", - "unicode_decimal": 59351 - }, - { - "icon_id": "16728159", - "name": "文本左对齐", - "font_class": "wenbenzuoduiqi", - "unicode": "e7d8", - "unicode_decimal": 59352 - }, - { - "icon_id": "16728161", - "name": "后退", - "font_class": "houtui", - "unicode": "e7da", - "unicode_decimal": 59354 - }, - { - "icon_id": "16728162", - "name": "水平合并", - "font_class": "shuipinghebing", - "unicode": "e7db", - "unicode_decimal": 59355 - }, - { - "icon_id": "16728163", - "name": "下边框", - "font_class": "xiabiankuang", - "unicode": "e7dc", - "unicode_decimal": 59356 - }, - { - "icon_id": "16728164", - "name": "设置", - "font_class": "shezhi", - "unicode": "e7dd", - "unicode_decimal": 59357 - } - ] -} diff --git a/public/js/luckysheet/assets/iconfont/iconfont.svg b/public/js/luckysheet/assets/iconfont/iconfont.svg deleted file mode 100644 index 3964a24c6..000000000 --- a/public/js/luckysheet/assets/iconfont/iconfont.svg +++ /dev/null @@ -1,356 +0,0 @@ - - - - - -Created by iconfont - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/js/luckysheet/assets/iconfont/iconfont.ttf b/public/js/luckysheet/assets/iconfont/iconfont.ttf deleted file mode 100644 index aadcc0902..000000000 Binary files a/public/js/luckysheet/assets/iconfont/iconfont.ttf and /dev/null differ diff --git a/public/js/luckysheet/assets/iconfont/iconfont.woff b/public/js/luckysheet/assets/iconfont/iconfont.woff deleted file mode 100644 index cebb184a1..000000000 Binary files a/public/js/luckysheet/assets/iconfont/iconfont.woff and /dev/null differ diff --git a/public/js/luckysheet/assets/iconfont/iconfont.woff2 b/public/js/luckysheet/assets/iconfont/iconfont.woff2 deleted file mode 100644 index 6a1edbcb8..000000000 Binary files a/public/js/luckysheet/assets/iconfont/iconfont.woff2 and /dev/null differ diff --git a/public/js/luckysheet/css/EwaAntH.gif b/public/js/luckysheet/css/EwaAntH.gif deleted file mode 100644 index d593cf072..000000000 Binary files a/public/js/luckysheet/css/EwaAntH.gif and /dev/null differ diff --git a/public/js/luckysheet/css/EwaAntV.gif b/public/js/luckysheet/css/EwaAntV.gif deleted file mode 100644 index 44d324095..000000000 Binary files a/public/js/luckysheet/css/EwaAntV.gif and /dev/null differ diff --git a/public/js/luckysheet/css/arrow-down.png b/public/js/luckysheet/css/arrow-down.png deleted file mode 100644 index 89a612f6e..000000000 Binary files a/public/js/luckysheet/css/arrow-down.png and /dev/null differ diff --git a/public/js/luckysheet/css/loading.gif b/public/js/luckysheet/css/loading.gif deleted file mode 100644 index 7980d81e8..000000000 Binary files a/public/js/luckysheet/css/loading.gif and /dev/null differ diff --git a/public/js/luckysheet/css/luckysheet.css b/public/js/luckysheet/css/luckysheet.css deleted file mode 100644 index 3bcc8ecbf..000000000 --- a/public/js/luckysheet/css/luckysheet.css +++ /dev/null @@ -1 +0,0 @@ -.luckysheet-icon-img-container.iconfont,.luckysheet-submenu-arrow .iconfont{font-size:24px}.luckysheet-toolbar-combo-button .luckysheet-iconfont-xiayige,.luckysheet-toolbar-menu-button .luckysheet-iconfont-xiayige{font-size:12px;top:-8px;left:-3px}.luckysheet-toolbar-select .luckysheet-iconfont-xiayige{margin-right:4px}#luckysheet-icon-morebtn{position:absolute;right:15px;transform:translate(0,-50%);top:50%}.toolbar .luckysheet-icon-border-all,.toolbar .luckysheet-icon-cell-color,.toolbar .luckysheet-icon-text-color,.toolbar .luckysheet-icon-textwrap,.toolbar .luckysheet-icon-valign{margin-right:-3px}.toolbar .luckysheet-freezen-btn-horizontal,.toolbar .luckysheet-icon-align,.toolbar .luckysheet-icon-function,.toolbar .luckysheet-icon-merge-button,.toolbar .luckysheet-icon-rotation{margin-right:-4px}#luckysheet-icon-morebtn{padding:2px 13px 0 5px}#luckysheet-icon-morebtn .iconfont{top:-9px}.lucky-button-custom{cursor:pointer;display:flex;align-items:center;justify-content:center}.lucky-button-custom:hover{background-color:#e1e4e8}#luckysheet-icon-morebtn-div{border:1px solid #d4d4d4}.luckysheet-sheets-add .iconfont,.luckysheet-sheets-m .iconfont{font-size:21px}#luckysheet-sheets-leftscroll,#luckysheet-sheets-rightscroll{padding:6px 10px}input.luckysheet-mousedown-cancel{border:1px solid #a1a1a1}input.luckysheet-mousedown-cancel:focus{border:1px solid #0188fb;outline:0}.luckysheet-cellFormat-config{display:none}.luckysheet-cellFormat-config .luckysheet-modal-dialog-content{position:relative;height:550px;width:600px}.luckysheet-cellFormat-menu-c{position:absolute;width:100%;height:30px;border-right:1px solid #fff;border-bottom:1px solid #d4d4d4;font-size:12px}.luckysheet-cellFormat-menu{position:relative;display:inline-block;height:30px;width:80px;text-align:center;line-height:30px;border:1px solid #d4d4d4;border-bottom:none;background:#f0f0f0;cursor:pointer}.luckysheet-cellFormat-menu:hover{background:#e7e7e7}.luckysheet-cellFormat-menu-active{background:#fff;cursor:default}.luckysheet-cellFormat-menu-active:hover{background:#fff}.luckysheet-cellFormat-content{position:absolute;top:30px;bottom:0;width:100%;border:1px solid #d4d4d4;border-top:none}.luckysheet-cellFormat-protection{position:relative;margin-top:30px;margin-left:40px}.luckysheet-cellFormat-protection span{font-size:12px;color:#ff2929;padding-left:12px}::-webkit-scrollbar-track{background-color:transparent}.luckysheet-noselected-text{-moz-user-select:-moz-test;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.chart-moveable{cursor:move}.luckysheet{position:absolute;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;border:1px solid #e5e5e5;background:#fff}.luckysheet *{box-sizing:initial;outline:0}.luckysheetLoaderGif{width:8em;height:8em;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-100%);-moz-transform:translate(-50%,-100%);-o-transform:translate(-50%,-100%);transform:translate(-50%,-100%);background-image:url(loading.gif);background-repeat:no-repeat;background-position:center;background-size:100% 100%}.luckysheet-loading-mask{position:absolute;z-index:1000000000;margin:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#fff}.luckysheet-loading-content{position:relative;top:50%;transform:translateY(-50%);width:100%;font-size:14px;color:#409eff;text-align:center}.luckysheet-loading-image{width:8em;height:8em;margin:0 auto}.luckysheet-loading-text{margin-top:1em}.luckysheet-loading-image .image-type{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:100% 100%}.luckysheet-loading-image .path-type{width:100%;height:100%}.luckysheet-work-area{height:90px;width:100%;position:relative}.luckysheet_info_detail{position:relative;left:0;top:0;margin:0;padding:0 17px;height:56px;display:flex;align-items:center;background:#fff;box-shadow:0 -1px 0 0 #e6e7e8;border-bottom:1px solid #d4d4d4}.luckysheet_info_detail .sheet-name{margin:auto}.luckysheet_info_detail div.luckysheet_info_detail_back{font-size:14px;padding:0 8px;margin-right:18px;border-radius:3px;cursor:pointer}.luckysheet_info_detail div.luckysheet_info_detail_back:hover{background:#eee}.luckysheet_info_detail .luckysheet_info_detail_input{border:1px solid transparent;border-radius:3px!important;color:#000;font-size:16px;height:26px;line-height:22px;margin:0;min-width:1px;padding:2px 7px;visibility:hidden}.luckysheet_info_detail .luckysheet_info_detail_input:hover{border:1px solid #e5e5e5}.luckysheet_info_detail .luckysheet_info_detail_input:focus{-webkit-appearance:none;-moz-appearance:none;border:1px solid #0188fb!important;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:#000;outline:0}.luckysheet_info_detail_update{color:#cbcbcb;font-size:12px;margin-left:15px}.luckysheet_info_detail_user{font-size:12px;cursor:pointer;margin-left:10px}#luckysheet_info_detail_user_img{vertical-align:middle;height:20px;line-height:20px;border-radius:50%;object-fit:cover}.luckysheet_info_detail_save{color:#828282;font-size:12px;margin:0 5px}.luckysheet-share-logo{height:32px;width:152px;z-index:1;background-image:url(data:image/png;base64,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)}.luckysheet-wa-editor{height:32px;background:#fafafc;position:relative;padding:5px 0 3px 15px;border-bottom:1px solid #d4d4d4;white-space:nowrap;transition:all .2s}.luckysheet-toolbar-left-theme{width:15px;position:absolute;left:0;top:1px;bottom:1px}.luckysheet-inline-block{position:relative;display:-moz-inline-box;display:inline-block}.luckysheet-toolbar-separator{line-height:normal;list-style:none;outline:0;overflow:hidden;padding:0;text-decoration:none;width:0;height:20px;vertical-align:top;border-left:1px solid #e0e0e0;margin:5px 1px}.luckysheet-toolbar-combo-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:0;border-color:transparent;border-style:solid;border-width:1px;outline:0;padding:0;color:#333;list-style:none;font-size:11px;font-weight:700;text-decoration:none;cursor:default;height:26px;line-height:26px;vertical-align:inherit;margin:0 1px}.luckysheet-toolbar-combo-button:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#f8f8f8;background-image:-webkit-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:linear-gradient(to bottom,#f8f8f8,#f1f1f1);border-color:#c6c6c6!important;color:#222;border-width:1px;border-color:transparent!important;background-color:rgba(0,0,0,.06);background-image:none;cursor:pointer;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:pointer}.luckysheet-toolbar-combo-button:hover .luckysheet-toolbar-combo-button-input{border-right-color:rgba(0,0,0,.12)}.luckysheet-toolbar-combo-button-open{color:#222;border-width:1px;border-color:transparent!important;background-color:rgba(0,0,0,.12);background-image:none;cursor:pointer}.luckysheet-toolbar-combo-button-open .luckysheet-toolbar-combo-button-input{background:0 0;border-right:1px solid transparent!important}.luckysheet-toolbar-combo-button-inner-box,.luckysheet-toolbar-combo-button-outer-box{border:0;vertical-align:top;margin:0;padding:0}.luckysheet-toolbar-zoom-combobox .luckysheet-toolbar-combo-button-caption{width:36px!important}.luckysheet-toolbar-combo-button-caption{padding:0;margin:0 0 0 -3px}.luckysheet-toolbar-combo-button-input{background:0 0;border:1px solid transparent!important;color:#333;font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;height:20px!important;overflow:hidden!important;color:rgba(0,0,0,.7);height:22px!important;width:22px}.luckysheet-toolbar-combo-button-input:focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.3);background:#fff;outline:0;border:1px solid #0188fb!important}.luckysheet-toolbar-textinput{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;border:1px solid #d9d9d9;border-top:1px solid silver;font-size:13px;height:25px;padding:1px 0 1px 8px}.luckysheet-toolbar-combo-button-dropdown{float:right;margin:9px 0 0 0;padding:0 0 0 1px;min-width:7px;opacity:.8;vertical-align:middle;width:5px;height:7px;margin-top:10px}.luckysheet-toolbar-color-menu-button .luckysheet-toolbar-menu-button-caption{top:-2px}.luckysheet-color-menu-button-indicator{position:relative;height:20px}.luckysheet-color-menu-button-indicator .text-color-bar{position:absolute;bottom:0;background-color:#0081f9;height:3px;width:55%;left:30%}.luckysheet-toolbar-button-inner-box .luckysheet-icon,.luckysheet-toolbar-menu-button-caption .luckysheet-color-menu-button-indicator .luckysheet-icon,.luckysheet-toolbar-menu-button-caption .luckysheet-icon{margin-top:0}.luckysheet-toolbar-menu-button-caption{padding:0;margin:0}.luckysheet-toolbar-menu-button-inner-box{margin:0 2px}.luckysheet-toolbar-menu-button-dropdown{float:right;margin:10px 2px 0 3px;padding:0;opacity:.8;vertical-align:middle;width:5px;height:7px;margin-left:4px;margin-right:0;margin-top:10px}.luckysheet-toolbar-button-split-right .luckysheet-toolbar-menu-button-dropdown{padding:0 3px}.luckysheet-toolbar-button-split-left,.luckysheet-toolbar-button-split-left *{border-top-right-radius:0!important;border-bottom-right-radius:0!important;margin-right:0}.luckysheet-toolbar-button-split-right,.luckysheet-toolbar-button-split-right *{border-top-left-radius:0!important;border-bottom-left-radius:0!important;min-width:5px!important;margin-left:0}#luckysheet-icon-merge-menu{margin-right:1px}.luckysheet-toolbar-button,.luckysheet-toolbar-menu-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:0;border:1px solid transparent;outline:0;padding:0;list-style:none;font-size:11px;text-decoration:none;vertical-align:middle;cursor:default;height:26px;line-height:26px;color:#333}.luckysheet-toolbar-button-hover,.luckysheet-toolbar-button:hover,.luckysheet-toolbar-menu-button:hover{border:1px solid transparent;background-color:rgba(0,0,0,.06);background-image:none;box-shadow:none;cursor:pointer}.luckysheet-toolbar-button-split-right.luckysheet-toolbar-menu-button:hover{border-left-color:rgba(0,0,0,.12)!important}.luckysheet-toolbar-button-split-right-hover{border-width:1px;border-color:transparent!important;background-color:rgba(0,0,0,.06);cursor:pointer;box-shadow:none;border-left-color:rgba(0,0,0,.12)!important}.luckysheet-toolbar-button:active,.luckysheet-toolbar-menu-button:active{border:1px solid transparent;background-color:rgba(0,0,0,.12);background-image:none;box-shadow:none;cursor:pointer}.luckysheet-toolbar-button-outer-box,.luckysheet-toolbar-menu-button-outer-box{border:0;vertical-align:top;margin:0;padding:0}.luckysheet-toolbar-button-inner-box,.luckysheet-toolbar-menu-button-inner-box{padding:0 2px;padding:0;text-align:center;height:26px;min-width:26px}.luckysheet-icon{direction:ltr;text-align:center;overflow:hidden;vertical-align:middle;height:26px;width:26px;margin:2px}#luckysheet-icon-fmt-other .luckysheet-toolbar-menu-button-caption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:55px;margin-left:1px;text-align:center}#luckysheet-icon-font-family .luckysheet-toolbar-menu-button-caption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:55px;margin-left:1px;text-align:center}#luckysheet-icon-function .luckysheet-toolbar-menu-button-caption{margin-right:5px;margin-left:-5px}#luckysheet-icon-function .luckysheet-icon{margin-right:0}#luckysheet-icon-pivotTable .luckysheet-toolbar-menu-button-caption{color:#0188fb}#luckysheet-icon-chart .luckysheet-toolbar-menu-button-caption{color:#0188fb}.luckysheet-rightgclick-menu-sub .sp-container{background-color:#fff;border:solid 1px #fff}#luckysheet-icon-cell-color-menu-menuButton .sp-palette-container,#luckysheet-icon-text-color-menu-menuButton .sp-palette-container{margin-bottom:-300px}#luckysheet-icon-cell-color-menu-menuButton .sp-palette,#luckysheet-icon-text-color-menu-menuButton .sp-palette{margin-top:-10px}.luckysheet-wa-calculate{height:28px;background:#fff;position:relative;padding-right:44px;border-bottom:1px solid #d4d4d4}.luckysheet-wa-calculate-help{height:100%;width:99px;border-right:1px solid #d4d4d4}.luckysheet-wa-calculate-help-box{height:100%;width:85px;position:absolute;top:0;left:0}#luckysheet-helpbox{left:0;position:absolute;right:0;top:6px;resize:none;font-family:arial,sans,sans-serif;font-size:14px;line-height:14px;background-color:#fff;padding:2px 5px}.luckysheet-helpbox-cell-input{width:100%;height:100%;margin:0;outline:0;cursor:text;-webkit-user-modify:read-write-plaintext-only;white-space:nowrap;overflow:hidden;-webkit-transform:translateZ(0);background-color:#fff;word-wrap:break-word;-webkit-nbsp-mode:space;-webkit-line-break:after-white-space}.luckysheet-wa-calculate-help-tool{position:absolute;left:85px;text-align:center;height:100%;width:13px;border-left:1px solid transparent;border-right:1px solid transparent}.luckysheet-wa-calculate-help-tool:hover{background:#efefef;cursor:pointer;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.luckysheet-wa-calculate-size{position:absolute;height:3px;width:100%;left:0;bottom:0;z-index:1000}.luckysheet-wa-calculate-size:hover{background:#5e5e5e;cursor:ns-resize}#luckysheet-wa-functionbox-cancel{left:104px}#luckysheet-wa-functionbox-confirm{left:130px}.luckysheet-wa-functionbox{position:absolute;top:50%;transform:translateY(-50%);text-align:center;left:156px;color:#d6d6d6}.luckysheet-wa-functionbox span{vertical-align:middle;width:30px;height:30px}.luckysheet-wa-functionbox i{font-size:24px}.luckysheet-wa-calculate-active{color:#585858;cursor:pointer}.luckysheet-wa-calculate-active:hover{color:#0188fb}.luckysheet-grid-container{width:100%;position:absolute;top:90px;bottom:0}.luckysheet-stat-area{position:absolute;height:23px;bottom:0;background:#ff00dc;width:100%}.luckysheet-sta-c{height:22px;background-color:#fff;border-top:1px solid #e1e1e1;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.luckysheet-stat-area:hover .luckysheet-sta-c{-moz-user-select:-moz-all;-khtml-user-select:initial;-webkit-user-select:initial;-ms-user-select:initial;user-select:initial}.luckysheet-sta-c .luckysheet-sta-content{height:22px;line-height:22px;text-align:right;white-space:nowrap;overflow:hidden}.luckysheet-sta-c .luckysheet-sta-content span{margin-right:10px}.luckysheet-grid-window{position:absolute;top:0;bottom:23px;left:0;right:0;overflow:hidden;background:#0ff}.luckysheet-sheet-area{width:100%;box-sizing:border-box;position:absolute;right:0;bottom:0;left:0;background-color:#fafafc;color:#444;height:31px;padding:0 0 0 44px;margin:0;-webkit-touch-callout:none;cursor:default;transition:.3s ease all;display:flex;align-items:center;justify-content:space-between}#luckysheet-sheet-content{width:0;flex:3;display:flex;align-items:center}#luckysheet-bottom-pager{width:0;background-color:#fafafc;z-index:1;flex:2;text-align:right;white-space:nowrap}.luckysheet-sheet-area .luckysheet-sheets-item,.luckysheet-sheet-area>div{display:inline-block}div.luckysheet-sheets-scroll{display:none}div.luckysheet-sheets-add:hover,div.luckysheet-sheets-m:hover{color:#2a2a2a}.docs-sheet-fade{position:absolute;display:block;top:0;width:6px;height:100%;z-index:1}.docs-sheet-fade div{background-color:#d7d7d7;width:2px;float:right;position:relative;height:100%}.docs-sheet-fade-left{left:0}.docs-sheet-fade-right{right:0}.docs-sheet-fade1{opacity:.82}.docs-sheet-fade2{opacity:.62}.docs-sheet-fade3{opacity:.4}.luckysheet-sheet-area div.luckysheet-sheet-container{padding:0 0;margin-left:0;position:relative;max-width:70%;vertical-align:bottom;display:inline-block}.luckysheet-sheet-area div.luckysheet-sheet-container div.luckysheet-sheet-container-c{padding:0 0;margin-left:0;overflow:hidden;white-space:nowrap;position:relative;max-width:100%;vertical-align:bottom;display:inline-block}.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item{padding-right:5px!important}.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item-menu{display:none!important}.luckysheet-sheet-area div.luckysheet-sheets-item{padding:2px 6px;height:29px;line-height:29px;background-color:#fafafc;color:#676464;min-width:30px;top:0;position:relative;margin-right:-1px;cursor:pointer;transition:all .1s;font-size:13px;padding:2px 19px 0 5px;box-sizing:border-box;border-left:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.luckysheet-sheet-area div.luckysheet-sheets-item:last-child{margin-right:1px}.luckysheet-sheet-area div.luckysheet-sheets-item:hover{background-color:#efefef;color:#490500}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu{margin-left:2px;display:inline-block;top:-2px;position:relative;color:#a1a1a1;position:absolute;height:100%;width:15px;right:0;text-align:center}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu:hover{color:#2a2a2a;cursor:pointer}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name{padding:0 3px}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable=true]{border:1px solid #d9d9d9;display:inline-block;height:18px;line-height:18px;min-width:8px;margin:-4px -1px;-moz-user-modify:read-write-plaintext-only;-webkit-user-modify:read-write-plaintext-only;-moz-user-select:text!important;-ms-user-select:text!important;-webkit-user-select:text!important}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable=true]:focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);border:1px solid #4d90fe;outline:0}.luckysheet-sheet-area div.luckysheet-sheets-item-active{height:29px;line-height:29px;background-color:#efefef;border-top-color:#fff;color:#222;cursor:default}.luckysheet-sheet-area div.luckysheet-sheets-item-active:hover{background-color:#ececec;color:#222}.luckysheet-grid-window-1{position:absolute;top:0;right:0;bottom:27px;left:0;min-width:200px;background-color:#fff!important;overflow:hidden;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.luckysheetTableContent{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;pointer-events:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.luckysheet-grid-window-2{height:100%;width:100%;outline:0;border-collapse:collapse;display:table}.luckysheet-paneswrapper{overflow:hidden;height:1px}.luckysheet-left-top{width:44.5px;height:18.5px;border:solid 0 #dfdfdf;position:relative;padding-top:0;border-width:0 1px 1px 0;margin:-1px 0 0 -1px;padding-left:0;cursor:pointer}.luckysheet-cols-h-c{color:#5e5e5e;overflow:hidden;padding:0;cursor:default;height:19px;outline-style:none;position:relative;-webkit-user-select:none;background:#f3f3f2}.luckysheet-rows-h{position:relative;outline-style:none;color:#5e5e5e;overflow:hidden;padding:0;margin-top:-2px;padding-top:2px;cursor:default;width:38px;background:#f3f3f2}.luckysheet-cols-menu-btn{color:#5e5e5e;cursor:pointer;position:absolute;z-index:12;border:1px solid #5e5e5e;border-radius:1px;top:3px;margin-left:0;display:none;padding:0 2px;font-size:12px;height:12px;opacity:.5}.luckysheet-cols-menu-btn:hover{opacity:1}.luckysheet-cols-h-hover{color:#5e5e5e;cursor:default;position:absolute;z-index:11;border:0 none;bottom:0;height:100%;margin-left:0;display:none;background-color:rgba(194,194,194,.4)}.luckysheet-cols-h-selected{color:#5e5e5e;cursor:default;position:absolute;z-index:10;border-bottom:1px solid #0188fb;bottom:0;height:100%;margin-left:0;display:none;transition:all .1s;background-color:rgba(76,76,76,.1)}.luckysheet-cols-h-cells{margin:0;padding:0;border:none 0;position:relative;height:inherit}.luckysheet-cols-h-cells-c{color:#5e5e5e;cursor:default;width:5000000px;height:inherit}.luckysheet-cols-h-cells-clip{color:#5e5e5e;cursor:default;margin:0;padding:0;border:none 0;position:relative;float:left;direction:ltr;height:inherit;width:2561px;color:#5e5e5e;border-bottom:solid 1px #bbb;position:relative;top:-1px}.luckysheet-cols-h-cell-nosel{position:absolute;cursor:pointer;border:0 solid;border-color:#dfdfdf;display:inline-block;min-height:19px;touch-action:manipulation;border-right-width:1px;height:inherit}.luckysheet-cols-h-cell-sel{direction:ltr;height:inherit;position:absolute;cursor:pointer;border:0 solid;border-color:#bfbfbf;background-color:#e1e1e1;display:inline-block;min-height:19px;color:#0188fb;font-weight:700;touch-action:manipulation;border-right-width:1px}.luckysheet-col-flow-h{float:left;direction:ltr;position:relative;margin:0;padding:0;border:none 0;height:inherit;overflow:hidden}.luckysheet-col-flow-h-sheet{width:inherit;height:inherit;position:relative;float:left;direction:ltr}body:not(.ewa-ipad) .luckysheet-cols-h-cell-nosel:hover,body:not(.ewa-ipad) .luckysheet-cols-h-cell-sel:hover,body:not(.ewa-ipad) .luckysheet-rows-h-cell-nosel:hover,body:not(.ewa-ipad) .luckysheet-rows-h-cell-sel:hover{background-color:#fcc3c3}.luckysheet-cols-h-cell-txt{cursor:pointer;height:inherit;position:relative;text-align:center;overflow:hidden;touch-action:manipulation;font-size:14px;padding-top:2px}.luckysheet-rows-h{position:relative;outline-style:none;color:#5e5e5e;overflow:hidden;padding:0;margin-top:-2px;padding-top:2px;cursor:default;width:45px}.luckysheet-rows-h-hover{position:absolute;z-index:11;border:0 none;right:0;width:100%;margin-top:2px;display:none;background-color:rgba(194,194,194,.4)}.luckysheet-rows-h-selected{position:absolute;z-index:10;border-right:1px solid #0188fb;right:0;width:100%;margin-top:2px;display:none;transition:all .1s;background-color:rgba(76,76,76,.1)}.luckysheet-rows-h-cells{margin:0;padding:0;border:none 0;position:relative;width:100%}.luckysheet-rows-h-cells-c{margin:0;padding:0;border:none 0;position:relative;float:left;direction:ltr;width:100%}.luckysheet-rows-h-cells-clip{cursor:default;color:#5e5e5e;direction:ltr;border-right:solid 1px #bbb;width:inherit;height:inherit;position:relative;left:-1px;height:inherit}.luckysheet-rows-h-cell-nosel{direction:ltr;width:100%;position:absolute;cursor:pointer;border:0 solid;border-color:#dfdfdf;border-bottom-width:1px;touch-action:manipulation}.luckysheet-rows-h-cell-sel{direction:ltr;width:100%;position:absolute;cursor:pointer;border:0 solid;border-color:#bfbfbf;background-color:#e1e1e1;border-bottom-width:1px;color:#0188fb;font-weight:700;touch-action:manipulation}.luckysheet-rows-h-cell-txt{width:100%;position:absolute;bottom:0;text-align:center;padding-bottom:1px;max-height:100%;overflow:hidden;font-size:14px}.luckysheet-cell-loading{width:100%;height:100%;background-color:rgba(255,255,255,.3);position:absolute;overflow:hidden;outline-style:none;cursor:not-allowed;font-size:28px;z-index:2;display:none}.luckysheet-cell-loading-inner{position:relative;top:40%;width:100%;margin:0 auto;text-align:center}.luckysheet-cell-loading-inner span{margin-left:10px}.luckysheet-cell-main{background-color:#fff;width:15px;height:15px;background-color:#f3f3f2;border-collapse:collapse;position:relative;overflow:hidden;outline-style:none;cursor:default}.luckysheet-menu,.luckysheet-scrollbars{scrollbar-base-color:#fff;scrollbar-track-color:#e7e7e7;scrollbar-darkshadow-color:#fff;scrollbar-3dlight-color:#fff;scrollbar-arrow-color:#757778;scrollbar-shadow-color:#bec1c4;scrollbar-highlight-color:#bec1c4;-ms-scroll-chaining:none;overflow:auto}.luckysheet-scrollbar-ltr{position:absolute;overflow:hidden;z-index:1003}.luckysheet-scrollbar-ltr div{height:1px;width:1px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button{height:0;width:0}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:start{display:none}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:end{display:block}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button{border:1px solid #d9d9d9}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal{border-width:1px 0 0 0}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical{border-width:0 0 0 1px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical{border-width:0 1px 0 0}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:increment{background:no-repeat url(waffle_sprite.png) -663px -13px;width:15px;padding-left:1px;background-clip:border-box;border:1px solid #d9d9d9;border-width:1px 0 0 0;box-shadow:none;background-color:#f8f8f8;border-bottom:1px solid #d9d9d9}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:increment:hover{background:no-repeat url(waffle_sprite.png) -395px -62px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:increment:active{background:no-repeat url(waffle_sprite.png) -679px -13px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:decrement{border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;background:no-repeat url(waffle_sprite.png) -283px -62px;width:17px;border-bottom:1px solid #d9d9d9}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:hover{background:no-repeat url(waffle_sprite.png) -145px -70px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:active{background:no-repeat url(waffle_sprite.png) -552px 0}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:increment{padding-top:1px;background:no-repeat url(waffle_sprite.png) -531px -24px;border-left:1px solid #d9d9d9;height:15px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:increment:hover{background:no-repeat url(waffle_sprite.png) -570px -42px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:increment:active{background:no-repeat url(waffle_sprite.png) -83px -46px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:decrement{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-left:1px solid #d9d9d9;background:no-repeat url(waffle_sprite.png) -631px -27px;height:17px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:decrement:hover{background:no-repeat url(waffle_sprite.png) -180px -58px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:decrement:active{background:no-repeat url(waffle_sprite.png) -776px -28px}.luckysheet-scrollbar-x{bottom:0;left:44px;overflow-x:scroll}.luckysheet-scrollbar-y{right:0;top:0;overflow-y:scroll}.luckysheet-cell-flow{margin:0;padding:0;border:none 0;position:relative;touch-action:manipulation;overflow:hidden}.luckysheet-cell-flow-clip{border-collapse:collapse;cursor:default;width:5000000px;touch-action:manipulation;overflow:hidden}.luckysheet-cell-flow-col{margin:0;padding:0;border:none 0;position:relative;touch-action:manipulation;overflow:hidden;float:left;direction:ltr}.luckysheet-cell-sheettable{position:relative;text-align:left;font-size:11pt;color:#000;text-decoration:none}.luckysheet-bottom-controll-row{position:absolute;height:30px;bottom:38px;left:0;z-index:1000}#luckysheet-bottom-add-row{padding:5px 20px;margin-right:5px;margin-top:-2px}#luckysheet-bottom-add-row-input{width:40px;min-width:40px}#luckysheet-bottom-return-top{padding:5px 6px;margin-left:10px;margin-top:-2px}.luckysheet-cell-flow-column{position:absolute;height:inherit;width:inherit;top:0;left:0;z-index:1;touch-action:manipulation}.luckysheet-cell-flow-column-line{position:absolute;border-right:1px solid #d4d4d4;height:inherit}.luckysheet-cell-flow-row{text-align:left;position:absolute;height:inherit;width:inherit;top:0;left:0;z-index:1;touch-action:manipulation}.luckysheet-cell-flow-row-line{position:absolute;border-bottom:1px solid #d4d4d4;width:inherit}.luckysheet-cell-selected-focus{position:absolute;pointer-events:none;z-index:14;margin:0;background:rgba(0,80,208,.15);display:none}.luckysheet-selection-copy{position:absolute;pointer-events:none;z-index:18;border:none;margin:0;display:none}.luckysheet-selection-copy .luckysheet-copy{position:absolute;z-index:18;background-color:transparent}.luckysheet-selection-copy-top{left:0;right:0;height:2px;top:0;background-position:bottom;background-image:url(EwaAntH.gif)}.luckysheet-selection-copy-right{top:0;bottom:0;width:2px;right:0;background-image:url(EwaAntV.gif)}.luckysheet-selection-copy-bottom{left:0;right:0;height:2px;bottom:0;background-image:url(EwaAntH.gif)}.luckysheet-selection-copy-left{top:0;bottom:0;width:2px;left:0;background-position:right;background-image:url(EwaAntV.gif)}.luckysheet-selection-copy-hc{position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed #12a5ff;z-index:8}.luckysheet-selection-highlight{position:absolute;z-index:14;border:none;margin:0;display:none}.luckysheet-formula-functionrange-highlight .luckysheet-copy{background-image:none;background:#0188fb;position:absolute;z-index:18;cursor:move;opacity:.9}.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-top{top:-2px;border-top:2px solid #fff;border-bottom:2px solid #fff}.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-right{right:-2px;border-left:2px solid #fff;border-right:2px solid #fff}.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-bottom{bottom:-2px;border-top:2px solid #fff;border-bottom:2px solid #fff}.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-left{left:-2px;border-left:2px solid #fff;border-right:2px solid #fff}.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-hc{border:2px solid #5e5e5e;opacity:.03;z-index:initial}.luckysheet-selection-highlight-topleft{left:-3px;top:-3px;cursor:se-resize}.luckysheet-selection-highlight-topright{right:-3px;top:-3px;cursor:ne-resize}.luckysheet-selection-highlight-bottomleft{left:-3px;bottom:-3px;cursor:ne-resize}.luckysheet-selection-highlight-bottomright{right:-3px;bottom:-3px;cursor:se-resize}.luckysheet-formula-functionrange-highlight .luckysheet-highlight{position:absolute;z-index:19;border:1px solid #fff;background:#0188fb;width:6px;height:6px}.luckysheet-cell-selected-extend{position:absolute;pointer-events:none;z-index:16;border:1px dashed #0188fb;margin:-1px 0 0 -1px;display:none}.luckysheet-cell-selected-move{position:absolute;pointer-events:none;z-index:16;border:2px solid #0188fb;margin:-1px 0 0 -1px;display:none}.luckysheet-cell-selected{position:absolute;pointer-events:none;z-index:15;border:1px solid #0188fb;margin:-1px 0 0 -1px;background:rgba(1,136,251,.15);display:none}.luckysheet-cs-inner-border{pointer-events:none;border:1px solid #fff;position:absolute;top:0;bottom:0;left:0;right:0}.luckysheet-cs-fillhandle{position:absolute;width:6px;height:6px;bottom:-5px;cursor:crosshair;background-color:#0188fb;border:solid 1px #fff;z-index:16;pointer-events:auto;right:-5px}.luckysheet-cs-draghandle{position:absolute;cursor:move;background-color:#fff;opacity:.01;z-index:15;pointer-events:auto;border:2px solid #fff}.luckysheet-cs-draghandle-top{top:-4px;left:-2px;right:-2px;height:2px}.luckysheet-cs-draghandle-bottom{right:0;left:-2px;bottom:-4px;height:2px}.luckysheet-cs-draghandle-left{top:0;left:-4px;bottom:0;width:2px}.luckysheet-cs-draghandle-right{top:0;right:-4px;bottom:0;width:2px}.luckysheet-cs-touchhandle{display:none;position:absolute;width:16px;height:16px;padding:5px;z-index:100;pointer-events:auto;touch-action:auto}.luckysheet-cs-touchhandle:before{content:'';display:block;width:16px;height:16px;border:.5px solid rgba(0,0,0,.15);background-color:#fff;box-sizing:border-box;border-radius:50%}.luckysheet-cs-touchhandle-lt{left:-13px;top:-13px}.luckysheet-cs-touchhandle-lb{left:-13px;bottom:-13px}.luckysheet-cs-touchhandle-rt{right:-13px;top:-13px}.luckysheet-cs-touchhandle-rb{right:-13px;bottom:-13px}.luckysheet-cs-touchhandle .luckysheet-cs-touchhandle-btn{position:absolute;width:10px;height:10px;left:8px;top:8px;background-color:#018ffb;background-position:center;box-sizing:border-box;border-radius:50%;z-index:11}#luckysheet-dynamicArray-hightShow{position:absolute;pointer-events:none;z-index:15;border:1px solid #00f;margin:-1px 0 0 -1px;display:none}.luckysheet-scrollbars::-webkit-scrollbar-track{background-color:#fff;border:1px solid #d9d9d9}.luckysheet-scrollbar-x::-webkit-scrollbar-track{border-left:1px solid #d9d9d9;border-right:none}.luckysheet-scrollbar-y::-webkit-scrollbar-track{border-top:none;border-bottom:none}.luckysheet-scrollbars::-webkit-scrollbar{width:12px;height:12px;background-color:#fff}.luckysheet-scrollbars::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-radius:12px;border-width:2px 1px 1px 2px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.luckysheet-scrollbars::-webkit-scrollbar-thumb:hover{background-color:#969696;border:1px solid #a0a0a0;border-radius:12px}.luckysheet-grdusedrange{position:absolute;visibility:hidden;width:1px;height:1px}.luckysheet-grdblkflowpush{margin:0;padding:0;border:none 0;width:1px}.luckysheet-grdblkpush{margin:0;padding:0;border:none 0;height:1px;float:left;direction:ltr}.luckysheet-cell-flow-data{position:absolute;height:inherit;width:inherit;top:0;left:0;z-index:1}.luckysheet-cell-flow-data-row{position:absolute;width:inherit}.luckysheet-cell-flow-data-cell{position:absolute;height:inherit}.luckysheet-cell-flow-data-value{position:absolute!important;bottom:0;letter-spacing:-.02em;white-space:nowrap;padding-left:2px;overflow:hidden}.luckysheet canvas{position:absolute}.luckysheetcolumeHeader{margin-left:-1px}.luckysheetrowHeader{margin-top:1px}.luckysheetsheettable{margin-left:-1px;margin-top:-1px}.luckysheet-cols-menu{max-height:100%;overflow-y:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-transition:opacity 218ms;-moz-transition:opacity 218ms;-o-transition:opacity 218ms;transition:opacity 218ms;background:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);cursor:default;font-size:13px;margin:0;outline:0;padding:6px 0;position:absolute;z-index:1004;box-sizing:border-box;user-select:none;display:none}.luckysheet-cols-menu .luckysheet-cols-menuitem{position:relative;color:#333;cursor:pointer;list-style:none;margin:0;padding:1px 6em 1px 20px;white-space:nowrap;padding-left:8px;vertical-align:middle;padding-right:24px;user-select:none}.luckysheet-cols-menu .luckysheet-cols-menuitem-hover,.luckysheet-cols-menu .luckysheet-cols-menuitem:hover{background:#efefef}.luckysheet-cols-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{position:relative;color:#333;cursor:pointer;list-style:none;margin:0;padding:6px 7em 6px 30px;white-space:nowrap;user-select:none}.luckysheet-rightgclick-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{position:relative;color:#333;cursor:pointer;list-style:none;margin:0;padding:6px 15px 6px 20px;white-space:nowrap;user-select:none}#luckysheet-cols-menu .luckysheet-cols-menuitem,#luckysheet-pivotTable-config-option .luckysheet-cols-menuitem,.luckysheet-filter-menu .luckysheet-cols-menuitem{padding-right:10px;padding-left:12px}#luckysheet-pivotTable-config-option-sumtype .luckysheet-cols-menuitem{padding-right:15px;padding-left:12px;padding-top:1px;padding-bottom:1px}#luckysheet-cols-menu .luckysheet-cols-menuitem-content,.luckysheet-filter-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{padding-right:10px;padding-left:12px}#luckysheet-sheet-list .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{padding-right:0;max-width:430px;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.luckysheet-filter-menu div.luckysheet-cols-menuitem{padding-top:0;padding-bottom:0}.luckysheet-filter-submenu div.luckysheet-cols-menuitem{padding-top:1px;padding-bottom:1px}.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem,.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem{padding-top:2px;padding-bottom:0;cursor:default}.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content,.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content{padding-top:2px;padding-bottom:0;cursor:default}.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content input,.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content input{height:24px;width:191px;padding-right:25px;padding-left:3px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;border:1px solid #d9d9d9;border-top:1px solid silver;font-size:13px}.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content input:focus,.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content input:focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);border:1px solid #4d90fe;outline:0}.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content .luckysheet-filter-byvalue-input-icon,.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content .luckysheet-pivotTableFilter-byvalue-input-icon{position:absolute;right:17px;top:7px}.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem:hover,.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem:hover{background:#fff}.luckysheet-filter-menu .luckysheet-cols-menuitem:last-child:hover{background:#fff}.luckysheet-filter-menu .luckysheet-cols-menuitem:last-child,.luckysheet-filter-menu .luckysheet-cols-menuitem:last-child .luckysheet-cols-menuitem-content{cursor:default}#luckysheet-filter-byvalue-select,#luckysheet-pivotTableFilter-byvalue-select{min-height:100px;width:200px}.luckysheet-filter-menu .luckysheet-mousedown-filter-byvalue-btn span,.luckysheet-filter-menu .luckysheet-mousedown-pivotTableFilter-byvalue-btn span{color:#00f;cursor:pointer;text-decoration:underline}.luckysheet-filter-menu .luckysheet-mousedown-filter-byvalue-btn div,.luckysheet-filter-menu .luckysheet-mousedown-pivotTableFilter-byvalue-btn div{position:absolute;right:14px;top:0;font-size:18px}.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input,.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input{padding-left:8px;padding-right:8px;margin-top:3px;display:none}.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input input,.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input input{height:24px;width:100%;padding-right:3px;padding-left:3px;margin-left:-3px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;border:1px solid #d9d9d9;border-top:1px solid silver;font-size:13px}.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input2 input,.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input2 input{height:24px;width:92px;padding-right:3px;padding-left:3px;margin-left:-3px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;border:1px solid #d9d9d9;border-top:1px solid silver;font-size:13px}.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input2 span,.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input2 span{margin-left:2px;margin-right:5px}.luckysheet-menuseparator{border-top:1px solid #ebebeb;margin-top:6px;margin-bottom:6px}.luckysheet-submenu-arrow{-webkit-transition:all 218ms;-moz-transition:all 218ms;-o-transition:all 218ms;transition:all 218ms;font-size:12px;left:auto;right:-15px;padding-top:1px;padding-right:0;position:absolute;text-align:right;opacity:.5;color:#000;user-select:none;font-family:Arial;line-height:100%}#luckysheet-pivotTable-config-option-sumtype .luckysheet-submenu-arrow{right:-5px;font-size:16px;padding-top:0;color:#00f}#luckysheet-filter-byvalue-select table,#luckysheet-pivotTableFilter-byvalue-select table{table-layout:fixed}#luckysheet-filter-byvalue-select tr td,#luckysheet-pivotTableFilter-byvalue-select tr td{padding:2px 3px}#luckysheet-filter-byvalue-select tr:hover td,#luckysheet-pivotTableFilter-byvalue-select tr:hover td{background:#e1e1e1}.luckysheet-cols-menu .cf:after,.luckysheet-cols-menu .cf:before{content:"";display:table}.luckysheet-cols-menu .cf:after{clear:both}#luckysheet-filter-byvalue-select .yearBox .monthList,#luckysheet-pivotTableFilter-byvalue-select .yearBox .monthList{padding-left:20px}#luckysheet-filter-byvalue-select .yearBox .dayList,#luckysheet-pivotTableFilter-byvalue-select .yearBox .dayList{padding-left:20px}#luckysheet-filter-byvalue-select .yearBox .fa-caret-right,#luckysheet-pivotTableFilter-byvalue-select .yearBox .fa-caret-right{padding:0 2px;float:left;margin-top:3px;cursor:pointer}#luckysheet-filter-byvalue-select .count,#luckysheet-pivotTableFilter-byvalue-select .count{color:gray;margin-left:5px}#luckysheet-filter-byvalue-select input[type=checkbox],#luckysheet-pivotTableFilter-byvalue-select input[type=checkbox]{width:auto;height:auto;float:left}#luckysheet-filter-orderby-color-submenu{font-size:12px}#luckysheet-filter-orderby-color-submenu .title{padding:10px;font-weight:600;color:#333;background-color:#f4f4f4;text-align:center}#luckysheet-filter-orderby-color-submenu .item{padding:5px 40px 5px 20px;cursor:pointer;position:relative}#luckysheet-filter-orderby-color-submenu .item:hover{background-color:#d3d3d3}#luckysheet-filter-orderby-color-submenu .item label{display:block;width:70px;height:20px;border:1px solid #d1d1d1}#luckysheet-filter-orderby-color-submenu .item input[type=checkbox]{position:absolute;right:10px;top:6px}#luckysheet-copy-content{position:fixed;height:0;width:0;left:-100px;padding-left:999999px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:4px 8px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#2d7ff9;border-color:transparent}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:transparent}.btn-primary:hover{color:#fff;background-color:#5391ff;border-color:transparent}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#5391ff}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:transparent}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:transparent}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-primary,.label-default,.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background:#0188fb;border-color:transparent}.btn-primary:focus,.btn-primary:hover{background:#5391ff;border-color:transparent}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.luckysheet-change-size-line,.luckysheet-cols-change-size,.luckysheet-rows-change-size{position:absolute;z-index:12}.luckysheet-cols-change-size{width:5px;height:100%;background:#0188fb;cursor:ew-resize;opacity:0}.luckysheet-rows-change-size{width:100%;height:5px;background:#0188fb;cursor:ns-resize;opacity:0}.luckysheet-change-size-line{border-color:#0188fb;border-style:solid;z-index:15;display:none}.luckysheet-count-show{position:absolute;z-index:15;background:rgba(76,76,76,.8);color:#fff;padding:2px 3px;border-radius:3px;transition:all .3s;display:none;white-space:nowrap}.luckysheet-row-count-show{text-align:center}.luckysheet-row-count-show div{writing-mode:vertical-rl;writing-mode:vertical-rl;-ms-writing-mode:initial}.luckysheet-row-count-show div:last-child{writing-mode:initial}#luckysheet-sheet-list{max-height:60%;overflow:auto}#luckysheet-sheet-list .luckysheet-cols-menuitem{padding-left:0;padding-right:10px}#luckysheet-sheet-list .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{padding-left:5px}#luckysheet-sheet-list .icon{width:15px;margin-left:4px;display:inline-block}.luckysheet-input-box{position:absolute;font:normal normal 400 13px arial,sans,sans-serif;text-align:left;top:-10000px;max-height:9900px;max-width:9900px;border:2px #5292f7 solid;padding:0 2px;margin:0;z-index:15;resize:none;overflow:auto;overflow:initial;white-space:pre-wrap;outline:0;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);-moz-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4);word-wrap:break-word}.luckysheet-cell-input{width:100%;height:100%;margin:0;outline:0;cursor:text;-webkit-user-modify:read-write-plaintext-only;white-space:pre-wrap;-webkit-transform:translateZ(0)}#luckysheet-rich-text-editor{-webkit-user-modify:read-write}.luckysheet-input-box-index{display:none;position:absolute;height:14px;line-height:16px;font-size:12px;padding:1px 6px;background-color:#5292f7;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.5);color:#fff}.luckysheet-modal-dialog{-webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);-moz-box-shadow:0 4px 16px rgba(0,0,0,.2);box-shadow:0 4px 16px rgba(0,0,0,.2);background:#fff;background-clip:padding-box;border:1px solid #acacac;border:1px solid rgba(0,0,0,.333);outline:0;position:absolute;color:#000;padding:30px 42px;z-index:100002}.luckysheet-modal-dialog-mask{position:absolute;height:100%;width:100%;background:#fff;opacity:.6;display:none;left:0;top:0;z-index:1010}.luckysheet-modal-dialog-title{background-color:#fff;color:#000;cursor:default;font-size:16px;font-weight:400;line-height:24px;margin:0 0 16px}.luckysheet-modal-dialog-title-close{height:11px;opacity:.7;padding:17px;position:absolute;right:0;top:0;width:11px;color:#d4d4d4;outline:0}.luckysheet-modal-dialog-chart{padding:20px 10px;webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.luckysheet-modal-dialog-resize{position:absolute;border:2px solid #0188fb;margin:0;padding:0;top:-2px;left:-2px;bottom:-2px;right:-2px;pointer-events:none}.luckysheet-modal-dialog-resize-item{position:absolute;height:6px;width:6px;background:#fff;border:2px solid #0188fb;pointer-events:all;border-radius:6px}.luckysheet-modal-dialog-resize-item-lt{left:-6px;top:-6px;cursor:se-resize}.luckysheet-modal-dialog-resize-item-mt{left:50%;top:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-modal-dialog-resize-item-rt{right:-6px;top:-6px;cursor:ne-resize}.luckysheet-modal-dialog-resize-item-lm{top:50%;left:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-modal-dialog-resize-item-rm{top:50%;right:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-modal-dialog-resize-item-lb{left:-6px;bottom:-6px;cursor:ne-resize}.luckysheet-modal-dialog-resize-item-mb{left:50%;bottom:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-modal-dialog-resize-item-rb{right:-6px;bottom:-6px;cursor:se-resize}.luckysheet-modal-dialog-controll{position:absolute;margin:0;padding:0;right:-35px;font-size:14px;top:0}.luckysheet-modal-controll-btn{line-height:1;height:13px;padding:8px;width:13px;color:#d4d4d4;outline:0;border:1px solid #b6b6b6;display:block;background:#fff;margin-bottom:3px;cursor:pointer;transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-o-transition:all .2s}.luckysheet-modal-controll-btn:hover{border:1px solid #a1a1a1;color:#0188fb}.luckysheet-modal-controll-btn:active{border:1px solid #bbb;background:#efefef;color:#0188fb}.luckysheet-modal-controll-del{font-size:16px}.luckysheet-modal-controll-max-close{font-size:22px;width:42px;height:42px;line-height:42px;background:#383838;opacity:.7;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;color:#fff;position:absolute;right:0;top:0;z-index:100000;text-align:center}.luckysheet-modal-controll-max-close:hover{background:#0188fb;cursor:pointer}.luckysheet-sort-item-close{margin-right:3px;font-size:14px;color:#bbb;cursor:pointer}.luckysheet-sort-item-close:hover{color:#494949}.luckysheet-modal-dialog-title-close:hover{color:#5e5e5e;cursor:pointer}.luckysheet-modal-dialog-content{background-color:#fff;line-height:1.4em;word-wrap:break-word}.luckysheet-modal-dialog-buttons{margin-top:10px}.luckysheet-modal-dialog-buttons button{margin-right:10px}.luckysheet-modal-dialog-title-text span{font-family:Arial}.luckysheet-sort-modal{font-size:12px}.luckysheet-sort-modal label input,.luckysheet-sort-modal label span{vertical-align:middle}.luckysheet-sort-modal table,.luckysheet-sort-modal>div{margin-bottom:10px}.luckysheet-sort-modal table tr{margin-bottom:10px}.luckysheet-sort-modal table tr td{padding:5px;white-space:nowrap;border-top:1px solid #ffc6c6}.luckysheet-sort-modal table tr td>div:first-child{margin-bottom:8px}.luckysheet-sort-modal table tr td select{max-width:180px;min-width:50px}.luckysheet-sort-modal table tr:first-child td{border-top:none}.luckysheet-filter-options{color:#897bff;cursor:pointer;position:absolute;z-index:20;border:1px solid #897bff;border-radius:3px;top:3px;margin-left:0;display:none;padding:0 4px;font-size:12px;height:15px;background:#fff}.luckysheet-filter-options:hover{color:#fff;border:1px solid #fff;background:#897bff}.luckysheet-filter-options-active{color:#fff;border:1px solid #897bff;background:#897bff}.luckysheet-flat-menu-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;color:#333;cursor:default;font-size:11px;font-weight:700;line-height:27px;list-style:none;margin:0 2px;min-width:46px;outline:0;padding:0 18px 0 6px;text-align:left;text-decoration:none;position:relative;padding-left:15px}.luckysheet-flat-menu-button:hover{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f1f1f1,#f5f5f5);background-image:-moz-linear-gradient(to bottom,#f1f1f1,#f5f5f5);background-image:-ms-linear-gradient(to bottom,#f1f1f1,#f5f5f5);background-image:-o-linear-gradient(to bottom,#f1f1f1,#f5f5f5);background-image:linear-gradient(to bottom,#f1f1f1,#f5f5f5);border:1px solid #d0d0d0;color:#000}.luckysheet-flat-menu-button div{display:inline-block;vertical-align:middle;position:absolute;right:15px}.luckysheet-data-visualization{width:60%;min-width:860px}.luckysheet-data-pivotTable-selection,.luckysheet-data-visualization-selection{width:30%;min-width:200px;display:none}.luckysheet-data-visualization-chart{width:50%;height:50%}.luckysheet-data-visualization-chart .luckysheet-modal-dialog-content{width:100%;height:100%;overflow:hidden}.luckysheet-datavisual-modal{font-size:12px;height:100%;width:100%}.luckysheet-datavisual-left{display:inline-block;width:100%;height:100%;position:relative;overflow:hidden}.luckysheet-datavisual-tabs{border-bottom:1px solid #dedede;width:80%;height:26px;padding-left:20px}.luckysheet-datavisual-tabs .luckysheet-datavisual-tab{padding:0 5px;text-align:center;display:inline-block;cursor:pointer;border:1px solid #fff;border-bottom:none;height:24px;line-height:24px;background:#fff;color:#777}.luckysheet-datavisual-tabs .luckysheet-datavisual-tab:hover{color:#000}.luckysheet-datavisual-tabs .luckysheet-datavisual-tab-active{border:1px solid #dedede;border-bottom:none;cursor:default;height:26px;color:#000}.luckysheet-datavisual-tab-content{position:absolute;top:28px;bottom:0;width:100%;display:none}.luckysheet-datavisual-quick-menu{width:90px;overflow:auto;margin-top:5px}.luckysheet-datavisual-quick-menu::-webkit-scrollbar{display:none}.luckysheet-datavisual-quick-menu>div{text-align:left;padding:4px 4px;border-right:3px solid #fff;color:#777;cursor:pointer;line-height:1.4em;word-wrap:break-word}.luckysheet-datavisual-quick-menu>div:hover{color:#000}.luckysheet-datavisual-quick-menu>div i{width:15px}.luckysheet-datavisual-quick-menu>div:hover i{color:#ff7e7e}.luckysheet-datavisual-quick-menu>div.luckysheet-datavisual-quick-menu-active{border-right:3px solid #ff7e7e;color:#000;font-weight:700}.luckysheet-datavisual-quick-menu>div.luckysheet-datavisual-quick-menu-active:hover i{color:#000}.luckysheet-datavisual-quick-range{padding:5px 0}.luckysheet-datavisual-range-container{background:#fff;border:1px solid #d9d9d9;border-top:1px solid silver;min-width:20px;width:100%;max-width:200px;display:inline-block}.luckysheet-datavisual-range-container-focus{border:1px solid #4d90fe;box-shadow:inset 0 1px 2px rgba(0,0,0,.3);outline:0}.luckysheet-datavisual-range-input,.luckysheet-datavisual-range-input:focus{background:0 0!important;border:none!important;box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;height:25px;margin:0;outline:0!important;padding:1px 8px!important;width:100%}.luckysheet-datavisual-range-button-container{overflow:hidden;padding:0 0 0 8px;text-align:right;width:21px}.luckysheet-datavisual-range-button-container div{padding:2px 10px 0 10px;font-size:18px;cursor:pointer;color:#6598f3}.luckysheet-datavisual-range-button-container div:hover{color:#ff7e7e}.luckysheet-datavisual-quick-m{margin-top:5px}.luckysheet-datavisual-quick-list{left:90px;right:0;bottom:0;top:110px;position:absolute;overflow:auto;border-top:1px solid #e5e5e5;padding:5px 3px 35px 3px}.luckysheet-datavisual-quick-list-title{padding:4px 6px;background:#e5e5e5;margin-top:10px}.luckysheet-datavisual-quick-list-ul{overflow:hidden}.luckysheet-datavisual-quick-list-item{display:inline-block;margin:5px 8px;border:1px solid #dadada;width:100px;height:80px}.luckysheet-datavisual-quick-list-item:hover{border:1px solid #ff7e7e;box-shadow:0 0 20px #ff7e7e}.luckysheet-datavisual-quick-list-item img{display:inline-block;width:100px;height:80px}.luckysheet-datavisual-quick-list-item-active{border:1px solid #6598f3;box-shadow:0 0 20px #6598f3}.jfk-tooltip{z-index:300000}.jfk-tooltip-hide{-webkit-transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;-moz-transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;-o-transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;opacity:0;left:20px!important;top:20px!important;visibility:hidden!important}.jfk-tooltip{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transition:visibility 0,opacity .13s ease-in;-moz-transition:visibility 0,opacity .13s ease-in;-o-transition:visibility 0,opacity .13s ease-in;transition:visibility 0,opacity .13s ease-in;background-color:#2a2a2a;border:1px solid #fff;color:#fff;cursor:default;display:block;font-size:11px;font-weight:700;margin-left:-1px;opacity:1;padding:7px 9px;position:absolute;visibility:visible;white-space:pre-wrap;word-break:break-all;word-break:break-word}.jfk-tooltip-arrowup{top:-6px}.jfk-tooltip-arrow{pointer-events:none;position:absolute}.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter{border:5px solid}.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore{border:6px solid}.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore{content:'';display:block;height:0;position:absolute;width:0}.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter{border-top-width:0;top:1px}.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter{border-color:#2a2a2a transparent;left:-5px}.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore{border-top-width:0}.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore{border-color:#fff transparent;left:-6px}.luckysheet-datavisual-config{position:relative;width:100%;height:97%;overflow:auto;top:0}.luckysheet-datavisual-config input{outline:0}.luckysheet-datavisual-config .luckysheet-datavisual-accordion-title{position:relative;width:97%;height:33px;background:#f5f5f5;border:1px solid #e5e5e5;margin-top:30px;line-height:30px;font-weight:700;color:#d14836;cursor:pointer}.luckysheet-datavisual-config .luckysheet-datavisual-accordion-title:hover{background:#efefef;border:1px solid #e0e0e0}.luckysheet-datavisual-config .luckysheet-datavisual-accordion-content{position:relative;width:97%;border:1px solid #e5e5e5;border-top:1px solid #fff;display:none;color:#505050;padding-bottom:20px}.luckysheet-datavisual-config-input,.luckysheet-datavisual-config-input-no{background:#fff;border:1px solid #d9d9d9;border-top:1px solid silver;min-width:50px;width:90%;display:inline-block;height:24px;line-height:24px;padding:3px}.luckysheet-datavisual-config-input-no:focus,.luckysheet-datavisual-config-input:focus{border:1px solid #4d90fe;box-shadow:inset 0 1px 2px rgba(0,0,0,.3);outline:0}.luckysheet-datavisual-content-row{margin-left:15px;margin-bottom:5px;margin-top:15px;height:30px;line-height:30px}.luckysheet-datavisual-content-column{display:inline-block;position:relative}.luckysheet-datavisual-content-column-title{text-align:left;font-size:14px}.luckysheet-datavisual-content-column-right{text-align:right}.luckysheet-datavisual-content-rowsplit{height:5px;border-top:1px solid #e5e5e5;width:100%;margin-top:25px}.luckysheet-datavisual-content-rowsplit-sub{height:2px;border-top:1px dashed #e5e5e5;width:90%;margin:0 auto;margin-top:18px;text-align:center}.sp-replacer{padding:2px;border:solid 1px #e5e5e5;background:#f5f5f5}.ui-visual-focus{box-shadow:none}.luckysheet-datavisual-config-slider,.luckysheet-datavisual-config-slider-range{width:70%;display:inline-block}.luckysheet-datavisual-config-slider-range .luckysheet-slider-handle{width:45px;height:26px;top:50%;margin-top:-13px;text-align:center;line-height:26px}.luckysheet-datavisual-content-row-subtitle{display:none}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:48%}.luckysheet-datavisual-content-column-italic{font-style:italic;font-weight:700;font-family:'Times New Roman',Times,serif}.luckysheetChartAxisShow{display:none}.luckysheet-datavisual-chart-axistitle-show{display:none}.luckysheetChartseriesShow{display:none}#luckysheetswichxy-button,#piecutselect-button{width:70%}.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper{padding:.5em 0 .5em 3em}.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon{height:26px;width:26px;top:.1em;background-image:none}#luckysheetscatterselectshow-menu .ui-state-active,#luckysheetswichseries-menu .ui-state-active,#pie0cutselect-menu .ui-state-active,#pie1cutselect-menu .ui-state-active,#pie2cutselect-menu .ui-state-active{border:1px solid #f5f5f5;background:#f5f5f5;color:#333}.ui-front{z-index:100003}.luckysheet-datavisual-skin-menu{top:5px;position:absolute;left:0;width:90%;height:30px}#luckysheet-chart-theme-content{height:21px;width:120px}.luckysheet-datavisual-skin-c{position:absolute;left:0;top:38px;bottom:0;width:100%;overflow:auto}.luckysheet-datavisual-skin-c .luckysheet-datavisual-skin-item{display:inline-block;width:46%;height:152px;margin-right:5px;border:4px solid #efefef;border-radius:4px;position:relative;cursor:pointer}.luckysheet-datavisual-skin-c .luckysheet-datavisual-skin-item-more{display:inline-block;width:94%;height:32px;position:relative;cursor:pointer;font-size:20px;line-height:32px;margin-bottom:20px;text-align:center}.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-canvas,.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-cover{position:absolute;width:100%;height:100%;bottom:0}.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-cover{background-color:rgba(0,0,0,.4);color:#fff;font-size:14px;height:30%;transition:opacity .15s ease;-moz-transition:opacity .15s ease;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease}.luckysheet-datavisual-skin-item:hover .luckysheet-datavisual-skin-cover{opacity:1;z-index:2}.luckysheet-datavisual-skin-cover .luckysheet-datavisual-skin-cover-txt{position:absolute;width:80%;height:80%;top:10%;left:10%;text-align:center}.luckysheet-chart-point-config{position:relative;width:100%;height:100%;margin:0;font-size:12px}.luckysheet-chart-point-config-set{position:absolute;width:60%;height:100%;left:0;top:0}.luckysheet-chart-point-config-left{position:absolute;height:100%;width:50%;left:0;top:0}.luckysheet-chart-point-config-left-top{position:absolute;top:0;height:120px;width:100%}.luckysheet-chart-point-searchcondition{position:absolute;top:10px;bottom:10px;left:10px;right:10px}.luckysheet-chart-point-config-left-mid{position:absolute;top:120px;height:25px;width:100%;text-align:left;margin-left:20px;line-height:35px}.luckysheet-chart-point-config-left-mid span{color:#00f;cursor:pointer;text-decoration:underline;font-size:12px}.luckysheet-chart-point-config-left-bottom{position:absolute;top:0;bottom:0;margin-top:145px;width:100%}.luckysheet-chart-point-searchitem-c{position:absolute;width:100%;height:100%;overflow:hidden;overflow-y:auto;cursor:default}.luckysheet-chart-point-searchitem{display:inline-block;margin-left:5px;margin-top:5px;width:90px;border:2px solid #f5f5f5;background:#fff;text-align:center;padding:5px 0;user-select:none;cursor:default;position:relative}.luckysheet-chart-point-searchitem-selected{position:absolute;color:#616161;left:-6px;top:-10px;font-size:20px;display:none;font-weight:400}.luckysheet-chart-point-searchitem-active{box-shadow:0 0 4px #656565}.luckysheet-chart-point-searchitem-active .luckysheet-chart-point-searchitem-selected{display:block}.luckysheet-chart-point-searchitem-name{font-size:12px;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.luckysheet-chart-point-searchitem-dim{font-size:12px;opacity:.7;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#luckysheet-chart-point-selectedhelp{pointer-events:none;position:absolute;border:1px dotted #535353}.luckysheet-chart-point-config-right{position:absolute;height:100%;width:50%;top:0;right:0}.luckysheet-chart-point-itemconfig{position:absolute;top:10px;bottom:10px;left:10px;right:10px;overflow:auto}.luckysheet-chart-point-config-chart{position:absolute;width:40%;height:100%;right:0;top:0}.luckysheet-chart-point-config-chart-c{width:100%;height:80%;top:10%;position:relative}@media (max-width:776px){.luckysheet-chart-point-config-set{width:90%}.luckysheet-chart-point-config-chart{width:10%}}@media (min-width:768px){.luckysheet-chart-point-config-set{width:80%}.luckysheet-chart-point-config-chart{width:20%}}@media (min-width:1024px){.luckysheet-chart-point-config-set{width:70%}.luckysheet-chart-point-config-chart{width:30%}}@media (min-width:1280px){.luckysheet-chart-point-config-set{width:60%}.luckysheet-chart-point-config-chart{width:40%}}@media (min-width:1680px){.luckysheet-chart-point-config-set{width:50%}.luckysheet-chart-point-config-chart{width:50%}}.luckysheet-modal-dialog-slider{top:1px;bottom:1px;position:absolute;right:0;width:260px;border:1px solid #e5e5e5;z-index:1004;box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title{background:#333;color:#fff;height:39px;width:100%;position:absolute;top:0;left:0;line-height:39px;font-size:13px}.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title>span:first-child{margin-left:5px;font-weight:700}.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title>span:last-child{position:relative;float:right;margin-right:20px;cursor:pointer}.luckysheet-modal-dialog-slider-content{background:#efefef;margin-top:39px;width:100%;position:absolute;top:0;bottom:0;font-size:12px}.luckysheet-modal-dialog-slider-range{background:#e1e1de;color:#1b1b19;height:40px;font-size:13px;line-height:40px}.luckysheet-modal-dialog-slider-range>div:first-child{font-weight:700;overflow:hidden;text-overflow:ellipsis;float:left;max-width:170px;margin-right:10px;margin-left:5px;white-space:nowrap}.luckysheet-modal-dialog-slider-range>div:last-child{color:#00f;cursor:pointer;float:left}.luckysheet-modal-dialog-slider-list{width:250px;height:320px;overflow-y:scroll;margin:5px 0;margin-left:5px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fff}.luckysheet-modal-dialog-slider-list-title{height:20px;line-height:25px;padding:0 5px}.luckysheet-modal-dialog-slider-list .luckysheet-modal-dialog-slider-list-item{padding:0 4px;position:relative;width:228px;height:25px;user-select:none;border:1px solid #fff}.luckysheet-modal-dialog-slider-list .luckysheet-modal-dialog-slider-list-item:hover{background:#fff6cb;border:1px solid #ffe463}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-name{cursor:pointer;height:25px;line-height:25px;cursor:move;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;left:22px;right:40px;top:0}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected{width:20px;cursor:pointer;text-align:center;position:absolute;left:0;top:0;height:25px}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected i{margin-top:4px;font-size:16px}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected div{border:1px solid #9c9c9c;top:4px;left:1px;position:absolute;height:14px;width:14px;-moz-box-shadow:1px 1px 1px #dbdbdb inset;-webkit-box-shadow:1px 1px 1px #dbdbdb inset;box-shadow:1px 1px 1px #dbdbdb inset}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected div:hover{border:1px solid #5e5e5e}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered{width:20px;cursor:pointer;text-align:center;position:absolute;right:20px;top:2px;height:25px;display:none}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered i{margin-top:2px;font-size:16px}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered:hover i{color:#fb8686}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered i.fa-times{right:0;bottom:3px;color:red;font-size:9px;position:absolute}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filter{width:20px;cursor:pointer;text-align:center;position:absolute;right:0;top:0;height:25px}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filter i{margin-top:2px;font-size:16px}.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filter:hover i{color:#fb8686}.luckysheet-modal-dialog-slider-config-c{width:100%;position:absolute;margin-top:390px;top:0;bottom:3px}.luckysheet-modal-dialog-slider-config{height:50%;width:50%;position:absolute}.luckysheet-modal-dialog-slider-config>div:first-child{color:#1b1b19;font-size:13px;height:20px;line-height:20px;padding-left:5px}.luckysheet-modal-dialog-slider-config>div:first-child span{font-weight:700;font-weight:700;overflow:hidden}.luckysheet-modal-dialog-slider-config .luckysheet-modal-dialog-slider-config-list{position:absolute;margin-top:22px;margin-left:5px;left:0;right:5px;top:0;bottom:3px;border:1px solid #e5e5e5;user-select:none;overflow-y:auto;background:#fff}.luckysheet-modal-dialog-slider-config-list .luckysheet-modal-dialog-slider-config-item{position:relative;height:19px;line-height:19px;font-size:12px;border:1px solid #88adfd;background:#aac1fe;margin:2px}.luckysheet-modal-dialog-slider-config-list .luckysheet-modal-dialog-slider-config-item:hover{border:1px solid #0188fb;background:#5f9afc}.luckysheet-modal-dialog-slider-config-item-txt{position:absolute;height:100%;left:5px;right:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:move}.luckysheet-modal-dialog-slider-config-item-icon{position:absolute;height:100%;width:15px;right:0;top:-4px;cursor:pointer;font-size:14px}.luckysheet-modal-dialog-slider-config-item-icon:hover{color:#fa7272}.luckysheet-modal-dialog-config-filter{top:0;left:0}.luckysheet-modal-dialog-config-column{top:0;left:50%}.luckysheet-modal-dialog-config-row{top:50%;left:0}.luckysheet-modal-dialog-config-value{top:50%;left:50%}#luckysheet-modal-dialog-slider-pivot-move{position:absolute;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px dotted #000;color:#000;font-size:14px;opacity:.6;z-index:1005;padding:3px 8px;pointer-events:none;user-select:none}.luckysheet-modal-dialog-slider-chart{width:445px}.luckysheet-modal-dialog-slider-chart .luckysheet-modal-dialog-slider-title{background:#b94045}.luckysheet-modal-dialog-slider-chart .luckysheet-modal-dialog-slider-content{background:#fff}#luckysheet-dialog-pivotTable-clearitem{color:#00f;cursor:pointer;float:right;margin-right:30px}.luckysheet-freezebar-drop,.luckysheet-freezebar-handle{position:absolute;z-index:999}.luckysheet-freezebar-vertical-handle{width:4px;display:none}.luckysheet-freezebar-vertical-drop{width:4px}.luckysheet-freezebar-active .luckysheet-freezebar-vertical-handle{display:block;z-index:1003}.luckysheet-freezebar-vertical-handle-bar{width:2px;background:#dbe5f7;border-color:#a5c6fe;border-style:solid;border-width:0 1px;opacity:.45;margin-top:19px;top:0;bottom:0}.luckysheet-freezebar-vertical-handle-title{width:4px;background:#9dbefb;opacity:.8;height:19px;top:0}.luckysheet-freezebar-drop-bar,.luckysheet-freezebar-handle-bar{position:absolute;z-index:7}.luckysheet-freezebar-vertical-drop-bar{width:2px;background:rgba(0,0,0,.45);border-width:2px 1px 2px 2px;margin-top:19px;top:0;bottom:0}.luckysheet-freezebar-vertical-drop-title{width:2px;background:#bcbdbc;height:19px;top:0}.luckysheet-freezebar-active .luckysheet-freezebar-vertical-drop-bar,.luckysheet-freezebar-hover .luckysheet-freezebar-vertical-drop-bar{background:#c1c1c1;width:4px}.luckysheet-freezebar-active .luckysheet-freezebar-vertical-drop-title,.luckysheet-freezebar-hover .luckysheet-freezebar-vertical-drop-title{background:#5d88db;width:4px}.luckysheet-freezebar-horizontal-handle{height:4px;display:none}.luckysheet-freezebar-horizontal-drop{height:4px}.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-handle{display:block;z-index:1003}.luckysheet-freezebar-horizontal-handle-bar{height:2px;background:#dbe5f7;border-color:#a5c6fe;border-style:solid;border-width:1px 0;opacity:.45;margin-left:45px;left:0;right:0}.luckysheet-freezebar-horizontal-handle-title{height:4px;background:#9dbefb;opacity:.8;width:45px;left:0}.luckysheet-freezebar-horizontal-drop-bar{height:2px;overflow:hidden;background:rgba(0,0,0,.45);border-width:2px 2px 1px 2px;margin-left:45px;left:0;right:0}.luckysheet-freezebar-horizontal-drop-title{height:2px;background:#bcbdbc;width:45px;left:0}.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-drop-bar,.luckysheet-freezebar-hover .luckysheet-freezebar-horizontal-drop-bar{background:#c1c1c1;height:4px}.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-drop-title,.luckysheet-freezebar-hover .luckysheet-freezebar-horizontal-drop-title{background:#5d88db;height:4px}#luckysheet-functionbox-container{height:100%;padding-left:10px;overflow:hidden;position:absolute;padding:0;top:0;left:185px;right:10px;border-left:1px solid #e5e5e5}#luckysheet-functionbox-container>div{height:100%;overflow-x:hidden;overflow-y:auto;position:relative}#luckysheet-functionbox{bottom:6px;left:0;position:absolute;right:0;top:6px;resize:none;font-family:arial,sans,sans-serif;font-size:14px;line-height:14px;background-color:#fff;padding:0 5px}#luckysheet-functionbox .luckysheet-functionbox-cell-input{word-wrap:break-word;-webkit-nbsp-mode:space;-webkit-line-break:after-white-space}.luckysheet-functionbox-cell-input{width:100%;height:100%;margin:0;outline:0;cursor:text;-webkit-user-modify:read-write-plaintext-only;white-space:pre-wrap;-webkit-transform:translateZ(0);background-color:#fff}.luckysheet-formula-text-color{color:#000}.luckysheet-formula-text-string{color:#228b22}.luckysheet-formula-search-c{position:absolute;left:50%;top:50%;border:1px solid rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);color:#535353;font-size:12px;background:#fff;z-index:1003;width:300px;display:none}.luckysheet-formula-search-c .luckysheet-formula-search-item{background:#fff;padding:5px 10px;cursor:pointer}.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-detail{display:none;color:#444}.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-func{color:#222;font-size:14px}.luckysheet-formula-search-c .luckysheet-formula-search-item-active{display:block;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#f5f5f5}.luckysheet-formula-search-c .luckysheet-formula-search-item-active .luckysheet-formula-search-detail{display:block}.luckysheet-formula-help-c{display:none;position:absolute;left:20%;top:20%;border:1px solid rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);color:#535353;font-size:12px;background:#fff;z-index:1003;width:300px}.luckysheet-formula-help-c .luckysheet-formula-help-content{max-height:300px;overflow-y:scroll}.luckysheet-formula-help-content-example{margin-top:5px}.luckysheet-formula-help-title{display:block;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#f5f5f5;padding:2px 10px;font-size:14px}.luckysheet-formula-help-title-formula{width:250px;word-break:break-word}.luckysheet-arguments-help-section{margin-top:5px;margin-bottom:5px;color:#222}.luckysheet-arguments-help-section-title{padding:1px 10px;color:#666}.luckysheet-arguments-help-parameter-content{padding:1px 10px;display:inline-block;word-wrap:break-word}.luckysheet-arguments-help-formula{padding:1px 10px;font-size:14px}.luckysheet-arguments-help-parameter-active{background-color:#fff9b2}.luckysheet-formula-help-collapse{position:absolute;top:0;right:25px;font-size:16px;cursor:pointer;color:#bbb}.luckysheet-formula-help-close{position:absolute;top:0;right:5px;font-size:16px;cursor:pointer;color:#bbb}.luckysheet-formula-help-close:hover,.luckysheet-formula-help-collapse:hover{color:#555}.luckysheetLoader{font-size:20px;width:1em;height:1em;border-radius:50%;text-indent:-9999em;position:absolute;top:50%;left:50%;animation:load-effect 1s infinite linear}@keyframes load-effect{0%{box-shadow:0 -3em 0 .2em #0188fb,2em -2em 0 0 #0188fb,3em 0 0 -.5em #0188fb,2em 2em 0 -.5em #0188fb,0 3em 0 -.5em #0188fb,-2em 2em 0 -.5em #0188fb,-3em 0 0 -.5em #0188fb,-2em -2em 0 0 #0188fb}12.5%{box-shadow:0 -3em 0 0 #0188fb,2em -2em 0 .2em #0188fb,3em 0 0 0 #0188fb,2em 2em 0 -.5em #0188fb,0 3em 0 -.5em #0188fb,-2em 2em 0 -.5em #0188fb,-3em 0 0 -.5em #0188fb,-2em -2em 0 -.5em #0188fb}25%{box-shadow:0 -3em 0 -.5em #0188fb,2em -2em 0 0 #0188fb,3em 0 0 .2em #0188fb,2em 2em 0 0 #0188fb,0 3em 0 -.5em #0188fb,-2em 2em 0 -.5em #0188fb,-3em 0 0 -.5em #0188fb,-2em -2em 0 -.5em #0188fb}37.5%{box-shadow:0 -3em 0 -.5em #0188fb,2em -2em 0 -.5em #0188fb,3em 0 0 0 #0188fb,2em 2em 0 .2em #0188fb,0 3em 0 0 #0188fb,-2em 2em 0 -.5em #0188fb,-3em 0 0 -.5em #0188fb,-2em -2em 0 -.5em #0188fb}50%{box-shadow:0 -3em 0 -.5em #0188fb,2em -2em 0 -.5em #0188fb,3em 0 0 -.5em #0188fb,2em 2em 0 0 #0188fb,0 3em 0 .2em #0188fb,-2em 2em 0 0 #0188fb,-3em 0 0 -.5em #0188fb,-2em -2em 0 -.5em #0188fb}62.5%{box-shadow:0 -3em 0 -.5em #0188fb,2em -2em 0 -.5em #0188fb,3em 0 0 -.5em #0188fb,2em 2em 0 -.5em #0188fb,0 3em 0 0 #0188fb,-2em 2em 0 .2em #0188fb,-3em 0 0 0 #0188fb,-2em -2em 0 -.5em #0188fb}75%{box-shadow:0 -3em 0 -.5em #0188fb,2em -2em 0 -.5em #0188fb,3em 0 0 -.5em #0188fb,2em 2em 0 -.5em #0188fb,0 3em 0 -.5em #0188fb,-2em 2em 0 0 #0188fb,-3em 0 0 .2em #0188fb,-2em -2em 0 0 #0188fb}87.5%{box-shadow:0 -3em 0 0 #0188fb,2em -2em 0 -.5em #0188fb,3em 0 0 -.5em #0188fb,2em 2em 0 -.5em #0188fb,0 3em 0 -.5em #0188fb,-2em 2em 0 0 #0188fb,-3em 0 0 0 #0188fb,-2em -2em 0 .2em #0188fb}100%{box-shadow:0 -3em 0 .2em #0188fb,2em -2em 0 0 #0188fb,3em 0 0 -.5em #0188fb,2em 2em 0 -.5em #0188fb,0 3em 0 -.5em #0188fb,-2em 2em 0 -.5em #0188fb,-3em 0 0 -.5em #0188fb,-2em -2em 0 0 #0188fb}}.luckysheetpopover{position:absolute;background:rgba(0,0,0,.65);color:#fff;font-size:18px;padding:20px 100px;text-align:center;z-index:10000;border-radius:4px;user-select:none;display:none}.luckysheetpopover .luckysheetpopover-btn{position:absolute;right:10px;top:50%;margin-top:-12px;border:1px solid #fff;border-radius:4px;padding:2px 4px;cursor:pointer;font-size:14px}.luckysheetpopover .luckysheetpopover-btn:hover{border:1px solid #fea2a2;color:#fea2a2}.luckysheetPaintCursor{cursor:url(paint_24px.ico),auto}#luckysheet-search-replace .tabBox{margin-top:20px;font-size:0}#luckysheet-search-replace .tabBox span{display:inline-block;text-align:center;width:100px;border:1px solid #d4d4d4;font-size:14px;line-height:2}#luckysheet-search-replace .tabBox span.on{background-color:#8c89fe;border-color:#726efe;color:#fff}#luckysheet-search-replace .ctBox{padding:5px 10px;border:solid 1px #d4d4d4;font-size:14px}#luckysheet-search-replace .inputBox{height:90px;position:relative}#luckysheet-search-replace .inputBox .textboxs{height:30px;line-height:30px}#luckysheet-search-replace .inputBox .checkboxs{height:90px;position:absolute;right:0;top:0}#luckysheet-search-replace .inputBox .checkboxs div{height:30px;line-height:30px}#luckysheet-search-replace .inputBox .checkboxs input[type=checkbox]{float:left;margin-top:9px}#luckysheet-search-replace .btnBox{margin-top:10px}#luckysheet-search-replace .btnBox button{margin:0 2.5px}#luckysheet-search-replace #searchAllbox{height:210px;border:1px solid #d4d4d4;margin-top:10px;overflow-y:auto;position:relative}#luckysheet-search-replace #searchAllbox .boxTitle{width:100%;height:30px;line-height:29px;padding:0 5px;background-color:#fff;border-bottom:1px solid #d4d4d4;box-sizing:border-box;position:sticky;left:0;top:0}#luckysheet-search-replace #searchAllbox .boxTitle span{display:inline-block;text-align:center}#luckysheet-search-replace #searchAllbox .boxTitle span:nth-of-type(1){width:25%}#luckysheet-search-replace #searchAllbox .boxTitle span:nth-of-type(2){width:25%}#luckysheet-search-replace #searchAllbox .boxTitle span:nth-of-type(3){width:50%}#luckysheet-search-replace #searchAllbox .boxMain .boxItem{height:30px;line-height:29px;border-bottom:1px solid #d4d4d4;padding:0 5px;box-sizing:border-box}#luckysheet-search-replace #searchAllbox .boxMain .boxItem.on{background-color:#8c89fe;color:#fff}#luckysheet-search-replace #searchAllbox .boxMain .boxItem span{display:block;text-align:center;float:left}#luckysheet-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(1){width:25%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#luckysheet-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(2){width:25%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#luckysheet-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(3){width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#luckysheet-search-formula{font-size:12px}#luckysheet-search-formula .inpbox{margin-bottom:5px}#luckysheet-search-formula .inpbox label{display:block;margin-bottom:5px}#luckysheet-search-formula .inpbox input{width:100%;height:24px;line-height:24px;border:1px solid #d4d4d4;padding:0 10px;box-sizing:border-box;font-size:12px}#luckysheet-search-formula .selbox{margin-bottom:5px}#luckysheet-search-formula .selbox select{width:50%;height:24px;line-height:24px;border:1px solid #d4d4d4;box-sizing:border-box;font-size:12px}#luckysheet-search-formula .listbox label{display:block;margin-bottom:5px}#formulaTypeList{width:300px;height:170px;border:1px solid #d4d4d4;overflow-y:scroll}#formulaTypeList .listBox{padding:5px;border-bottom:1px solid #d4d4d4}#formulaTypeList .listBox.on{background-color:#8c89fe;color:#fff}#formulaTypeList .listBox span:nth-of-type(1){display:block}#formulaTypeList .listBox span:nth-of-type(2){display:block}#luckysheet-search-formula-parm{width:502px;font-size:12px}#luckysheet-search-formula-parm .parmListBox{width:500px;padding:5px 0;border:1px solid #d4d4d4}#luckysheet-search-formula-parm .parmBox{height:30px;line-height:30px;margin-bottom:5px}#luckysheet-search-formula-parm .parmBox:last-child{margin-bottom:0}#luckysheet-search-formula-parm .parmBox .name{width:90px;height:30px;padding:0 5px;float:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#luckysheet-search-formula-parm .parmBox .txt{width:198px;height:28px;border:1px solid #d4d4d4;float:left}#luckysheet-search-formula-parm .parmBox .txt input{width:150px;height:28px;padding:0 10px;border:none;outline-style:none;float:left}#luckysheet-search-formula-parm .parmBox .txt i{float:right;margin-top:8px;margin-right:5px}#luckysheet-search-formula-parm .fa-table{cursor:pointer;color:#6598f3}#luckysheet-search-formula-parm .fa-table:hover{color:#ff7e7e}#luckysheet-search-formula-parm .parmBox .val{width:190px;height:30px;line-height:30px;padding:0 5px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#luckysheet-search-formula-parm .formulaDetails{padding:5px}#luckysheet-search-formula-parm .parmDetailsBox{max-height:100px;padding:5px 0 5px 20px;overflow-y:scroll}#luckysheet-search-formula-parm .parmDetailsBox span{display:inline-block}#luckysheet-search-formula-parm .result{padding:5px;border-top:1px solid #d4d4d4}#textCellColor{border:1px solid #d4d4d4;padding:5px 10px}#textCellColor .colorbox{height:30px;line-height:30px;margin-bottom:10px}#textCellColor .colorbox input[type=checkbox]{float:left;margin-top:10px}#textCellColor .colorbox label{display:inline-block;width:80px}#luckysheet-multiRange-dialog input,#luckysheet-singleRange-dialog input{border:1px solid #d4d4d4;padding:0 10px;height:30px}#luckysheet-conditionformat-dialog{font-size:12px}#luckysheet-conditionformat-dialog .box .boxTitleOne{margin:5px 0;font-weight:600}#luckysheet-conditionformat-dialog .box .inpbox{width:198px;height:28px;border:1px solid #d4d4d4}#luckysheet-conditionformat-dialog .box .inpbox input{width:150px;height:28px;padding:0 10px;border:none;outline-style:none;float:left}#luckysheet-conditionformat-dialog .box .inpbox2{float:left;width:108px;height:28px;border:1px solid #d4d4d4}#luckysheet-conditionformat-dialog .box .inpbox2 input{width:60px;height:28px;padding:0 10px;border:none;outline-style:none;float:left}#luckysheet-conditionformat-dialog .box i.fa-table{float:right;margin-top:8px;margin-right:5px}#luckysheet-conditionformat-dialog .box .fa-table{cursor:pointer;color:#6598f3}#luckysheet-conditionformat-dialog .box .fa-table:hover{color:#ff7e7e}#luckysheet-conditionformat-dialog .box #daterange-btn{width:188px;height:28px;padding:0 5px;line-height:28px;border:1px solid #d4d4d4;cursor:pointer}#luckysheet-conditionformat-dialog .box .selectbox{width:150px;height:30px}#luckysheet-icon-dataBar-menuButton .bgImgBox{width:28px;height:26px;background:url(../plugins/images/CFdataBar.png) no-repeat}#luckysheet-icon-colorGradation-menuButton .bgImgBox{width:28px;height:26px;background:url(../plugins/images/CFcolorGradation.png) no-repeat}#luckysheet-administerRule-dialog{font-size:12px}#luckysheet-administerRule-dialog .chooseSheet{height:24px;line-height:24px;margin-bottom:5px}#luckysheet-administerRule-dialog .chooseSheet select{height:24px;padding:0 5px;box-sizing:border-box;font-size:12px}#luckysheet-administerRule-dialog .ruleBox{border:1px solid #d4d4d4}#luckysheet-administerRule-dialog .ruleBox .ruleBtn{padding:2.5px 5px;border-bottom:1px solid #d4d4d4}#luckysheet-administerRule-dialog .ruleBox .ruleBtn button{margin-right:10px;font-size:12px}#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle{height:30px;padding:0 10px;border-bottom:1px solid #d4d4d4}#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span{display:block;height:100%;line-height:29px;float:left}#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span:nth-of-type(1){width:30%}#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span:nth-of-type(2){width:20%}#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span:nth-of-type(3){width:45%}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox{height:150px;overflow-y:scroll}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item{height:24px;padding:2.5px 10px;border-bottom:1px solid #d4d4d4}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item.on{background-color:#8c89fe}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleName{width:30%;height:100%;line-height:24px;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;box-sizing:border-box}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item.on .ruleName{color:#fff}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .format{width:20%;height:100%;line-height:24px;float:left;position:relative}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .format .colorbox{display:inline-block;width:16px;height:16px;border:solid 1px #d0d0d0;margin:3px 5px;cursor:pointer}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange{width:45%;height:100%;border:1px solid #d4d4d4;float:left;margin-left:10px;box-sizing:border-box;background-color:#fff}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange input{width:130px;height:22px;padding:0 5px;border:none;outline-style:none;float:left}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange i.fa-table{float:right;cursor:pointer;color:#6598f3;margin-top:6px;margin-right:5px}#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange i.fa-table:hover{color:#ff7e7e}.luckysheet-newEditorRule-dialog{font-size:12px}.luckysheet-newEditorRule-dialog .boxTitle{margin-bottom:5px}.luckysheet-newEditorRule-dialog .ruleTypeBox{border:1px solid #d4d4d4;margin-bottom:10px}.luckysheet-newEditorRule-dialog .ruleTypeBox .ruleTypeItem{padding:3px 5px;cursor:pointer}.luckysheet-newEditorRule-dialog .ruleTypeBox .ruleTypeItem.on{background-color:#7c79fe;color:#fff}.luckysheet-newEditorRule-dialog .ruleTypeBox .ruleTypeItem .icon{font-family:Arial,Helvetica,sans-serif}.luckysheet-newEditorRule-dialog .ruleExplainBox{border:1px solid #d4d4d4;padding:10px}.luckysheet-newEditorRule-dialog .ruleExplainBox .title{display:block;font-weight:600;margin-bottom:5px}.luckysheet-newEditorRule-dialog .ruleExplainBox select{height:30px;font-size:12px;float:left;margin-right:5px}.luckysheet-newEditorRule-dialog .ruleExplainBox .inpbox{width:100px;height:30px;border:1px solid #d4d4d4;box-sizing:border-box;font-size:12px;float:left}.luckysheet-newEditorRule-dialog .ruleExplainBox .inpbox input{width:70px;height:100%;border:none;outline-style:none;padding:0 5px}.luckysheet-newEditorRule-dialog .ruleExplainBox .txt{display:block;height:100%;line-height:30px;float:left;margin:0 5px}.luckysheet-newEditorRule-dialog .ruleExplainBox #isPercent{float:left;margin:9px 0 8px 10px}.luckysheet-newEditorRule-dialog i.fa-table{float:right;margin-top:8px;margin-right:5px}.luckysheet-newEditorRule-dialog .fa-table{cursor:pointer;color:#6598f3}.luckysheet-newEditorRule-dialog .fa-table:hover{color:#ff7e7e}.luckysheet-newEditorRule-dialog .iconsBox{height:30px;margin-bottom:5px;position:relative}.luckysheet-newEditorRule-dialog .iconsBox label{display:block;width:80px;height:30px;line-height:30px;float:left}.luckysheet-newEditorRule-dialog .iconsBox .showbox{width:150px;height:20px;padding:4px 4px 4px 10px;border:1px solid #e5e5e5;background-color:#f5f5f5;float:left;cursor:pointer}.luckysheet-newEditorRule-dialog .iconsBox .showbox .model{width:125px;height:20px;background:url(../plugins/images/CFicons.png) no-repeat;background-size:256px;float:left}.luckysheet-newEditorRule-dialog .iconsBox ul{display:none;width:164px;max-height:150px;overflow-y:auto;background-color:#fff;border:1px solid #e5e5e5;position:absolute;left:80px;top:30px;list-style:none;margin:0;padding:0}.luckysheet-newEditorRule-dialog .iconsBox ul li{padding:5px 10px;background-color:#fff;cursor:pointer}.luckysheet-newEditorRule-dialog .iconsBox ul li:hover{background-color:#dfdfdf}.luckysheet-newEditorRule-dialog .iconsBox ul li div{width:125px;height:20px;background:url(../plugins/images/CFicons.png) no-repeat;background-size:256px}#luckysheet-CFicons-dialog .box{padding:10px;border:1px solid #dfdfdf;font-size:14px}#luckysheet-CFicons-dialog .box .title{height:20px;line-height:20px;padding:0 10px;background-color:#ebebeb}#luckysheet-CFicons-dialog .box .list{width:300px;padding:5px 0}#luckysheet-CFicons-dialog .box .list .left{width:50%;float:left}#luckysheet-CFicons-dialog .box .list .right{width:50%;float:right}#luckysheet-CFicons-dialog .box .list .item{width:125px;height:20px;padding:2.5px 10px;background-color:#fff;cursor:pointer}#luckysheet-CFicons-dialog .box .list .item:hover{background-color:#dfdfdf}#luckysheet-CFicons-dialog .box .list .item div{width:125px;height:20px;background:url(../plugins/images/CFicons.png) no-repeat;background-size:256px}#luckysheet-modal-dialog-slider-alternateformat{width:280px;font-size:12px}#luckysheet-modal-dialog-slider-alternateformat .luckysheet-modal-dialog-slider-content{background-color:#fff;overflow-y:scroll}#luckysheet-modal-dialog-slider-alternateformat .textTitle{padding:5px 10px;font-weight:600}#luckysheet-alternateformat-range{width:198px;height:28px;border:1px solid #d4d4d4;margin-left:10px}#luckysheet-alternateformat-range input{width:150px;height:28px;padding:0 10px;border:none;outline-style:none;float:left}#luckysheet-alternateformat-range .fa-table{float:right;margin-top:8px;margin-right:5px;cursor:pointer;color:#6598f3}#luckysheet-alternateformat-range .fa-table:hover{color:#ff7e7e}#luckysheet-alternateformat-checkbox{padding:5px 10px;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;margin:10px 0}#luckysheet-alternateformat-checkbox div{height:20px;line-height:20px}#luckysheet-alternateformat-checkbox div:first-child{margin-bottom:5px}#luckysheet-alternateformat-checkbox input[type=checkbox]{float:left;cursor:pointer;margin-top:4px}#luckysheet-alternateformat-modelList{padding:0 10px;margin-bottom:10px}#luckysheet-alternateformat-modelCustom{padding:0 10px;margin-bottom:10px}#luckysheet-modal-dialog-slider-alternateformat .modelbox{display:inline-block;width:36px;padding:2px;border:2px solid #fff;box-sizing:border-box;margin-right:4px;margin-bottom:4px;cursor:pointer}#luckysheet-modal-dialog-slider-alternateformat .modelbox.on{border-color:#726efe}#luckysheet-modal-dialog-slider-alternateformat .modelbox .box{width:100%;border:1px solid #d4d4d4;box-sizing:border-box}#luckysheet-modal-dialog-slider-alternateformat .modelbox .box span{display:block;width:100%;height:10px;line-height:9px;text-align:center;border-bottom:1px solid #d4d4d4;box-sizing:border-box}#luckysheet-modal-dialog-slider-alternateformat .modelbox .box span:last-child{line-height:10px;border-bottom:none}#luckysheet-alternateformat-modelToning{padding:10px}#luckysheet-alternateformat-modelToning .toningbox{height:25px;margin-bottom:5px}#luckysheet-alternateformat-modelToning .toningbox .toningShow{width:150px;height:100%;line-height:23px;text-align:center;border:1px solid #d4d4d4;float:left;margin-right:10px}#luckysheet-alternateformat-modelToning .toningbox .luckysheet-color-menu-button-indicator{width:20px;float:left;user-select:none;cursor:pointer}#luckysheet-alternateformat-modelToning .toningbox .luckysheet-color-menu-button-indicator .luckysheet-icon{user-select:none;margin-bottom:-6px}#luckysheet-alternateformat-colorSelect-dialog .currenColor{font-size:12px;margin-bottom:5px}#luckysheet-alternateformat-colorSelect-dialog .currenColor span{display:inline-block;width:16px;height:16px;border:solid 1px #d0d0d0;margin-left:5px;margin-bottom:-5px;cursor:pointer}#luckysheet-alternateformat-rangeDialog input{border:1px solid #d4d4d4;padding:0 10px;height:30px}#luckysheet-ifFormulaGenerator-dialog{font-size:12px}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox{height:30px;margin-bottom:10px}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox label{display:block;width:100px;height:100%;line-height:30px;padding:0 5px;text-align:right;float:left}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox{width:150px;height:100%;padding:0 10px;border:1px solid #d4d4d4;box-sizing:border-box;float:left}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox input{width:100px;height:100%;padding:0;border:none;outline-style:none;background:0 0;float:left}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox i.fa-table{font-size:14px;color:#6598f3;float:right;margin-right:0;margin-top:8px;cursor:pointer}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox i.fa-table:hover{color:#ff7e7e}#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox span.text{height:100%;line-height:30px;padding:0 5px;float:left}#luckysheet-ifFormulaGenerator-dialog #largeRange,#luckysheet-ifFormulaGenerator-dialog #smallRange{width:100px;height:100%;padding:0 10px;border:1px solid #d4d4d4;box-sizing:border-box;float:left}#luckysheet-ifFormulaGenerator-dialog #rangeAssess{height:100%;line-height:30px;float:left;margin-left:20px}#luckysheet-ifFormulaGenerator-dialog #rangeAssess i.fa-table{color:#6598f3;cursor:pointer}#luckysheet-ifFormulaGenerator-dialog #rangeAssess i.fa-table:hover{color:#ff7e7e}#luckysheet-ifFormulaGenerator-dialog #DivisionMethod{width:100px;height:100%;border:1px solid #d4d4d4;box-sizing:border-box;float:left}#luckysheet-ifFormulaGenerator-dialog #DivisionMethodVal{width:120px;height:100%;border:1px solid #d4d4d4;padding:0 10px;box-sizing:border-box;float:left;margin-left:10px}#luckysheet-ifFormulaGenerator-dialog #createBtn{width:100px;height:100%;line-height:30px;border-radius:5px;text-align:center;font-size:14px;color:#fff;background-color:#8c89fe;float:right;cursor:pointer}#luckysheet-ifFormulaGenerator-dialog .ifList{border-top:1px solid #d4d4d4;height:180px;padding:10px;overflow-y:scroll}#luckysheet-ifFormulaGenerator-dialog .ifList .item{height:30px;margin-bottom:10px}#luckysheet-ifFormulaGenerator-dialog .ifList .item input{width:80px;height:100%;border:1px solid #d4d4d4;padding:0 5px;background:0 0;box-sizing:border-box;float:left}#luckysheet-ifFormulaGenerator-dialog .ifList .item input.markText{width:140px}#luckysheet-ifFormulaGenerator-dialog .ifList .item select{width:50px;height:100%;padding:0 5px;border:1px solid #d4d4d4;box-sizing:border-box;float:left;margin:0 10px}#luckysheet-ifFormulaGenerator-dialog .ifList .item span{height:100%;line-height:30px;float:left;margin:0 10px}#luckysheet-ifFormulaGenerator-dialog .ifList .item i.fa-remove{font-size:16px;float:left;margin-left:15px;margin-top:7px;color:#d6d6d6;cursor:pointer}#luckysheet-ifFormulaGenerator-dialog .ifList .item i.fa-remove:hover{color:#333}#luckysheet-ifFormulaGenerator-multiRange-dialog input,#luckysheet-ifFormulaGenerator-singleRange-dialog input{border:1px solid #d4d4d4;padding:0 10px;height:30px}.pictorialBarUploadImg:hover{border:1px solid #ccc!important;background:#efefef}#luckysheet-dropCell-icon #icon_dropCell{width:25px;height:15px;background-image:url(../plugins/images/icon_dropCell.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%}#luckysheet-locationCell-dialog .listbox{border:1px solid #dfdfdf;padding:10px;font-size:14px;color:#000}#luckysheet-locationCell-dialog .listbox .listItem{padding:5px 0}#luckysheet-locationCell-dialog .listbox .listItem input[type=radio]{float:left;margin-top:5px}#luckysheet-locationCell-dialog .listbox .listItem .subbox{height:30px;padding:0 10px}#luckysheet-locationCell-dialog .listbox .listItem .subbox .subItem{float:left;margin-right:5px}#luckysheet-moreFormat-dialog{font-size:14px;color:#000}#luckysheet-moreFormat-dialog .decimal{margin-bottom:5px;height:30px;line-height:30px}#luckysheet-moreFormat-dialog .decimal input{width:80px;height:24px;padding:0 5px}#luckysheet-moreFormat-dialog .listbox{border:1px solid #666;height:240px;overflow-y:auto}#luckysheet-moreFormat-dialog .listbox .listItem{height:30px;padding:0 20px 0 10px;border-bottom:1px solid #dfdfdf}#luckysheet-moreFormat-dialog .listbox .listItem.on{background-color:#7c79fe;color:#fff}#luckysheet-moreFormat-dialog .listbox .listItem .name{line-height:29px;float:left}#luckysheet-moreFormat-dialog .listbox .listItem .value{line-height:30px;float:right;color:gray}#luckysheet-moreFormat-dialog .listbox .listItem.on .value{color:#fff}#luckysheet-splitColumn-dialog{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#luckysheet-splitColumn-dialog .box{font-size:14px}#luckysheet-splitColumn-dialog .box .boxTitle{padding:5px}#luckysheet-splitColumn-dialog .box .boxMain{padding:5px;border:1px solid #dfdfdf}#luckysheet-splitColumn-dialog .box input[type=checkbox]{float:left;margin-top:5px}#luckysheet-splitColumn-dialog .box .boxMain input[type=text]{margin-left:5px;width:50px;padding:0 5px}#luckysheet-splitColumn-dialog .box #splitColumnData{height:100px;overflow-y:auto}#luckysheet-splitColumn-dialog .box #splitColumnData table{border-collapse:collapse}#luckysheet-splitColumn-dialog .box #splitColumnData td{border:1px solid #333}.luckysheet-datavisual-config .luckysheet-datavisual-accordion-content:last-child{padding-bottom:100px}.luckysheet-postil-dialog-move{position:absolute;margin:0;padding:0;top:0;left:0;bottom:0;right:0;pointer-events:none}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item{position:absolute;pointer-events:all;cursor:move}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-t{width:100%;height:3px;border-bottom:1px solid #000;left:0;top:-4px}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-r{width:3px;height:100%;border-left:1px solid #000;right:-4px;top:0}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-b{width:100%;height:3px;border-top:1px solid #000;left:0;bottom:-4px}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-l{width:3px;height:100%;border-right:1px solid #000;left:-4px;top:0}.luckysheet-postil-show-active .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item{border-color:#0188fb}.luckysheet-postil-dialog-resize{position:absolute;margin:0;padding:0;top:-2px;left:-2px;bottom:-2px;right:-2px;pointer-events:none}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item{position:absolute;height:6px;width:6px;border:1px solid #0188fb;pointer-events:all}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lt{left:-6px;top:-6px;cursor:se-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mt{left:50%;top:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lm{top:50%;left:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rm{top:50%;right:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rt{right:-6px;top:-6px;cursor:ne-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lb{left:-6px;bottom:-6px;cursor:ne-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mb{left:50%;bottom:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rb{right:-6px;bottom:-6px;cursor:se-resize}.luckysheet-datavisual-config .luckysheet-datavisual-accordion-content:last-child{padding-bottom:100px}.luckysheet-datavisual-left .el-tabs__content{overflow:auto}#luckysheet-modal-dialog-activeImage .luckysheet-modal-dialog-content{width:100%;height:100%;position:absolute;left:0;top:0;cursor:move;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}#luckysheet-modal-dialog-cropping::before{content:"";outline:1px solid #fff;position:absolute;left:33.3%;right:33.3%;top:0;bottom:0;z-index:1;pointer-events:none}#luckysheet-modal-dialog-cropping::after{content:"";outline:1px solid #fff;position:absolute;left:0;right:0;top:33.3%;bottom:33.3%;z-index:1;pointer-events:none}#luckysheet-modal-dialog-cropping .cropping-mask{filter:brightness(.5);position:absolute;background-size:100% 100%;left:0;top:0}#luckysheet-modal-dialog-cropping .cropping-content{position:absolute;overflow:hidden;background-position:0 0;left:0;top:0;width:100%;height:100%}#luckysheet-modal-dialog-cropping .luckysheet-modal-dialog-resize{border:none;position:absolute;margin:0;padding:0;top:0;left:0;bottom:0;right:0;pointer-events:all}#luckysheet-modal-dialog-cropping .resize-item{width:0;height:0;background:0 0;border:none;position:absolute;z-index:3}#luckysheet-modal-dialog-cropping .resize-item::before{content:"";display:block;position:absolute;background:#000}#luckysheet-modal-dialog-cropping .resize-item::after{content:"";display:block;position:absolute;background:#000}#luckysheet-modal-dialog-cropping .lt{left:0;top:0;cursor:nwse-resize}#luckysheet-modal-dialog-cropping .lt::before{width:18px;height:4px;left:0;top:0;border-right:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .lt::after{width:4px;height:14px;left:0;top:4px;border-right:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .mt{left:50%;top:0;cursor:ns-resize}#luckysheet-modal-dialog-cropping .mt::before{width:18px;height:4px;left:-11px;top:0;border-left:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .rt{right:0;top:0;cursor:nesw-resize}#luckysheet-modal-dialog-cropping .rt::before{width:18px;height:4px;right:0;top:0;border-left:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .rt::after{width:4px;height:14px;right:0;top:4px;border-left:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .lm{left:0;top:50%;cursor:ew-resize}#luckysheet-modal-dialog-cropping .lm::before{width:4px;height:18px;left:0;top:-11px;border-right:2px solid #fff;border-top:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .rm{right:0;top:50%;cursor:ew-resize}#luckysheet-modal-dialog-cropping .rm::before{width:4px;height:18px;right:0;top:-11px;border-left:2px solid #fff;border-top:2px solid #fff;border-bottom:2px solid #fff}#luckysheet-modal-dialog-cropping .lb{left:0;bottom:0;cursor:nesw-resize}#luckysheet-modal-dialog-cropping .lb::before{width:18px;height:4px;left:0;bottom:0;border-right:2px solid #fff;border-top:2px solid #fff}#luckysheet-modal-dialog-cropping .lb::after{width:4px;height:14px;left:0;bottom:4px;border-right:2px solid #fff;border-top:2px solid #fff}#luckysheet-modal-dialog-cropping .rb{right:0;bottom:0;cursor:nwse-resize}#luckysheet-modal-dialog-cropping .rb::before{width:18px;height:4px;right:0;bottom:0;border-left:2px solid #fff;border-top:2px solid #fff}#luckysheet-modal-dialog-cropping .rb::after{width:4px;height:14px;right:0;bottom:4px;border-left:2px solid #fff;border-top:2px solid #fff}#luckysheet-modal-dialog-cropping .mb{left:50%;bottom:0;cursor:ns-resize}#luckysheet-modal-dialog-cropping .mb::before{width:18px;height:4px;left:-11px;bottom:0;border-left:2px solid #fff;border-right:2px solid #fff;border-top:2px solid #fff}#luckysheet-modal-dialog-slider-imageCtrl .luckysheet-modal-dialog-slider-content{background-color:#fff}#luckysheet-modal-dialog-slider-imageCtrl .slider-box{border-bottom:1px solid #e1e4e8}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-title{padding:10px 20px;font-weight:600}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-radios{padding:10px 30px}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .radio-item{margin-bottom:10px}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .radio-item:last-child{margin-bottom:0}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .radio-item input{vertical-align:sub}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-checkbox{padding:10px 30px;border-top:1px solid #e1e4e8}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-checkbox input{vertical-align:middle}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-borderConfig{padding:10px 30px}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item{margin-bottom:10px}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item:last-child{margin-bottom:0}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item label{display:inline-block;width:40px}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item input{width:130px;padding:5px}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item .imgItemBorderColor{display:inline-block;width:20px;height:20px;padding:2px;border:1px solid #e1e4e8;vertical-align:middle;cursor:pointer}#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item .imgItemBorderColor span{display:block;width:100%;height:100%}#luckysheet-imageCtrl-colorSelect-dialog .currenColor{font-size:12px;margin-bottom:5px}#luckysheet-imageCtrl-colorSelect-dialog .currenColor span{display:inline-block;width:16px;height:16px;border:solid 1px #d0d0d0;margin-left:5px;margin-bottom:-5px;cursor:pointer}#luckysheet-modal-dialog-activeImage,#luckysheet-modal-dialog-cropping{background:0 0;box-shadow:none}.luckysheet-modal-dialog-image{border:none;box-shadow:none;background:0 0;box-shadow:none;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}#luckysheet-modal-dialog-activeImage .luckysheet-modal-dialog-content,.luckysheet-modal-dialog-image .luckysheet-modal-dialog-content{background:0 0}.cell-date-picker{position:absolute;display:none}#luckysheet-insertLink-dialog{user-select:none}#luckysheet-insertLink-dialog .box{font-size:12px}#luckysheet-insertLink-dialog .box-item{height:30px;line-height:30px;margin-bottom:10px}#luckysheet-insertLink-dialog .box-item label{display:inline-block;width:80px;text-align:right;margin-right:10px}#luckysheet-insertLink-dialog .box-item input{width:200px;height:30px;padding:0 10px;border:1px solid #d4d4d4;outline-style:none;box-sizing:border-box}#luckysheet-insertLink-dialog .box-item select{width:200px;height:30px;padding:0 5px;border:1px solid #d4d4d4;outline-style:none;box-sizing:border-box}#luckysheet-dataVerification-dialog{user-select:none}#luckysheet-dataVerification-dialog .box{font-size:12px}#luckysheet-dataVerification-dialog .box select{width:100%;height:30px;border-color:#d4d4d4;outline-style:none}#luckysheet-dataVerification-dialog .box input::-webkit-input-placeholder{color:#d4d4d4}#luckysheet-dataVerification-dialog .box input:-moz-placeholder{color:#d4d4d4}#luckysheet-dataVerification-dialog .box input::-moz-placeholder{color:#d4d4d4}#luckysheet-dataVerification-dialog .box input:-ms-input-placeholder{color:#d4d4d4}#luckysheet-dataVerification-dialog .box-item{padding:10px;border-bottom:1px solid #e1e4e8}#luckysheet-dataVerification-dialog .box-item .box-item-title{font-size:14px;font-weight:600;margin-bottom:10px}#luckysheet-dataVerification-dialog .box-item .range{width:100%;height:30px;border:1px solid #d4d4d4}#luckysheet-dataVerification-dialog .box-item .range input{width:calc(100% - 30px);height:30px;padding:0 10px;float:left;border:none;outline-style:none;box-sizing:border-box}#luckysheet-dataVerification-dialog .box-item .range i.fa-table{float:right;margin-top:9px;margin-right:5px;cursor:pointer;color:#6598f3}#luckysheet-dataVerification-dialog .box-item .show-box{margin-top:10px}#luckysheet-dataVerification-dialog .box-item .check-box{height:30px;line-height:30px;margin-bottom:10px}#luckysheet-dataVerification-dialog .box-item .check-box:last-child{margin-bottom:0}#luckysheet-dataVerification-dialog .box-item .check-box input{height:30px;padding:0 10px;border:1px solid #d4d4d4;box-sizing:border-box}#luckysheet-dataVerification-dialog .box-item .check{line-height:30px}#luckysheet-dataVerification-dialog .box-item .check input{vertical-align:text-top}#luckysheet-dataVerification-dialog .box-item .input{height:30px;line-height:30px;margin-top:10px}#luckysheet-dataVerification-dialog .box-item .input input{height:30px;padding:4px 10px 4px 10px;border:1px solid #d4d4d4;box-sizing:border-box}#luckysheet-dataVerification-dialog .box-item .input1 input{width:150px}#luckysheet-dataVerification-dialog .box-item .input2 input{width:100%}#luckysheet-dataVerification-dialog .box-item .input span{display:inline-block;width:30px;text-align:center}#luckysheet-dataVerification-dialog .data-verification-hint-text{width:100%;height:30px;border:1px solid #d4d4d4;margin-top:10px}#luckysheet-dataVerification-dialog .data-verification-hint-text input{display:block;width:100%;height:100%;padding:0 10px;border:none;outline-style:none;box-sizing:border-box}#luckysheet-dataVerification-dialog .show-box .show-box-item{display:none}#luckysheet-dataVerificationRange-dialog input{height:30px;padding:0 10px;border:1px solid #d4d4d4;outline-style:none}#luckysheet-dataVerification-dropdown-btn{display:none;width:20px;height:20px;background-color:#fff;position:absolute;z-index:10;overflow:hidden}#luckysheet-dataVerification-dropdown-btn::after{content:'';width:10px;height:10px;background:url(arrow-down.png) center no-repeat;position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}#luckysheet-dataVerification-dropdown-List{display:none;background-color:#fff;border:1px solid #ccc;box-shadow:0 2px 4px rgba(0,0,0,.2);position:absolute;z-index:10000;box-sizing:border-box}#luckysheet-dataVerification-dropdown-List .dropdown-List-item{padding:5px 10px;box-sizing:border-box;cursor:pointer}#luckysheet-dataVerification-dropdown-List .dropdown-List-item:hover{background-color:#e1e1e1}#luckysheet-dataVerification-showHintBox{display:none;padding:10px;background-color:#fff;border:1px solid #ccc;box-shadow:0 2px 4px rgba(0,0,0,.2);position:absolute;z-index:1000;user-select:none;cursor:default;white-space:nowrap}.luckysheet-print-viewList{position:relative;float:right;width:126px;height:22px;line-height:22px;text-align:center;white-space:nowrap;overflow:hidden;display:flex;align-items:center;user-select:none}.luckysheet-print-viewBtn{position:absolute;top:0;left:0;width:42px;height:22px;align-items:center;justify-content:center;cursor:pointer}.luckysheet-print-viewBtn .iconfont{font-size:22px}.luckysheet-print-viewBtn:hover{background:#e1e4e8}.luckysheet-print-viewBtn-active{background:#dcdcdc;cursor:default}.luckysheet-print-viewBtn-active:hover{background:#dcdcdc}.luckysheet-print-viewNormal{left:0}.luckysheet-print-viewLayout{left:42px}.luckysheet-print-viewPage{left:84px}#luckysheet-modal-dialog-slider-protection .luckysheet-modal-dialog-slider-content{background:#fff}.luckysheet-slider-protection-config{position:absolute;width:100%}.luckysheet-slider-protection-row{position:relative;width:98%;height:35px;left:1%}.luckysheet-slider-protection-column{position:absolute;height:100%}.luckysheet-protection-rangeItem-dialog input,.luckysheet-protection-rangeItem-dialog textarea,.luckysheet-protection-sheet-validation input,.luckysheet-slider-protection-config input,.luckysheet-slider-protection-config textarea{border:1px solid #d4d4d4;outline:0}.luckysheet-protection-rangeItem-dialog input:focus,.luckysheet-protection-rangeItem-dialog textarea:focus,.luckysheet-protection-sheet-validation input:focus,.luckysheet-slider-protection-config input:focus,.luckysheet-slider-protection-config textarea:focus{border:1px solid #0389fb;outline:0}.luckysheet-protection-input{width:100%;height:19px;position:relative}.luckysheet-protection-textarea{width:100%;height:47px;position:relative;resize:none}.luckysheet-protection-column-2x{width:20%}.luckysheet-protection-column-3x{width:30%}.luckysheet-protection-column-4x{width:40%}.luckysheet-protection-column-5x{width:50%}.luckysheet-protection-column-6x{width:60%}.luckysheet-protection-column-7x{width:70%}.luckysheet-protection-column-8x{width:80%}.luckysheet-protection-column-9x{width:90%}.luckysheet-protection-column-10x{width:100%}.luckysheet-protection-column-left{text-align:left}.luckysheet-protection-column-center{text-align:center}.luckysheet-protection-column-right{text-align:right}.luckysheet-slider-protection-ok{position:absolute;width:100%;height:100%;background:#0188fb;color:#fff;text-align:center;line-height:45px;font-size:16px;cursor:pointer}.luckysheet-slider-protection-ok:hover{background:#0181ee}.luckysheet-slider-protection-ok:active{background:#0074da}.luckysheet-slider-protection-cancel{position:absolute;width:100%;height:100%;background:#e6e6e6;color:#353535;text-align:center;line-height:45px;font-size:16px;cursor:pointer}.luckysheet-slider-protection-cancel:hover{background:#d6d6d6}.luckysheet-slider-protection-cancel:active{background:#c7c7c7}.luckysheet-slider-protection-addRange{line-height:23px;font-size:12px;top:2px;height:23px}.luckysheet-protection-rangeItem{position:relative;width:100%;height:30px;line-height:30px;font-size:12px;overflow:hidden}.luckysheet-protection-rangeItem:hover{background:#d5d5d5}.luckysheet-protection-rangeItem>div{position:absolute;height:100%;text-align:center;overflow:hidden}.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-del{left:5px;top:5px;height:20px;width:20px;font-size:14px;line-height:20px;cursor:pointer}.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-name{left:30px;width:80px;text-align:left}.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-range{left:110px;width:120px}.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-update{left:230px;width:30px;font-size:14px;top:5px;height:20px;width:20px;line-height:20px;cursor:pointer}.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-del:hover,.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-update:hover{background:#0181ee;color:#fff}.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-del:active,.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-update:active{background:#0074da;color:#fff}.luckysheet-protection-rangeItem-content{position:relative;width:350px;height:270px}#luckysheet-protection-rangeItem-dialog .luckysheet-slider-protection-column .range{width:100%;height:30px;border:1px solid #d4d4d4}#luckysheet-protection-rangeItem-dialog .luckysheet-slider-protection-column .range input{width:calc(100% - 30px);height:30px;padding:0 10px;float:left;border:none;outline-style:none;box-sizing:border-box}#luckysheet-protection-rangeItem-dialog .luckysheet-slider-protection-column .range i.fa-table{float:right;margin-top:9px;margin-right:5px;cursor:pointer;color:#6598f3}.luckysheet-protection-rangeItemTextarea{width:100%;height:120px;position:relative;resize:none}.luckysheet-protection-rangeItemiInput{width:100%;height:23px;position:relative}.luckysheet-protection-sheet-validation{width:390px;height:180px;display:none}.luckysheet-zoom-content{position:relative;float:right;width:210px;height:22px;line-height:22px;text-align:right;padding-right:10px;white-space:nowrap;overflow:hidden;display:flex;align-items:center;user-select:none}.luckysheet-zoom-content .luckysheet-zoom-minus{position:absolute;top:0;left:0;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.luckysheet-zoom-content .luckysheet-zoom-minus-icon{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIycHgiIHZpZXdCb3g9IjAgMCAxNCAyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2MyAoOTI0NDUpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPnJpcWlxdWppYW7lpIfku70gNDU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iMjAyMC8wOC8xNCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IueUu+adv+Wkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwNC4wMDAwMDAsIC0xMDY0LjAwMDAwMCkiIGZpbGw9IiM0NDRENUEiPgogICAgICAgICAgICA8ZyBpZD0icmlxaXF1amlhbuWkh+S7vS0xMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2OTkuMDAwMDAwLCAxMDUzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDExLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);width:14px;height:2px}.luckysheet-zoom-content .luckysheet-zoom-minus:hover{background-color:#e1e4e8}.luckysheet-zoom-content .luckysheet-zoom-slider{position:absolute;top:0;left:25px;width:100px;height:100%;display:flex;align-items:center}.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-line{position:absolute;top:10px;width:100px;height:2px;background:#e1e4e8}.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-cursor{position:absolute;top:7px;width:8px;height:8px;border-radius:8px;background:#b5bdb8;cursor:pointer;z-index:2;transition:all .3s}.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-cursor:hover{transform:scale(1.2);transform-origin:center center;background:#a0a0a0}.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-hundred{position:absolute;top:9px;width:2px;height:4px;left:49px;background:#1e1e1f}.luckysheet-zoom-content .luckysheet-zoom-plus{position:absolute;top:0;left:130px;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.luckysheet-zoom-content .luckysheet-zoom-plus .luckysheet-zoom-plus-icon{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzICg5MjQ0NSkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+cmlxaXF1amlhbuWkh+S7vSA0NjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSIyMDIwLzA4LzE0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i55S75p2/5aSH5Lu9LTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODQ4LjAwMDAwMCwgLTEwNTguMDAwMDAwKSIgZmlsbD0iIzQ0NEQ1QSI+CiAgICAgICAgICAgIDxnIGlkPSJyaXFpcXVqaWFu5aSH5Lu9LTExOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTg0My4wMDAwMDAsIDEwNTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i57yW57uEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB4PSIwIiB5PSI2IiB3aWR0aD0iMTQiIGhlaWdodD0iMiI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaLlpIfku70iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtNy4wMDAwMDApICIgeD0iMCIgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);width:14px;height:14px}.luckysheet-zoom-content .luckysheet-zoom-plus:hover{background-color:#e1e4e8}.luckysheet-zoom-content .luckysheet-zoom-ratioText{position:absolute;top:0;left:155px;width:60px;color:#1e1e1f;font-size:12px;text-align:left;cursor:pointer}.luckysheet-zoom-content .luckysheet-zoom-ratioText:hover{background-color:#e1e4e8}.flatpickr-calendar{background:0 0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-box-shadow:0 3px 13px rgba(0,0,0,.08);box-shadow:0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #eceef1}.flatpickr-calendar.hasTime .flatpickr-innerContainer{border-bottom:0}.flatpickr-calendar.hasTime .flatpickr-time{border:1px solid #eceef1}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#eceef1}.flatpickr-calendar.arrowTop:after{border-bottom-color:#eceef1}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#eceef1}.flatpickr-calendar.arrowBottom:after{border-top-color:#eceef1}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{border-radius:5px 5px 0 0;background:#eceef1;color:#5a6171;fill:#5a6171;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#5a6171;fill:#5a6171}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#bbb}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(72,72,72,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(72,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(72,72,72,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(90,97,113,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#5a6171}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#5a6171}.flatpickr-current-month input.cur-year{background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(90,97,113,.5);background:0 0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:#eceef1;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:0;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:0}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#eceef1;outline:0;padding:0}.flatpickr-weekdays{background:#eceef1;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:#eceef1;color:#5a6171;line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;border-left:1px solid #eceef1;border-right:1px solid #eceef1}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #eceef1;box-shadow:-1px 0 0 #eceef1}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#484848;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e2e2e2;border-color:#e2e2e2}.flatpickr-day.today{border-color:#bbb}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#bbb;background:#bbb;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#ff5a5f;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#ff5a5f}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #ff5a5f;box-shadow:-10px 0 0 #ff5a5f}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2;box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(72,72,72,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(72,72,72,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #ff5a5f,5px 0 0 #ff5a5f;box-shadow:-5px 0 0 #ff5a5f,5px 0 0 #ff5a5f}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;border-left:1px solid #eceef1}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(72,72,72,.3);background:0 0;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;background:#fff;border-bottom:1px solid #eceef1}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:0 0 5px 5px}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#484848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#484848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#484848;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#484848;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eaeaea}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}span.flatpickr-day.selected{font-weight:700} diff --git a/public/js/luckysheet/css/menuSprite.svg b/public/js/luckysheet/css/menuSprite.svg deleted file mode 100644 index b32266608..000000000 --- a/public/js/luckysheet/css/menuSprite.svg +++ /dev/null @@ -1,505 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diagram_icon_18dp - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Artboard 2 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -slide_18_18 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ic_process_1_18px - -ic_timeline_1_18px - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/js/luckysheet/css/paint_16px.ico b/public/js/luckysheet/css/paint_16px.ico deleted file mode 100644 index 7ae58fc45..000000000 Binary files a/public/js/luckysheet/css/paint_16px.ico and /dev/null differ diff --git a/public/js/luckysheet/css/paint_24px.ico b/public/js/luckysheet/css/paint_24px.ico deleted file mode 100644 index c816fcc15..000000000 Binary files a/public/js/luckysheet/css/paint_24px.ico and /dev/null differ diff --git a/public/js/luckysheet/css/paint_32px.ico b/public/js/luckysheet/css/paint_32px.ico deleted file mode 100644 index 8044fff70..000000000 Binary files a/public/js/luckysheet/css/paint_32px.ico and /dev/null differ diff --git a/public/js/luckysheet/css/sprite38.svg b/public/js/luckysheet/css/sprite38.svg deleted file mode 100644 index 741d72b60..000000000 --- a/public/js/luckysheet/css/sprite38.svg +++ /dev/null @@ -1,528 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diagram_icon_18dp - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ic_process_1_18px - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ic_timeline_1_18px - Artboard 2 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - -slide_18_18 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/js/luckysheet/css/waffle_sprite.png b/public/js/luckysheet/css/waffle_sprite.png deleted file mode 100644 index 336ce4f1d..000000000 Binary files a/public/js/luckysheet/css/waffle_sprite.png and /dev/null differ diff --git a/public/js/luckysheet/demoData/demoFeature.js b/public/js/luckysheet/demoData/demoFeature.js deleted file mode 100644 index c404cb39f..000000000 --- a/public/js/luckysheet/demoData/demoFeature.js +++ /dev/null @@ -1,42 +0,0 @@ - -// Features specially written for demo - -(function() { - - // language - function language(params) { - - var lang = navigator.language||navigator.userLanguage;//常规浏览器语言和IE浏览器 - lang = lang.substr(0, 2);//截取lang前2位字符 - - return lang; - - } - // Tencent Forum Link Button - function supportButton() { - const text = language() === 'zh' ? '反馈' : 'Forum'; - const link = language() === 'zh' ? 'https://support.qq.com/product/288322' : 'https://groups.google.com/g/luckysheet'; - - document.querySelector("body").insertAdjacentHTML('beforeend', ''+ text +''); - } - - supportButton() - - /** - * Get url parameters - */ - function getRequest() { - var vars = {}; - var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, - function(m,key,value) { - vars[key] = value; - }); - return vars; - } - - window.luckysheetDemoUtil = { - language:language, - getRequest:getRequest - } - -})() \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetCell.js b/public/js/luckysheet/demoData/sheetCell.js deleted file mode 100644 index b9d7e0f9a..000000000 --- a/public/js/luckysheet/demoData/sheetCell.js +++ /dev/null @@ -1,1578 +0,0 @@ -window.sheetCell = { - "name": "Cell", - "config": { - "merge": { - "13_5": { - "r": 13, - "c": 5, - "rs": 3, - "cs": 1 - }, - "13_7": { - "r": 13, - "c": 7, - "rs": 3, - "cs": 2 - }, - "14_2": { - "r": 14, - "c": 2, - "rs": 1, - "cs": 2 - }, - "15_10": { - "r": 15, - "c": 10, - "rs": 4, - "cs": 3 - } - }, - "borderInfo": [ - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 3, - "l": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 10, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 4, - "l": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 10, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 5, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 6, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 7, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 8, - "l": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 1, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 2, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 3, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 4, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 5, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 1, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 1, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 8, - "l": { - "style": 2, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 2, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 2, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 2, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 2, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 3, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 5, - "l": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "t": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 6, - "r": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "t": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 8, - "r": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 9, - "l": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 2, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 3, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 5, - "l": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "b": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 6, - "r": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "b": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 8, - "r": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 9, - "l": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 2, - "l": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 3, - "r": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 5, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "t": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "t": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "t": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 2, - "l": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 3, - "r": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 5, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 2, - "l": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 3, - "r": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 5, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "b": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "b": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "b": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "4", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 5, - 5 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 8, - 8 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 8 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "4", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 7, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "1", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 8, - 8 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "5", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 6, - 6 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "6", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 5, - 5 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 2, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "9", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 5, - 5 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "8", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 6, - 6 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "13", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 7, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "13", - "color": "#ff0000", - "range": [ - { - "row": [ - 6, - 6 - ], - "column": [ - 11, - 11 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "10", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "11", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "11", - "color": "#ff0000", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "3", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "3", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "9", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "2", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "9", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 10, - "l": { - "color": "#ff0000", - "style": "13" - }, - "r": { - "color": "#ff0000", - "style": "13" - }, - "t": { - "color": "#ff0000", - "style": "13" - }, - "b": { - "color": "#ff0000", - "style": "13" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 6, - "col_index": 11, - "l": null, - "r": null, - "t": null, - "b": null - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 10, - "l": null, - "r": null, - "t": null, - "b": null - } - }, - { - "rangeType": "range", - "borderType": "border-outside", - "style": "13", - "color": "#00ff00", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-horizontal", - "style": "13", - "color": "#00ff00", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-vertical", - "style": "13", - "color": "#ff9900", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 5, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-outside", - "style": "13", - "color": "#ff9900", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 5, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "1", - "color": "#ff9900", - "range": [ - { - "row": [ - 19, - 19 - ], - "column": [ - 6, - 6 - ] - } - ] - } - ], - "rowlen": { - "0": 20, - "1": 20, - "2": 20, - "3": 20, - "4": 20, - "5": 20, - "6": 20, - "7": 20, - "8": 20, - "9": 20, - "10": 20, - "11": 20, - "12": 20, - "13": 20, - "14": 20, - "15": 20, - "16": 20, - "17": 31, - "18": 20, - "19": 20, - "20": 20, - "21": 20, - "22": 20, - "23": 20, - "24": 20, - "25": 79, - "26": 20, - "27": 20, - "28": 80, - "29": 36 - }, - "columnlen": { - "0": 131, - "2": 153, - "3": 128, - "4": 136, - "5": 122, - "6": 138, - "7": 131, - "8": 128, - "9": 140, - "10": 144 - }, - "rowhidden": { - "30": 0, - "31": 0 - }, - "customHeight": { - "29": 1 - }, - "customWidth": { - "2": 1 - } - }, - "index": "0", - "zoomRatio": 1, - "order": "0", - "column": 18, - "row": 36, - "status": 1, - "celldata": [{"r":0,"c":0,"v":{"customKey":{a:1},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":1,"ct":{"fa":"General","t":"n"},"m":"1"}},{"r":0,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":2,"ct":{"fa":"General","t":"n"},"m":"2"}},{"r":0,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":3,"ct":{"fa":"General","t":"n"},"m":"3"}},{"r":0,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":0,"ct":{"fa":"General","t":"n"},"m":"0","f":"=Formula!D3+Formula!D4"}},{"r":0,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":0,"v":{"v":"Background","ct":{"fa":"General","t":"g"},"m":"Background","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":2,"v":{"bg":"rgb(30, 144, 255)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":4,"v":{"bg":"rgb(0, 255, 0)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":0,"v":{"v":"Border","ct":{"fa":"General","t":"g"},"m":"Border","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"ct":{"fa":"General","t":"inlineStr","s":[{"ff":"Arial","fc":"rgb(255, 0, 0)","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":"Inline"},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":" "},{"ff":"Arial","fc":"#000000","fs":16,"cl":1,"un":0,"bl":0,"it":1,"v":"Style"},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":" "},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":1,"it":0,"v":"Cell"}]}}},{"r":5,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":13,"c":5,"rs":3,"cs":1}}},{"r":13,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":13,"c":7,"rs":3,"cs":2}}},{"r":13,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":13,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":0,"v":{"v":"Span","ct":{"fa":"General","t":"g"},"m":"Span","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":14,"c":2,"rs":1,"cs":2}}},{"r":14,"c":3,"v":{"mc":{"r":14,"c":2}}},{"r":14,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":5,"v":{"mc":{"r":13,"c":5}}},{"r":14,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":7,"v":{"mc":{"r":13,"c":7}}},{"r":14,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":14,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":5,"v":{"mc":{"r":13,"c":5}}},{"r":15,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":7,"v":{"mc":{"r":13,"c":7}}},{"r":15,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":15,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10,"rs":4,"cs":3}}},{"r":15,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":15,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":16,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":16,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":16,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":17,"c":0,"v":{"v":"Font","ct":{"fa":"General","t":"g"},"m":"Font","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":3,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":13,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":4,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":9,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":5,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":13,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":6,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":"rgb(255, 215, 0)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":7,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(67, 110, 238)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":17,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":17,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":18,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":18,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":18,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":19,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":"rgb(67, 110, 238)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(255, 215, 0)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":3,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":1,"it":0,"ff":0,"fs":"10","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":4,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":1,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":5,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"cl":1,"m":"Luckysheet"}},{"r":19,"c":6,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"0","cl":1}},{"r":19,"c":7,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":0,"v":{"v":"Format","ct":{"fa":"General","t":"g"},"m":"Format","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":2,"v":{"ct":{"fa":"##0.00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"0.25","v":0.25}},{"r":21,"c":3,"v":{"ct":{"fa":"$#,##0.00_);($#,##0.00)","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"$0.25 ","v":0.25}},{"r":21,"c":4,"v":{"ct":{"fa":"\"$\" 0.00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"$ 0.25","v":0.25}},{"r":21,"c":5,"v":{"ct":{"fa":"0%","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"25%","v":0.25}},{"r":21,"c":6,"v":{"ct":{"fa":"# ?/?","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":" 1/4","v":0.25}},{"r":21,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":2,"v":{"ct":{"fa":"0.00E+00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"2.50E-01","v":0.25}},{"r":23,"c":3,"v":{"v":0.25,"ct":{"fa":"0.00","t":"n"},"m":"0.25","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":4,"v":{"ct":{"fa":"AM/PM h:mm:ss","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"AM 12:00:00"}},{"r":23,"c":5,"v":{"ct":{"fa":"yyyy/MM/dd","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"2020/07/20"}},{"r":23,"c":6,"v":{"ct":{"fa":"yyyy\"年\"M\"月\"d\"日\"","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"2020年7月20日"}},{"r":23,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":0,"v":{"v":"Alignment","ct":{"fa":"General","t":"g"},"m":"Alignment","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":2,"v":{"v":"Top Left","ct":{"fa":"General","t":"g"},"m":"Top Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"1"}},{"r":25,"c":3,"v":{"v":"Top Center","ct":{"fa":"General","t":"g"},"m":"Top Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"1"}},{"r":25,"c":4,"v":{"v":"Top Right","ct":{"fa":"General","t":"g"},"m":"Top Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"1"}},{"r":25,"c":5,"v":{"v":"Center Left","ct":{"fa":"General","t":"g"},"m":"Center Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"0"}},{"r":25,"c":6,"v":{"v":"Center Center","ct":{"fa":"General","t":"g"},"m":"Center Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"0"}},{"r":25,"c":7,"v":{"v":"Center Right","ct":{"fa":"General","t":"g"},"m":"Center Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"0"}},{"r":25,"c":8,"v":{"v":"Bottom Left","ct":{"fa":"General","t":"g"},"m":"Bottom Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"2"}},{"r":25,"c":9,"v":{"v":"Bottom Center","ct":{"fa":"General","t":"g"},"m":"Bottom Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"2"}},{"r":25,"c":10,"v":{"v":"Bottom Right","ct":{"fa":"General","t":"g"},"m":"Bottom Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"2"}},{"r":26,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":0,"v":{"v":"WordWrap","ct":{"fa":"General","t":"g"},"m":"WordWrap","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":2,"v":{"v":"ABCDEFGHIJKLMNOPQRSTUVWXYZ","ct":{"fa":"General","t":"g"},"m":"ABCDEFGHIJKLMNOPQRSTUVWXYZ","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"tb":"2"}},{"r":28,"c":3,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"tb":"1"}},{"r":28,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":29,"c":0,"v":{"ct":{"fa":"General","t":"inlineStr","s":[{"ff":"\"times new roman\"","fc":"rgb(51, 51, 51)","fs":"12","cl":0,"un":0,"bl":1,"it":0,"v":"TextRotate"}]},"ht":"1","vt":"0"}},{"r":29,"c":2,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"1","tb":"2","ht":"1","fs":"12"}},{"r":29,"c":3,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"2","tb":"2","ht":"0","fs":"12"}},{"r":29,"c":4,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"4","tb":"2","ht":"1","fs":"12","vt":"2"}},{"r":29,"c":5,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"5","tb":"2","ht":"1","fs":"12"}},{"r":29,"c":6,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"1","tb":"1","ht":"1","fs":"12","vt":"0"}},{"r":30,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"hidden1","m":"hidden1"}},{"r":31,"c":0,"v":{"m":"hidden2","ct":{"fa":"General","t":"g"},"v":"hidden2"}},{"r":33,"c":0,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}}], - "ch_width": 2361, - "rh_height": 936, - "luckysheet_select_save": [ - { - "left": 741, - "width": 138, - "top": 796, - "height": 19, - "left_move": 741, - "width_move": 138, - "top_move": 796, - "height_move": 19, - "row": [ - 33, - 33 - ], - "column": [ - 6, - 6 - ], - "row_focus": 33, - "column_focus": 6 - } - ], - "calcChain": [ - { - "r": 0, - "c": 3, - "index": "0", - "func": [ - true, - 3, - "=Formula!A1+Formula!B1" - ], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - } - ], - "scrollLeft": 0, - "scrollTop": 0 -} -// export default sheetCell \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetChart.js b/public/js/luckysheet/demoData/sheetChart.js deleted file mode 100644 index 4d10493d0..000000000 --- a/public/js/luckysheet/demoData/sheetChart.js +++ /dev/null @@ -1,4918 +0,0 @@ -window.sheetChart = { - "name": "Chart", - "color": "", - "status": 0, - "order": 8, - "index": "Sheet_6az6nei65t1i_1596209937084", - "celldata": [{ - "r": 0, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 1, - "v": { - "v": "Mon", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Mon", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 2, - "v": { - "v": "Tues", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Tues", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 3, - "v": { - "v": "Wed", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Wed", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 4, - "v": { - "v": "Thur", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Thur", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 5, - "v": { - "v": "Fri", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fri", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 6, - "v": { - "v": "Sat", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sat", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 7, - "v": { - "v": "Sun", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sun", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 0, - "v": { - "v": "BUS", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "BUS", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 1, - "v": { - "v": 320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 2, - "v": { - "v": 302, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "302", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 3, - "v": { - "v": 301, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "301", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 4, - "v": { - "v": 334, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "334", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 5, - "v": { - "v": 390, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "390", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 6, - "v": { - "v": 330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 7, - "v": { - "v": 320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 0, - "v": { - "v": "UBER", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "UBER", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 1, - "v": { - "v": 120, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "120", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 2, - "v": { - "v": 132, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "132", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 3, - "v": { - "v": 101, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "101", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 4, - "v": { - "v": 134, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "134", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 5, - "v": { - "v": 90, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "90", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 6, - "v": { - "v": 230, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "230", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 7, - "v": { - "v": 210, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "210", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 0, - "v": { - "v": "TAXI", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "TAXI", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 1, - "v": { - "v": 220, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "220", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 2, - "v": { - "v": 182, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "182", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 3, - "v": { - "v": 191, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "191", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 4, - "v": { - "v": 234, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "234", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 5, - "v": { - "v": 290, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "290", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 6, - "v": { - "v": 330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 7, - "v": { - "v": 310, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "310", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 0, - "v": { - "v": "SUBWAY", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "SUBWAY", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 1, - "v": { - "v": 820, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "820", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 2, - "v": { - "v": 832, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "832", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 3, - "v": { - "v": 901, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "901", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 4, - "v": { - "v": 934, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "934", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 5, - "v": { - "v": 1290, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1290", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 6, - "v": { - "v": 1330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 7, - "v": { - "v": 1320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 0, - "v": { - "v": "country", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "country", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 1, - "v": { - "v": "Population", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Population", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 0, - "v": { - "v": "India", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "India", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 1, - "v": { - "v": 1354051854, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1354051854", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 24, - "c": 0, - "v": { - "v": "Pakistan", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Pakistan", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 24, - "c": 1, - "v": { - "v": 200813818, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "200813818", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 0, - "v": { - "v": "China", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "China", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 1, - "v": { - "v": 1415045928, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1415045928", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 26, - "c": 0, - "v": { - "v": "Japan", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Japan", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 26, - "c": 1, - "v": { - "v": 127185332, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "127185332", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 27, - "c": 0, - "v": { - "v": "South-Eastern", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "South-Eastern", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 27, - "c": 1, - "v": { - "v": 655636576, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "655636576", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 28, - "c": 0, - "v": { - "v": "Western", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Western", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 28, - "c": 1, - "v": { - "v": 272298399, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "272298399", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 29, - "c": 0, - "v": { - "v": "Eastern", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Eastern", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 29, - "c": 1, - "v": { - "v": 433643132, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "433643132", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 30, - "c": 0, - "v": { - "v": "Western", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Western", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 30, - "c": 1, - "v": { - "v": 381980688, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "381980688", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 31, - "c": 0, - "v": { - "v": "Northern", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Northern", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 31, - "c": 1, - "v": { - "v": 237784677, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "237784677", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 32, - "c": 0, - "v": { - "v": "Others", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Others", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 32, - "c": 1, - "v": { - "v": 234512021, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "234512021", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 33, - "c": 0, - "v": { - "v": "Europe", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Europe", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 33, - "c": 1, - "v": { - "v": 742648010, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "742648010", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }], - "row": 84, - "column": 60, - "config": { - "merge": {}, - "rowlen": { - "0": 20, - "1": 20, - "2": 20, - "3": 20, - "4": 20, - "22": 20, - "23": 20, - "24": 20, - "25": 20, - "26": 20, - "27": 20, - "28": 20, - "29": 20, - "30": 20, - "31": 20, - "32": 20, - "33": 20 - } - }, - "pivotTable": null, - "isPivotTable": false, - "ch_width": 4560, - "rh_height": 1807, - "luckysheet_select_save": [{ - "left": 0, - "width": 73, - "top": 445, - "height": 20, - "left_move": 0, - "width_move": 147, - "top_move": 445, - "height_move": 251, - "row": [22, 33], - "column": [0, 1], - "row_focus": 22, - "column_focus": 0 - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 185, - "chart": [{ - "chart_id": "chart_p145W6i73otw_1596209943446", - "width": 400, - "height": 250, - "left": 20, - "top": 120, - "sheetIndex": "Sheet_6az6nei65t1i_1596209937084", - "needRangeShow": true, - "chartOptions": { - "chart_id": "chart_p145W6i73otw_1596209943446", - "chartAllType": "echarts|column|default", - "chartPro": "echarts", - "chartType": "pie", - "chartStyle": "default", - "chartData": [ - [{ - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Mon", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Mon", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Tues", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Tues", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Wed", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Wed", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Thur", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Thur", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Fri", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fri", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Sat", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sat", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Sun", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sun", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "BUS", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "BUS", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 302, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "302", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 301, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "301", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 334, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "334", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 390, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "390", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "UBER", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "UBER", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 120, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "120", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 132, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "132", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 101, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "101", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 134, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "134", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 90, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "90", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 230, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "230", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 210, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "210", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "TAXI", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "TAXI", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 220, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "220", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 182, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "182", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 191, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "191", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 234, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "234", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 290, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "290", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 310, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "310", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "SUBWAY", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "SUBWAY", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 820, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "820", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 832, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "832", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 901, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "901", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 934, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "934", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1290, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1290", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }] - ], - "rangeArray": [{ - "row": [0, 4], - "column": [0, 7] - }], - "rangeTxt": "A1:H5", - "rangeColCheck": { - "exits": true, - "range": [0, 0] - }, - "rangeRowCheck": { - "exits": true, - "range": [0, 0] - }, - "rangeConfigCheck": false, - "rangeSplitArray": { - "title": { - "row": [0, 0], - "column": [0, 0] - }, - "rowtitle": { - "row": [0, 0], - "column": [1, 7] - }, - "coltitle": { - "row": [1, 4], - "column": [0, 0] - }, - "content": { - "row": [1, 4], - "column": [1, 7] - }, - "type": "normal", - "range": { - "row": [0, 4], - "column": [0, 7] - } - }, - "chartDataCache": { - "label": ["Mon", "Tues", "Wed", "Thur", "Fri", "Sat", "Sun"], - "xAxis": ["BUS", "UBER", "TAXI", "SUBWAY"], - "series": [ - [320, 302, 301, 334, 390, 330, 320], - [120, 132, 101, 134, 90, 230, 210], - [220, 182, 191, 234, 290, 330, 310], - [820, 832, 901, 934, 1290, 1330, 1320] - ], - "series_tpye": { - "0": "num", - "1": "num", - "2": "num", - "3": "num", - "4": "num", - "5": "num", - "6": "num" - } - }, - "chartDataSeriesOrder": { - "0": 0, - "1": 1, - "2": 2, - "3": 3, - "4": 4, - "5": 5, - "6": 6, - "length": 7 - }, - "defaultOption": { - "title": { - "show": false, - "text": "默认标题", - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "position": { - "value": "left-top", - "offsetX": 40, - "offsetY": 50 - } - }, - "subtitle": { - "show": false, - "text": "", - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "distance": { - "value": "auto", - "cusGap": 40 - } - }, - "config": { - "color": "transparent", - "fontFamily": "Sans-serif", - "grid": { - "value": "normal", - "top": 5, - "left": 10, - "right": 20, - "bottom": 10 - } - }, - "legend": { - "show": true, - "selectMode": "multiple", - "selected": [{ - "seriesName": "衣服", - "isShow": true - }, { - "seriesName": "食材", - "isShow": true - }, { - "seriesName": "图书", - "isShow": true - }], - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "position": { - "value": "left-top", - "offsetX": 40, - "offsetY": 50, - "direction": "horizontal" - }, - "width": { - "value": "auto", - "cusSize": 25 - }, - "height": { - "value": "auto", - "cusSize": 14 - }, - "distance": { - "value": "auto", - "cusGap": 10 - }, - "itemGap": 10, - "data": ["Mon", "Tues", "Wed", "Thur", "Fri", "Sat", "Sun"] - }, - "tooltip": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "backgroundColor": "rgba(50,50,50,0.7)", - "triggerOn": "mousemove", - "triggerType": "item", - "axisPointer": { - "type": "line", - "style": { - "color": "#555", - "width": "normal", - "type": "solid" - } - }, - "format": [{ - "seriesName": "衣服", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, { - "seriesName": "食材", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, { - "seriesName": "图书", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }], - "position": "auto" - }, - "axis": { - "axisType": "xAxisDown", - "xAxisUp": { - "show": false, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示X轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "prefix": "", - "suffix": "", - "optimize": 0, - "distance": 0, - "min": "auto", - "max": "auto", - "ratio": 1, - "digit": "auto" - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "axisLine": { - "onZero": false - } - }, - "xAxisDown": { - "show": true, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示X轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "prefix": "", - "suffix": "", - "optimize": 0, - "distance": 0, - "min": null, - "max": null, - "ratio": 1, - "digit": "auto" - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "data": ["BUS", "UBER", "TAXI", "SUBWAY"], - "type": "category" - }, - "yAxisLeft": { - "show": true, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示Y轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "formatter": { - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, - "split": 5, - "min": null, - "max": null, - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto", - "distance": 0 - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "type": "value" - }, - "yAxisRight": { - "show": false, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示Y轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "formatter": { - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, - "split": 5, - "min": null, - "max": null, - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto", - "distance": 0 - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - } - } - }, - "series": [{ - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [320, 120, 220, 820], - "type": "bar", - "name": "Mon", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [302, 132, 182, 832], - "type": "bar", - "name": "Tues", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [301, 101, 191, 901], - "type": "bar", - "name": "Wed", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [334, 134, 234, 934], - "type": "bar", - "name": "Thur", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [390, 90, 290, 1290], - "type": "bar", - "name": "Fri", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [330, 230, 330, 1330], - "type": "bar", - "name": "Sat", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [320, 210, 310, 1320], - "type": "bar", - "name": "Sun", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }], - "seriesData": [ - [320, 120, 220, 820], - [302, 132, 182, 832], - [301, 101, 191, 901], - [334, 134, 234, 934], - [390, 90, 290, 1290], - [330, 230, 330, 1330], - [320, 210, 310, 1320] - ] - } - } - }, { - "chart_id": "chart_lpiiaae1543z_1596209948642", - "width": 400, - "height": 250, - "left": 500, - "top": 120, - "sheetIndex": "Sheet_6az6nei65t1i_1596209937084", - "needRangeShow": false, - "chartOptions": { - "chart_id": "chart_lpiiaae1543z_1596209948642", - "chartAllType": "echarts|line|default", - "chartPro": "echarts", - "chartType": "pie", - "chartStyle": "default", - "chartData": [ - [{ - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Mon", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Mon", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Tues", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Tues", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Wed", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Wed", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Thur", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Thur", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Fri", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fri", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Sat", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sat", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Sun", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sun", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "BUS", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "BUS", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 302, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "302", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 301, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "301", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 334, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "334", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 390, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "390", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "UBER", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "UBER", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 120, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "120", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 132, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "132", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 101, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "101", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 134, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "134", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 90, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "90", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 230, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "230", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 210, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "210", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "TAXI", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "TAXI", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 220, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "220", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 182, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "182", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 191, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "191", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 234, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "234", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 290, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "290", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 310, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "310", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "SUBWAY", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "SUBWAY", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 820, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "820", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 832, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "832", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 901, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "901", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 934, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "934", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1290, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1290", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1330, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1330", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1320, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1320", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }] - ], - "rangeArray": [{ - "left": 0, - "width": 73, - "top": 0, - "height": 20, - "left_move": 0, - "width_move": 591, - "top_move": 0, - "height_move": 104, - "row": [0, 4], - "column": [0, 7], - "row_focus": 0, - "column_focus": 0 - }], - "rangeTxt": "A1:H5", - "rangeColCheck": { - "exits": true, - "range": [0, 0] - }, - "rangeRowCheck": { - "exits": true, - "range": [0, 0] - }, - "rangeConfigCheck": false, - "rangeSplitArray": { - "title": { - "row": [0, 0], - "column": [0, 0] - }, - "rowtitle": { - "row": [0, 0], - "column": [1, 7] - }, - "coltitle": { - "row": [1, 4], - "column": [0, 0] - }, - "content": { - "row": [1, 4], - "column": [1, 7] - }, - "type": "normal", - "range": { - "left": 0, - "width": 73, - "top": 0, - "height": 20, - "left_move": 0, - "width_move": 591, - "top_move": 0, - "height_move": 104, - "row": [0, 4], - "column": [0, 7], - "row_focus": 0, - "column_focus": 0 - } - }, - "chartDataCache": { - "label": ["Mon", "Tues", "Wed", "Thur", "Fri", "Sat", "Sun"], - "xAxis": ["BUS", "UBER", "TAXI", "SUBWAY"], - "series": [ - [320, 302, 301, 334, 390, 330, 320], - [120, 132, 101, 134, 90, 230, 210], - [220, 182, 191, 234, 290, 330, 310], - [820, 832, 901, 934, 1290, 1330, 1320] - ], - "series_tpye": { - "0": "num", - "1": "num", - "2": "num", - "3": "num", - "4": "num", - "5": "num", - "6": "num" - } - }, - "chartDataSeriesOrder": { - "0": 0, - "1": 1, - "2": 2, - "3": 3, - "4": 4, - "5": 5, - "6": 6, - "length": 7 - }, - "defaultOption": { - "title": { - "show": false, - "text": "默认标题", - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "position": { - "value": "left-top", - "offsetX": 40, - "offsetY": 50 - } - }, - "subtitle": { - "show": false, - "text": "", - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "distance": { - "value": "auto", - "cusGap": 40 - } - }, - "config": { - "color": "transparent", - "fontFamily": "Sans-serif", - "grid": { - "value": "normal", - "top": 5, - "left": 10, - "right": 20, - "bottom": 10 - } - }, - "legend": { - "show": true, - "selectMode": "multiple", - "selected": [{ - "seriesName": "衣服", - "isShow": true - }, { - "seriesName": "食材", - "isShow": true - }, { - "seriesName": "图书", - "isShow": true - }], - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "position": { - "value": "left-top", - "offsetX": 40, - "offsetY": 50, - "direction": "horizontal" - }, - "width": { - "value": "auto", - "cusSize": 25 - }, - "height": { - "value": "auto", - "cusSize": 14 - }, - "distance": { - "value": "auto", - "cusGap": 10 - }, - "itemGap": 10, - "data": ["Mon", "Tues", "Wed", "Thur", "Fri", "Sat", "Sun"] - }, - "tooltip": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "backgroundColor": "rgba(50,50,50,0.7)", - "triggerOn": "mousemove", - "triggerType": "item", - "axisPointer": { - "type": "line", - "style": { - "color": "#555", - "width": "normal", - "type": "solid" - } - }, - "format": [{ - "seriesName": "衣服", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, { - "seriesName": "食材", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, { - "seriesName": "图书", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }], - "position": "auto" - }, - "axis": { - "axisType": "xAxisDown", - "xAxisUp": { - "show": false, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示X轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "prefix": "", - "suffix": "", - "optimize": 0, - "distance": 0, - "min": "auto", - "max": "auto", - "ratio": 1, - "digit": "auto" - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "axisLine": { - "onZero": false - } - }, - "xAxisDown": { - "show": true, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示X轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "prefix": "", - "suffix": "", - "optimize": 0, - "distance": 0, - "min": null, - "max": null, - "ratio": 1, - "digit": "auto" - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "data": ["BUS", "UBER", "TAXI", "SUBWAY"], - "type": "category" - }, - "yAxisLeft": { - "show": true, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示Y轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "formatter": { - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, - "split": 5, - "min": null, - "max": null, - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto", - "distance": 0 - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "type": "value" - }, - "yAxisRight": { - "show": false, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示Y轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "formatter": { - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, - "split": 5, - "min": null, - "max": null, - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto", - "distance": 0 - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - } - } - }, - "series": [{ - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [320, 120, 220, 820], - "type": "line", - "name": "Mon", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [302, 132, 182, 832], - "type": "line", - "name": "Tues", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [301, 101, 191, 901], - "type": "line", - "name": "Wed", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [334, 134, 234, 934], - "type": "line", - "name": "Thur", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [390, 90, 290, 1290], - "type": "line", - "name": "Fri", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [330, 230, 330, 1330], - "type": "line", - "name": "Sat", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }, { - "itemStyle": { - "color": null, - "borderColor": "#000", - "borderType": "solid", - "borderWidth": 1 - }, - "lineStyle": { - "color": null, - "width": 1, - "type": "solid" - }, - "data": [320, 210, 310, 1320], - "type": "line", - "name": "Sun", - "markPoint": { - "data": [] - }, - "markLine": { - "data": [] - }, - "markArea": { - "data": [] - } - }], - "seriesData": [ - [320, 120, 220, 820], - [302, 132, 182, 832], - [301, 101, 191, 901], - [334, 134, 234, 934], - [390, 90, 290, 1290], - [330, 230, 330, 1330], - [320, 210, 310, 1320] - ] - } - } - }, { - "chart_id": "chart_ei765e0iKkoe_1596210011748", - "width": 600, - "height": 250, - "left": 150, - "top": 450, - "sheetIndex": "Sheet_6az6nei65t1i_1596209937084", - "needRangeShow": false, - "chartOptions": { - "chart_id": "chart_ei765e0iKkoe_1596210011748", - "chartAllType": "echarts|pie|default", - "chartPro": "echarts", - "chartType": "pie", - "chartStyle": "default", - "chartData": [ - [{ - "v": "country", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "country", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": "Population", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Population", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "India", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "India", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1354051854, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1354051854", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Pakistan", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Pakistan", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 200813818, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "200813818", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "China", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "China", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 1415045928, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1415045928", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Japan", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Japan", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 127185332, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "127185332", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "South-Eastern", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "South-Eastern", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 655636576, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "655636576", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Western", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Western", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 272298399, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "272298399", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Eastern", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Eastern", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 433643132, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "433643132", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Western", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Western", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 381980688, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "381980688", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Northern", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Northern", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 237784677, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "237784677", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Others", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Others", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 234512021, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "234512021", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }], - [{ - "v": "Europe", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Europe", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }, { - "v": 742648010, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "742648010", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - }] - ], - "rangeArray": [{ - "left": 0, - "width": 73, - "top": 445, - "height": 20, - "left_move": 0, - "width_move": 147, - "top_move": 445, - "height_move": 251, - "row": [22, 33], - "column": [0, 1], - "row_focus": 22, - "column_focus": 0 - }], - "rangeTxt": "A23:B34", - "rangeColCheck": { - "exits": true, - "range": [0, 0] - }, - "rangeRowCheck": { - "exits": true, - "range": [0, 0] - }, - "rangeConfigCheck": false, - "rangeSplitArray": { - "title": { - "row": [0, 0], - "column": [0, 0] - }, - "rowtitle": { - "row": [0, 0], - "column": [1, 1] - }, - "coltitle": { - "row": [1, 11], - "column": [0, 0] - }, - "content": { - "row": [1, 11], - "column": [1, 1] - }, - "type": "normal", - "range": { - "left": 0, - "width": 73, - "top": 445, - "height": 20, - "left_move": 0, - "width_move": 147, - "top_move": 445, - "height_move": 251, - "row": [22, 33], - "column": [0, 1], - "row_focus": 22, - "column_focus": 0 - } - }, - "chartDataCache": { - "label": ["Population"], - "xAxis": ["India", "Pakistan", "China", "Japan", "South-Eastern", "Western", "Eastern", "Western", "Northern", "Others", "Europe"], - "series": [ - [1354051854], - [200813818], - [1415045928], - [127185332], - [655636576], - [272298399], - [433643132], - [381980688], - [237784677], - [234512021], - [742648010] - ], - "series_tpye": { - "0": "num" - } - }, - "chartDataSeriesOrder": { - "0": 0, - "length": 1 - }, - "defaultOption": { - "title": { - "show": false, - "text": "默认标题", - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "position": { - "value": "left-top", - "offsetX": 40, - "offsetY": 50 - } - }, - "subtitle": { - "show": false, - "text": "", - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "distance": { - "value": "auto", - "cusGap": 40 - } - }, - "config": { - "color": "transparent", - "fontFamily": "Sans-serif", - "grid": { - "value": "normal", - "top": 5, - "left": 10, - "right": 20, - "bottom": 10 - } - }, - "legend": { - "show": true, - "selectMode": "multiple", - "selected": [{ - "seriesName": "衣服", - "isShow": true - }, { - "seriesName": "食材", - "isShow": true - }, { - "seriesName": "图书", - "isShow": true - }], - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "position": { - "value": "left-top", - "offsetX": 40, - "offsetY": 50, - "direction": "horizontal" - }, - "width": { - "value": "auto", - "cusSize": 25 - }, - "height": { - "value": "auto", - "cusSize": 14 - }, - "distance": { - "value": "auto", - "cusGap": 10 - }, - "itemGap": 10, - "data": [{ - "name": "India", - "textStyle": { - "color": null - }, - "value": 1354051854 - }, { - "name": "Pakistan", - "textStyle": { - "color": null - }, - "value": 200813818 - }, { - "name": "China", - "textStyle": { - "color": null - }, - "value": 1415045928 - }, { - "name": "Japan", - "textStyle": { - "color": null - }, - "value": 127185332 - }, { - "name": "South-Eastern", - "textStyle": { - "color": null - }, - "value": 655636576 - }, { - "name": "Western", - "textStyle": { - "color": null - }, - "value": 272298399 - }, { - "name": "Eastern", - "textStyle": { - "color": null - }, - "value": 433643132 - }, { - "name": "Western", - "textStyle": { - "color": null - }, - "value": 381980688 - }, { - "name": "Northern", - "textStyle": { - "color": null - }, - "value": 237784677 - }, { - "name": "Others", - "textStyle": { - "color": null - }, - "value": 234512021 - }, { - "name": "Europe", - "textStyle": { - "color": null - }, - "value": 742648010 - }] - }, - "tooltip": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "backgroundColor": "rgba(50,50,50,0.7)", - "triggerOn": "mousemove", - "triggerType": "item", - "axisPointer": { - "type": "line", - "style": { - "color": "#555", - "width": "normal", - "type": "solid" - } - }, - "format": [{ - "seriesName": "衣服", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, { - "seriesName": "食材", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, { - "seriesName": "图书", - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }], - "position": "auto" - }, - "axis": { - "axisType": "xAxisDown", - "xAxisUp": { - "show": false, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示X轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "prefix": "", - "suffix": "", - "optimize": 0, - "distance": 0, - "min": "auto", - "max": "auto", - "ratio": 1, - "digit": "auto" - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "axisLine": { - "onZero": false - } - }, - "xAxisDown": { - "show": true, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示X轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "prefix": "", - "suffix": "", - "optimize": 0, - "distance": 0, - "min": null, - "max": null, - "ratio": 1, - "digit": "auto" - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "data": ["India", "Pakistan", "China", "Japan", "South-Eastern", "Western", "Eastern", "Western", "Northern", "Others", "Europe"], - "type": "category" - }, - "yAxisLeft": { - "show": true, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示Y轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "formatter": { - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, - "split": 5, - "min": null, - "max": null, - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto", - "distance": 0 - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - }, - "type": "value" - }, - "yAxisRight": { - "show": false, - "title": { - "showTitle": false, - "text": "", - "nameGap": 15, - "rotate": 0, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "fzPosition": "end" - }, - "name": "显示Y轴", - "inverse": false, - "tickLine": { - "show": true, - "width": 1, - "color": "auto" - }, - "tick": { - "show": true, - "position": "outside", - "length": 5, - "width": 1, - "color": "auto" - }, - "tickLabel": { - "show": true, - "label": { - "fontSize": 12, - "color": "#333", - "fontFamily": "sans-serif", - "fontGroup": [], - "cusFontSize": 12 - }, - "rotate": 0, - "formatter": { - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto" - }, - "split": 5, - "min": null, - "max": null, - "prefix": "", - "suffix": "", - "ratio": 1, - "digit": "auto", - "distance": 0 - }, - "netLine": { - "show": false, - "width": 1, - "type": "solid", - "color": "auto", - "interval": { - "value": "auto", - "cusNumber": 0 - } - }, - "netArea": { - "show": false, - "interval": { - "value": "auto", - "cusNumber": 0 - }, - "colorOne": "auto", - "colorTwo": "auto" - } - } - }, - "series": [{ - "name": "Population", - "type": "pie", - "radius": ["0%", "75%"], - "data": [{ - "value": 1354051854, - "name": "India", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 200813818, - "name": "Pakistan", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 1415045928, - "name": "China", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 127185332, - "name": "Japan", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 655636576, - "name": "South-Eastern", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 272298399, - "name": "Western", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 433643132, - "name": "Eastern", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 381980688, - "name": "Western", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 237784677, - "name": "Northern", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 234512021, - "name": "Others", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }, { - "value": 742648010, - "name": "Europe", - "label": {}, - "labelLine": { - "lineStyle": {} - }, - "itemStyle": {} - }], - "dataLabels": {}, - "seLabel": {}, - "seLine": {}, - "roseType": false - }], - "seriesData": [ - [1354051854, 200813818, 1415045928, 127185332, 655636576, 272298399, 433643132, 381980688, 237784677, 234512021, 742648010] - ] - } - } - }] -} - -// export default sheetChart \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetComment.js b/public/js/luckysheet/demoData/sheetComment.js deleted file mode 100644 index 326d9a9e3..000000000 --- a/public/js/luckysheet/demoData/sheetComment.js +++ /dev/null @@ -1,67 +0,0 @@ -window.sheetComment = { - "name": "Comment", - "color": "", - "config": { - "columnlen": { - "2": 102 - } - }, - "index": "5", - "chart": [], - "status": 0, - "order": "5", - "column": 18, - "row": 36, - "celldata": [{ - "r": 2, - "c": 2, - "v": { - "m": "HoverShown", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "HoverShown", - "bl": 1, - "ps": { - "left": null, - "top": null, - "width": null, - "height": null, - "value": "Hello world!", - "isshow": false - } - } - }, { - "r": 7, - "c": 2, - "v": { - "m": "Size", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Size", - "bl": 1, - "ps": { - "left": null, - "top": null, - "width": null, - "height": null, - "value": "Hello,world!", - "isshow": true - } - } - }], - "ch_width": 4748, - "rh_height": 1790, - "luckysheet_select_save": [{ - "row": [0, 0], - "column": [0, 0] - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0 -} - -// export default sheetComment; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetConditionFormat.js b/public/js/luckysheet/demoData/sheetConditionFormat.js deleted file mode 100644 index e91f9b810..000000000 --- a/public/js/luckysheet/demoData/sheetConditionFormat.js +++ /dev/null @@ -1,6541 +0,0 @@ -window.sheetConditionFormat = { - "name": "Conditional Format", - "color": "", - "zoomRatio":1, - "config": { - "merge": { - "8_10": { - "rs": 1, - "cs": 2, - "r": 8, - "c": 10 - }, - "18_2": { - "rs": 1, - "cs": 10, - "r": 18, - "c": 2 - }, - "24_2": { - "rs": 1, - "cs": 10, - "r": 24, - "c": 2 - }, - "2_10": { - "rs": 1, - "cs": 2, - "r": 2, - "c": 10 - }, - "3_10": { - "rs": 1, - "cs": 2, - "r": 3, - "c": 10 - }, - "6_10": { - "rs": 1, - "cs": 2, - "r": 6, - "c": 10 - }, - "7_10": { - "rs": 1, - "cs": 2, - "r": 7, - "c": 10 - }, - "4_10": { - "rs": 1, - "cs": 2, - "r": 4, - "c": 10 - }, - "5_10": { - "rs": 1, - "cs": 2, - "r": 5, - "c": 10 - }, - "9_10": { - "rs": 1, - "cs": 2, - "r": 9, - "c": 10 - }, - "10_10": { - "rs": 1, - "cs": 2, - "r": 10, - "c": 10 - }, - "11_10": { - "rs": 1, - "cs": 2, - "r": 11, - "c": 10 - }, - "12_10": { - "rs": 1, - "cs": 2, - "r": 12, - "c": 10 - }, - "13_10": { - "rs": 1, - "cs": 2, - "r": 13, - "c": 10 - }, - "14_10": { - "rs": 1, - "cs": 2, - "r": 14, - "c": 10 - }, - "15_10": { - "rs": 1, - "cs": 2, - "r": 15, - "c": 10 - }, - "1_10": { - "r": 1, - "c": 10, - "rs": 1, - "cs": 2 - } - }, - "rowlen": { - "0": 20, - "1": 20, - "2": 20, - "3": 20, - "4": 20, - "5": 20, - "6": 20, - "7": 20, - "8": 20, - "9": 20, - "10": 20, - "11": 20, - "12": 20, - "13": 20, - "14": 20, - "15": 20, - "16": 20, - "17": 20, - "18": 20, - "19": 20, - "20": 20, - "21": 20, - "22": 20, - "23": 20, - "24": 20, - "25": 20, - "26": 20, - "27": 20, - "28": 20, - "29": 20 - }, - "columnlen": { - "0": 30, - "1": 30, - "2": 86, - "3": 85, - "4": 92, - "5": 93, - "6": 100, - "7": 100, - "8": 99, - "9": 90, - "10": 96, - "11": 96 - } - }, - "index": "2", - "chart": [], - "status": 0, - "order": "2", - "column": 18, - "row": 36, - "celldata": [{ - "r": 0, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 2, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 4, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 6, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 8, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 10, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 0, - "c": 11, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 2, - "v": { - "v": "Cell Value", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Cell Value", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": 1 - } - }, { - "r": 1, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 4, - "v": { - "v": "Specific Text", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Specific Text", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 6, - "v": { - "v": "Unique", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Unique", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 8, - "v": { - "v": "Duplicate", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Duplicate", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 1, - "c": 10, - "v": { - "v": "Date Occurring", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Date Occurring", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0", - "mc": { - "r": 1, - "c": 10, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 1, - "c": 11, - "v": { - "mc": { - "r": 1, - "c": 10 - } - } - }, { - "r": 2, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 2, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 2, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 4, - "v": { - "v": "test", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "test", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 2, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 6, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 2, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 8, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 2, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 10, - "v": { - "v": 44033.77921296296, - "ct": { - "fa": "yyyy-MM-dd hh:mm", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "0", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 2, - "c": 10 - }, - "m": "2020-07-21 18:42" - } - }, { - "r": 2, - "c": 11, - "v": { - "mc": { - "r": 2, - "c": 10 - }, - "ht": "0", - "vt": "0", - "fs": "10" - } - }, { - "r": 3, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 2, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 3, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 4, - "v": { - "v": "bad", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "bad", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 3, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 6, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 3, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 8, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 3, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 10, - "v": { - "v": 44034.77921296296, - "ct": { - "fa": "yyyy-MM-dd hh:mm", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "0", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 3, - "c": 10 - }, - "m": "2020-07-22 18:42" - } - }, { - "r": 3, - "c": 11, - "v": { - "mc": { - "r": 3, - "c": 10 - }, - "ht": "0", - "vt": "0", - "fs": "10" - } - }, { - "r": 4, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 2, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 4, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 4, - "v": { - "v": "good", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "good", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 4, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 6, - "v": { - "v": 11, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "11", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 4, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 8, - "v": { - "v": 11, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "11", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 4, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 10, - "v": { - "v": 44039.77921296296, - "ct": { - "fa": "yyyy-MM-dd hh:mm", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "0", - "vt": "0", - "m": "2020-07-27 18:42", - "mc": { - "rs": 1, - "cs": 2, - "r": 4, - "c": 10 - } - } - }, { - "r": 4, - "c": 11, - "v": { - "mc": { - "r": 4, - "c": 10 - } - } - }, { - "r": 5, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 5, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 5, - "c": 2, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 5, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 5, - "c": 4, - "v": { - "v": "testing", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "testing", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 5, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 5, - "c": 6, - "v": { - "v": 5, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "5", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 5, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 5, - "c": 8, - "v": { - "v": 5, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "5", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 5, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 5, - "c": 10, - "v": { - "v": 44040.77921296296, - "ct": { - "fa": "yyyy-MM-dd hh:mm", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "0", - "vt": "0", - "m": "2020-07-28 18:42", - "mc": { - "rs": 1, - "cs": 2, - "r": 5, - "c": 10 - } - } - }, { - "r": 5, - "c": 11, - "v": { - "mc": { - "r": 5, - "c": 10 - } - } - }, { - "r": 6, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 6, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 6, - "c": 2, - "v": { - "v": 4, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "4", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 6, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 6, - "c": 4, - "v": { - "v": "tested", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "tested", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 6, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 6, - "c": 6, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 6, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 6, - "c": 8, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 6, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 6, - "c": 10, - "v": { - "v": 44047.77921296296, - "ct": { - "fa": "yyyy-MM-dd hh:mm", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "0", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 6, - "c": 10 - }, - "m": "2020-08-04 18:42" - } - }, { - "r": 6, - "c": 11, - "v": { - "mc": { - "r": 6, - "c": 10 - }, - "ht": "0", - "vt": "0", - "fs": "10" - } - }, { - "r": 7, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 2, - "v": { - "v": 5, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "5", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 7, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 4, - "v": { - "v": "general", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "general", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 7, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 6, - "v": { - "v": 120, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "120", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 7, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 8, - "v": { - "v": 120, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "120", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 7, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 10, - "v": { - "v": 44055.77921296296, - "ct": { - "fa": "yyyy-MM-dd hh:mm", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "0", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 7, - "c": 10 - }, - "m": "2020-08-12 18:42" - } - }, { - "r": 7, - "c": 11, - "v": { - "mc": { - "r": 7, - "c": 10 - }, - "ht": "0", - "vt": "0", - "fs": "10" - } - }, { - "r": 8, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 2, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": 1 - } - }, { - "r": 8, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 4, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 6, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "ct": { - "fa": "General", - "t": "n" - } - } - }, { - "r": 8, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 8, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 10, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "rs": 1, - "cs": 2, - "r": 8, - "c": 10 - } - } - }, { - "r": 8, - "c": 11, - "v": { - "mc": { - "r": 8, - "c": 10 - } - } - }, { - "r": 9, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 2, - "v": { - "v": "Top/Bottom", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Top/Bottom", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 9, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 4, - "v": { - "v": "Average", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Average", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 9, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 6, - "v": { - "v": "2-Color Scale", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "2-Color Scale", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 9, - "c": 8, - "v": { - "v": "3-Color Scale", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "3-Color Scale", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0" - } - }, { - "r": 9, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 10, - "v": { - "v": "Data Bar", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Data Bar", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 9, - "c": 10 - } - } - }, { - "r": 9, - "c": 11, - "v": { - "mc": { - "r": 9, - "c": 10 - } - } - }, { - "r": 10, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 2, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 10, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 4, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 10, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 6, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 10, - "c": 8, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 10, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 10, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 10, - "c": 10 - } - } - }, { - "r": 10, - "c": 11, - "v": { - "mc": { - "r": 10, - "c": 10 - } - } - }, { - "r": 11, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 11, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 11, - "c": 2, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 11, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 11, - "c": 4, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 11, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 11, - "c": 6, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 11, - "c": 8, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 11, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 11, - "c": 10, - "v": { - "v": 15, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "15", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 11, - "c": 10 - } - } - }, { - "r": 11, - "c": 11, - "v": { - "mc": { - "r": 11, - "c": 10 - } - } - }, { - "r": 12, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 12, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 12, - "c": 2, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 12, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 12, - "c": 4, - "v": { - "v": 100, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "100", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 12, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 12, - "c": 6, - "v": { - "v": 100, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "100", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 12, - "c": 8, - "v": { - "v": 100, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "100", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 12, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 12, - "c": 10, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 12, - "c": 10 - } - } - }, { - "r": 12, - "c": 11, - "v": { - "mc": { - "r": 12, - "c": 10 - } - } - }, { - "r": 13, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 13, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 13, - "c": 2, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 13, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 13, - "c": 4, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 13, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 13, - "c": 6, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 13, - "c": 8, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 13, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 13, - "c": 10, - "v": { - "v": -1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 13, - "c": 10 - } - } - }, { - "r": 13, - "c": 11, - "v": { - "mc": { - "r": 13, - "c": 10 - } - } - }, { - "r": 14, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 2, - "v": { - "v": 4, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "4", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 14, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 4, - "v": { - "v": 60, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "60", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 14, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 6, - "v": { - "v": 60, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "60", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 14, - "c": 8, - "v": { - "v": 60, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "60", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 14, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 10, - "v": { - "v": -15, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-15", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 14, - "c": 10 - } - } - }, { - "r": 14, - "c": 11, - "v": { - "mc": { - "r": 14, - "c": 10 - } - } - }, { - "r": 15, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 15, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 15, - "c": 2, - "v": { - "v": 5, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "5", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 15, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 15, - "c": 4, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 15, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 15, - "c": 6, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 15, - "c": 8, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 15, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 15, - "c": 10, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "mc": { - "rs": 1, - "cs": 2, - "r": 15, - "c": 10 - } - } - }, { - "r": 15, - "c": 11, - "v": { - "mc": { - "r": 15, - "c": 10 - } - } - }, { - "r": 16, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 2, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 4, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0", - "ct": { - "fa": "General", - "t": "n" - } - } - }, { - "r": 16, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 6, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 8, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 10, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 11, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 2, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 4, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 5, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 6, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 7, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 8, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 10, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 11, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 18, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 18, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 18, - "c": 2, - "v": { - "v": "Icon Set", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Icon Set", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "1", - "vt": "0", - "mc": { - "rs": 1, - "cs": 10, - "r": 18, - "c": 2 - } - } - }, { - "r": 18, - "c": 3, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 4, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 5, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 6, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 7, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 8, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 9, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 10, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 18, - "c": 11, - "v": { - "mc": { - "r": 18, - "c": 2 - }, - "ht": "1", - "vt": "0", - "fs": "10" - } - }, { - "r": 19, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 19, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 19, - "c": 2, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 3, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 4, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 5, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 6, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 7, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 8, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 9, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 10, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 19, - "c": 11, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 20, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 20, - "c": 2, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 3, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 4, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 5, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 6, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 7, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 8, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 9, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 10, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 20, - "c": 11, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 21, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 21, - "c": 2, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 3, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 4, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 5, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 6, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 7, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 8, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 9, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 10, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 21, - "c": 11, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 2, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 3, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 4, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 5, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 6, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 7, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 8, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 9, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 10, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 22, - "c": 11, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 2, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 3, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 4, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 5, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 6, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 7, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 8, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 9, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 10, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 23, - "c": 11, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 24, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 24, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 24, - "c": 2, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "rs": 1, - "cs": 10, - "r": 24, - "c": 2 - } - } - }, { - "r": 24, - "c": 3, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 4, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 5, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 6, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 7, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 8, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 9, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 10, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 24, - "c": 11, - "v": { - "mc": { - "r": 24, - "c": 2 - }, - "fs": "10" - } - }, { - "r": 25, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 2, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 3, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 4, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 5, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 6, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 7, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 8, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 9, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 10, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 25, - "c": 11, - "v": { - "v": -50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 26, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 26, - "c": 2, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 3, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 4, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 5, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 6, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 7, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 8, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 9, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 10, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 26, - "c": 11, - "v": { - "v": -25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 27, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 27, - "c": 2, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 3, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 4, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 5, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 6, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 7, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 8, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 9, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 10, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 27, - "c": 11, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 28, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 28, - "c": 2, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 3, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 4, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 5, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 6, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 7, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 8, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 9, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 10, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 28, - "c": 11, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 29, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 29, - "c": 2, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 3, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 4, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 5, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 6, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 7, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 8, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 9, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 10, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }, { - "r": 29, - "c": 11, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(51, 51, 51)", - "ht": "2", - "vt": "0" - } - }], - "ch_width": 4748, - "rh_height": 1790, - "luckysheet_select_save": [{ - "row": [0, 0], - "column": [0, 0] - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0, - "luckysheet_conditionformat_save": [{ - "type": "default", - "cellrange": [{ - "row": [2, 7], - "column": [2, 2] - }], - "format": { - "textColor": "#000000", - "cellColor": "#ff0000" - }, - "conditionName": "betweenness", - "conditionRange": [{ - "row": [4, 4], - "column": [2, 2] - }, { - "row": [6, 6], - "column": [2, 2] - }], - "conditionValue": [2, 4] - }, { - "type": "default", - "cellrange": [{ - "row": [2, 7], - "column": [4, 4] - }], - "format": { - "textColor": "#000000", - "cellColor": "#ff0000" - }, - "conditionName": "textContains", - "conditionRange": [{ - "row": [2, 2], - "column": [4, 4] - }], - "conditionValue": ["test"] - }, { - "type": "default", - "cellrange": [{ - "row": [2, 7], - "column": [6, 6] - }], - "format": { - "textColor": "#000000", - "cellColor": "#ff0000" - }, - "conditionName": "duplicateValue", - "conditionRange": [], - "conditionValue": ["1"] - }, { - "type": "default", - "cellrange": [{ - "row": [2, 7], - "column": [8, 8] - }], - "format": { - "textColor": "#000000", - "cellColor": "#ff0000" - }, - "conditionName": "duplicateValue", - "conditionRange": [], - "conditionValue": ["0"] - }, { - "type": "default", - "cellrange": [{ - "row": [10, 15], - "column": [2, 2] - }], - "format": { - "textColor": "#000000", - "cellColor": "#ff0000" - }, - "conditionName": "greaterThan", - "conditionRange": [{ - "row": [11, 11], - "column": [2, 2] - }], - "conditionValue": [1] - }, { - "type": "default", - "cellrange": [{ - "row": [10, 15], - "column": [4, 4] - }], - "format": { - "textColor": null, - "cellColor": "#ff0000" - }, - "conditionName": "AboveAverage", - "conditionRange": [], - "conditionValue": ["AboveAverage"] - }, { - "type": "dataBar", - "cellrange": [{ - "row": [10, 15], - "column": [10, 11] - }], - "format": ["#6aa84f", "#ffffff"] - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [2, 2] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "0" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [3, 3] - }], - "format": { - "len": "3", - "leftMin": "5", - "top": "0" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [4, 4] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "1" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [5, 5] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "9" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [6, 6] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "8" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [7, 7] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "4" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [8, 8] - }], - "format": { - "len": "3", - "leftMin": "5", - "top": "4" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [9, 9] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "5" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [10, 10] - }], - "format": { - "len": "3", - "leftMin": "0", - "top": "7" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [19, 23], - "column": [11, 11] - }], - "format": { - "len": "3", - "leftMin": "5", - "top": "7" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [2, 2] - }], - "format": { - "len": "4", - "leftMin": "0", - "top": "2" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [3, 3] - }], - "format": { - "len": "4", - "leftMin": "5", - "top": "1" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [4, 4] - }], - "format": { - "len": "4", - "leftMin": "0", - "top": "6" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [5, 5] - }], - "format": { - "len": "4", - "leftMin": "5", - "top": "9" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [6, 6] - }], - "format": { - "len": "4", - "leftMin": "0", - "top": "6" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [6, 6] - }], - "format": { - "len": "4", - "leftMin": "5", - "top": "5" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [7, 7] - }], - "format": { - "len": "5", - "leftMin": "0", - "top": "3" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [8, 8] - }], - "format": { - "len": "5", - "leftMin": "5", - "top": "2" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [9, 9] - }], - "format": { - "len": "5", - "leftMin": "5", - "top": "10" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [10, 10] - }], - "format": { - "len": "5", - "leftMin": "0", - "top": "10" - } - }, { - "type": "icons", - "cellrange": [{ - "row": [25, 29], - "column": [11, 11] - }], - "format": { - "len": "5", - "leftMin": "0", - "top": "11" - } - }, { - "type": "default", - "cellrange": [{ - "row": [2, 7], - "column": [10, 11] - }], - "format": { - "textColor": null, - "cellColor": "#ff0000" - }, - "conditionName": "occurrenceDate", - "conditionRange": [], - "conditionValue": ["2020/07/23 - 2020/07/29"] - }, { - "type": "colorGradation", - "cellrange": [{ - "left": 422, - "width": 100, - "top": 210, - "height": 20, - "left_move": 422, - "width_move": 100, - "top_move": 210, - "height_move": 125, - "row": [10, 15], - "column": [6, 6], - "row_focus": 10, - "column_focus": 6 - }], - "format": ["rgb(99, 190, 123)", "rgb(255, 235, 132)", "rgb(248, 105, 107)"] - }, { - "type": "colorGradation", - "cellrange": [{ - "left": 422, - "width": 100, - "top": 210, - "height": 20, - "left_move": 422, - "width_move": 100, - "top_move": 210, - "height_move": 125, - "row": [10, 15], - "column": [6, 6], - "row_focus": 10, - "column_focus": 6 - }], - "format": ["rgb(248, 105, 107)", "rgb(255, 235, 132)", "rgb(99, 190, 123)"] - }, { - "type": "colorGradation", - "cellrange": [{ - "left": 422, - "width": 100, - "top": 210, - "height": 20, - "left_move": 422, - "width_move": 100, - "top_move": 210, - "height_move": 125, - "row": [10, 15], - "column": [6, 6], - "row_focus": 10, - "column_focus": 6 - }], - "format": ["rgb(99, 190, 123)", "rgb(255, 235, 132)", "rgb(248, 105, 107)"] - }, { - "type": "colorGradation", - "cellrange": [{ - "left": 422, - "width": 100, - "top": 210, - "height": 20, - "left_move": 422, - "width_move": 100, - "top_move": 210, - "height_move": 125, - "row": [10, 15], - "column": [6, 6], - "row_focus": 10, - "column_focus": 6 - }], - "format": ["rgb(99, 190, 123)", "rgb(255, 235, 132)"] - }, { - "type": "colorGradation", - "cellrange": [{ - "left": 624, - "width": 99, - "top": 210, - "height": 20, - "left_move": 624, - "width_move": 99, - "top_move": 210, - "height_move": 125, - "row": [10, 15], - "column": [8, 8], - "row_focus": 10, - "column_focus": 8 - }], - "format": ["rgb(248, 105, 107)", "rgb(255, 235, 132)", "rgb(99, 190, 123)"] - }] -} - -// export default sheetConditionFormat; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetDataVerification.js b/public/js/luckysheet/demoData/sheetDataVerification.js deleted file mode 100644 index ee93a9175..000000000 --- a/public/js/luckysheet/demoData/sheetDataVerification.js +++ /dev/null @@ -1,579 +0,0 @@ -window.sheetDataVerification = { - "name": "Data Verification", - "index": "Sheet_pdolzzie5xwi_1600927444446", - "celldata": [{"r":0,"c":0,"v":{"ct":{"fa":"General","t":"g"},"m":"Drop Down List","v":"Drop Down List","bl":1}},{"r":0,"c":1,"v":{"m":"Checkbox","ct":{"fa":"General","t":"g"},"v":"Checkbox","bl":1}},{"r":0,"c":2,"v":{"ct":{"fa":"General","t":"g"},"v":"Number between 1-10","bl":1,"m":"Number between 1-10"}},{"r":0,"c":3,"v":{"m":"Text content include Luckysheet","ct":{"fa":"General","t":"g"},"v":"Text content include Luckysheet","bl":1}},{"r":0,"c":4,"v":{"ct":{"fa":"General","t":"g"},"v":"Text length between 1-5","m":"Text length between 1-5","bl":1}},{"r":0,"c":5,"v":{"m":"Date","ct":{"fa":"General","t":"g"},"v":"Date","bl":1}},{"r":0,"c":6,"v":{"m":"Identification Number","ct":{"fa":"General","t":"g"},"v":"Identification Number","bl":1}},{"r":0,"c":7,"v":{"m":"Phone Number","ct":{"fa":"General","t":"g"},"v":"Phone Number","bl":1}},{"r":1,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"Fix","m":"Fix"}},{"r":1,"c":1,"v":{"m":"Fail","ct":{"fa":"General","t":"g"},"v":"Fail"}},{"r":1,"c":2,"v":{"v":1,"ct":{"fa":"General","t":"n"},"m":"1"}},{"r":1,"c":3,"v":{"m":"Luckysheet is good","ct":{"fa":"General","t":"g"},"v":"Luckysheet is good"}},{"r":1,"c":4,"v":{"m":"Welcome","ct":{"fa":"General","t":"g"},"v":"Welcome"}},{"r":1,"c":5,"v":{"m":"2020-09-24","ct":{"fa":"yyyy-MM-dd","t":"d"},"v":44098}},{"r":1,"c":6,"v":{"v":"311414199009138910","ct":{"fa":"@","t":"s"},"m":"311414199009138910"}},{"r":1,"c":7,"v":{"v":13678765439,"ct":{"fa":"General","t":"n"},"m":"13678765439"}},{"r":2,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"Done","m":"Done"}},{"r":2,"c":1,"v":{"m":"Pass","ct":{"fa":"General","t":"g"},"v":"Pass"}},{"r":2,"c":2,"v":{"v":2,"ct":{"fa":"General","t":"n"},"m":"2"}},{"r":2,"c":3,"v":{"m":"I am Luckysheet","ct":{"fa":"General","t":"g"},"v":"I am Luckysheet"}},{"r":2,"c":4,"v":{"m":"Good","ct":{"fa":"General","t":"g"},"v":"Good"}},{"r":2,"c":5,"v":{"ct":{"fa":"General","t":"g"},"v":"Time","m":"Time"}},{"r":2,"c":6,"v":{"v":"31141419900913891","ct":{"fa":"@","t":"s"},"m":"31141419900913891"}},{"r":2,"c":7,"v":{"v":1367876544,"ct":{"fa":"General","t":"n"},"m":"1367876544"}},{"r":3,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"Develop","m":"Develop"}},{"r":3,"c":1,"v":{"m":"Fail","ct":{"fa":"General","t":"g"},"v":"Fail"}},{"r":3,"c":2,"v":{"v":5,"ct":{"fa":"General","t":"n"},"m":"5"}},{"r":3,"c":3,"v":{"ct":{"fa":"General","t":"g"},"v":"I am luckyDemo","m":"I am luckyDemo"}},{"r":3,"c":4,"v":{"m":"Nice","ct":{"fa":"General","t":"g"},"v":"Nice"}},{"r":3,"c":5,"v":{"m":"2020-09-26","ct":{"fa":"yyyy-MM-dd","t":"d"},"v":44100}},{"r":3,"c":6,"v":{"v":"3114141990091389102","ct":{"fa":"@","t":"s"},"m":"3114141990091389102"}},{"r":3,"c":7,"v":{"v":136787654412,"ct":{"fa":"##0","t":"n"},"m":"136787654412"}},{"r":4,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"Doing","m":"Doing"}},{"r":4,"c":1,"v":{"m":"Fail","ct":{"fa":"General","t":"g"},"v":"Fail"}},{"r":4,"c":2,"v":{"v":11,"ct":{"fa":"General","t":"n"},"m":"11"}},{"r":4,"c":3,"v":{"ct":{"fa":"General","t":"g"},"v":"Luckysheet Documentation","m":"Luckysheet Documentation"}},{"r":4,"c":4,"v":{"ct":{"fa":"General","t":"g"},"v":"Morning","m":"Morning"}},{"r":4,"c":5,"v":{"m":"2020-09-27","ct":{"fa":"yyyy-MM-dd","t":"d"},"v":44101}},{"r":4,"c":6,"v":{"v":"31141419900913891X","ct":{"fa":"@","t":"s"},"m":"31141419900913891X"}},{"r":4,"c":7,"v":{"v":49865342456,"ct":{"fa":"General","t":"n"},"m":"49865342456"}},{"r":5,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"Develop","m":"Develop"}},{"r":5,"c":1,"v":{"m":"Fail","ct":{"fa":"General","t":"g"},"v":"Fail"}},{"r":5,"c":2,"v":{"v":3,"ct":{"fa":"General","t":"n"},"m":"3"}},{"r":5,"c":3,"v":{"m":"Luckyexcel","ct":{"fa":"General","t":"g"},"v":"Luckyexcel"}},{"r":5,"c":4,"v":{"ct":{"fa":"General","t":"g"},"v":"Tomorrow","m":"Tomorrow"}},{"r":5,"c":5,"v":{"ct":{"fa":"yyyy-MM-dd","t":"d"},"v":44071,"m":"2020-08-28"}},{"r":5,"c":6,"v":{"v":"Number","ct":{"fa":"@","t":"s"},"m":"Number"}},{"r":5,"c":7,"v":{"v":"Number","ct":{"fa":"General","t":"g"},"m":"Number"}},{"r":6,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"Done","m":"Done"}},{"r":6,"c":1,"v":{"m":"Pass","ct":{"fa":"General","t":"g"},"v":"Pass"}},{"r":6,"c":2,"v":{"v":0,"ct":{"fa":"General","t":"n"},"m":"0"}},{"r":6,"c":3,"v":{"m":"Luckysheet Online","ct":{"fa":"General","t":"g"},"v":"Luckysheet Online"}},{"r":6,"c":4,"v":{"m":"Three","ct":{"fa":"General","t":"g"},"v":"Three"}},{"r":6,"c":5,"v":{"m":"2020-09-29","ct":{"fa":"yyyy-MM-dd","t":"d"},"v":44103}},{"r":6,"c":6,"v":{"v":"311414199301118910","ct":{"fa":"@","t":"s"},"m":"311414199301118910"}},{"r":6,"c":7,"v":{"v":23309873564,"ct":{"fa":"General","t":"n"},"m":"23309873564"}},{"r":7,"c":8,"v":{"v":null,"ct":{"fa":"General","t":"g"},"bl":1}}], - "row": 84, - "column": 60, - "config": { - "merge": {}, - "rowlen": {}, - "columnlen": { - "0": 109, - "2": 143, - "3": 200, - "4": 180, - "6": 178, - "7": 125 - }, - "customWidth": { - "2": 1, - "3": 1, - "4": 1, - "6": 1, - "7": 1 - } - }, - "luckysheet_select_save": [ - { - "left": 963, - "width": 125, - "top": 240, - "height": 19, - "left_move": 963, - "width_move": 125, - "top_move": 240, - "height_move": 19, - "row": [ - 12, - 12 - ], - "column": [ - 7, - 7 - ], - "row_focus": 12, - "column_focus": 7 - } - ], - "dataVerification": { - "1_0": { - "type": "dropdown", - "type2": null, - "value1": "Develop,Fix,Done", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "2_0": { - "type": "dropdown", - "type2": null, - "value1": "Develop,Fix,Done", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "3_0": { - "type": "dropdown", - "type2": null, - "value1": "Develop,Fix,Done", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "4_0": { - "type": "dropdown", - "type2": null, - "value1": "Develop,Fix,Done", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "5_0": { - "type": "dropdown", - "type2": null, - "value1": "Develop,Fix,Done", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "6_0": { - "type": "dropdown", - "type2": null, - "value1": "Develop,Fix,Done", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "1_1": { - "type": "checkbox", - "type2": null, - "value1": "Pass", - "value2": "Fail", - "checked": false, - "remote": true, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "2_1": { - "type": "checkbox", - "type2": null, - "value1": "Pass", - "value2": "Fail", - "checked": true, - "remote": true, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "3_1": { - "type": "checkbox", - "type2": null, - "value1": "Pass", - "value2": "Fail", - "checked": false, - "remote": true, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "4_1": { - "type": "checkbox", - "type2": null, - "value1": "Pass", - "value2": "Fail", - "checked": false, - "remote": true, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "5_1": { - "type": "checkbox", - "type2": null, - "value1": "Pass", - "value2": "Fail", - "checked": false, - "remote": true, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "6_1": { - "type": "checkbox", - "type2": null, - "value1": "Pass", - "value2": "Fail", - "checked": true, - "remote": true, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "1_2": { - "type": "number", - "type2": "bw", - "value1": "1", - "value2": "10", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "2_2": { - "type": "number", - "type2": "bw", - "value1": "1", - "value2": "10", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "3_2": { - "type": "number", - "type2": "bw", - "value1": "1", - "value2": "10", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "4_2": { - "type": "number", - "type2": "bw", - "value1": "1", - "value2": "10", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "5_2": { - "type": "number", - "type2": "bw", - "value1": "1", - "value2": "10", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "6_2": { - "type": "number", - "type2": "bw", - "value1": "1", - "value2": "10", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "1_3": { - "type": "text_content", - "type2": "include", - "value1": "Luckysheet", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": true, - "hintText": "include Luckysheet" - }, - "2_3": { - "type": "text_content", - "type2": "include", - "value1": "Luckysheet", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": true, - "hintText": "include Luckysheet" - }, - "3_3": { - "type": "text_content", - "type2": "include", - "value1": "Luckysheet", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": true, - "hintText": "include Luckysheet" - }, - "4_3": { - "type": "text_content", - "type2": "include", - "value1": "Luckysheet", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": true, - "hintText": "include Luckysheet" - }, - "5_3": { - "type": "text_content", - "type2": "include", - "value1": "Luckysheet", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": true, - "hintText": "include Luckysheet" - }, - "6_3": { - "type": "text_content", - "type2": "include", - "value1": "Luckysheet", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": true, - "hintText": "include Luckysheet" - }, - "1_4": { - "type": "text_length", - "type2": "bw", - "value1": "1", - "value2": "5", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "2_4": { - "type": "text_length", - "type2": "bw", - "value1": "1", - "value2": "5", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "3_4": { - "type": "text_length", - "type2": "bw", - "value1": "1", - "value2": "5", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "4_4": { - "type": "text_length", - "type2": "bw", - "value1": "1", - "value2": "5", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "5_4": { - "type": "text_length", - "type2": "bw", - "value1": "1", - "value2": "5", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "6_4": { - "type": "text_length", - "type2": "bw", - "value1": "1", - "value2": "5", - "checked": false, - "remote": false, - "prohibitInput": true, - "hintShow": false, - "hintText": "" - }, - "1_5": { - "type": "date", - "type2": "bw", - "value1": "2020-09-23", - "value2": "2020-10-10", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "2_5": { - "type": "date", - "type2": "bw", - "value1": "2020-09-23", - "value2": "2020-10-10", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "3_5": { - "type": "date", - "type2": "bw", - "value1": "2020-09-23", - "value2": "2020-10-10", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "4_5": { - "type": "date", - "type2": "bw", - "value1": "2020-09-23", - "value2": "2020-10-10", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "5_5": { - "type": "date", - "type2": "bw", - "value1": "2020-09-23", - "value2": "2020-10-10", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "6_5": { - "type": "date", - "type2": "bw", - "value1": "2020-09-23", - "value2": "2020-10-10", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "1_6": { - "type": "validity", - "type2": "card", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "2_6": { - "type": "validity", - "type2": "card", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "3_6": { - "type": "validity", - "type2": "card", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "4_6": { - "type": "validity", - "type2": "card", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "5_6": { - "type": "validity", - "type2": "card", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "6_6": { - "type": "validity", - "type2": "card", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "1_7": { - "type": "validity", - "type2": "phone", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "2_7": { - "type": "validity", - "type2": "phone", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "3_7": { - "type": "validity", - "type2": "phone", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "4_7": { - "type": "validity", - "type2": "phone", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "5_7": { - "type": "validity", - "type2": "phone", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - }, - "6_7": { - "type": "validity", - "type2": "phone", - "value1": "", - "value2": "", - "checked": false, - "remote": false, - "prohibitInput": false, - "hintShow": false, - "hintText": "" - } - } -} -// export default sheetDataVerification; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetFormula.js b/public/js/luckysheet/demoData/sheetFormula.js deleted file mode 100644 index 1f1ee3682..000000000 --- a/public/js/luckysheet/demoData/sheetFormula.js +++ /dev/null @@ -1,6600 +0,0 @@ - window.sheetFormula = { - "name": "Formula", - "color": "", - "config": { - "merge": { - "12_2": { - "rs": 1, - "cs": 6, - "r": 12, - "c": 2 - }, - "19_2": { - "rs": 1, - "cs": 6, - "r": 19, - "c": 2 - }, - "20_6": { - "rs": 1, - "cs": 5, - "r": 20, - "c": 6 - }, - "22_6": { - "rs": 1, - "cs": 2, - "r": 22, - "c": 6 - }, - "23_6": { - "rs": 1, - "cs": 2, - "r": 23, - "c": 6 - }, - "28_2": { - "rs": 1, - "cs": 6, - "r": 28, - "c": 2 - }, - "31_6": { - "rs": 1, - "cs": 3, - "r": 31, - "c": 6 - }, - "33_6": { - "rs": 1, - "cs": 3, - "r": 33, - "c": 6 - }, - "35_6": { - "rs": 1, - "cs": 3, - "r": 35, - "c": 6 - }, - "37_6": { - "rs": 1, - "cs": 3, - "r": 37, - "c": 6 - }, - "29_6": { - "r": 29, - "c": 6, - "rs": 1, - "cs": 3 - } - }, - "rowlen": {}, - "columnlen": { - "0": 111, - "2": 105, - "3": 82, - "4": 71, - "5": 84, - "6": 123, - "7": 48, - "8": 192, - "9": 56, - "10": 56 - } - }, - "index": "1", - "chart": [], - "order": "1", - "column": 18, - "row": 45, - "celldata": [{ - "r": 0, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 0, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 0, - "v": { - "v": "Basic Function", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Basic Function", - "bg": null, - "bl": 1, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 2, - "v": { - "v": "Name", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Name", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 3, - "v": { - "v": "Age", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Age", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 6, - "v": { - "v": "Indirect Function", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Indirect Function", - "bg": null, - "bl": 1, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 8, - "v": { - "v": "J2", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "J2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 9, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 1, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 2, - "v": { - "v": "Jack", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Jack", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 3, - "v": { - "v": 17, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "17", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 8, - "v": { - "v": "I", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "I", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 9, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 2, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 2, - "v": { - "v": "Lily", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Lily", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 3, - "v": { - "v": 23, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "23", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 8, - "v": { - "v": "J", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "J", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 9, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 3, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 2, - "v": { - "v": "Bob", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Bob", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 3, - "v": { - "v": 30, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "30", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 4, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 2, - "v": { - "v": "Mary", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Mary", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 3, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 8, - "v": { - "v": "=INDIRECT(\"I2\")", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "=INDIRECT(\"I2\")", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 5, - "c": 9, - "v": { - "v": "J2", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "J2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=INDIRECT(\"I2\")" - } - }, { - "r": 5, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 2, - "v": { - "v": "Average Age:", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Average Age:", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 3, - "v": { - "v": 23.75, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "23.75", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=AVERAGE(D3:D6)" - } - }, { - "r": 6, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 8, - "v": { - "v": "=INDIRECT(I2)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "=INDIRECT(I2)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 6, - "c": 9, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=INDIRECT(I2)" - } - }, { - "r": 6, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 2, - "v": { - "v": "Max Age:", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Max Age:", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 3, - "v": { - "v": 30, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "30", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=MAX(D3:D6)" - } - }, { - "r": 7, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 8, - "v": { - "v": "=INDIRECT(\"I\"&(1+2))", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "=INDIRECT(\"I\"&(1+2))", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 7, - "c": 9, - "v": { - "v": "I", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "I", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=INDIRECT(\"I\"&(1+2))" - } - }, { - "r": 7, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 2, - "v": { - "v": "Min Age:", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Min Age:", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 3, - "v": { - "v": 17, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "17", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=MIN(D3:D6)" - } - }, { - "r": 8, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 8, - "v": { - "v": "=INDIRECT(I4&J3)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "=INDIRECT(I4&J3)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 8, - "c": 9, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=INDIRECT(I4&J3)" - } - }, { - "r": 8, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 8, - "v": { - "v": "=INDIRECT(\"Formula!\"&I2)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "=INDIRECT(\"Formula!\"&I2)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 9, - "c": 9, - "v": { - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "v": 1, - "m": "1", - "f": "=INDIRECT(\"Formula!\"&I2)" - } - }, { - "r": 9, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 8, - "v": { - "v": "=INDIRECT(\"Formula!I2\")", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "=INDIRECT(\"Formula!I2\")", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 10, - "c": 9, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "m": "J2", - "v": "J2", - "f": "=INDIRECT(\"Formula!I2\")" - } - }, { - "r": 10, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 11, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 12, - "c": 0, - "v": { - "v": "Array Formula", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Array Formula", - "bg": null, - "bl": 1, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 12, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 12, - "c": 2, - "v": { - "v": "Calculation", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Calculation", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 6, - "r": 12, - "c": 2 - } - } - }, { - "r": 12, - "c": 3, - "v": { - "mc": { - "r": 12, - "c": 2 - } - } - }, { - "r": 12, - "c": 4, - "v": { - "mc": { - "r": 12, - "c": 2 - } - } - }, { - "r": 12, - "c": 5, - "v": { - "mc": { - "r": 12, - "c": 2 - } - } - }, { - "r": 12, - "c": 6, - "v": { - "mc": { - "r": 12, - "c": 2 - } - } - }, { - "r": 12, - "c": 7, - "v": { - "mc": { - "r": 12, - "c": 2 - } - } - }, { - "r": 12, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 12, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 12, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 3, - "v": { - "v": "Match", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Match", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 4, - "v": { - "v": "Physical", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Physical", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 5, - "v": { - "v": "Chemistry", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Chemistry", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 6, - "v": { - "v": "Alex", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Alex", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 7, - "v": { - "v": "Sum", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sum", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 13, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 2, - "v": { - "v": "Alice", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Alice", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 3, - "v": { - "v": 97, - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "m": "97" - } - }, { - "r": 14, - "c": 4, - "v": { - "v": 61, - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "m": "61" - } - }, { - "r": 14, - "c": 5, - "v": { - "v": 53, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "53", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 6, - "v": { - "v": 43, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "43", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 7, - "v": { - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "v": 207, - "m": "207", - "f": "=SUBTOTAL(9,OFFSET($D$15,ROW($D$15:$D$18)-ROW($D$15),1,3))" - } - }, { - "r": 14, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 14, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 2, - "v": { - "v": "John", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "John", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 3, - "v": { - "v": 65, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "65", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 4, - "v": { - "v": 76, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "76", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 5, - "v": { - "v": 65, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "65", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 6, - "v": { - "v": 55, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "55", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 7, - "v": { - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "v": 182, - "m": "182", - "f": "=SUBTOTAL(9,OFFSET(E15,ROW(E15:E18)-ROW(E15),1,3))" - } - }, { - "r": 15, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "ct": { - "fa": "General", - "t": "n" - } - } - }, { - "r": 15, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 15, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 2, - "v": { - "v": "Bob", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Bob", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 3, - "v": { - "v": 55, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "55", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 4, - "v": { - "v": 70, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "70", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 5, - "v": { - "v": 64, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "64", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 6, - "v": { - "v": 54, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "54", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 7, - "v": { - "v": 152, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "152", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUBTOTAL(9,OFFSET(F15,ROW(F15:F18)-ROW(F15),1,3))" - } - }, { - "r": 16, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 16, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 2, - "v": { - "v": "Jack", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Jack", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 3, - "v": { - "v": 89, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "89", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 4, - "v": { - "v": 77, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "77", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 5, - "v": { - "v": 73, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "73", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 6, - "v": { - "v": 73, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "73", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 7, - "v": { - "v": 541, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "541", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUBTOTAL(9,OFFSET(G15,ROW(G15:G18)-ROW(G15),1,3))" - } - }, { - "r": 17, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 17, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 18, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 19, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 19, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 19, - "c": 2, - "v": { - "v": "Search", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Search", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 6, - "r": 19, - "c": 2 - } - } - }, { - "r": 19, - "c": 3, - "v": { - "mc": { - "r": 19, - "c": 2 - } - } - }, { - "r": 19, - "c": 4, - "v": { - "mc": { - "r": 19, - "c": 2 - } - } - }, { - "r": 19, - "c": 5, - "v": { - "mc": { - "r": 19, - "c": 2 - } - } - }, { - "r": 19, - "c": 6, - "v": { - "mc": { - "r": 19, - "c": 2 - } - } - }, { - "r": 19, - "c": 7, - "v": { - "mc": { - "r": 19, - "c": 2 - } - } - }, { - "r": 19, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 19, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 19, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 2, - "v": { - "v": "apple", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "apple", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 3, - "v": { - "v": "apple", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "apple", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 20, - "c": 6, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 5, - "r": 20, - "c": 6 - } - } - }, { - "r": 20, - "c": 7, - "v": { - "mc": { - "r": 20, - "c": 6 - } - } - }, { - "r": 20, - "c": 8, - "v": { - "mc": { - "r": 20, - "c": 6 - } - } - }, { - "r": 20, - "c": 9, - "v": { - "mc": { - "r": 20, - "c": 6 - } - } - }, { - "r": 20, - "c": 10, - "v": { - "mc": { - "r": 20, - "c": 6 - } - } - }, { - "r": 21, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 2, - "v": { - "v": "banana", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "banana", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 3, - "v": { - "v": "pear", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "pear", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 21, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 2, - "v": { - "v": "pear", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "pear", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 3, - "v": { - "v": "potato", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "potato", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 22, - "c": 6, - "v": { - "v": "ArrayFormula Result:", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "ArrayFormula Result:", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 2, - "r": 22, - "c": 6 - } - } - }, { - "r": 22, - "c": 7, - "v": { - "mc": { - "r": 22, - "c": 6 - } - } - }, { - "r": 22, - "c": 8, - "v": { - "v": "dumpling", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "dumpling", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=INDEX(D21:D25,MATCH(\"dumpling\",D21:D25),1)" - } - }, { - "r": 22, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "ct": { - "fa": "General", - "t": "b" - } - } - }, { - "r": 22, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "ct": { - "fa": "General", - "t": "n" - } - } - }, { - "r": 23, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 23, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 23, - "c": 2, - "v": { - "v": "tomato", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "tomato", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 23, - "c": 3, - "v": { - "v": "potato", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "potato", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 23, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 23, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 23, - "c": 6, - "v": { - "v": "NomalFormula Result:", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "NomalFormula Result:", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 2, - "r": 23, - "c": 6 - } - } - }, { - "r": 23, - "c": 7, - "v": { - "mc": { - "r": 23, - "c": 6 - } - } - }, { - "r": 23, - "c": 8, - "v": { - "ct": { - "fa": "General", - "t": "b" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "m": "FALSE", - "v": false, - "f": "=ISNA(MATCH(D21:D25,C21:C27,0))" - } - }, { - "r": 23, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "ct": { - "fa": "General", - "t": "b" - } - } - }, { - "r": 23, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 2, - "v": { - "v": "potato", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "potato", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 3, - "v": { - "v": "dumpling", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "dumpling", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "ct": { - "fa": "General", - "t": "e" - } - } - }, { - "r": 24, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 24, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 2, - "v": { - "v": "cake", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "cake", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 25, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 2, - "v": { - "v": "noodel", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "noodel", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 26, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 3, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 4, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 6, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 27, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 28, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 28, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 28, - "c": 2, - "v": { - "v": "Statistics", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Statistics", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 6, - "r": 28, - "c": 2 - } - } - }, { - "r": 28, - "c": 3, - "v": { - "mc": { - "r": 28, - "c": 2 - } - } - }, { - "r": 28, - "c": 4, - "v": { - "mc": { - "r": 28, - "c": 2 - } - } - }, { - "r": 28, - "c": 5, - "v": { - "mc": { - "r": 28, - "c": 2 - } - } - }, { - "r": 28, - "c": 6, - "v": { - "mc": { - "r": 28, - "c": 2 - } - } - }, { - "r": 28, - "c": 7, - "v": { - "mc": { - "r": 28, - "c": 2 - } - } - }, { - "r": 28, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 28, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 28, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 2, - "v": { - "v": "Product", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Product", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 3, - "v": { - "v": "Salesman", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Salesman", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 4, - "v": { - "v": "Units Sold", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Units Sold", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 6, - "v": { - "v": "Summing Sales: Faxes Sold By Brown", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Summing Sales: Faxes Sold By Brown", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "r": 29, - "c": 6, - "rs": 1, - "cs": 3 - } - } - }, { - "r": 29, - "c": 7, - "v": { - "mc": { - "r": 29, - "c": 6 - } - } - }, { - "r": 29, - "c": 8, - "v": { - "mc": { - "r": 29, - "c": 6 - } - } - }, { - "r": 29, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 29, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 2, - "v": { - "v": "Fax", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fax", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 3, - "v": { - "v": "Brown", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Brown", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 4, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 6, - "v": { - "v": 61, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "61", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUM((C31:C39=\"Fax\")*(D31:D39=\"Brown\")*(E31:E39))" - } - }, { - "r": 30, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 30, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 2, - "v": { - "v": "Phone", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Phone", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 3, - "v": { - "v": "Smith", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Smith", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 4, - "v": { - "v": 10, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "10", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 6, - "v": { - "v": "Logical AND (Faxes And Brown)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Logical AND (Faxes And Brown)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 3, - "r": 31, - "c": 6 - } - } - }, { - "r": 31, - "c": 7, - "v": { - "mc": { - "r": 31, - "c": 6 - } - } - }, { - "r": 31, - "c": 8, - "v": { - "mc": { - "r": 31, - "c": 6 - } - } - }, { - "r": 31, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 31, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 2, - "v": { - "v": "Fax", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fax", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 3, - "v": { - "v": "Jones", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Jones", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 4, - "v": { - "v": 20, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "20", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 6, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUM((C31:C39=\"Fax\")*(D31:D39=\"Brown\"))" - } - }, { - "r": 32, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 32, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 2, - "v": { - "v": "Fax", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fax", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 3, - "v": { - "v": "Smith", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Smith", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 4, - "v": { - "v": 30, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "30", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 6, - "v": { - "v": "Logical OR (Faxes Or Jones)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Logical OR (Faxes Or Jones)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 3, - "r": 33, - "c": 6 - } - } - }, { - "r": 33, - "c": 7, - "v": { - "mc": { - "r": 33, - "c": 6 - } - } - }, { - "r": 33, - "c": 8, - "v": { - "mc": { - "r": 33, - "c": 6 - } - } - }, { - "r": 33, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 33, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 2, - "v": { - "v": "Phone", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Phone", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 3, - "v": { - "v": "Jones", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Jones", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 4, - "v": { - "v": 40, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "40", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 6, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUM(IF((C31:C39=\"Fax\")+(D31:D39=\"Jones\"),1,0))" - } - }, { - "r": 34, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 34, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 2, - "v": { - "v": "PC", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "PC", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 3, - "v": { - "v": "Smith", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Smith", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 4, - "v": { - "v": 50, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "50", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 6, - "v": { - "v": "Logical XOR (Fax Or Jones but not both)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Logical XOR (Fax Or Jones but not both)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 3, - "r": 35, - "c": 6 - } - } - }, { - "r": 35, - "c": 7, - "v": { - "mc": { - "r": 35, - "c": 6 - } - } - }, { - "r": 35, - "c": 8, - "v": { - "mc": { - "r": 35, - "c": 6 - } - } - }, { - "r": 35, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 35, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 2, - "v": { - "v": "Fax", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Fax", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 3, - "v": { - "v": "Brown", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Brown", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 4, - "v": { - "v": 60, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "60", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 6, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUM(IF(MOD((C31:C39=\"Fax\")+(D31:D39=\"Jones\"),2),1,0))" - } - }, { - "r": 36, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 36, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 2, - "v": { - "v": "Phone", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Phone", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 3, - "v": { - "v": "Davis", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Davis", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 4, - "v": { - "v": 70, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "70", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 6, - "v": { - "v": "Logical NAND (All Sales Except Fax And Jones)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Logical NAND (All Sales Except Fax And Jones)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "mc": { - "rs": 1, - "cs": 3, - "r": 37, - "c": 6 - } - } - }, { - "r": 37, - "c": 7, - "v": { - "mc": { - "r": 37, - "c": 6 - } - } - }, { - "r": 37, - "c": 8, - "v": { - "mc": { - "r": 37, - "c": 6 - } - } - }, { - "r": 37, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 37, - "c": 10, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 0, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 1, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 2, - "v": { - "v": "PC", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "PC", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 3, - "v": { - "v": "Jones", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Jones", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 4, - "v": { - "v": 80, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "80", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 5, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 6, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0, - "f": "=SUM(IF((C31:C39=\"Fax\")+(D31:D39=\"Jones\")<>2,1,0))" - } - }, { - "r": 38, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 8, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 9, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 10, - "fc": "rgb(0, 0, 0)", - "ht": 1, - "vt": 0 - } - }, { - "r": 38, - "c": 10, - "v": {} - }], - "calcChain": [{ - "r": 6, - "c": 3, - "index": 1, - // "func": [true, 23.75, "=AVERAGE(D3:D6)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 7, - "c": 3, - "index": 1, - // "func": [true, 30, "=MAX(D3:D6)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 8, - "c": 3, - "index": 1, - // "func": [true, 17, "=MIN(D3:D6)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 5, - "c": 9, - "index": 1, - // "func": [true, "J2", "=INDIRECT(\"I2\")"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 6, - "c": 9, - "index": 1, - // "func": [true, 1, "=INDIRECT(I2)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 7, - "c": 9, - "index": 1, - // "func": [true, "I", "=INDIRECT(\"I\"&(1+2))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 8, - "c": 9, - "index": 1, - // "func": [true, 1, "=INDIRECT(I4&J3)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 16, - "c": 7, - "index": 1, - // "func": [true, 152, "=SUBTOTAL(9,OFFSET(F15,ROW(F15:F18)-ROW(F15),1,3))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 17, - "c": 7, - "index": 1, - // "func": [true, 541, "=SUBTOTAL(9,OFFSET(G15,ROW(G15:G18)-ROW(G15),1,3))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 22, - "c": 8, - "index": 1, - // "func": [true, "dumpling", "=INDEX(D21:D25,MATCH(\"dumpling\",D21:D25),1)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 38, - "c": 6, - "index": 1, - // "func": [true, 1, "=SUM(IF((C31:C39=\"Fax\")+(D31:D39=\"Jones\")<>2,1,0))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 30, - "c": 6, - "index": 1, - // "func": [true, "#NAME?", "=SUM((C31:C39=\"Fax\")*(D31:D39=\"Brown\")*(E31:E39))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 32, - "c": 6, - "index": 1, - // "func": [true, "#NAME?", "=SUM((C31:C39=\"Fax\")*(D31:D39=\"Brown\"))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 34, - "c": 6, - "index": 1, - // "func": [true, 1, "=SUM(IF((C31:C39=\"Fax\")+(D31:D39=\"Jones\"),1,0))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 36, - "c": 6, - "index": 1, - // "func": [true, 1, "=SUM(IF(MOD((C31:C39=\"Fax\")+(D31:D39=\"Jones\"),2),1,0))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 9, - "c": 9, - "index": 1, - // "func": [true, 1, "=INDIRECT(\"Formula!\"&I2)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 10, - "c": 9, - "index": 1, - // "func": [true, "J2", "=INDIRECT(\"Formula!I2\")"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 14, - "c": 7, - "index": 1, - // "func": [true, 207, "=SUBTOTAL(9,OFFSET($D$15,ROW($D$15:$D$18)-ROW($D$15),1,3))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 15, - "c": 7, - "index": 1, - // "func": [true, 182, "=SUBTOTAL(9,OFFSET(E15,ROW(E15:E18)-ROW(E15),1,3))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 23, - "c": 8, - "index": 1, - // "func": [true, false, "=ISNA(MATCH(D21:D25,C21:C27,0))"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }], - "ch_width": 1723, - "rh_height": 1010, - "luckysheet_select_save": [{ - "left": 532, - "width": 123, - "top": 780, - "height": 19, - "left_move": 532, - "width_move": 123, - "top_move": 780, - "height_move": 19, - "row": [39, 39], - "column": [6, 6], - "row_focus": 39, - "column_focus": 6 - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0, - "frozen": {"type":"row"} -} - -// export default sheetFormula \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetPicture.js b/public/js/luckysheet/demoData/sheetPicture.js deleted file mode 100644 index c328988f4..000000000 --- a/public/js/luckysheet/demoData/sheetPicture.js +++ /dev/null @@ -1,159 +0,0 @@ -window.sheetPicture = { - "name": "Picture", - "index": "Sheet_3e4oe25C757r_1600925108337", - "celldata": [], - "row": 84, - "column": 60, - "config": { - "rowlen": { - "2": 31, - "4": 66 - }, - "customHeight": { - "2": 1, - "4": 1 - }, - "merge": {}, - "columnlen": { - "8": 105 - }, - "customWidth": { - "8": 1 - } - }, - celldata:[{"r":0,"c":0,"v":{"v":null,"bl":1}},{"r":1,"c":1,"v":{"ct":{"fa":"General","t":"g"},"v":"Border","bl":1,"tb":"1","m":"Border"}},{"r":1,"c":8,"v":{"m":"Fixed Position","ct":{"fa":"General","t":"g"},"v":"Fixed Position","bl":1}},{"r":4,"c":8,"v":{}},{"r":5,"c":1,"v":{"ct":{"fa":"General","t":"g"},"v":"Move and resize cells","bl":1,"tb":"1","m":"Move and resize cells"}},{"r":5,"c":8,"v":{"m":"Move and don't resize the cell","ct":{"fa":"General","t":"g"},"v":"Move and don't resize the cell","bl":1,"tb":"1"}},{"r":6,"c":0,"v":{"v":"","ct":{"fa":"General","t":"g"},"m":""}}], - "luckysheet_select_save": [ - { - "left": 444, - "width": 73, - "top": 239, - "height": 19, - "left_move": 444, - "width_move": 73, - "top_move": 239, - "height_move": 19, - "row": [ - 9, - 9 - ], - "column": [ - 6, - 6 - ], - "row_focus": 9, - "column_focus": 6 - } - ], - "images": { - "img_wx5a6n0A1ael_1600925814407": { - "type": "3", - "src": "data:image/png;base64,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", - "originWidth": 304, - "originHeight": 64, - "default": { - "width": 304, - "height": 64, - "left": 80, - "top": 45 - }, - "crop": { - "width": 304, - "height": 64, - "offsetLeft": 0, - "offsetTop": 0 - }, - "isFixedPos": false, - "fixedLeft": 268, - "fixedTop": 297, - "border": { - "width": 2, - "radius": "dashed", - "style": "solid", - "color": "#ff0000" - } - }, - "img_5034067dpM6W_1600925833775": { - "type": "1", - "src": "data:image/png;base64,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", - "originWidth": 304, - "originHeight": 64, - "default": { - "width": 304, - "height": 64, - "left": 79, - "top": 187 - }, - "crop": { - "width": 304, - "height": 64, - "offsetLeft": 0, - "offsetTop": 0 - }, - "isFixedPos": false, - "fixedLeft": 268, - "fixedTop": 297, - "border": { - "width": 0, - "radius": 0, - "style": "solid", - "color": "#000" - } - }, - "img_8s8lnsidWmWo_1600925835996": { - "type": "3", - "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATAAAABACAYAAACdriuGAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABMKADAAQAAAABAAAAQAAAAADNtzoiAAAc30lEQVR4Ae1dCZwUxdWv6p6dPUAQPCMKmEPwAEVioiYx4hFj1AgYPD6i0cQvgPoDdheEvdhmd3YBZRdBc6wH3uQTFEVNosaExKjRENSFqIAalStEZOXcY6a76/vX7PZsdU9PT8/sTNhdqn+//nXVq1evql5Xv3r16lU1Ham1aeQgXJSSlsbK3AUHoWhZpOSA5EAv4YDSS9ohmyE5IDlwCHJACrBD8KXLJksO9BYOSAHWW96kbIfkwCHIASnADsGXLpssOdBbOBBwawgj7FxikqBbWqZgjCqREZVtBTF6jO1eX5W3KBaXAckByQHJgSQccBVg7cKLZVWAEWYohNK+sfopLBILy4DkgOSA5IAPDsgppA8mSRTJAcmB7skBdw2se9Y17Vqdr7FAkxIZTRg5jTA2jBE6hBLWjxFirtdyL0ubsMwoOSA5cFA50GsF2Oj5rH+kNTIB9rxxu0jkPGKwzukqJBmEFyGUbD6o3JeFSw5IDnSJAykIMHosSsrvUmlCZkqoiehhFoiZZA/CISue7nNUiA0x9MjccGvkGmhbee10ouIqjiTqsC8OKAGSA5IDPYYDKQgwks9Eo3sXm8gYhAojqkVGUUgfK5zO8xyNDdxPImW6HrkVgivXHw221R+exJIckBzojhxIRYB1x/oTbt/aRfXiAywyG4Lr8NQqSTemhi+xJQckB7oTB3q0ABsxjw1oaousICa70H2S6M1qSsj73hgyVXJAcqA7c6DHCrDRGhsebgs/h5noV9NlsEJyXkk3r8wnOSA5cPA50CP9wEbM1S+NkMgbsKGlLbywArnjbY2+d/BfgayB5IDkQLoc6HEa2OlzI2MYM5/FIkCX6o4VyOfTZZrMlzoHtPr6gSSsxlxZArrOysuLt6ROqWfnkHzI7PvrkhDIbFWSUxtdzb4SNiJPwljf9Xor9JHkJaaOoS1YcrwRiRTbcir0merSor/YYIdYxGg252Hg+bnVbIPQZoS7tPJs0epJT8mHzL6tHjOF/KbG+oWN8LMQXgO7ygKcBvtBY0Xg1a7ScctvmOFjoB1OF28sMoxyw5UwyQHJAW8OaLULh3thdF2T8aKeoTRNY8pTJLwMNq9TMkESq4/llNJ0Fi4zUbykITkgOeDBgfr6+vzdB8i1jJhTDIMeA9QhidB7hAa2kkauh/DKzJ5FSte8UxlckYghEi45IDlw8DhQEaq/ranZ3GYScyk0jLOS1aTbCzA4quZhOlaVrCF+0xVKZ0ntyy+3JJ7kwH+bA+wCKCsD/Jba7QVYE9FvQ4MG+22QJx4lv2uszFntiSMTJQckB3oMB7q1AOOe9jg3ojQT3ITWtTMQCN6SCVqShuSA5ED34EC3NuIrbeEiMwV1MiFLKQ3D72v82+X004Q4MsGTA1pDQwFpaj4WxxIdqWL76dFH526eNGnSIXeK7p13PtLnQOSzEwxK+qhq/rbKmbf8J9MmiQULHjhsH9l7PDXNvH6BozbNnHnDAc+X4zMxFKof1KYqx6mE7STHHr5Du+mmVp9Zk6Jlk7ZX4d1WgHWsPP7Eq/J+0+A2cQumjllxm/Bbh0zhwcg5Gcd4fC9Gj7G26ooZ18XiCQIVoYW34wC0szuT2c7q8hmTOuPxIf6x7m3bOQXG1HHGZ/vOxjOqseskTLZ+FjYrqhdux7Hgb6qEztfKi/4RTyF9iPbgg3n69qZ6rBXzY5xiF+rweWBAXpF26637y2vqiylj34olIqBSJaSVFb4lwtzCWu2SUwwzEhLTGCVrQ2XFNSKMh+fULLzYZLQIdfnGntbPYm48ut5C5oTqwhWhuq1IeyJXUe4uKyv8tzO/3zgvhzE6c19kN+xATEVbyR5jJwP9TxH/uxoMFmuzpm71S0+rrTvJMMnPgD8KtM5oZeZRRDeJzglsazLKQwtfw8D+9IAC2lBUVNTily7HyxTtjjZPiZXN2DdjYQTwTo5C+1eKMHgRPF5VXvwUh3VbAbaS6OfD9nWCWPF0whgdF6+rDD6QTt7umccchf2f46y6oQNyh1AfFz0biyFivs1emeaE6q/Y07bzV/hwBnE8/jGJF+JcmB2P9ON1wq5CJ3tRDQR+rs2e5klXpJEoHBWc23auAm37Jn1Kt5Ec5WIuvHhehZF/mYwtFOkYxNiJuKdg5vimEb4RbYjxg8PQV57lT+sqv2Px10g4stw0yRmcA04ecDzAgqjnl/EsaTWNYvDhrury4lkWDT9PjTHFqKm7G+XAxOEoBRINkKGgM1SPhC+uqKmfXF1WtNyLLt4znVOzKKSbbCbqluOKCwEJ+Hlo1XlNzWy6Vl0/WasoesEVVwBmmjbadqLYL4Wi2oOM5QPH9p6wDTA2WEZH1LhM3QAAxnbdbYKS+eNJTlE3aE6PqkJFTd0NJmFPo/NHhZefyqMTXoKz2J7TfvGL2HYhP/mcOHz6tLd15+9B70JbGiUfBVTl26FZhe9bcOVbo57DaLzdivMnOvs1XHsTYc4wFxjAs2mtGAj2qkf2jQmGUKjuBNqmvwyCEF7+LtAMot63Q9tNyW5r1NQvwKCU3D4LcwozzSe0mkVnJqrR8uXLVQw+D2HXQ2lC4eXMzMgQg5jPQZu8ypkkxrNJWywnlXC3FWDomBek0hAbLqWtkNITcd59iaZFT361JctIYg5oNYtPw8e0FJ2fj9CdFyVfQEN5Eb+SWkAU+ivw95XOxI4QIyONL1ofw0eM15f6pS1adPj+8Bd/wOD1HTE3hMv6QDD/21pJ4SciXBszRkeaXbtmpL+x/YuxIl5cOHQXNA9oj8LFFPIbbdKkmDbbxsjjqId99ZuSPShvGaXKfJglQuBDA3iyQSATDeKfC6E5NXVjnHC3OMooAL9m8DQuREH395zH7eXQD93yGMzQ3OAc9s+NWyaD5g1x6ZS+gbrej7rXQtX8DcKbRBzwI2AS8MDD8z2btMW6pBLullNIvm2omUROT6UhFi46wHac7jr2nTm5ayyYfPrngM70O53CCx/T831zDv+fWbN+ZjuCm2sCOjOwN5WcaJWAj/HKytr68xFfbcH8PGtr7zmiZX8bhBcZZcPHh1eg5v+g5PZbvrDBOyJBSu7DaMW1jZjARR1+guT/c8PnMIOaE50zNaqw+yx87gmOadXZNhxK3woU0Iu1oqImC896zqmum2RSwqfb7YIbT5PSa5Dumwfot+9hCn6pOAXnGs/6TVurIJBKYrRBFAPMFdyGp5VOfc+qA39qCxceqbeyarHeqNAOqqg3V5UV/taGy6ettXU/JSZdBPrtWjOmm7pJy4H3YxGXh7NFWz3uiEfIrl0xG5fRSh5C+2KzL9R/q5pv7xP9FCW2qAG/TtLivAl+Oos66+KNToxZBbpXpm7Cp/buV5sSGYZy2juDO0ocFCMK9gfTpbkkOPqdOUEpvOI4lBwAO8j3wPfvi5jg6yq1vOhKp/DiONxYHlCCl4PvbWIejOR2m4WY6BKuqbnrmGaz9c/4kBzCi7zcP/eoi0pK3IUXJ8VPtMAfpn7nIHtxTc2iLzlg0eiSJUty8YH/yJZGyTvVJTPWWrC9zSb+YGW3HaEzPuomvHieqoriBvTmVVZ+/sTXcqkY9wxTckDN7TNGFF4c/+qrrzaqy4vKUHbsA7fomGY4boDHx1+Dtg2wcPhTJer1TuHF4RqlZnXZjPvxXU/ncevCosh13EBvxa1ntmjzlVBtxozPrRucC1tltj+paaVZT3HBQWmszF3gvCGlXkenXGO/yWcgyCVfhm4WU9ftFUbpJhvmhHnFIYCfxwh6+not+LM1Gt3hhSvTEnNAp2aZLZXvFw3QCt7ZbXAhwrUAfGD2o4kY8Z7CCfn58nurqf8FH95pAhjTKbIycNLgy/y4EDCF/lrMC+GjthAWp0VwnM/2G5dBUB4u4iuM3i/G9ZzATjHOw8hzhZdtTQ0ohQpVxls3BP90bfnyoJOOWxwGuV9qM6fw78v9UuhiZwJG/yEiTJu/eDAqebMI4zzUKgpfFmHOcFVF0QP4zt+y4KCrwPhfbsX5M5u0xXLSCXfLKaRJlUGQYt7twceFF/Qn2Buq1mnyZFVvZvlLBUdH4kONIYO/L1XPLlofAyQIsBy1jOrGM2Iyn4aJI6WYZoVDoXuGtJLWPyL+FQvGn/j4Hxpx0gk3cw1EhCcKB0qKXtBruKtB50dNzeg08k5nHmoYEztbGC2sRemjPC7ihWZN3wgXkR3A63ThYOQCY1tTY0XNwjvVXPIM1wbEPB32uU9EmN8wCwRWeOGq/XPf1ptanChDRICpG6ejvjabNqWq7Z2I+GIYWthLeO/iwsAPxPRs0hbLSSfcLQUYZeZhtk5mtax9qvIGjJwvBAOBx9eU0y1Wknx2jQO1tUuOajbCNs0E+tc7fqjyDx54/PZ9YfTJaWNtfCFgsJgJwuueqrKiqXi6dgER1wpzDRErf/ciQ8yHCx/kqVqo/uuif9r8+Q399+v7L4OGZmXFkz2pFRbuFgDtQYrFCsYWiXDY1k6CkLzPaCENEHBr8eG/zFT6onrOqNf4goKIm0pYzdE/9sLnbiMV1XW70abO98PI0WIenNxwshjnYUaMc+E3ONwJj4szZsdh5Ai+GmyZDbJJO64uKQLcBRhju+Fkw+1gsYv/t7Grvz6LEXMJQJOKdSJ03i14WU+jg8BozKBa040IbyjoF1j7tyIaNxS5kJOgFDnQQow4uwdIfJoiGf/osDFBjNiEV0fmY1IRXlaBajB/qR5u1UTblUGiWtg/LJzmyAHYvuy/3AuQwP1WuviEL9ddEIpwiyALRDgPo95c0zkLffQs7EwoMV59azcE2gsQZo+GSoud9jhndnscg7I2o9imzdkRYrG9CHUKMDAploIA6mQXQhzGyGR4vIlovsP72Z6hQI5q39mk7btCCRBdBdj6qjzbyNORN5SARsbBjZXBBhDlt7z+Wxxg5olxRVFq87GKS88CAFrOhPKaugp4xFenQl67/dYdcCJ9Bh/bBCsfBMx1sEMVa1dfHTUMwyXUtvoIGbBJK58e7w7SQQA7Fe6oqF30GjFN7hB6RYfgssjHnh2a0bUQZtdyzYyo6rTq0sLXYggeAeiZvqbJHiSsJNs03AKm+6Q6GYq8lvkgm7TTrWI0n23O3CVKMnOP5oBq0ngjMiMDs96o9tVjm7YPdWIunDHHpVo2dBL7oIepkP7htss5Hb5YACH0XTtNZvchsydGY1wQQRsbm68Gj6WKMhGrC4/CSJdwuxCE3GhimC9V1NY7ynIhnkEQZij/cZID7PN0b7yD2BQ1m7SddU417qqBpUokVXzu58VdJfhqIzfYc5sXnzZ2aF5k5Fz9CiznnoqRbTumltsVEtjcqNkd71ItU+In4UAA/HVYcUyFHZ8kV5eSMQcKM0W5Dgb3o/GufxUjFvWjYo9qNXedq5VNXxeDJwnMLS36E7zJP4AQ+ZqFSg3zJwivbIM2BnjngE1pJI+qD1t4yZ6lpVP5yuSyjpuUL7hrmBI2zof/11j01YtAO/YtoS0FOEb8t9q8+jO0kqIPk9HORDo0uQ2og+3KpeTMTPw4JZu0bRVOIxJjehp5fWfhG7Ofpvp3sW/tcnTaC6JOqkaHnxeMa5zxeOlP4xEdQbnwMpk5r70AmBCxeXik1vYJbGGrIOhWDWCBv/5Zg5J7SF5872NnVwUX87lv09SpU9sSsYM7RK7btOXridKj8NnTN5OaenznnTYidNwve+bpSNSqF50P59CpIq6aWzDZyzUA/cBUiXKFVlr4Es+H6d83MX28MUaDkT7Y17gKDpRnOVf8YjiOAPoGwwbvBkz5FlpJ4M+l0QUKMzzRgvEn+thzZeXT47QWEccrLCxcNFTMrz+VRtgT6MOnxvLw+huMr+YticGyGIAryQYITVsJYUL5O+/yQlc2adsqnEYkqwKMn+dF2sKFOM/+RkihE3j97CzurDHUVBjs2y90hDjbCwySQ5F7Gjr5tCYa3j5iblgbfnLO0hVXw4H1ELpgx/nExkRoK00HdM7bhCP9ug+38JW3KP8TsSq6kldd9y+8n9hqFt7DVVi5mz579qQ9ifJxuEGNa/B+Oqd82LfoJbzaadFWbB6OCi8eVwcNnKJvaxqJep7Zno63zdhQvZU81dDQcJHfo3sKaPChZtoGh84OQYzFghYzUguenWHR5U94p98vxsUwPOurIPi+IcDWYxo5U4jbgnA1eRca2VUkrNu3FTEyBoj/FQGGE0E2OEd0vL/zUT5XDDwv7H3l3+eFFhL6mBEYdMRk67idbNK2ykz32alSp0vBJR8/BnqkFplB2iIfoeNU4Pb8eNpJsNhoyKeNLmRjIHwsx2G0uXfDe+H1+MntlbGEQyFA6cfOZpq6eakTZsW56wDcUOusuNcT+wFt/lB4b4cd0PdN8crD9y/ifdneAQajpB+Nkyb/WPJI7njYmHbZ0hg5b+vOfffYYB6R0tLbdkFztPlVQRDebMsCc4VSOv1FG0yImAppQ55LrBvCcKq2ZEk/ASUuGLh92geoO3fy7rzAiM5IdkMDD1PfhQb6iVgKBqNJ2rxFQ0WYM8x/A4h23gNh92PrRqUHWsKL42eTtrM+fNSyw9ArPS7PRI98rkl8qjhSC9+wi4Q3Yjc831M3wBXRFdhp4+I2L1cUJ5BBWzCNZ07Xwg9O0FjQmdwb41SJF2B446VuHXXevF8OOKDvfwJ94qt+eDEwn9bDQG2fcjBSiSNcrnXLzz3TjQPmUrznL4npqo9RX8S3wuXlt32qUHIdPiDb2j+69M/5zx4svKRPVfm1Fw4835dyjTMRDjY8/0lMA3+Dxt7wAhHmDBu19T+GwO8jwqHFxbYnifBshLkJAfW28whaqG6YjybaVsX3nxrhyPNx9XbsbMgmbScvMF21LZAwSgfxk0GceFY8YyNE+wbs6K/PLrOIp/LEFozvNGqdhw7C5vUxOu5Q3zQofR2+kePWaS6rab6JdB2xYt7C0UzvPK+oqxQxiG+urigeItIpD9W9CaEhTnEw1NNm7AlsQAdYR4nyH/zV5QwYx2/Dx3ecmNcKu9HlaXNCi643mfGIhRd9Rp1K2WPYcvNXbJ5tNKk5wCTKKdgtMQ2d31Y3dKjlOGCRb2S2XfCpauCCyALy+qJdtg/eSoMbRQk07Forzp+gq2Nf3yXYGmMTLiKOGMZhfetRt9NEGA+Djqnm5Jzo3Hco4mmrVwf019ZuQv4TRTg0nD+AwGMqUz/BczfqONCkbAgG6x8Cbyx4bVMI4Df5/aqyGTZNLxU+iGXDkfVTaEiDLRjq8jSmteOtuPWEG8dTqIcNDl5/joHpbrS9Ee9vC2zRg4BzLqzLU9DG/lZe/gTOShwW+CNuTxThPJxN2lZZsGEWwoZZb8WjTxr1/XwbNcJ+Z9KKdn/PSrcx3AKm+uR/zG4m4b+BGWkJLzC3jTup2sulq+zxJDHG8ELCa3hdkmD2+GRoKbOdjUDnLoBKUYiV3QdN0/gdFwDoge3Cix8Dg9MOnHnc4nPLpj+GzvuULY1vrGfkeiy33Ksz800cvPdCtJPFCS/6br+8o39qy5tGBH8xx3E19mko2hLAmVUrqquX+Hq/ELbuWhiEkJfw4tWNHtMToOO4kBWrD032YvD3YZzY8Rfd1Bt1YqzGYtNDqNt43PZvidIn5pYWx2x8Ip1shnOpMhVCyOYSg75xJITsXNT1Gd001uL5LOKz44UXbcT7u8FNePE6Z5O2xRP8guxJyAO7szoONcSAje8bxywx8i0Llz/tTBdTfIZPnxsZEzYifwfhU3xmcUN7w+lhDyamJsA4Vfy9iP+9m2uDboX0FlhVWfHq6JlcfhoEmxJVApdgbN3oCx0jL0a4H6FjTOUDi588HIcLSJYbGOdn83UymvwDUvvl3IgP0VZndOCBYRp+lm9zSUajIKfvYxit7TYpZILbRkLjvUizenZxI3h8U9zHJCIlCKPefwsMGnhjIkGQIFtGwOXlRdvgs3Ya6vCkb4LgN4T1MjU37/te7y+btK26Rt0+KCtB/TEeJ7+6JMBgQL8Uo9JLkI4DkxeVGIPvbXSmclcJfBTbnfCkcQhSaIPLuD0uKW4PRoCn+i2Ydv8QL3qHWzMA1/Hx/SafBk6tLp3+phuOF6yqYsbdAaqcDRpvgFY4ES46/mbY5W4acdLgkSFuyM7QpU2duldVg+NBf79IEtPQU/aHdy/TcJ6VCHeG+cop6v1nGxx/pjrhiALfAyM/ujmfqidCEN3hrIeNbkcEeKv5aRQjhg3+jmgEd8PNJoz7rGEaPwGOt9dAiH/sWRbeL1wRzsV0fiLfzeCJi8Rs0rbKDpXNWIzdDN8GP7nb1KZoX7YSHU+kpXeN1tjwCIm8AQFmm0OnTA3SPy+QM8RtYzZcJf6XrzamTJNnoKQaJ7LOSStvD8rEfcCa9pnDML06BTav4TB68lNKP81T1Bc6nC+73BpuEyKvrxtuMhwyyejJcHDdqRD1Q4UaH5FzRn/YlY3MXa5cAgJ8AaNZb9nKp9YWCj6GhV7uEBae25NrfS2RPcN0heLYGjZEMdkxUFvg6c7+DSG/Pchy/8UXIdzyHmwYX4k+YDafBqdebhOEQZx+jH2bG9Q89n6iM8781jmbtP3UIS0B1uHfxaeNvla3vCqCTvXHdVrwIjecCcuZyl0lUM7JbumeMEx/AoGcYfJXap5c6rWJMAbPhJ3uDrGBAZWcrJXO2CDCZLhnc8BTDXdrGny8ArQtsiITwovThw9RlVs5HBZ1UqVqSaJ0TziWkA09Uu2JIxN7JQf4zgOskN5qaxylr0rhZeNIr4ikLMB2Ub0Y08YLM9F62LieX5/kMML1lYFVWPp9KJ3ysDI0cVRV/NG76dCSeXoOB/65actYjIxDxBqjr90nxmW4d3AgJQF2jsYGYg9Z3BJ+OqzA1NGgSrw7gButk0jOJNgZXndL84TB0Iv/eE7zxJGJvY4DMPTb3zncSPDLNP+rcr2OI723QSkJsP0kUgbtq/NQtS7wBdrRw41zct/1Q2KFRsPcSRWG+c1+8EUcGPku7+0rkmJ7D/Vwxbw6/IXa/ls2DH7LxF+mHeo86k3t9y3ARoUYV8ntdoU0OcHdI/JITlkq2bmHfVANXgAh5ssh06INgXvUSkW3Ob9ZafLZCzlgwH/NcQWIP98vRzYZ7QEc8C3AYBCfi+Xj3C63CT+dVRQ6Np2/B62toB8VkOA5EGK/TakeJrsyJXyJ3CM5wF0n0EcvghtJ7CA/9JVX+O/femSDZKWTcsCXG8Xo+ax/uDWyA50jLynFZAjtf8xelgzNK51PCXFEjwZ/ltv9CFXY21bDVeMCL5oyTXJAcqDnccCXBhZpjUzIhPDC1HEenEu7JLw4izWNmtxJlft5QTjxI349tx3AJvKlnvdqZI0lByQHknHAlwCDABiXjFCydAiaxeNJsDwZXirp3EkVmtUNAYWcCSH2IMrY6Z6ftm9qdk+UUMkByYEeyoGkU0juuLqLRL6ABtY3rTZSrCBScsu6yuADaeVPIROfWkYN9u02rzPbNS8IL8b60b7Bvutm0rjNvSmQl6iSA5ID3YwD2MfpfTUpEfxlJT3hxTUiGFTHN1Z2nvPlXVrXUvnUEhT+2nHHiI28k/UZf4C0rItBZEByQHKgN3AgqQCDRzPfAJryBa3r92ogZ0p32IvINS8pvFJ+hTKD5EC354APAcaGpdQKStdg688saF2rU8onkSUHJAckB1LkQFIBhs3WcGCF33ySCxrXBzColb9TmbMCU8fkGZLQk8mSA5IDkgPJOJBUgOG8o34JpRElO2Djeh4nVz7SWBF4lQsuqiUrUqZLDkgOSA5khgNJBRiEl8n3IEJQ4b+NbCucRzdC03pfITmvvK3R2LYe2uuPDswMwyUVyQHJgcxx4P8BnVoIgZoAA2gAAAAASUVORK5CYII=", - "originWidth": 304, - "originHeight": 64, - "default": { - "width": 304, - "height": 64, - "left": 563, - "top": 50 - }, - "crop": { - "width": 304, - "height": 64, - "offsetLeft": 0, - "offsetTop": 0 - }, - "isFixedPos": true, - "fixedLeft": 641, - "fixedTop": 193, - "border": { - "width": 0, - "radius": 0, - "style": "solid", - "color": "#000" - } - }, - "img_ni1an0tek2ko_1600926607293": { - "type": "2", - "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATAAAABACAYAAACdriuGAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABMKADAAQAAAABAAAAQAAAAADNtzoiAAAc30lEQVR4Ae1dCZwUxdWv6p6dPUAQPCMKmEPwAEVioiYx4hFj1AgYPD6i0cQvgPoDdheEvdhmd3YBZRdBc6wH3uQTFEVNosaExKjRENSFqIAalStEZOXcY6a76/vX7PZsdU9PT8/sTNhdqn+//nXVq1evql5Xv3r16lU1Ham1aeQgXJSSlsbK3AUHoWhZpOSA5EAv4YDSS9ohmyE5IDlwCHJACrBD8KXLJksO9BYOSAHWW96kbIfkwCHIASnADsGXLpssOdBbOBBwawgj7FxikqBbWqZgjCqREZVtBTF6jO1eX5W3KBaXAckByQHJgSQccBVg7cKLZVWAEWYohNK+sfopLBILy4DkgOSA5IAPDsgppA8mSRTJAcmB7skBdw2se9Y17Vqdr7FAkxIZTRg5jTA2jBE6hBLWjxFirtdyL0ubsMwoOSA5cFA50GsF2Oj5rH+kNTIB9rxxu0jkPGKwzukqJBmEFyGUbD6o3JeFSw5IDnSJAykIMHosSsrvUmlCZkqoiehhFoiZZA/CISue7nNUiA0x9MjccGvkGmhbee10ouIqjiTqsC8OKAGSA5IDPYYDKQgwks9Eo3sXm8gYhAojqkVGUUgfK5zO8xyNDdxPImW6HrkVgivXHw221R+exJIckBzojhxIRYB1x/oTbt/aRfXiAywyG4Lr8NQqSTemhi+xJQckB7oTB3q0ABsxjw1oaousICa70H2S6M1qSsj73hgyVXJAcqA7c6DHCrDRGhsebgs/h5noV9NlsEJyXkk3r8wnOSA5cPA50CP9wEbM1S+NkMgbsKGlLbywArnjbY2+d/BfgayB5IDkQLoc6HEa2OlzI2MYM5/FIkCX6o4VyOfTZZrMlzoHtPr6gSSsxlxZArrOysuLt6ROqWfnkHzI7PvrkhDIbFWSUxtdzb4SNiJPwljf9Xor9JHkJaaOoS1YcrwRiRTbcir0merSor/YYIdYxGg252Hg+bnVbIPQZoS7tPJs0epJT8mHzL6tHjOF/KbG+oWN8LMQXgO7ygKcBvtBY0Xg1a7ScctvmOFjoB1OF28sMoxyw5UwyQHJAW8OaLULh3thdF2T8aKeoTRNY8pTJLwMNq9TMkESq4/llNJ0Fi4zUbykITkgOeDBgfr6+vzdB8i1jJhTDIMeA9QhidB7hAa2kkauh/DKzJ5FSte8UxlckYghEi45IDlw8DhQEaq/ranZ3GYScyk0jLOS1aTbCzA4quZhOlaVrCF+0xVKZ0ntyy+3JJ7kwH+bA+wCKCsD/Jba7QVYE9FvQ4MG+22QJx4lv2uszFntiSMTJQckB3oMB7q1AOOe9jg3ojQT3ITWtTMQCN6SCVqShuSA5ED34EC3NuIrbeEiMwV1MiFLKQ3D72v82+X004Q4MsGTA1pDQwFpaj4WxxIdqWL76dFH526eNGnSIXeK7p13PtLnQOSzEwxK+qhq/rbKmbf8J9MmiQULHjhsH9l7PDXNvH6BozbNnHnDAc+X4zMxFKof1KYqx6mE7STHHr5Du+mmVp9Zk6Jlk7ZX4d1WgHWsPP7Eq/J+0+A2cQumjllxm/Bbh0zhwcg5Gcd4fC9Gj7G26ooZ18XiCQIVoYW34wC0szuT2c7q8hmTOuPxIf6x7m3bOQXG1HHGZ/vOxjOqseskTLZ+FjYrqhdux7Hgb6qEztfKi/4RTyF9iPbgg3n69qZ6rBXzY5xiF+rweWBAXpF26637y2vqiylj34olIqBSJaSVFb4lwtzCWu2SUwwzEhLTGCVrQ2XFNSKMh+fULLzYZLQIdfnGntbPYm48ut5C5oTqwhWhuq1IeyJXUe4uKyv8tzO/3zgvhzE6c19kN+xATEVbyR5jJwP9TxH/uxoMFmuzpm71S0+rrTvJMMnPgD8KtM5oZeZRRDeJzglsazLKQwtfw8D+9IAC2lBUVNTily7HyxTtjjZPiZXN2DdjYQTwTo5C+1eKMHgRPF5VXvwUh3VbAbaS6OfD9nWCWPF0whgdF6+rDD6QTt7umccchf2f46y6oQNyh1AfFz0biyFivs1emeaE6q/Y07bzV/hwBnE8/jGJF+JcmB2P9ON1wq5CJ3tRDQR+rs2e5klXpJEoHBWc23auAm37Jn1Kt5Ec5WIuvHhehZF/mYwtFOkYxNiJuKdg5vimEb4RbYjxg8PQV57lT+sqv2Px10g4stw0yRmcA04ecDzAgqjnl/EsaTWNYvDhrury4lkWDT9PjTHFqKm7G+XAxOEoBRINkKGgM1SPhC+uqKmfXF1WtNyLLt4znVOzKKSbbCbqluOKCwEJ+Hlo1XlNzWy6Vl0/WasoesEVVwBmmjbadqLYL4Wi2oOM5QPH9p6wDTA2WEZH1LhM3QAAxnbdbYKS+eNJTlE3aE6PqkJFTd0NJmFPo/NHhZefyqMTXoKz2J7TfvGL2HYhP/mcOHz6tLd15+9B70JbGiUfBVTl26FZhe9bcOVbo57DaLzdivMnOvs1XHsTYc4wFxjAs2mtGAj2qkf2jQmGUKjuBNqmvwyCEF7+LtAMot63Q9tNyW5r1NQvwKCU3D4LcwozzSe0mkVnJqrR8uXLVQw+D2HXQ2lC4eXMzMgQg5jPQZu8ypkkxrNJWywnlXC3FWDomBek0hAbLqWtkNITcd59iaZFT361JctIYg5oNYtPw8e0FJ2fj9CdFyVfQEN5Eb+SWkAU+ivw95XOxI4QIyONL1ofw0eM15f6pS1adPj+8Bd/wOD1HTE3hMv6QDD/21pJ4SciXBszRkeaXbtmpL+x/YuxIl5cOHQXNA9oj8LFFPIbbdKkmDbbxsjjqId99ZuSPShvGaXKfJglQuBDA3iyQSATDeKfC6E5NXVjnHC3OMooAL9m8DQuREH395zH7eXQD93yGMzQ3OAc9s+NWyaD5g1x6ZS+gbrej7rXQtX8DcKbRBzwI2AS8MDD8z2btMW6pBLullNIvm2omUROT6UhFi46wHac7jr2nTm5ayyYfPrngM70O53CCx/T831zDv+fWbN+ZjuCm2sCOjOwN5WcaJWAj/HKytr68xFfbcH8PGtr7zmiZX8bhBcZZcPHh1eg5v+g5PZbvrDBOyJBSu7DaMW1jZjARR1+guT/c8PnMIOaE50zNaqw+yx87gmOadXZNhxK3woU0Iu1oqImC896zqmum2RSwqfb7YIbT5PSa5Dumwfot+9hCn6pOAXnGs/6TVurIJBKYrRBFAPMFdyGp5VOfc+qA39qCxceqbeyarHeqNAOqqg3V5UV/taGy6ettXU/JSZdBPrtWjOmm7pJy4H3YxGXh7NFWz3uiEfIrl0xG5fRSh5C+2KzL9R/q5pv7xP9FCW2qAG/TtLivAl+Oos66+KNToxZBbpXpm7Cp/buV5sSGYZy2juDO0ocFCMK9gfTpbkkOPqdOUEpvOI4lBwAO8j3wPfvi5jg6yq1vOhKp/DiONxYHlCCl4PvbWIejOR2m4WY6BKuqbnrmGaz9c/4kBzCi7zcP/eoi0pK3IUXJ8VPtMAfpn7nIHtxTc2iLzlg0eiSJUty8YH/yJZGyTvVJTPWWrC9zSb+YGW3HaEzPuomvHieqoriBvTmVVZ+/sTXcqkY9wxTckDN7TNGFF4c/+qrrzaqy4vKUHbsA7fomGY4boDHx1+Dtg2wcPhTJer1TuHF4RqlZnXZjPvxXU/ncevCosh13EBvxa1ntmjzlVBtxozPrRucC1tltj+paaVZT3HBQWmszF3gvCGlXkenXGO/yWcgyCVfhm4WU9ftFUbpJhvmhHnFIYCfxwh6+not+LM1Gt3hhSvTEnNAp2aZLZXvFw3QCt7ZbXAhwrUAfGD2o4kY8Z7CCfn58nurqf8FH95pAhjTKbIycNLgy/y4EDCF/lrMC+GjthAWp0VwnM/2G5dBUB4u4iuM3i/G9ZzATjHOw8hzhZdtTQ0ohQpVxls3BP90bfnyoJOOWxwGuV9qM6fw78v9UuhiZwJG/yEiTJu/eDAqebMI4zzUKgpfFmHOcFVF0QP4zt+y4KCrwPhfbsX5M5u0xXLSCXfLKaRJlUGQYt7twceFF/Qn2Buq1mnyZFVvZvlLBUdH4kONIYO/L1XPLlofAyQIsBy1jOrGM2Iyn4aJI6WYZoVDoXuGtJLWPyL+FQvGn/j4Hxpx0gk3cw1EhCcKB0qKXtBruKtB50dNzeg08k5nHmoYEztbGC2sRemjPC7ihWZN3wgXkR3A63ThYOQCY1tTY0XNwjvVXPIM1wbEPB32uU9EmN8wCwRWeOGq/XPf1ptanChDRICpG6ejvjabNqWq7Z2I+GIYWthLeO/iwsAPxPRs0hbLSSfcLQUYZeZhtk5mtax9qvIGjJwvBAOBx9eU0y1Wknx2jQO1tUuOajbCNs0E+tc7fqjyDx54/PZ9YfTJaWNtfCFgsJgJwuueqrKiqXi6dgER1wpzDRErf/ciQ8yHCx/kqVqo/uuif9r8+Q399+v7L4OGZmXFkz2pFRbuFgDtQYrFCsYWiXDY1k6CkLzPaCENEHBr8eG/zFT6onrOqNf4goKIm0pYzdE/9sLnbiMV1XW70abO98PI0WIenNxwshjnYUaMc+E3ONwJj4szZsdh5Ai+GmyZDbJJO64uKQLcBRhju+Fkw+1gsYv/t7Grvz6LEXMJQJOKdSJ03i14WU+jg8BozKBa040IbyjoF1j7tyIaNxS5kJOgFDnQQow4uwdIfJoiGf/osDFBjNiEV0fmY1IRXlaBajB/qR5u1UTblUGiWtg/LJzmyAHYvuy/3AuQwP1WuviEL9ddEIpwiyALRDgPo95c0zkLffQs7EwoMV59azcE2gsQZo+GSoud9jhndnscg7I2o9imzdkRYrG9CHUKMDAploIA6mQXQhzGyGR4vIlovsP72Z6hQI5q39mk7btCCRBdBdj6qjzbyNORN5SARsbBjZXBBhDlt7z+Wxxg5olxRVFq87GKS88CAFrOhPKaugp4xFenQl67/dYdcCJ9Bh/bBCsfBMx1sEMVa1dfHTUMwyXUtvoIGbBJK58e7w7SQQA7Fe6oqF30GjFN7hB6RYfgssjHnh2a0bUQZtdyzYyo6rTq0sLXYggeAeiZvqbJHiSsJNs03AKm+6Q6GYq8lvkgm7TTrWI0n23O3CVKMnOP5oBq0ngjMiMDs96o9tVjm7YPdWIunDHHpVo2dBL7oIepkP7htss5Hb5YACH0XTtNZvchsydGY1wQQRsbm68Gj6WKMhGrC4/CSJdwuxCE3GhimC9V1NY7ynIhnkEQZij/cZID7PN0b7yD2BQ1m7SddU417qqBpUokVXzu58VdJfhqIzfYc5sXnzZ2aF5k5Fz9CiznnoqRbTumltsVEtjcqNkd71ItU+In4UAA/HVYcUyFHZ8kV5eSMQcKM0W5Dgb3o/GufxUjFvWjYo9qNXedq5VNXxeDJwnMLS36E7zJP4AQ+ZqFSg3zJwivbIM2BnjngE1pJI+qD1t4yZ6lpVP5yuSyjpuUL7hrmBI2zof/11j01YtAO/YtoS0FOEb8t9q8+jO0kqIPk9HORDo0uQ2og+3KpeTMTPw4JZu0bRVOIxJjehp5fWfhG7Ofpvp3sW/tcnTaC6JOqkaHnxeMa5zxeOlP4xEdQbnwMpk5r70AmBCxeXik1vYJbGGrIOhWDWCBv/5Zg5J7SF5872NnVwUX87lv09SpU9sSsYM7RK7btOXridKj8NnTN5OaenznnTYidNwve+bpSNSqF50P59CpIq6aWzDZyzUA/cBUiXKFVlr4Es+H6d83MX28MUaDkT7Y17gKDpRnOVf8YjiOAPoGwwbvBkz5FlpJ4M+l0QUKMzzRgvEn+thzZeXT47QWEccrLCxcNFTMrz+VRtgT6MOnxvLw+huMr+YticGyGIAryQYITVsJYUL5O+/yQlc2adsqnEYkqwKMn+dF2sKFOM/+RkihE3j97CzurDHUVBjs2y90hDjbCwySQ5F7Gjr5tCYa3j5iblgbfnLO0hVXw4H1ELpgx/nExkRoK00HdM7bhCP9ug+38JW3KP8TsSq6kldd9y+8n9hqFt7DVVi5mz579qQ9ifJxuEGNa/B+Oqd82LfoJbzaadFWbB6OCi8eVwcNnKJvaxqJep7Zno63zdhQvZU81dDQcJHfo3sKaPChZtoGh84OQYzFghYzUguenWHR5U94p98vxsUwPOurIPi+IcDWYxo5U4jbgnA1eRca2VUkrNu3FTEyBoj/FQGGE0E2OEd0vL/zUT5XDDwv7H3l3+eFFhL6mBEYdMRk67idbNK2ykz32alSp0vBJR8/BnqkFplB2iIfoeNU4Pb8eNpJsNhoyKeNLmRjIHwsx2G0uXfDe+H1+MntlbGEQyFA6cfOZpq6eakTZsW56wDcUOusuNcT+wFt/lB4b4cd0PdN8crD9y/ifdneAQajpB+Nkyb/WPJI7njYmHbZ0hg5b+vOfffYYB6R0tLbdkFztPlVQRDebMsCc4VSOv1FG0yImAppQ55LrBvCcKq2ZEk/ASUuGLh92geoO3fy7rzAiM5IdkMDD1PfhQb6iVgKBqNJ2rxFQ0WYM8x/A4h23gNh92PrRqUHWsKL42eTtrM+fNSyw9ArPS7PRI98rkl8qjhSC9+wi4Q3Yjc831M3wBXRFdhp4+I2L1cUJ5BBWzCNZ07Xwg9O0FjQmdwb41SJF2B446VuHXXevF8OOKDvfwJ94qt+eDEwn9bDQG2fcjBSiSNcrnXLzz3TjQPmUrznL4npqo9RX8S3wuXlt32qUHIdPiDb2j+69M/5zx4svKRPVfm1Fw4835dyjTMRDjY8/0lMA3+Dxt7wAhHmDBu19T+GwO8jwqHFxbYnifBshLkJAfW28whaqG6YjybaVsX3nxrhyPNx9XbsbMgmbScvMF21LZAwSgfxk0GceFY8YyNE+wbs6K/PLrOIp/LEFozvNGqdhw7C5vUxOu5Q3zQofR2+kePWaS6rab6JdB2xYt7C0UzvPK+oqxQxiG+urigeItIpD9W9CaEhTnEw1NNm7AlsQAdYR4nyH/zV5QwYx2/Dx3ecmNcKu9HlaXNCi643mfGIhRd9Rp1K2WPYcvNXbJ5tNKk5wCTKKdgtMQ2d31Y3dKjlOGCRb2S2XfCpauCCyALy+qJdtg/eSoMbRQk07Forzp+gq2Nf3yXYGmMTLiKOGMZhfetRt9NEGA+Djqnm5Jzo3Hco4mmrVwf019ZuQv4TRTg0nD+AwGMqUz/BczfqONCkbAgG6x8Cbyx4bVMI4Df5/aqyGTZNLxU+iGXDkfVTaEiDLRjq8jSmteOtuPWEG8dTqIcNDl5/joHpbrS9Ee9vC2zRg4BzLqzLU9DG/lZe/gTOShwW+CNuTxThPJxN2lZZsGEWwoZZb8WjTxr1/XwbNcJ+Z9KKdn/PSrcx3AKm+uR/zG4m4b+BGWkJLzC3jTup2sulq+zxJDHG8ELCa3hdkmD2+GRoKbOdjUDnLoBKUYiV3QdN0/gdFwDoge3Cix8Dg9MOnHnc4nPLpj+GzvuULY1vrGfkeiy33Ksz800cvPdCtJPFCS/6br+8o39qy5tGBH8xx3E19mko2hLAmVUrqquX+Hq/ELbuWhiEkJfw4tWNHtMToOO4kBWrD032YvD3YZzY8Rfd1Bt1YqzGYtNDqNt43PZvidIn5pYWx2x8Ip1shnOpMhVCyOYSg75xJITsXNT1Gd001uL5LOKz44UXbcT7u8FNePE6Z5O2xRP8guxJyAO7szoONcSAje8bxywx8i0Llz/tTBdTfIZPnxsZEzYifwfhU3xmcUN7w+lhDyamJsA4Vfy9iP+9m2uDboX0FlhVWfHq6JlcfhoEmxJVApdgbN3oCx0jL0a4H6FjTOUDi588HIcLSJYbGOdn83UymvwDUvvl3IgP0VZndOCBYRp+lm9zSUajIKfvYxit7TYpZILbRkLjvUizenZxI3h8U9zHJCIlCKPefwsMGnhjIkGQIFtGwOXlRdvgs3Ya6vCkb4LgN4T1MjU37/te7y+btK26Rt0+KCtB/TEeJ7+6JMBgQL8Uo9JLkI4DkxeVGIPvbXSmclcJfBTbnfCkcQhSaIPLuD0uKW4PRoCn+i2Ydv8QL3qHWzMA1/Hx/SafBk6tLp3+phuOF6yqYsbdAaqcDRpvgFY4ES46/mbY5W4acdLgkSFuyM7QpU2duldVg+NBf79IEtPQU/aHdy/TcJ6VCHeG+cop6v1nGxx/pjrhiALfAyM/ujmfqidCEN3hrIeNbkcEeKv5aRQjhg3+jmgEd8PNJoz7rGEaPwGOt9dAiH/sWRbeL1wRzsV0fiLfzeCJi8Rs0rbKDpXNWIzdDN8GP7nb1KZoX7YSHU+kpXeN1tjwCIm8AQFmm0OnTA3SPy+QM8RtYzZcJf6XrzamTJNnoKQaJ7LOSStvD8rEfcCa9pnDML06BTav4TB68lNKP81T1Bc6nC+73BpuEyKvrxtuMhwyyejJcHDdqRD1Q4UaH5FzRn/YlY3MXa5cAgJ8AaNZb9nKp9YWCj6GhV7uEBae25NrfS2RPcN0heLYGjZEMdkxUFvg6c7+DSG/Pchy/8UXIdzyHmwYX4k+YDafBqdebhOEQZx+jH2bG9Q89n6iM8781jmbtP3UIS0B1uHfxaeNvla3vCqCTvXHdVrwIjecCcuZyl0lUM7JbumeMEx/AoGcYfJXap5c6rWJMAbPhJ3uDrGBAZWcrJXO2CDCZLhnc8BTDXdrGny8ArQtsiITwovThw9RlVs5HBZ1UqVqSaJ0TziWkA09Uu2JIxN7JQf4zgOskN5qaxylr0rhZeNIr4ikLMB2Ub0Y08YLM9F62LieX5/kMML1lYFVWPp9KJ3ysDI0cVRV/NG76dCSeXoOB/65actYjIxDxBqjr90nxmW4d3AgJQF2jsYGYg9Z3BJ+OqzA1NGgSrw7gButk0jOJNgZXndL84TB0Iv/eE7zxJGJvY4DMPTb3zncSPDLNP+rcr2OI723QSkJsP0kUgbtq/NQtS7wBdrRw41zct/1Q2KFRsPcSRWG+c1+8EUcGPku7+0rkmJ7D/Vwxbw6/IXa/ls2DH7LxF+mHeo86k3t9y3ARoUYV8ntdoU0OcHdI/JITlkq2bmHfVANXgAh5ssh06INgXvUSkW3Ob9ZafLZCzlgwH/NcQWIP98vRzYZ7QEc8C3AYBCfi+Xj3C63CT+dVRQ6Np2/B62toB8VkOA5EGK/TakeJrsyJXyJ3CM5wF0n0EcvghtJ7CA/9JVX+O/femSDZKWTcsCXG8Xo+ax/uDWyA50jLynFZAjtf8xelgzNK51PCXFEjwZ/ltv9CFXY21bDVeMCL5oyTXJAcqDnccCXBhZpjUzIhPDC1HEenEu7JLw4izWNmtxJlft5QTjxI349tx3AJvKlnvdqZI0lByQHknHAlwCDABiXjFCydAiaxeNJsDwZXirp3EkVmtUNAYWcCSH2IMrY6Z6ftm9qdk+UUMkByYEeyoGkU0juuLqLRL6ABtY3rTZSrCBScsu6yuADaeVPIROfWkYN9u02rzPbNS8IL8b60b7Bvutm0rjNvSmQl6iSA5ID3YwD2MfpfTUpEfxlJT3hxTUiGFTHN1Z2nvPlXVrXUvnUEhT+2nHHiI28k/UZf4C0rItBZEByQHKgN3AgqQCDRzPfAJryBa3r92ogZ0p32IvINS8pvFJ+hTKD5EC354APAcaGpdQKStdg688saF2rU8onkSUHJAckB1LkQFIBhs3WcGCF33ySCxrXBzColb9TmbMCU8fkGZLQk8mSA5IDkgPJOJBUgOG8o34JpRElO2Djeh4nVz7SWBF4lQsuqiUrUqZLDkgOSA5khgNJBRiEl8n3IEJQ4b+NbCucRzdC03pfITmvvK3R2LYe2uuPDswMwyUVyQHJgcxx4P8BnVoIgZoAA2gAAAAASUVORK5CYII=", - "originWidth": 304, - "originHeight": 64, - "default": { - "width": 304, - "height": 64, - "left": 598, - "top": 187 - }, - "crop": { - "width": 304, - "height": 64, - "offsetLeft": 0, - "offsetTop": 0 - }, - "isFixedPos": false, - "fixedLeft": 638, - "fixedTop": 309, - "border": { - "width": 0, - "radius": 0, - "style": "solid", - "color": "#000" - } - } - } -} - -// export default sheetPicture; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetPivotTable.js b/public/js/luckysheet/demoData/sheetPivotTable.js deleted file mode 100644 index b938b4142..000000000 --- a/public/js/luckysheet/demoData/sheetPivotTable.js +++ /dev/null @@ -1,189 +0,0 @@ -window.sheetPivotTable = { - "name": "PivotTable", - "color": "", - "config": {}, - "index": "7", - "chart": [], - "status": 0, - "order": "7", - "column": 18, - "row": 36, - "celldata": [{ - "r": 0, - "c": 0, - "v": "count:score" - }, { - "r": 0, - "c": 1, - "v": "science" - }, { - "r": 0, - "c": 2, - "v": "mathematics" - }, { - "r": 0, - "c": 3, - "v": "foreign language" - }, { - "r": 0, - "c": 4, - "v": "English" - }, { - "r": 0, - "c": 5, - "v": "total" - }, { - "r": 1, - "c": 0, - "v": "Alex" - }, { - "r": 1, - "c": 1, - "v": 1 - }, { - "r": 1, - "c": 2, - "v": 1 - }, { - "r": 1, - "c": 3, - "v": 1 - }, { - "r": 1, - "c": 4, - "v": 1 - }, { - "r": 1, - "c": 5, - "v": 4 - }, { - "r": 2, - "c": 0, - "v": "Joy" - }, { - "r": 2, - "c": 1, - "v": 1 - }, { - "r": 2, - "c": 2, - "v": 1 - }, { - "r": 2, - "c": 3, - "v": 1 - }, { - "r": 2, - "c": 4, - "v": 1 - }, { - "r": 2, - "c": 5, - "v": 4 - }, { - "r": 3, - "c": 0, - "v": "Tim" - }, { - "r": 3, - "c": 1, - "v": 1 - }, { - "r": 3, - "c": 2, - "v": 1 - }, { - "r": 3, - "c": 3, - "v": 1 - }, { - "r": 3, - "c": 4, - "v": 1 - }, { - "r": 3, - "c": 5, - "v": 4 - }, { - "r": 4, - "c": 0, - "v": "total" - }, { - "r": 4, - "c": 1, - "v": 3 - }, { - "r": 4, - "c": 2, - "v": 3 - }, { - "r": 4, - "c": 3, - "v": 3 - }, { - "r": 4, - "c": 4, - "v": 3 - }, { - "r": 4, - "c": 5, - "v": 12 - }], - "ch_width": 4748, - "rh_height": 1790, - "luckysheet_select_save": [{ - "row": [0, 0], - "column": [0, 0] - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0, - "isPivotTable": true, - "pivotTable": { - "pivot_select_save": { - "left": 0, - "width": 73, - "top": 0, - "height": 19, - "left_move": 0, - "width_move": 369, - "top_move": 0, - "height_move": 259, - "row": [0, 12], - "column": [0, 4], - "row_focus": 0, - "column_focus": 0 - }, - "pivotDataSheetIndex": 6, //The sheet index where the source data is located - "column": [{ - "index": 3, - "name": "subject", - "fullname": "subject" - }], - "row": [{ - "index": 1, - "name": "student", - "fullname": "student" - }], - "filter": [], - "values": [{ - "index": 4, - "name": "score", - "fullname": "count:score", - "sumtype": "COUNTA", - "nameindex": 0 - }], - "showType": "column", - "pivotDatas": [ - ["count:score", "science", "mathematics", "foreign language", "English", "total"], - ["Alex", 1, 1, 1, 1, 4], - ["Joy", 1, 1, 1, 1, 4], - ["Tim", 1, 1, 1, 1, 4], - ["total", 3, 3, 3, 3, 12] - ], - "drawPivotTable": false, - "pivotTableBoundary": [5, 6] - } -} - -// export default sheetPivotTable; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetPivotTableData.js b/public/js/luckysheet/demoData/sheetPivotTableData.js deleted file mode 100644 index 3e3407c0c..000000000 --- a/public/js/luckysheet/demoData/sheetPivotTableData.js +++ /dev/null @@ -1,741 +0,0 @@ -window.sheetPivotTableData = { - "name": "PivotTableData", - "color": "", - "config": { - "merge": {} - }, - "index": "6", - "chart": [], - "status": 0, - "order": "6", - "hide": 0, - "column": 18, - "row": 36, - "celldata": [{ - "r": 0, - "c": 0, - "v": { - "m": "Mock test", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Mock test" - } - }, { - "r": 0, - "c": 1, - "v": { - "m": "student", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "student" - } - }, { - "r": 0, - "c": 2, - "v": { - "m": "class", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "class" - } - }, { - "r": 0, - "c": 3, - "v": { - "m": "subject", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "subject" - } - }, { - "r": 0, - "c": 4, - "v": { - "m": "score", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "score" - } - }, { - "r": 1, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 1, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Joy", - "m": "Joy" - } - }, { - "r": 1, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 1, - "c": 3, - "v": { - "m": "English", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "English" - } - }, { - "r": 1, - "c": 4, - "v": { - "v": 96, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "96" - } - }, { - "r": 2, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 2, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Joy", - "m": "Joy" - } - }, { - "r": 2, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 2, - "c": 3, - "v": { - "m": "mathematics", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "mathematics" - } - }, { - "r": 2, - "c": 4, - "v": { - "v": 110, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "110" - } - }, { - "r": 3, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 3, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Joy", - "m": "Joy" - } - }, { - "r": 3, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 3, - "c": 3, - "v": { - "m": "foreign language", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "foreign language" - } - }, { - "r": 3, - "c": 4, - "v": { - "v": 87, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "87" - } - }, { - "r": 4, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 4, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Joy", - "m": "Joy" - } - }, { - "r": 4, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 4, - "c": 3, - "v": { - "m": "science", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "science" - } - }, { - "r": 4, - "c": 4, - "v": { - "v": 266, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "266" - } - }, { - "r": 5, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 5, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Tim", - "m": "Tim" - } - }, { - "r": 5, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 5, - "c": 3, - "v": { - "m": "English", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "English" - } - }, { - "r": 5, - "c": 4, - "v": { - "v": 92, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "92" - } - }, { - "r": 6, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 6, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Tim", - "m": "Tim" - } - }, { - "r": 6, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 6, - "c": 3, - "v": { - "m": "mathematics", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "mathematics" - } - }, { - "r": 6, - "c": 4, - "v": { - "v": 100, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "100" - } - }, { - "r": 7, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 7, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Tim", - "m": "Tim" - } - }, { - "r": 7, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 7, - "c": 3, - "v": { - "m": "foreign language", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "foreign language" - } - }, { - "r": 7, - "c": 4, - "v": { - "v": 90, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "90" - } - }, { - "r": 8, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 8, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Tim", - "m": "Tim" - } - }, { - "r": 8, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 8, - "c": 3, - "v": { - "m": "science", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "science" - } - }, { - "r": 8, - "c": 4, - "v": { - "v": 255, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "255" - } - }, { - "r": 9, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 9, - "c": 1, - "v": { - "m": "Alex", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Alex" - } - }, { - "r": 9, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 9, - "c": 3, - "v": { - "m": "English", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "English" - } - }, { - "r": 9, - "c": 4, - "v": { - "v": 108, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "108" - } - }, { - "r": 10, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 10, - "c": 1, - "v": { - "m": "Alex", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Alex" - } - }, { - "r": 10, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 10, - "c": 3, - "v": { - "m": "mathematics", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "mathematics" - } - }, { - "r": 10, - "c": 4, - "v": { - "v": 117, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "117" - } - }, { - "r": 11, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 11, - "c": 1, - "v": { - "m": "Alex", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Alex" - } - }, { - "r": 11, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 11, - "c": 3, - "v": { - "m": "foreign language", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "foreign language" - } - }, { - "r": 11, - "c": 4, - "v": { - "v": 88, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "88" - } - }, { - "r": 12, - "c": 0, - "v": { - "m": "first round", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "first round" - } - }, { - "r": 12, - "c": 1, - "v": { - "m": "Alex", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Alex" - } - }, { - "r": 12, - "c": 2, - "v": { - "m": "Class one", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Class one" - } - }, { - "r": 12, - "c": 3, - "v": { - "m": "science", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "science" - } - }, { - "r": 12, - "c": 4, - "v": { - "v": 278, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "278" - } - }], - "ch_width": 4748, - "rh_height": 1790, - "luckysheet_select_save": [{ - "row": [0, 0], - "column": [0, 0] - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0 -} - -// export default sheetPivotTableData; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetSparkline.js b/public/js/luckysheet/demoData/sheetSparkline.js deleted file mode 100644 index 031c445b0..000000000 --- a/public/js/luckysheet/demoData/sheetSparkline.js +++ /dev/null @@ -1,7066 +0,0 @@ -window.sheetSparkline = { - "name": "Sparkline", - "color": "", - "config": { - "merge": { - "1_2": { - "r": 1, - "c": 2, - "rs": 1, - "cs": 2 - }, - "1_4": { - "r": 1, - "c": 4, - "rs": 1, - "cs": 2 - }, - "0_0": { - "r": 0, - "c": 0, - "rs": 1, - "cs": 6 - }, - "2_2": { - "r": 2, - "c": 2, - "rs": 3, - "cs": 2 - }, - "2_4": { - "r": 2, - "c": 4, - "rs": 3, - "cs": 2 - }, - "6_0": { - "r": 6, - "c": 0, - "rs": 1, - "cs": 5 - }, - "7_2": { - "r": 7, - "c": 2, - "rs": 1, - "cs": 2 - }, - "8_2": { - "r": 8, - "c": 2, - "rs": 3, - "cs": 2 - }, - "12_0": { - "r": 12, - "c": 0, - "rs": 1, - "cs": 5 - }, - "13_2": { - "r": 13, - "c": 2, - "rs": 1, - "cs": 3 - }, - "14_2": { - "r": 14, - "c": 2, - "rs": 4, - "cs": 3 - }, - "19_0": { - "r": 19, - "c": 0, - "rs": 1, - "cs": 5 - }, - "0_9": { - "r": 0, - "c": 9, - "rs": 1, - "cs": 5 - }, - "1_12": { - "r": 1, - "c": 12, - "rs": 1, - "cs": 2 - }, - "2_12": { - "r": 2, - "c": 12, - "rs": 1, - "cs": 2 - }, - "3_12": { - "r": 3, - "c": 12, - "rs": 1, - "cs": 2 - }, - "4_12": { - "r": 4, - "c": 12, - "rs": 1, - "cs": 2 - }, - "6_6": { - "r": 6, - "c": 6, - "rs": 1, - "cs": 8 - }, - "7_6": { - "r": 7, - "c": 6, - "rs": 1, - "cs": 2 - }, - "7_11": { - "r": 7, - "c": 11, - "rs": 1, - "cs": 3 - }, - "8_6": { - "r": 8, - "c": 6, - "rs": 1, - "cs": 2 - }, - "9_6": { - "r": 9, - "c": 6, - "rs": 1, - "cs": 2 - }, - "10_6": { - "r": 10, - "c": 6, - "rs": 1, - "cs": 2 - }, - "8_11": { - "r": 8, - "c": 11, - "rs": 3, - "cs": 3 - }, - "13_6": { - "r": 13, - "c": 6, - "rs": 1, - "cs": 7 - }, - "14_7": { - "r": 14, - "c": 7, - "rs": 1, - "cs": 2 - }, - "14_9": { - "r": 14, - "c": 9, - "rs": 1, - "cs": 2 - }, - "14_11": { - "r": 14, - "c": 11, - "rs": 1, - "cs": 2 - }, - "15_6": { - "r": 15, - "c": 6, - "rs": 2, - "cs": 1 - }, - "17_7": { - "r": 17, - "c": 7, - "rs": 1, - "cs": 2 - }, - "17_9": { - "r": 17, - "c": 9, - "rs": 1, - "cs": 2 - }, - "17_11": { - "r": 17, - "c": 11, - "rs": 1, - "cs": 2 - }, - "18_7": { - "r": 18, - "c": 7, - "rs": 1, - "cs": 2 - }, - "18_9": { - "r": 18, - "c": 9, - "rs": 1, - "cs": 2 - }, - "18_11": { - "r": 18, - "c": 11, - "rs": 1, - "cs": 2 - }, - "19_7": { - "r": 19, - "c": 7, - "rs": 1, - "cs": 2 - }, - "19_9": { - "r": 19, - "c": 9, - "rs": 1, - "cs": 2 - }, - "19_11": { - "r": 19, - "c": 11, - "rs": 1, - "cs": 2 - }, - "20_7": { - "r": 20, - "c": 7, - "rs": 1, - "cs": 2 - }, - "20_9": { - "r": 20, - "c": 9, - "rs": 1, - "cs": 2 - }, - "20_11": { - "r": 20, - "c": 11, - "rs": 1, - "cs": 2 - }, - "21_7": { - "r": 21, - "c": 7, - "rs": 1, - "cs": 2 - }, - "21_9": { - "r": 21, - "c": 9, - "rs": 1, - "cs": 2 - }, - "21_11": { - "r": 21, - "c": 11, - "rs": 1, - "cs": 2 - }, - "15_7": { - "r": 15, - "c": 7, - "rs": 2, - "cs": 7 - }, - "20_0": { - "r": 20, - "c": 0, - "rs": 1, - "cs": 5 - }, - "21_3": { - "r": 21, - "c": 3, - "rs": 1, - "cs": 2 - }, - "22_3": { - "r": 22, - "c": 3, - "rs": 3, - "cs": 2 - }, - "27_2": { - "r": 27, - "c": 2, - "rs": 1, - "cs": 3 - } - }, - "rowlen": { - "0": 29, - "1": 20, - "2": 20, - "3": 20, - "4": 20, - "6": 29, - "7": 20, - "8": 20, - "9": 20, - "10": 20, - "12": 29, - "13": 29, - "14": 20, - "15": 20, - "16": 26, - "17": 20, - "18": 20, - "19": 29, - "20": 29, - "21": 20, - "22": 20, - "23": 20, - "24": 20, - "25": 20, - "27": 100, - "28": 20, - "29": 20, - "30": 20, - "31": 20, - "32": 20, - "33": 20, - "34": 26, - "35": 20, - "36": 20, - "37": 20, - "38": 20, - "39": 20, - "40": 20, - "41": 20, - "42": 20, - "43": 20, - "44": 20, - "45": 20, - "46": 20, - "47": 20, - "48": 20, - "49": 20, - "50": 20, - "51": 20, - "52": 20, - "53": 20, - "54": 20, - "55": 20, - "56": 20, - "57": 20 - }, - "columnlen": { - "0": 101, - "2": 131, - "3": 30, - "4": 90 - }, - "borderInfo": [{ - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 6, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 7, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 8, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 9, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 10, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 11, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 12, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }, { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 13, - "b": { - "style": 13, - "color": "rgb(0, 0, 0)" - } - } - }] - }, - "index": "4", - "chart": [], - "status": 0, - "order": "4", - "column": 18, - "row": 36, - "celldata": [{ - "r": 0, - "c": 0, - "v": { - "v": "The company revenue in 2014", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "The company revenue in 2014", - "mc": { - "r": 0, - "c": 0, - "rs": 1, - "cs": 6 - }, - "fs": "14", - "ht": "0", - "vt": "0" - } - }, { - "r": 0, - "c": 1, - "v": { - "mc": { - "r": 0, - "c": 0 - }, - "fs": "14", - "ht": "0", - "vt": "0" - } - }, { - "r": 0, - "c": 2, - "v": { - "mc": { - "r": 0, - "c": 0 - }, - "fs": "14", - "ht": "0", - "vt": "0" - } - }, { - "r": 0, - "c": 3, - "v": { - "mc": { - "r": 0, - "c": 0 - }, - "fs": "14", - "ht": "0", - "vt": "0" - } - }, { - "r": 0, - "c": 4, - "v": { - "mc": { - "r": 0, - "c": 0 - }, - "fs": "14", - "ht": "0", - "vt": "0" - } - }, { - "r": 0, - "c": 5, - "v": { - "mc": { - "r": 0, - "c": 0 - }, - "fs": "14", - "ht": "0", - "vt": "0" - } - }, { - "r": 0, - "c": 9, - "v": { - "v": "Mobile Phone Contrast", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Mobile Phone Contrast", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 16, - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 0, - "c": 9, - "rs": 1, - "cs": 5 - } - } - }, { - "r": 0, - "c": 10, - "v": { - "mc": { - "r": 0, - "c": 9 - } - } - }, { - "r": 0, - "c": 11, - "v": { - "mc": { - "r": 0, - "c": 9 - } - } - }, { - "r": 0, - "c": 12, - "v": { - "mc": { - "r": 0, - "c": 9 - } - } - }, { - "r": 0, - "c": 13, - "v": { - "mc": { - "r": 0, - "c": 9 - } - } - }, { - "r": 1, - "c": 0, - "v": { - "m": "Month", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Month", - "bg": "#f1c232", - "fc": "#ffffff", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 1, - "v": { - "m": "Revenue", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Revenue", - "bg": "#f1c232", - "fc": "#ffffff", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 2, - "v": { - "m": "Diagram 1", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Diagram 1", - "mc": { - "r": 1, - "c": 2, - "rs": 1, - "cs": 2 - }, - "bg": "#f1c232", - "fc": "#ffffff", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 3, - "v": { - "mc": { - "r": 1, - "c": 2 - }, - "bg": "#f1c232", - "fc": "#ffffff", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 4, - "v": { - "m": "Diagram 2", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Diagram 2", - "mc": { - "r": 1, - "c": 4, - "rs": 1, - "cs": 2 - }, - "bg": "#f1c232", - "fc": "#ffffff", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 5, - "v": { - "mc": { - "r": 1, - "c": 4 - }, - "bg": "#f1c232", - "fc": "#ffffff", - "ht": "1", - "vt": "0" - } - }, { - "r": 1, - "c": 9, - "v": { - "v": null, - "m": "", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 1, - "c": 10, - "v": { - "v": "Phone I", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Phone I", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 1, - "c": 11, - "v": { - "v": "Phone II", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Phone II", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 1, - "c": 12, - "v": { - "v": "Diagram", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Diagram", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0, - "mc": { - "r": 1, - "c": 12, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 1, - "c": 13, - "v": { - "mc": { - "r": 1, - "c": 12 - } - } - }, { - "r": 2, - "c": 0, - "v": { - "m": "2014-02-01", - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "v": 41671 - } - }, { - "r": 2, - "c": 1, - "v": { - "v": 30, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "30", - "ht": "0", - "vt": "0" - } - }, { - "r": 2, - "c": 2, - "v": { - "mc": { - "r": 2, - "c": 2, - "rs": 3, - "cs": 2 - }, - "f": "=LINESPLINES(B3:B5,'pink',4,'avg','yellow','red','green',3)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Shape", - "args": [0, [ - [0, 21], - [0, 21], - [80, 54], - [159, 3] - ], "pink", null, 4] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, null, 159, null, null, "yellow"] - }, - "2": { - "id": 2, - "type": "Circle", - "args": [2, 80, 54, 3, null, "green", null] - }, - "3": { - "id": 3, - "type": "Circle", - "args": [3, 159, 3, 3, null, "red", null] - } - }, - "shapeseq": [0, 1, 2, 3], - "offsetX": 0, - "offsetY": 5, - "pixelWidth": 162, - "pixelHeight": 58 - } - } - }, { - "r": 2, - "c": 3, - "v": { - "mc": { - "r": 2, - "c": 2 - } - } - }, { - "r": 2, - "c": 4, - "v": { - "mc": { - "r": 2, - "c": 4, - "rs": 3, - "cs": 2 - }, - "f": "=COLUMNSPLINES(B3:B5,35,'red','green','auto','brown')", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 108, 1, 18, 29, "red", "red"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 54, 31, 18, 21, "green", "green"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 0, 20, 18, 10, "brown", "brown"] - } - }, - "shapeseq": [0, 1, 2], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 164, - "pixelHeight": 63 - } - } - }, { - "r": 2, - "c": 5, - "v": { - "mc": { - "r": 2, - "c": 4 - } - } - }, { - "r": 2, - "c": 9, - "v": { - "v": "Size(inch)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Size(inch)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 10, - "v": { - "v": 5, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "5", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 2, - "c": 11, - "v": { - "v": 3.7, - "ct": { - "fa": "0.0", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "3.7" - } - }, { - "r": 2, - "c": 12, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 2, - "c": 12, - "rs": 1, - "cs": 2 - }, - "f": "=STACKBARSPLINES(K3:L3)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 10, 107, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 0, 145, 8, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 147, - "pixelHeight": 21 - }, - "ct": { - "fa": "General", - "t": "n" - } - } - }, { - "r": 2, - "c": 13, - "v": { - "mc": { - "r": 2, - "c": 12 - } - } - }, { - "r": 3, - "c": 0, - "v": { - "m": "2014-03-01", - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "v": 41699 - } - }, { - "r": 3, - "c": 1, - "v": { - "v": -60, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "-60", - "ht": "0", - "vt": "0" - } - }, { - "r": 3, - "c": 2, - "v": { - "mc": { - "r": 2, - "c": 2 - } - } - }, { - "r": 3, - "c": 3, - "v": { - "mc": { - "r": 2, - "c": 2 - } - } - }, { - "r": 3, - "c": 4, - "v": { - "mc": { - "r": 2, - "c": 4 - } - } - }, { - "r": 3, - "c": 5, - "v": { - "mc": { - "r": 2, - "c": 4 - } - } - }, { - "r": 3, - "c": 9, - "v": { - "v": "RAM(G)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "RAM(G)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 10, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 11, - "v": { - "v": 1, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 3, - "c": 12, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 3, - "c": 12, - "rs": 1, - "cs": 2 - }, - "f": "=STACKBARSPLINES(K4:L4)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 10, 47, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 0, 145, 8, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 147, - "pixelHeight": 21 - } - } - }, { - "r": 3, - "c": 13, - "v": { - "mc": { - "r": 3, - "c": 12 - } - } - }, { - "r": 4, - "c": 0, - "v": { - "m": "2014-04-01", - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "v": 41730 - } - }, { - "r": 4, - "c": 1, - "v": { - "v": 80, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "80", - "ht": "0", - "vt": "0" - } - }, { - "r": 4, - "c": 2, - "v": { - "mc": { - "r": 2, - "c": 2 - } - } - }, { - "r": 4, - "c": 3, - "v": { - "mc": { - "r": 2, - "c": 2 - } - } - }, { - "r": 4, - "c": 4, - "v": { - "mc": { - "r": 2, - "c": 4 - } - } - }, { - "r": 4, - "c": 5, - "v": { - "mc": { - "r": 2, - "c": 4 - } - } - }, { - "r": 4, - "c": 9, - "v": { - "v": "Weight(g)", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Weight(g)", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 10, - "v": { - "v": 149, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "149", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 11, - "v": { - "v": 129, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "129", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 4, - "c": 12, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 4, - "c": 12, - "rs": 1, - "cs": 2 - }, - "f": "=STACKBARSPLINES(K5:L5)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 10, 125, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 0, 145, 8, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 147, - "pixelHeight": 21 - } - } - }, { - "r": 4, - "c": 13, - "v": { - "mc": { - "r": 4, - "c": 12 - } - } - }, { - "r": 6, - "c": 0, - "v": { - "v": "My Assets", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "My Assets", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": "14", - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 6, - "c": 0, - "rs": 1, - "cs": 5 - } - } - }, { - "r": 6, - "c": 1, - "v": { - "mc": { - "r": 6, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 6, - "c": 2, - "v": { - "mc": { - "r": 6, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 6, - "c": 3, - "v": { - "mc": { - "r": 6, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 6, - "c": 4, - "v": { - "mc": { - "r": 6, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 6, - "c": 6, - "v": { - "v": "Checkbook Register", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Checkbook Register", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 16, - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 6, - "c": 6, - "rs": 1, - "cs": 8 - } - } - }, { - "r": 6, - "c": 7, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 6, - "c": 8, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 6, - "c": 9, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 6, - "c": 10, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 6, - "c": 11, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 6, - "c": 12, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 6, - "c": 13, - "v": { - "mc": { - "r": 6, - "c": 6 - } - } - }, { - "r": 7, - "c": 0, - "v": { - "v": "Asset Type", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Asset Type", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": "0" - } - }, { - "r": 7, - "c": 1, - "v": { - "v": "Amount", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Amount", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": "0" - } - }, { - "r": 7, - "c": 2, - "v": { - "v": "Diagram", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Diagram", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": "0", - "mc": { - "r": 7, - "c": 2, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 7, - "c": 3, - "v": { - "mc": { - "r": 7, - "c": 2 - }, - "fs": "10", - "ht": "1", - "vt": "0" - } - }, { - "r": 7, - "c": 4, - "v": { - "v": "Note", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Note", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": "10", - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": "0" - } - }, { - "r": 7, - "c": 6, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 7, - "c": 6, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 7, - "c": 7, - "v": { - "mc": { - "r": 7, - "c": 6 - } - } - }, { - "r": 7, - "c": 8, - "v": { - "v": "InitialValue", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "InitialValue", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 9, - "v": { - "v": 815.25, - "ct": { - "fa": "0.00", - "t": "n" - }, - "m": "815.25", - "bg": null, - "bl": 1, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 7, - "c": 10, - "v": { - "v": "Σ", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Σ", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 1 - } - }, { - "r": 7, - "c": 11, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 7, - "c": 11, - "rs": 1, - "cs": 3 - } - } - }, { - "r": 7, - "c": 12, - "v": { - "mc": { - "r": 7, - "c": 11 - } - } - }, { - "r": 7, - "c": 13, - "v": { - "mc": { - "r": 7, - "c": 11 - } - } - }, { - "r": 8, - "c": 0, - "v": { - "v": "Savings", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Savings", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 1, - "v": { - "v": 25000, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 25000" - } - }, { - "r": 8, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 8, - "c": 2, - "rs": 3, - "cs": 2 - }, - "f": "=PIESPLINES(B9:B11)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "PieSlice", - "args": [0, 31, 31, 31, 5.291103416572283, 6.283185307179586, null, "#5ab1ef"] - }, - "1": { - "id": 1, - "type": "PieSlice", - "args": [1, 31, 31, 31, 1.6534698176788385, 5.291103416572283, null, "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "PieSlice", - "args": [2, 31, 31, 31, 0, 1.6534698176788385, null, "#2ec7c9"] - } - }, - "shapeseq": [0, 1, 2], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 162, - "pixelHeight": 63 - } - } - }, { - "r": 8, - "c": 3, - "v": { - "mc": { - "r": 8, - "c": 2 - } - } - }, { - "r": 8, - "c": 4, - "v": { - "v": 0.2631578947368421, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0.263157895", - "bg": "rgb(145, 159, 129)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "f": "=B9/SUM(B9:B11)" - } - }, { - "r": 8, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 8, - "c": 6, - "v": { - "v": "12/11/2012", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "12/11/2012", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 8, - "c": 6, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 8, - "c": 7, - "v": { - "mc": { - "r": 8, - "c": 6 - } - } - }, { - "r": 8, - "c": 8, - "v": { - "v": "CVS", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "CVS", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 9, - "v": { - "v": -200, - "ct": { - "fa": "0.00", - "t": "n" - }, - "m": "-200.00", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 10, - "v": { - "v": 615.25, - "ct": { - "fa": "0.00", - "t": "n" - }, - "m": "615.25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 8, - "c": 11, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "f": "=BARSPLINES(J9:J11)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 56, 42, 53, 19, "#97b552", "#97b552"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 110, 21, 108, 19, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 89, 0, 20, 19, "#97b552", "#97b552"] - } - }, - "shapeseq": [0, 1, 2], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 221, - "pixelHeight": 63 - }, - "mc": { - "r": 8, - "c": 11, - "rs": 3, - "cs": 3 - } - } - }, { - "r": 8, - "c": 12, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 8, - "c": 13, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 9, - "c": 0, - "v": { - "v": "401k", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "401k", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 1, - "v": { - "v": 55000, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 55000" - } - }, { - "r": 9, - "c": 2, - "v": { - "mc": { - "r": 8, - "c": 2 - } - } - }, { - "r": 9, - "c": 3, - "v": { - "mc": { - "r": 8, - "c": 2 - } - } - }, { - "r": 9, - "c": 4, - "v": { - "v": 0.5789473684210527, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0.578947368", - "bg": "rgb(215, 145, 62)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "f": "=B10/SUM(B9:B11)" - } - }, { - "r": 9, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 9, - "c": 6, - "v": { - "v": "12/12/2012", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "12/12/2012", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 9, - "c": 6, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 9, - "c": 7, - "v": { - "mc": { - "r": 9, - "c": 6 - } - } - }, { - "r": 9, - "c": 8, - "v": { - "v": "Bank", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Bank", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 9, - "v": { - "v": 1000.12, - "ct": { - "fa": "#,##0.00", - "t": "n" - }, - "m": "1,000.12", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 10, - "v": { - "v": 1615.37, - "ct": { - "fa": "#,##0.00", - "t": "n" - }, - "m": "1,615.37", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 9, - "c": 11, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 9, - "c": 12, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 9, - "c": 13, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 10, - "c": 0, - "v": { - "v": "Stocks", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Stocks", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 1, - "v": { - "v": 15000, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 15000" - } - }, { - "r": 10, - "c": 2, - "v": { - "mc": { - "r": 8, - "c": 2 - } - } - }, { - "r": 10, - "c": 3, - "v": { - "mc": { - "r": 8, - "c": 2 - } - } - }, { - "r": 10, - "c": 4, - "v": { - "v": 0.15789473684210525, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0.157894737", - "bg": "rgb(206, 167, 34)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "f": "=B11/SUM(B9:B11)" - } - }, { - "r": 10, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 10, - "c": 6, - "v": { - "v": "12/13/2012", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "12/13/2012", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 10, - "c": 6, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 10, - "c": 7, - "v": { - "mc": { - "r": 10, - "c": 6 - } - } - }, { - "r": 10, - "c": 8, - "v": { - "v": "Starbucks", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Starbucks", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 9, - "v": { - "v": -500.43, - "ct": { - "fa": "0.00", - "t": "n" - }, - "m": "-500.43", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 10, - "v": { - "v": 1114.94, - "ct": { - "fa": "#,##0.00", - "t": "n" - }, - "m": "1,114.94", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 10, - "c": 11, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 10, - "c": 12, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 10, - "c": 13, - "v": { - "mc": { - "r": 8, - "c": 11 - } - } - }, { - "r": 12, - "c": 0, - "v": { - "v": "Sales by State", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sales by State", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": "14", - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 12, - "c": 0, - "rs": 1, - "cs": 5 - } - } - }, { - "r": 12, - "c": 1, - "v": { - "mc": { - "r": 12, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 12, - "c": 2, - "v": { - "mc": { - "r": 12, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 12, - "c": 3, - "v": { - "mc": { - "r": 12, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 12, - "c": 4, - "v": { - "mc": { - "r": 12, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 13, - "c": 0, - "v": { - "v": "State", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "State", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": 1 - } - }, { - "r": 13, - "c": 1, - "v": { - "v": "Sales", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Sales", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": 1 - } - }, { - "r": 13, - "c": 2, - "v": { - "v": "Diagram", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Diagram", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": "1", - "vt": 1, - "mc": { - "r": 13, - "c": 2, - "rs": 1, - "cs": 3 - } - } - }, { - "r": 13, - "c": 3, - "v": { - "mc": { - "r": 13, - "c": 2 - }, - "ht": "1" - } - }, { - "r": 13, - "c": 4, - "v": { - "mc": { - "r": 13, - "c": 2 - }, - "ht": "1" - } - }, { - "r": 13, - "c": 6, - "v": { - "v": "Student Grade Statistics", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Student Grade Statistics", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 16, - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 13, - "c": 6, - "rs": 1, - "cs": 7 - } - } - }, { - "r": 13, - "c": 7, - "v": { - "mc": { - "r": 13, - "c": 6 - } - } - }, { - "r": 13, - "c": 8, - "v": { - "mc": { - "r": 13, - "c": 6 - } - } - }, { - "r": 13, - "c": 9, - "v": { - "mc": { - "r": 13, - "c": 6 - } - } - }, { - "r": 13, - "c": 10, - "v": { - "mc": { - "r": 13, - "c": 6 - } - } - }, { - "r": 13, - "c": 11, - "v": { - "mc": { - "r": 13, - "c": 6 - } - } - }, { - "r": 13, - "c": 12, - "v": { - "mc": { - "r": 13, - "c": 6 - } - } - }, { - "r": 13, - "c": 13, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 0, - "v": { - "v": "Idaho", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Idaho", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 14, - "c": 1, - "v": { - "v": 3500, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 3500" - } - }, { - "r": 14, - "c": 2, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 14, - "c": 2, - "rs": 4, - "cs": 3 - }, - "f": "=AREASPLINES(B15:B18)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Shape", - "args": [0, [ - [0, 87], - [0, 61], - [84, 0], - [169, 87], - [253, 35], - [253, 87] - ], "#CCF3F4", "#CCF3F4", null] - }, - "1": { - "id": 1, - "type": "Shape", - "args": [1, [ - [0, 61], - [0, 61], - [84, 0], - [169, 87], - [253, 35] - ], "#2ec7c9", null, 1] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 2, - "pixelWidth": 253, - "pixelHeight": 88 - } - } - }, { - "r": 14, - "c": 3, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 14, - "c": 4, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 14, - "c": 6, - "v": { - "v": "Name", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Name", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 14, - "c": 7, - "v": { - "v": "Chinese", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Chinese", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0, - "mc": { - "r": 14, - "c": 7, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 14, - "c": 8, - "v": { - "mc": { - "r": 14, - "c": 7 - } - } - }, { - "r": 14, - "c": 9, - "v": { - "v": "Math", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Math", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0, - "mc": { - "r": 14, - "c": 9, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 14, - "c": 10, - "v": { - "mc": { - "r": 14, - "c": 9 - } - } - }, { - "r": 14, - "c": 11, - "v": { - "v": "English", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "English", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0, - "mc": { - "r": 14, - "c": 11, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 14, - "c": 12, - "v": { - "mc": { - "r": 14, - "c": 11 - } - } - }, { - "r": 14, - "c": 13, - "v": { - "v": "Total", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Total", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 15, - "c": 0, - "v": { - "v": "Montana", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Montana", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 15, - "c": 1, - "v": { - "v": 7000, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 7000" - } - }, { - "r": 15, - "c": 2, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 15, - "c": 3, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 15, - "c": 4, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 15, - "c": 6, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 15, - "c": 6, - "rs": 2, - "cs": 1 - } - } - }, { - "r": 15, - "c": 7, - "v": { - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "ct": { - "fa": "General", - "t": "g" - }, - "f": "=TRISTATESPLINES(H18:N22,10)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 476, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 462, 23, 3, 1, "#999", "#999"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 448, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 434, 23, 3, 1, "#999", "#999"] - }, - "4": { - "id": 4, - "type": "Rect", - "args": [4, 420, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "5": { - "id": 5, - "type": "Rect", - "args": [5, 406, 23, 3, 1, "#999", "#999"] - }, - "6": { - "id": 6, - "type": "Rect", - "args": [6, 392, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "7": { - "id": 7, - "type": "Rect", - "args": [7, 378, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "8": { - "id": 8, - "type": "Rect", - "args": [8, 364, 23, 3, 1, "#999", "#999"] - }, - "9": { - "id": 9, - "type": "Rect", - "args": [9, 350, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "10": { - "id": 10, - "type": "Rect", - "args": [10, 336, 23, 3, 1, "#999", "#999"] - }, - "11": { - "id": 11, - "type": "Rect", - "args": [11, 322, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "12": { - "id": 12, - "type": "Rect", - "args": [12, 308, 23, 3, 1, "#999", "#999"] - }, - "13": { - "id": 13, - "type": "Rect", - "args": [13, 294, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "14": { - "id": 14, - "type": "Rect", - "args": [14, 280, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "15": { - "id": 15, - "type": "Rect", - "args": [15, 266, 23, 3, 1, "#999", "#999"] - }, - "16": { - "id": 16, - "type": "Rect", - "args": [16, 252, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "17": { - "id": 17, - "type": "Rect", - "args": [17, 238, 23, 3, 1, "#999", "#999"] - }, - "18": { - "id": 18, - "type": "Rect", - "args": [18, 224, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "19": { - "id": 19, - "type": "Rect", - "args": [19, 210, 23, 3, 1, "#999", "#999"] - }, - "20": { - "id": 20, - "type": "Rect", - "args": [20, 196, 24, 3, 22, "#97b552", "#97b552"] - }, - "21": { - "id": 21, - "type": "Rect", - "args": [21, 182, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "22": { - "id": 22, - "type": "Rect", - "args": [22, 168, 23, 3, 1, "#999", "#999"] - }, - "23": { - "id": 23, - "type": "Rect", - "args": [23, 154, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "24": { - "id": 24, - "type": "Rect", - "args": [24, 140, 23, 3, 1, "#999", "#999"] - }, - "25": { - "id": 25, - "type": "Rect", - "args": [25, 126, 24, 3, 22, "#97b552", "#97b552"] - }, - "26": { - "id": 26, - "type": "Rect", - "args": [26, 112, 23, 3, 1, "#999", "#999"] - }, - "27": { - "id": 27, - "type": "Rect", - "args": [27, 98, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "28": { - "id": 28, - "type": "Rect", - "args": [28, 84, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "29": { - "id": 29, - "type": "Rect", - "args": [29, 70, 23, 3, 1, "#999", "#999"] - }, - "30": { - "id": 30, - "type": "Rect", - "args": [30, 56, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "31": { - "id": 31, - "type": "Rect", - "args": [31, 42, 23, 3, 1, "#999", "#999"] - }, - "32": { - "id": 32, - "type": "Rect", - "args": [32, 28, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "33": { - "id": 33, - "type": "Rect", - "args": [33, 14, 23, 3, 1, "#999", "#999"] - }, - "34": { - "id": 34, - "type": "Rect", - "args": [34, 0, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 517, - "pixelHeight": 48 - }, - "mc": { - "r": 15, - "c": 7, - "rs": 2, - "cs": 7 - } - } - }, { - "r": 15, - "c": 8, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 15, - "c": 9, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 15, - "c": 10, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 15, - "c": 11, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 15, - "c": 12, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 15, - "c": 13, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 0, - "v": { - "v": "Oregon", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Oregon", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 16, - "c": 1, - "v": { - "v": 2000, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 2000" - } - }, { - "r": 16, - "c": 2, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 16, - "c": 3, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 16, - "c": 4, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 16, - "c": 6, - "v": { - "mc": { - "r": 15, - "c": 6 - } - } - }, { - "r": 16, - "c": 7, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 8, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 9, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 10, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 11, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 12, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 16, - "c": 13, - "v": { - "mc": { - "r": 15, - "c": 7 - } - } - }, { - "r": 17, - "c": 0, - "v": { - "v": "Washington", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Washington", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 1, - "v": { - "v": 5000, - "ct": { - "fa": "\"$\" #", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "$ 5000" - } - }, { - "r": 17, - "c": 2, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 17, - "c": 3, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 17, - "c": 4, - "v": { - "mc": { - "r": 14, - "c": 2 - } - } - }, { - "r": 17, - "c": 6, - "v": { - "v": "Student 1", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Student 1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 17, - "c": 7, - "v": { - "v": 70, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "70", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 17, - "c": 7, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 17, - "c": 8, - "v": { - "mc": { - "r": 17, - "c": 7 - } - } - }, { - "r": 17, - "c": 9, - "v": { - "v": 90, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "90", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 17, - "c": 9, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 17, - "c": 10, - "v": { - "mc": { - "r": 17, - "c": 9 - } - } - }, { - "r": 17, - "c": 11, - "v": { - "v": 51, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "51", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 17, - "c": 11, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 17, - "c": 12, - "v": { - "mc": { - "r": 17, - "c": 11 - } - } - }, { - "r": 17, - "c": 13, - "v": { - "v": 211, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "211", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 18, - "c": 6, - "v": { - "v": "Student 2", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Student 2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 18, - "c": 7, - "v": { - "v": 99, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "99", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 18, - "c": 7, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 18, - "c": 8, - "v": { - "mc": { - "r": 18, - "c": 7 - } - } - }, { - "r": 18, - "c": 9, - "v": { - "v": -59, - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 18, - "c": 9, - "rs": 1, - "cs": 2 - }, - "m": "-59" - } - }, { - "r": 18, - "c": 10, - "v": { - "mc": { - "r": 18, - "c": 9 - } - } - }, { - "r": 18, - "c": 11, - "v": { - "v": 63, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "63", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 18, - "c": 11, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 18, - "c": 12, - "v": { - "mc": { - "r": 18, - "c": 11 - } - } - }, { - "r": 18, - "c": 13, - "v": { - "v": 221, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "221", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 19, - "c": 0, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": "14", - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 19, - "c": 0, - "rs": 1, - "cs": 5 - } - } - }, { - "r": 19, - "c": 1, - "v": { - "mc": { - "r": 19, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 19, - "c": 2, - "v": { - "mc": { - "r": 19, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 19, - "c": 3, - "v": { - "mc": { - "r": 19, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 19, - "c": 4, - "v": { - "mc": { - "r": 19, - "c": 0 - }, - "fs": "14" - } - }, { - "r": 19, - "c": 6, - "v": { - "v": "Student 3", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Student 3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 19, - "c": 7, - "v": { - "v": -90, - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 19, - "c": 7, - "rs": 1, - "cs": 2 - }, - "m": "-90" - } - }, { - "r": 19, - "c": 8, - "v": { - "mc": { - "r": 19, - "c": 7 - } - } - }, { - "r": 19, - "c": 9, - "v": { - "v": 128, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "128", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 19, - "c": 9, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 19, - "c": 10, - "v": { - "mc": { - "r": 19, - "c": 9 - } - } - }, { - "r": 19, - "c": 11, - "v": { - "v": 74, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "74", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 19, - "c": 11, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 19, - "c": 12, - "v": { - "mc": { - "r": 19, - "c": 11 - } - } - }, { - "r": 19, - "c": 13, - "v": { - "v": 291, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "291", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 20, - "c": 0, - "v": { - "v": "Employee KPI", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Employee KPI", - "bg": null, - "bl": 0, - "it": 0, - "ff": 9, - "fs": 16, - "fc": "rgb(51, 51, 51)", - "ht": 0, - "vt": 0, - "mc": { - "r": 20, - "c": 0, - "rs": 1, - "cs": 5 - } - } - }, { - "r": 20, - "c": 1, - "v": { - "mc": { - "r": 20, - "c": 0 - } - } - }, { - "r": 20, - "c": 2, - "v": { - "mc": { - "r": 20, - "c": 0 - } - } - }, { - "r": 20, - "c": 3, - "v": { - "mc": { - "r": 20, - "c": 0 - } - } - }, { - "r": 20, - "c": 4, - "v": { - "mc": { - "r": 20, - "c": 0 - } - } - }, { - "r": 20, - "c": 6, - "v": { - "v": "Student 4", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Student 4", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 20, - "c": 7, - "v": { - "v": 93, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "93", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 20, - "c": 7, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 20, - "c": 8, - "v": { - "mc": { - "r": 20, - "c": 7 - } - } - }, { - "r": 20, - "c": 9, - "v": { - "v": 61, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "61", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 20, - "c": 9, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 20, - "c": 10, - "v": { - "mc": { - "r": 20, - "c": 9 - } - } - }, { - "r": 20, - "c": 11, - "v": { - "v": 53, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "53", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 20, - "c": 11, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 20, - "c": 12, - "v": { - "mc": { - "r": 20, - "c": 11 - } - } - }, { - "r": 20, - "c": 13, - "v": { - "v": 207, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "207", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 21, - "c": 0, - "v": { - "v": "Name", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Name", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 21, - "c": 1, - "v": { - "v": "Forecast", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Forecast", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 21, - "c": 2, - "v": { - "v": "Actuality", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Actuality", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0 - } - }, { - "r": 21, - "c": 3, - "v": { - "v": "Diagram", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Diagram", - "bg": "rgb(255, 192, 0)", - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(255, 255, 255)", - "ht": 0, - "vt": 0, - "mc": { - "r": 21, - "c": 3, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 21, - "c": 4, - "v": { - "mc": { - "r": 21, - "c": 3 - } - } - }, { - "r": 21, - "c": 6, - "v": { - "v": "Student 5", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Student 5", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 21, - "c": 7, - "v": { - "v": 106, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "106", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 21, - "c": 7, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 21, - "c": 8, - "v": { - "mc": { - "r": 21, - "c": 7 - } - } - }, { - "r": 21, - "c": 9, - "v": { - "v": 82, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "82", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 21, - "c": 9, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 21, - "c": 10, - "v": { - "mc": { - "r": 21, - "c": 9 - } - } - }, { - "r": 21, - "c": 11, - "v": { - "v": 80, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "80", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "mc": { - "r": 21, - "c": 11, - "rs": 1, - "cs": 2 - } - } - }, { - "r": 21, - "c": 12, - "v": { - "mc": { - "r": 21, - "c": 11 - } - } - }, { - "r": 21, - "c": 13, - "v": { - "v": 268, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "268", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 0, - "v": { - "v": "Employee 1", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Employee 1", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 1, - "v": { - "v": 6, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "6", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 22, - "c": 2, - "v": { - "v": 2, - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2" - } - }, { - "r": 22, - "c": 3, - "v": { - "mc": { - "r": 22, - "c": 3, - "rs": 3, - "cs": 2 - }, - "f": "=STACKCOLUMNSPLINES(B23:C25)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 60, 57, 58, 5, "#2ec7c9", "#2ec7c9"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 60, 36, 58, 20, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 60, 27, 58, 8, "#5ab1ef", "#5ab1ef"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 0, 45, 58, 17, "#2ec7c9", "#2ec7c9"] - }, - "4": { - "id": 4, - "type": "Rect", - "args": [4, 0, 21, 58, 23, "#fc5c5c", "#fc5c5c"] - }, - "5": { - "id": 5, - "type": "Rect", - "args": [5, 0, 3, 58, 17, "#5ab1ef", "#5ab1ef"] - } - }, - "shapeseq": [0, 1, 2, 3, 4, 5], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 121, - "pixelHeight": 63 - } - } - }, { - "r": 22, - "c": 4, - "v": { - "mc": { - "r": 22, - "c": 3 - } - } - }, { - "r": 23, - "c": 0, - "v": { - "v": "Employee 2", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Employee 2", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 1, - "v": { - "v": 8, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "8", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 2, - "v": { - "v": 7, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "7", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 23, - "c": 3, - "v": { - "mc": { - "r": 22, - "c": 3 - } - } - }, { - "r": 23, - "c": 4, - "v": { - "mc": { - "r": 22, - "c": 3 - } - } - }, { - "r": 23, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 24, - "c": 0, - "v": { - "v": "Employee 3", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Employee 3", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 24, - "c": 1, - "v": { - "v": 6, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "6", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 24, - "c": 2, - "v": { - "v": 3, - "ct": { - "fa": "General", - "t": "n" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "3" - } - }, { - "r": 24, - "c": 3, - "v": { - "mc": { - "r": 22, - "c": 3 - } - } - }, { - "r": 24, - "c": 4, - "v": { - "mc": { - "r": 22, - "c": 3 - } - } - }, { - "r": 25, - "c": 0, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 1, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 2, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 3, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 25, - "c": 4, - "v": { - "v": null, - "m": "", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 27, - "c": 0, - "v": { - "v": 42370, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-01" - } - }, { - "r": 27, - "c": 1, - "v": { - "v": 12, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "12", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 27, - "c": 2, - "v": { - "f": "=DISCRETESPLINES(B28:B58,30)", - "spl": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 240, 14, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 232, 55, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 224, 57, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 216, 49, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "4": { - "id": 4, - "type": "Rect", - "args": [4, 208, 68, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "5": { - "id": 5, - "type": "Rect", - "args": [5, 200, 71, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "6": { - "id": 6, - "type": "Rect", - "args": [6, 192, 45, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "7": { - "id": 7, - "type": "Rect", - "args": [7, 184, 64, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "8": { - "id": 8, - "type": "Rect", - "args": [8, 176, 30, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "9": { - "id": 9, - "type": "Rect", - "args": [9, 168, 32, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "10": { - "id": 10, - "type": "Rect", - "args": [10, 160, 14, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "11": { - "id": 11, - "type": "Rect", - "args": [11, 152, 12, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "12": { - "id": 12, - "type": "Rect", - "args": [12, 144, 0, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "13": { - "id": 13, - "type": "Rect", - "args": [13, 136, 65, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "14": { - "id": 14, - "type": "Rect", - "args": [14, 128, 7, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "15": { - "id": 15, - "type": "Rect", - "args": [15, 120, 9, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "16": { - "id": 16, - "type": "Rect", - "args": [16, 112, 54, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "17": { - "id": 17, - "type": "Rect", - "args": [17, 104, 3, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "18": { - "id": 18, - "type": "Rect", - "args": [18, 96, 33, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "19": { - "id": 19, - "type": "Rect", - "args": [19, 88, 1, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "20": { - "id": 20, - "type": "Rect", - "args": [20, 80, 53, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "21": { - "id": 21, - "type": "Rect", - "args": [21, 72, 7, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "22": { - "id": 22, - "type": "Rect", - "args": [22, 64, 25, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "23": { - "id": 23, - "type": "Rect", - "args": [23, 56, 8, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "24": { - "id": 24, - "type": "Rect", - "args": [24, 48, 59, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "25": { - "id": 25, - "type": "Rect", - "args": [25, 40, 22, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "26": { - "id": 26, - "type": "Rect", - "args": [26, 32, 46, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "27": { - "id": 27, - "type": "Rect", - "args": [27, 24, 60, 6, 30, "#fc5c5c", "#fc5c5c"] - }, - "28": { - "id": 28, - "type": "Rect", - "args": [28, 16, 32, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "29": { - "id": 29, - "type": "Rect", - "args": [29, 8, 25, 6, 30, "#2ec7c9", "#2ec7c9"] - }, - "30": { - "id": 30, - "type": "Rect", - "args": [30, 0, 62, 6, 30, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 253, - "pixelHeight": 101 - }, - "mc": { - "r": 27, - "c": 2, - "rs": 1, - "cs": 3 - } - } - }, { - "r": 27, - "c": 3, - "v": { - "mc": { - "r": 27, - "c": 2 - } - } - }, { - "r": 27, - "c": 4, - "v": { - "mc": { - "r": 27, - "c": 2 - } - } - }, { - "r": 28, - "c": 0, - "v": { - "v": 42371, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-02" - } - }, { - "r": 28, - "c": 1, - "v": { - "v": 64, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "64", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 29, - "c": 0, - "v": { - "v": 42372, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-03" - } - }, { - "r": 29, - "c": 1, - "v": { - "v": 54, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "54", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 30, - "c": 0, - "v": { - "v": 42373, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-04" - } - }, { - "r": 30, - "c": 1, - "v": { - "v": 15, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "15", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 31, - "c": 0, - "v": { - "v": 42374, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-05" - } - }, { - "r": 31, - "c": 1, - "v": { - "v": 35, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "35", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 31, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 32, - "c": 0, - "v": { - "v": 42375, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-06" - } - }, { - "r": 32, - "c": 1, - "v": { - "v": 67, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "67", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 32, - "c": 2, - "v": { - "f": "=BARSPLINES(B22:B25)" - } - }, { - "r": 32, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 33, - "c": 0, - "v": { - "v": 42376, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-07" - } - }, { - "r": 33, - "c": 1, - "v": { - "v": 16, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "16", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 33, - "c": 2, - "v": { - "f": "=STACKBARSPLINES(B22:B25)" - } - }, { - "r": 33, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 34, - "c": 0, - "v": { - "v": 42377, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-08" - } - }, { - "r": 34, - "c": 1, - "v": { - "v": 87, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "87", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 34, - "c": 2, - "v": { - "f": "=DISCRETESPLINES(B22:B25)" - } - }, { - "r": 34, - "c": 5, - "v": { - "ct": { - "fa": "General", - "t": "g" - } - } - }, { - "r": 34, - "c": 7, - "v": { - "ct": { - "fa": "General", - "t": "n" - } - } - }, { - "r": 35, - "c": 0, - "v": { - "v": 42378, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-09" - } - }, { - "r": 35, - "c": 1, - "v": { - "v": 64, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "64", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 35, - "c": 2, - "v": { - "f": "=TRISTATESPLINES(B22:B25)" - } - }, { - "r": 36, - "c": 0, - "v": { - "v": 42379, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-10" - } - }, { - "r": 36, - "c": 1, - "v": { - "v": 88, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "88", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 36, - "c": 2, - "v": { - "ct": { - "fa": "General", - "t": "e" - } - } - }, { - "r": 37, - "c": 0, - "v": { - "v": 42380, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-11" - } - }, { - "r": 37, - "c": 1, - "v": { - "v": 25, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "25", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 38, - "c": 0, - "v": { - "v": 42381, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-12" - } - }, { - "r": 38, - "c": 1, - "v": { - "v": 96, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "96", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 39, - "c": 0, - "v": { - "v": 42382, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-13" - } - }, { - "r": 39, - "c": 1, - "v": { - "v": 53, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "53", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 40, - "c": 0, - "v": { - "v": 42383, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-14" - } - }, { - "r": 40, - "c": 1, - "v": { - "v": 94, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "94", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 41, - "c": 0, - "v": { - "v": 42384, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-15" - } - }, { - "r": 41, - "c": 1, - "v": { - "v": 23, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "23", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 42, - "c": 0, - "v": { - "v": 42385, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-16" - } - }, { - "r": 42, - "c": 1, - "v": { - "v": 85, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "85", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 43, - "c": 0, - "v": { - "v": 42386, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-17" - } - }, { - "r": 43, - "c": 1, - "v": { - "v": 89, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "89", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 44, - "c": 0, - "v": { - "v": 42387, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-18" - } - }, { - "r": 44, - "c": 1, - "v": { - "v": 8, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "8", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 45, - "c": 0, - "v": { - "v": 42388, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-19" - } - }, { - "r": 45, - "c": 1, - "v": { - "v": 98, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "98", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 46, - "c": 0, - "v": { - "v": 42389, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-20" - } - }, { - "r": 46, - "c": 1, - "v": { - "v": 82, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "82", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 47, - "c": 0, - "v": { - "v": 42390, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-21" - } - }, { - "r": 47, - "c": 1, - "v": { - "v": 79, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "79", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 48, - "c": 0, - "v": { - "v": 42391, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-22" - } - }, { - "r": 48, - "c": 1, - "v": { - "v": 54, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "54", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 49, - "c": 0, - "v": { - "v": 42392, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-23" - } - }, { - "r": 49, - "c": 1, - "v": { - "v": 56, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "56", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 50, - "c": 0, - "v": { - "v": 42393, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-24" - } - }, { - "r": 50, - "c": 1, - "v": { - "v": 10, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "10", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 51, - "c": 0, - "v": { - "v": 42394, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-25" - } - }, { - "r": 51, - "c": 1, - "v": { - "v": 36, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "36", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 52, - "c": 0, - "v": { - "v": 42395, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-26" - } - }, { - "r": 52, - "c": 1, - "v": { - "v": 0, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "0", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 53, - "c": 0, - "v": { - "v": 42396, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-27" - } - }, { - "r": 53, - "c": 1, - "v": { - "v": 4, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "4", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 54, - "c": 0, - "v": { - "v": 42397, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-28" - } - }, { - "r": 54, - "c": 1, - "v": { - "v": 31, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "31", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 55, - "c": 0, - "v": { - "v": 42398, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-29" - } - }, { - "r": 55, - "c": 1, - "v": { - "v": 19, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "19", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 56, - "c": 0, - "v": { - "v": 42399, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-30" - } - }, { - "r": 56, - "c": 1, - "v": { - "v": 22, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "22", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }, { - "r": 57, - "c": 0, - "v": { - "v": 42400, - "ct": { - "fa": "yyyy-MM-dd", - "t": "d" - }, - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1, - "m": "2016-01-31" - } - }, { - "r": 57, - "c": 1, - "v": { - "v": 78, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "78", - "bg": null, - "bl": 0, - "it": 0, - "ff": 0, - "fs": 11, - "fc": "rgb(51, 51, 51)", - "ht": 1, - "vt": 1 - } - }], - "ch_width": 1524, - "rh_height": 1571, - "luckysheet_select_save": [{ - "left": 504, - "width": 73, - "top": 746, - "height": 20, - "left_move": 504, - "width_move": 73, - "top_move": 746, - "height_move": 20, - "row": [29, 29], - "column": [6, 6], - "row_focus": 29, - "column_focus": 6 - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 562, - "calcChain": [{ - "r": 2, - "c": 2, - "index": "4", - "func": [true, "", "=LINESPLINES(B3:B5,'pink',4,'avg','yellow','red','green',3)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Shape", - "args": [0, [ - [0, 21], - [0, 21], - [80, 54], - [159, 3] - ], "pink", null, 4] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, null, 159, null, null, "yellow"] - }, - "2": { - "id": 2, - "type": "Circle", - "args": [2, 80, 54, 3, null, "green", null] - }, - "3": { - "id": 3, - "type": "Circle", - "args": [3, 159, 3, 3, null, "red", null] - } - }, - "shapeseq": [0, 1, 2, 3], - "offsetX": 0, - "offsetY": 5, - "pixelWidth": 162, - "pixelHeight": 58 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 2, - "c": 4, - "index": "4", - "func": [true, "", "=COLUMNSPLINES(B3:B5,35,'red','green','auto','brown')", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 108, 1, 18, 29, "red", "red"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 54, 31, 18, 21, "green", "green"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 0, 20, 18, 10, "brown", "brown"] - } - }, - "shapeseq": [0, 1, 2], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 164, - "pixelHeight": 63 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 8, - "c": 4, - "index": 4, - "func": [true, 0.2631578947368421, "=B9/SUM(B9:B11)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 9, - "c": 4, - "index": 4, - "func": [true, 0.5789473684210527, "=B10/SUM(B9:B11)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 10, - "c": 4, - "index": 4, - "func": [true, 0.15789473684210525, "=B11/SUM(B9:B11)"], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 8, - "c": 2, - "index": 4, - "func": [true, "", "=PIESPLINES(B9:B11)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "PieSlice", - "args": [0, 31, 31, 31, 5.291103416572283, 6.283185307179586, null, "#5ab1ef"] - }, - "1": { - "id": 1, - "type": "PieSlice", - "args": [1, 31, 31, 31, 1.6534698176788385, 5.291103416572283, null, "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "PieSlice", - "args": [2, 31, 31, 31, 0, 1.6534698176788385, null, "#2ec7c9"] - } - }, - "shapeseq": [0, 1, 2], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 162, - "pixelHeight": 63 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 14, - "c": 2, - "index": 4, - "func": [true, "", "=AREASPLINES(B15:B18)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Shape", - "args": [0, [ - [0, 87], - [0, 61], - [84, 0], - [169, 87], - [253, 35], - [253, 87] - ], "#CCF3F4", "#CCF3F4", null] - }, - "1": { - "id": 1, - "type": "Shape", - "args": [1, [ - [0, 61], - [0, 61], - [84, 0], - [169, 87], - [253, 35] - ], "#2ec7c9", null, 1] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 2, - "pixelWidth": 253, - "pixelHeight": 88 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 32, - "c": 2, - "index": 4, - "func": [true, "", "=BARSPLINES(B22:B25)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 15, 129, 3, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 10, 129, 3, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 0, 5, 129, 3, "#fc5c5c", "#fc5c5c"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 0, 0, 129, 3, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1, 2, 3], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 131, - "pixelHeight": 20 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 33, - "c": 2, - "index": 4, - "func": [true, "", "=STACKBARSPLINES(B22:B25)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 0, 129, 18, "#2ec7c9", "#2ec7c9"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 130, 0, 129, 18, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 260, 0, 129, 18, "#5ab1ef", "#5ab1ef"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 390, 0, 129, 18, "#ffb980", "#ffb980"] - } - }, - "shapeseq": [0, 1, 2, 3], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 131, - "pixelHeight": 20 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 34, - "c": 2, - "index": 4, - "func": [true, "", "=DISCRETESPLINES(B22:B25)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 96, null, 30, 6, "#2ec7c9", "#2ec7c9"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 64, null, 30, 6, "#2ec7c9", "#2ec7c9"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 32, null, 30, 6, "#2ec7c9", "#2ec7c9"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 0, null, 30, 6, "#2ec7c9", "#2ec7c9"] - } - }, - "shapeseq": [0, 1, 2, 3], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 131, - "pixelHeight": 20 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 35, - "c": 2, - "index": 4, - "func": [true, "", "=TRISTATESPLINES(B22:B25)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 15, 0, 3, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 10, 0, 3, 8, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 5, 0, 3, 8, "#fc5c5c", "#fc5c5c"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 0, 9, 3, 1, "#999", "#999"] - } - }, - "shapeseq": [0, 1, 2, 3], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 131, - "pixelHeight": 20 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 2, - "c": 12, - "index": 4, - "func": [true, "", "=STACKBARSPLINES(K3:L3)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 10, 107, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 0, 145, 8, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 147, - "pixelHeight": 21 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 27, - "c": 2, - "index": 4, - "func": [true, "", "=DISCRETESPLINES(B28:B58,30)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 120, 3, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 116, 10, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 112, 10, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 108, 9, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "4": { - "id": 4, - "type": "Rect", - "args": [4, 104, 12, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "5": { - "id": 5, - "type": "Rect", - "args": [5, 100, 13, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "6": { - "id": 6, - "type": "Rect", - "args": [6, 96, 8, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "7": { - "id": 7, - "type": "Rect", - "args": [7, 92, 12, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "8": { - "id": 8, - "type": "Rect", - "args": [8, 88, 6, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "9": { - "id": 9, - "type": "Rect", - "args": [9, 84, 6, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "10": { - "id": 10, - "type": "Rect", - "args": [10, 80, 3, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "11": { - "id": 11, - "type": "Rect", - "args": [11, 76, 2, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "12": { - "id": 12, - "type": "Rect", - "args": [12, 72, 0, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "13": { - "id": 13, - "type": "Rect", - "args": [13, 68, 12, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "14": { - "id": 14, - "type": "Rect", - "args": [14, 64, 1, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "15": { - "id": 15, - "type": "Rect", - "args": [15, 60, 2, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "16": { - "id": 16, - "type": "Rect", - "args": [16, 56, 10, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "17": { - "id": 17, - "type": "Rect", - "args": [17, 52, 1, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "18": { - "id": 18, - "type": "Rect", - "args": [18, 48, 6, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "19": { - "id": 19, - "type": "Rect", - "args": [19, 44, 0, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "20": { - "id": 20, - "type": "Rect", - "args": [20, 40, 10, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "21": { - "id": 21, - "type": "Rect", - "args": [21, 36, 1, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "22": { - "id": 22, - "type": "Rect", - "args": [22, 32, 5, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "23": { - "id": 23, - "type": "Rect", - "args": [23, 28, 1, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "24": { - "id": 24, - "type": "Rect", - "args": [24, 24, 11, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "25": { - "id": 25, - "type": "Rect", - "args": [25, 20, 4, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "26": { - "id": 26, - "type": "Rect", - "args": [26, 16, 8, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "27": { - "id": 27, - "type": "Rect", - "args": [27, 12, 11, 2, 6, "#fc5c5c", "#fc5c5c"] - }, - "28": { - "id": 28, - "type": "Rect", - "args": [28, 8, 6, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "29": { - "id": 29, - "type": "Rect", - "args": [29, 4, 5, 2, 6, "#2ec7c9", "#2ec7c9"] - }, - "30": { - "id": 30, - "type": "Rect", - "args": [30, 0, 11, 2, 6, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 131, - "pixelHeight": 19 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 3, - "c": 12, - "index": 4, - "func": [true, "", "=STACKBARSPLINES(K4:L4)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 10, 47, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 0, 145, 8, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 147, - "pixelHeight": 21 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 4, - "c": 12, - "index": 4, - "func": [true, "", "=STACKBARSPLINES(K5:L5)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 0, 10, 125, 8, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 0, 0, 145, 8, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 147, - "pixelHeight": 21 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 8, - "c": 11, - "index": 4, - "func": [true, "", "=BARSPLINES(J9:J11)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 56, 42, 53, 19, "#97b552", "#97b552"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 110, 21, 108, 19, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 89, 0, 20, 19, "#97b552", "#97b552"] - } - }, - "shapeseq": [0, 1, 2], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 221, - "pixelHeight": 63 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 15, - "c": 7, - "index": 4, - "func": [true, "", "=TRISTATESPLINES(H18:N22,10)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 476, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 462, 23, 3, 1, "#999", "#999"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 448, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 434, 23, 3, 1, "#999", "#999"] - }, - "4": { - "id": 4, - "type": "Rect", - "args": [4, 420, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "5": { - "id": 5, - "type": "Rect", - "args": [5, 406, 23, 3, 1, "#999", "#999"] - }, - "6": { - "id": 6, - "type": "Rect", - "args": [6, 392, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "7": { - "id": 7, - "type": "Rect", - "args": [7, 378, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "8": { - "id": 8, - "type": "Rect", - "args": [8, 364, 23, 3, 1, "#999", "#999"] - }, - "9": { - "id": 9, - "type": "Rect", - "args": [9, 350, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "10": { - "id": 10, - "type": "Rect", - "args": [10, 336, 23, 3, 1, "#999", "#999"] - }, - "11": { - "id": 11, - "type": "Rect", - "args": [11, 322, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "12": { - "id": 12, - "type": "Rect", - "args": [12, 308, 23, 3, 1, "#999", "#999"] - }, - "13": { - "id": 13, - "type": "Rect", - "args": [13, 294, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "14": { - "id": 14, - "type": "Rect", - "args": [14, 280, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "15": { - "id": 15, - "type": "Rect", - "args": [15, 266, 23, 3, 1, "#999", "#999"] - }, - "16": { - "id": 16, - "type": "Rect", - "args": [16, 252, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "17": { - "id": 17, - "type": "Rect", - "args": [17, 238, 23, 3, 1, "#999", "#999"] - }, - "18": { - "id": 18, - "type": "Rect", - "args": [18, 224, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "19": { - "id": 19, - "type": "Rect", - "args": [19, 210, 23, 3, 1, "#999", "#999"] - }, - "20": { - "id": 20, - "type": "Rect", - "args": [20, 196, 24, 3, 22, "#97b552", "#97b552"] - }, - "21": { - "id": 21, - "type": "Rect", - "args": [21, 182, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "22": { - "id": 22, - "type": "Rect", - "args": [22, 168, 23, 3, 1, "#999", "#999"] - }, - "23": { - "id": 23, - "type": "Rect", - "args": [23, 154, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "24": { - "id": 24, - "type": "Rect", - "args": [24, 140, 23, 3, 1, "#999", "#999"] - }, - "25": { - "id": 25, - "type": "Rect", - "args": [25, 126, 24, 3, 22, "#97b552", "#97b552"] - }, - "26": { - "id": 26, - "type": "Rect", - "args": [26, 112, 23, 3, 1, "#999", "#999"] - }, - "27": { - "id": 27, - "type": "Rect", - "args": [27, 98, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "28": { - "id": 28, - "type": "Rect", - "args": [28, 84, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "29": { - "id": 29, - "type": "Rect", - "args": [29, 70, 23, 3, 1, "#999", "#999"] - }, - "30": { - "id": 30, - "type": "Rect", - "args": [30, 56, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "31": { - "id": 31, - "type": "Rect", - "args": [31, 42, 23, 3, 1, "#999", "#999"] - }, - "32": { - "id": 32, - "type": "Rect", - "args": [32, 28, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - }, - "33": { - "id": 33, - "type": "Rect", - "args": [33, 14, 23, 3, 1, "#999", "#999"] - }, - "34": { - "id": 34, - "type": "Rect", - "args": [34, 0, 0, 3, 22, "#fc5c5c", "#fc5c5c"] - } - }, - "shapeseq": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 517, - "pixelHeight": 48 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }, { - "r": 22, - "c": 3, - "index": 4, - "func": [true, "", "=STACKCOLUMNSPLINES(B23:C25)", { - "type": "sparklines", - "data": { - "shapes": { - "0": { - "id": 0, - "type": "Rect", - "args": [0, 60, 57, 58, 5, "#2ec7c9", "#2ec7c9"] - }, - "1": { - "id": 1, - "type": "Rect", - "args": [1, 60, 36, 58, 20, "#fc5c5c", "#fc5c5c"] - }, - "2": { - "id": 2, - "type": "Rect", - "args": [2, 60, 27, 58, 8, "#5ab1ef", "#5ab1ef"] - }, - "3": { - "id": 3, - "type": "Rect", - "args": [3, 0, 45, 58, 17, "#2ec7c9", "#2ec7c9"] - }, - "4": { - "id": 4, - "type": "Rect", - "args": [4, 0, 21, 58, 23, "#fc5c5c", "#fc5c5c"] - }, - "5": { - "id": 5, - "type": "Rect", - "args": [5, 0, 3, 58, 17, "#5ab1ef", "#5ab1ef"] - } - }, - "shapeseq": [0, 1, 2, 3, 4, 5], - "offsetX": 0, - "offsetY": 0, - "pixelWidth": 121, - "pixelHeight": 63 - } - }], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - }], - "luckysheet_conditionformat_save": [], - "filter_select": null, - "filter": null, - "luckysheet_alternateformat_save": [] -} - -// export default sheetSparkline; \ No newline at end of file diff --git a/public/js/luckysheet/demoData/sheetTable.js b/public/js/luckysheet/demoData/sheetTable.js deleted file mode 100644 index c3ba4baff..000000000 --- a/public/js/luckysheet/demoData/sheetTable.js +++ /dev/null @@ -1,1068 +0,0 @@ -window.sheetTable = { - "name": "Table", - "color": "", - "config": { - "merge": { - "0_1": { - "r": 0, - "c": 1, - "rs": 1, - "cs": 5 - }, - "0_8": { - "r": 0, - "c": 8, - "rs": 1, - "cs": 5 - }, - "8_1": { - "r": 8, - "c": 1, - "rs": 1, - "cs": 5 - }, - "16_1": { - "r": 16, - "c": 1, - "rs": 1, - "cs": 5 - }, - "8_8": { - "r": 8, - "c": 8, - "rs": 1, - "cs": 5 - }, - "16_8": { - "r": 16, - "c": 8, - "rs": 1, - "cs": 5 - } - } - }, - "index": "3", - "chart": [], - "status": 0, - "order": "3", - "column": 18, - "row": 36, - "celldata": [{ - "r": 0, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Table Style - light3, Filter", - "mc": { - "r": 0, - "c": 1, - "rs": 1, - "cs": 5 - }, - "bl": 1, - "m": "Table Style - light3, Filter" - } - }, { - "r": 0, - "c": 2, - "v": { - "mc": { - "r": 0, - "c": 1 - }, - "bl": 1 - } - }, { - "r": 0, - "c": 3, - "v": { - "mc": { - "r": 0, - "c": 1 - }, - "bl": 1 - } - }, { - "r": 0, - "c": 4, - "v": { - "mc": { - "r": 0, - "c": 1 - }, - "bl": 1 - } - }, { - "r": 0, - "c": 5, - "v": { - "mc": { - "r": 0, - "c": 1 - }, - "bl": 1 - } - }, { - "r": 0, - "c": 8, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "mc": { - "r": 0, - "c": 8, - "rs": 1, - "cs": 5 - }, - "bl": 1, - "m": "Table Style - light6", - "v": "Table Style - light6" - } - }, { - "r": 0, - "c": 9, - "v": { - "mc": { - "r": 0, - "c": 8 - } - } - }, { - "r": 0, - "c": 10, - "v": { - "mc": { - "r": 0, - "c": 8 - } - } - }, { - "r": 0, - "c": 11, - "v": { - "mc": { - "r": 0, - "c": 8 - } - } - }, { - "r": 0, - "c": 12, - "v": { - "mc": { - "r": 0, - "c": 8 - } - } - }, { - "r": 1, - "c": 1, - "v": { - "v": "Column1", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column1" - } - }, { - "r": 1, - "c": 2, - "v": { - "v": "Column2", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column2" - } - }, { - "r": 1, - "c": 3, - "v": { - "v": "Column3", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column3" - } - }, { - "r": 1, - "c": 4, - "v": { - "v": "Column4", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column4" - } - }, { - "r": 1, - "c": 5, - "v": { - "v": "Column5", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column5" - } - }, { - "r": 8, - "c": 1, - "v": { - "v": "Table Style - medium3,Header", - "ct": { - "fa": "General", - "t": "g" - }, - "mc": { - "r": 8, - "c": 1, - "rs": 1, - "cs": 5 - }, - "bl": 1, - "m": "Table Style - medium3,Header" - } - }, { - "r": 8, - "c": 2, - "v": { - "mc": { - "r": 8, - "c": 1 - } - } - }, { - "r": 8, - "c": 3, - "v": { - "mc": { - "r": 8, - "c": 1 - } - } - }, { - "r": 8, - "c": 4, - "v": { - "mc": { - "r": 8, - "c": 1 - } - } - }, { - "r": 8, - "c": 5, - "v": { - "mc": { - "r": 8, - "c": 1 - } - } - }, { - "r": 8, - "c": 8, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Table Style - medium8,Footer", - "mc": { - "r": 8, - "c": 8, - "rs": 1, - "cs": 5 - }, - "bl": 1, - "m": "Table Style - medium8,Footer" - } - }, { - "r": 8, - "c": 9, - "v": { - "mc": { - "r": 8, - "c": 8 - } - } - }, { - "r": 8, - "c": 10, - "v": { - "mc": { - "r": 8, - "c": 8 - } - } - }, { - "r": 8, - "c": 11, - "v": { - "mc": { - "r": 8, - "c": 8 - } - } - }, { - "r": 8, - "c": 12, - "v": { - "mc": { - "r": 8, - "c": 8 - } - } - }, { - "r": 9, - "c": 1, - "v": { - "v": "Column1", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column1" - } - }, { - "r": 9, - "c": 2, - "v": { - "v": "Column2", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column2" - } - }, { - "r": 9, - "c": 3, - "v": { - "v": "Column3", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column3" - } - }, { - "r": 9, - "c": 4, - "v": { - "v": "Column4", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column4" - } - }, { - "r": 9, - "c": 5, - "v": { - "v": "Column5", - "ct": { - "fa": "General", - "t": "g" - }, - "m": "Column5" - } - }, { - "r": 16, - "c": 1, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Table Style - medium6,Header,Footer", - "mc": { - "r": 16, - "c": 1, - "rs": 1, - "cs": 5 - }, - "bl": 1, - "m": "Table Style - medium6,Header,Footer" - } - }, { - "r": 16, - "c": 2, - "v": { - "mc": { - "r": 16, - "c": 1 - } - } - }, { - "r": 16, - "c": 3, - "v": { - "mc": { - "r": 16, - "c": 1 - } - } - }, { - "r": 16, - "c": 4, - "v": { - "mc": { - "r": 16, - "c": 1 - } - } - }, { - "r": 16, - "c": 5, - "v": { - "mc": { - "r": 16, - "c": 1 - } - } - }, { - "r": 16, - "c": 8, - "v": { - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Table Style - medium10,Header,Footer", - "mc": { - "r": 16, - "c": 8, - "rs": 1, - "cs": 5 - }, - "bl": 1, - "m": "Table Style - medium10,Header,Footer" - } - }, { - "r": 16, - "c": 9, - "v": { - "mc": { - "r": 16, - "c": 8 - } - } - }, { - "r": 16, - "c": 10, - "v": { - "mc": { - "r": 16, - "c": 8 - } - } - }, { - "r": 16, - "c": 11, - "v": { - "mc": { - "r": 16, - "c": 8 - } - } - }, { - "r": 16, - "c": 12, - "v": { - "mc": { - "r": 16, - "c": 8 - } - } - }, { - "r": 17, - "c": 1, - "v": { - "m": "Column1", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Column1" - } - }, { - "r": 17, - "c": 2, - "v": { - "m": "Column2", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Column2" - } - }, { - "r": 17, - "c": 3, - "v": { - "m": "Column3", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Column3" - } - }, { - "r": 17, - "c": 4, - "v": { - "m": "Column4", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Column4" - } - }, { - "r": 17, - "c": 5, - "v": { - "m": "Column5", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Column5" - } - }, { - "r": 17, - "c": 8, - "v": { - "m": "Name", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Name" - } - }, { - "r": 17, - "c": 9, - "v": { - "m": "Age", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Age" - } - }, { - "r": 17, - "c": 10, - "v": { - "m": "Sex", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Sex" - } - }, { - "r": 17, - "c": 11, - "v": { - "m": "Address", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Address" - } - }, { - "r": 17, - "c": 12, - "v": { - "m": "Score", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Score" - } - }, { - "r": 18, - "c": 8, - "v": { - "m": "bob", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "bob" - } - }, { - "r": 18, - "c": 9, - "v": { - "v": 36, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "36" - } - }, { - "r": 18, - "c": 10, - "v": { - "m": "man", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "man" - } - }, { - "r": 18, - "c": 11, - "v": { - "m": "Beijing", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Beijing" - } - }, { - "r": 18, - "c": 12, - "v": { - "v": 80, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "80" - } - }, { - "r": 19, - "c": 8, - "v": { - "m": "Betty", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Betty" - } - }, { - "r": 19, - "c": 9, - "v": { - "v": 28, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "28" - } - }, { - "r": 19, - "c": 10, - "v": { - "m": "woman", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "woman" - } - }, { - "r": 19, - "c": 11, - "v": { - "m": "Xi'an", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Xi'an" - } - }, { - "r": 19, - "c": 12, - "v": { - "v": 52, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "52" - } - }, { - "r": 20, - "c": 8, - "v": { - "m": "Gary", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Gary" - } - }, { - "r": 20, - "c": 9, - "v": { - "v": 23, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "23" - } - }, { - "r": 20, - "c": 10, - "v": { - "m": "man", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "man" - } - }, { - "r": 20, - "c": 11, - "v": { - "m": "NewYork", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "NewYork" - } - }, { - "r": 20, - "c": 12, - "v": { - "v": 63, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "63" - } - }, { - "r": 21, - "c": 8, - "v": { - "m": "Hunk", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Hunk" - } - }, { - "r": 21, - "c": 9, - "v": { - "v": 45, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "45" - } - }, { - "r": 21, - "c": 10, - "v": { - "m": "man", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "man" - } - }, { - "r": 21, - "c": 11, - "v": { - "m": "Beijing", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Beijing" - } - }, { - "r": 21, - "c": 12, - "v": { - "v": 80, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "80" - } - }, { - "r": 22, - "c": 8, - "v": { - "m": "Cherry", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Cherry" - } - }, { - "r": 22, - "c": 9, - "v": { - "v": 37, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "37" - } - }, { - "r": 22, - "c": 10, - "v": { - "m": "woman", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "woman" - } - }, { - "r": 22, - "c": 11, - "v": { - "m": "Shanghai", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Shanghai" - } - }, { - "r": 22, - "c": 12, - "v": { - "v": 58, - "ct": { - "fa": "General", - "t": "n" - }, - "m": "58" - } - }], - "ch_width": 4748, - "rh_height": 1790, - "luckysheet_select_save": [{ - "row": [0, 0], - "column": [0, 0] - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0, - "filter_select": { - "left": 74, - "width": 73, - "top": 20, - "height": 19, - "left_move": 74, - "width_move": 369, - "top_move": 20, - "height_move": 119, - "row": [1, 6], - "column": [1, 5], - "row_focus": 1, - "column_focus": 1 - }, - "luckysheet_alternateformat_save": [{ - "cellrange": { - "row": [1, 6], - "column": [1, 5] - }, - "format": { - "head": { - "fc": "#000", - "bc": "#5ed593" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#e5fbee" - }, - "foot": { - "fc": "#000", - "bc": "#a5efcc" - } - }, - "hasRowHeader": false, - "hasRowFooter": false - }, { - "cellrange": { - "row": [1, 6], - "column": [8, 12] - }, - "format": { - "head": { - "fc": "#000", - "bc": "#5599fc" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#ecf2fe" - }, - "foot": { - "fc": "#000", - "bc": "#afcbfa" - } - }, - "hasRowHeader": false, - "hasRowFooter": false - }, { - "cellrange": { - "row": [9, 14], - "column": [1, 5] - }, - "format": { - "head": { - "fc": "#000", - "bc": "#5ed593" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#e5fbee" - }, - "foot": { - "fc": "#000", - "bc": "#a5efcc" - } - }, - "hasRowHeader": true, - "hasRowFooter": false - }, { - "cellrange": { - "row": [17, 22], - "column": [1, 5] - }, - "format": { - "head": { - "fc": "#000", - "bc": "#5599fc" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#ecf2fe" - }, - "foot": { - "fc": "#000", - "bc": "#afcbfa" - } - }, - "hasRowHeader": true, - "hasRowFooter": true - }, { - "cellrange": { - "row": [9, 14], - "column": [8, 12] - }, - "format": { - "head": { - "fc": "#000", - "bc": "#7a939a" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#f0eff7" - }, - "foot": { - "fc": "#000", - "bc": "#bdcad0" - } - }, - "hasRowHeader": false, - "hasRowFooter": true - }, { - "cellrange": { - "row": [17, 22], - "column": [8, 12] - }, - "format": { - "head": { - "fc": "#000", - "bc": "#89c54b" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#f1f7e9" - }, - "foot": { - "fc": "#000", - "bc": "#c5e3a7" - } - }, - "hasRowHeader": true, - "hasRowFooter": true - }], - "luckysheet_alternateformat_save_modelCustom": [{ - "head": { - "fc": "#6aa84f", - "bc": "#ffffff" - }, - "one": { - "fc": "#000", - "bc": "#ffffff" - }, - "two": { - "fc": "#000", - "bc": "#e5fbee" - }, - "foot": { - "fc": "#000", - "bc": "#a5efcc" - } - }] -} - -// export default sheetTable; \ No newline at end of file diff --git a/public/js/luckysheet/expendPlugins/chart/chartmix.css b/public/js/luckysheet/expendPlugins/chart/chartmix.css deleted file mode 100644 index 11517bd45..000000000 --- a/public/js/luckysheet/expendPlugins/chart/chartmix.css +++ /dev/null @@ -1 +0,0 @@ -.luckysheet-datavisual-quick-menu{width:120px;overflow:auto;margin-top:15px}.luckysheet-datavisual-quick-menu::-webkit-scrollbar{display:none}.luckysheet-datavisual-quick-menu>div{text-align:left;padding:4px 4px;border-right:3px solid #fff;color:#777;cursor:pointer;line-height:1.4em;word-wrap:break-word}.luckysheet-datavisual-quick-menu>div:hover{color:#000}.luckysheet-datavisual-quick-menu>div i{width:15px}.luckysheet-datavisual-quick-menu>div:hover i{color:#ff7e7e}.luckysheet-datavisual-quick-menu>div.luckysheet-datavisual-quick-menu-active{border-right:3px solid #ff7e7e;color:#000;font-weight:700}.luckysheet-datavisual-quick-menu>div.luckysheet-datavisual-quick-menu-active:hover i{color:#000}.luckysheet-datavisual-quick-range{padding:5px 0}.luckysheet-datavisual-range-container{background:#fff;border:1px solid #d9d9d9;border-top:1px solid silver;min-width:20px;width:100%;max-width:200px;display:inline-block}.luckysheet-datavisual-range-container-focus{border:1px solid #4d90fe;box-shadow:inset 0 1px 2px rgba(0,0,0,.3);outline:none}.luckysheet-datavisual-range-input,.luckysheet-datavisual-range-input:focus{background:transparent!important;border:none!important;box-sizing:border-box;box-shadow:none;height:25px;margin:0;outline:none!important;padding:1px 8px!important;width:100%}.luckysheet-datavisual-range-button-container{overflow:hidden;padding:0 0 0 8px;text-align:right;width:21px}.luckysheet-datavisual-range-button-container div{padding:2px 10px 0 10px;font-size:18px;cursor:pointer;color:#6598f3}.luckysheet-datavisual-range-button-container div:hover{color:#ff7e7e}.luckysheet-datavisual-quick-m{margin-top:5px;min-height:500px;top:50px;font-size:12px}.luckysheet-datavisual-quick-list{left:110px;right:0;bottom:0;top:80px;position:absolute;overflow:auto;border-top:1px solid #e5e5e5;padding:5px 3px 35px 3px}.luckysheet-datavisual-quick-list-title{padding:4px 6px;background:#e5e5e5;margin-top:10px}.luckysheet-datavisual-quick-list-ul{overflow:hidden}.luckysheet-datavisual-quick-list-item{display:inline-block;margin:5px 8px;border:1px solid #dadada;width:100px;height:80px}.luckysheet-datavisual-quick-list-item:hover{border:1px solid #ff7e7e;box-shadow:0 0 20px #ff7e7e}.luckysheet-datavisual-quick-list-item img{display:inline-block;width:100px;height:80px}.luckysheet-datavisual-quick-list-item-active{border:1px solid #6598f3;box-shadow:0 0 20px #6598f3}.chart-base-slider .el-slider__runway.show-input{margin-right:72px}.chart-base-slider .el-slider__input.el-input-number--mini{width:56px}.chart-base-slider .input_content{margin:6px 0 0 5px}.title{font-weight:700}.el-row{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chartSetting{width:100%;height:100%} \ No newline at end of file diff --git a/public/js/luckysheet/expendPlugins/chart/chartmix.umd.min.js b/public/js/luckysheet/expendPlugins/chart/chartmix.umd.min.js deleted file mode 100644 index 170c6024e..000000000 --- a/public/js/luckysheet/expendPlugins/chart/chartmix.umd.min.js +++ /dev/null @@ -1,34 +0,0 @@ -(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e(require("echarts"),require("Vuex"),require("Vue")):"function"===typeof define&&define.amd?define(["echarts","Vuex","Vue"],e):"object"===typeof exports?exports["chartmix"]=e(require("echarts"),require("Vuex"),require("Vue")):t["chartmix"]=e(t["echarts"],t["Vuex"],t["Vue"])})("undefined"!==typeof self?self:this,(function(t,e,n){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"00ee":function(t,e,n){var r=n("b622"),i=r("toStringTag"),o={};o[i]="z",t.exports="[object z]"===String(o)},"00fd":function(t,e,n){var r=n("9e69"),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,u=r?r.toStringTag:void 0;function s(t){var e=o.call(t,u),n=t[u];try{t[u]=void 0;var r=!0}catch(s){}var i=a.call(t);return r&&(e?t[u]=n:delete t[u]),i}t.exports=s},"0366":function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},"03dd":function(t,e,n){var r=n("eac5"),i=n("57a5"),o=Object.prototype,a=o.hasOwnProperty;function u(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))a.call(t,n)&&"constructor"!=n&&e.push(n);return e}t.exports=u},"057f":function(t,e,n){var r=n("fc6a"),i=n("241c").f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(t){try{return i(t)}catch(e){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==o.call(t)?u(t):i(r(t))}},"0644":function(t,e,n){var r=n("3818"),i=1,o=4;function a(t){return r(t,i|o)}t.exports=a},"06cf":function(t,e,n){var r=n("83ab"),i=n("d1e7"),o=n("5c6c"),a=n("fc6a"),u=n("c04e"),s=n("5135"),l=n("0cfb"),c=Object.getOwnPropertyDescriptor;e.f=r?c:function(t,e){if(t=a(t),e=u(e,!0),l)try{return c(t,e)}catch(n){}if(s(t,e))return o(!i.f.call(t,e),t[e])}},"07c7":function(t,e){function n(){return!1}t.exports=n},"087d":function(t,e){function n(t,e){var n=-1,r=e.length,i=t.length;while(++n0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},1157:function(t,e,n){var r,i; -/*! - * jQuery JavaScript Library v3.5.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2020-05-04T22:49Z - */(function(e,n){"use strict";"object"===typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)})("undefined"!==typeof window?window:this,(function(n,o){"use strict";var a=[],u=Object.getPrototypeOf,s=a.slice,l=a.flat?function(t){return a.flat.call(t)}:function(t){return a.concat.apply([],t)},c=a.push,f=a.indexOf,h={},p=h.toString,d=h.hasOwnProperty,v=d.toString,g=v.call(Object),b={},y=function(t){return"function"===typeof t&&"number"!==typeof t.nodeType},m=function(t){return null!=t&&t===t.window},x=n.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function A(t,e,n){n=n||x;var r,i,o=n.createElement("script");if(o.text=t,e)for(r in w)i=e[r]||e.getAttribute&&e.getAttribute(r),i&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function S(t){return null==t?t+"":"object"===typeof t||"function"===typeof t?h[p.call(t)]||"object":typeof t}var C="3.5.1",k=function(t,e){return new k.fn.init(t,e)};function O(t){var e=!!t&&"length"in t&&t.length,n=S(t);return!y(t)&&!m(t)&&("array"===n||0===e||"number"===typeof e&&e>0&&e-1 in t)}k.fn=k.prototype={jquery:C,constructor:k,length:0,toArray:function(){return s.call(this)},get:function(t){return null==t?s.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=k.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return k.each(this,t)},map:function(t){return this.pushStack(k.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(k.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(k.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n+~]|"+B+")"+B+"*"),X=new RegExp(B+"|>"),Z=new RegExp(V),H=new RegExp("^"+P+"$"),U={ID:new RegExp("^#("+P+")"),CLASS:new RegExp("^\\.("+P+")"),TAG:new RegExp("^("+P+"|[*])"),ATTR:new RegExp("^"+z),PSEUDO:new RegExp("^"+V),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+B+"*(even|odd|(([+-]|)(\\d*)n|)"+B+"*(?:([+-]|)"+B+"*(\\d+)|))"+B+"*\\)|)","i"),bool:new RegExp("^(?:"+M+")$","i"),needsContext:new RegExp("^"+B+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+B+"*((?:-\\d)?\\d*)"+B+"*\\)|)(?=[^-]|$)","i")},J=/HTML$/i,Y=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,_=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+B+"?|\\\\([^\\r\\n\\f])","g"),nt=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},rt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,it=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},ot=function(){h()},at=xt((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{N.apply(D=G.call(w.childNodes),w.childNodes),D[w.childNodes.length].nodeType}catch(Tt){N={apply:D.length?function(t,e){L.apply(t,G.call(e))}:function(t,e){var n=t.length,r=0;while(t[n++]=e[r++]);t.length=n-1}}}function ut(t,e,r,i){var o,u,l,c,f,d,b,y=e&&e.ownerDocument,w=e?e.nodeType:9;if(r=r||[],"string"!==typeof t||!t||1!==w&&9!==w&&11!==w)return r;if(!i&&(h(e),e=e||p,v)){if(11!==w&&(f=$.exec(t)))if(o=f[1]){if(9===w){if(!(l=e.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(y&&(l=y.getElementById(o))&&m(e,l)&&l.id===o)return r.push(l),r}else{if(f[2])return N.apply(r,e.getElementsByTagName(t)),r;if((o=f[3])&&n.getElementsByClassName&&e.getElementsByClassName)return N.apply(r,e.getElementsByClassName(o)),r}if(n.qsa&&!T[t+" "]&&(!g||!g.test(t))&&(1!==w||"object"!==e.nodeName.toLowerCase())){if(b=t,y=e,1===w&&(X.test(t)||W.test(t))){y=tt.test(t)&&bt(e.parentNode)||e,y===e&&n.scope||((c=e.getAttribute("id"))?c=c.replace(rt,it):e.setAttribute("id",c=x)),d=a(t),u=d.length;while(u--)d[u]=(c?"#"+c:":scope")+" "+mt(d[u]);b=d.join(",")}try{return N.apply(r,y.querySelectorAll(b)),r}catch(A){T(t,!0)}finally{c===x&&e.removeAttribute("id")}}}return s(t.replace(F,"$1"),e,r,i)}function st(){var t=[];function e(n,i){return t.push(n+" ")>r.cacheLength&&delete e[t.shift()],e[n+" "]=i}return e}function lt(t){return t[x]=!0,t}function ct(t){var e=p.createElement("fieldset");try{return!!t(e)}catch(Tt){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ft(t,e){var n=t.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=e}function ht(t,e){var n=e&&t,r=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===e)return-1;return t?1:-1}function pt(t){return function(e){var n=e.nodeName.toLowerCase();return"input"===n&&e.type===t}}function dt(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function vt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&at(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function gt(t){return lt((function(e){return e=+e,lt((function(n,r){var i,o=t([],n.length,e),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))}))}))}function bt(t){return t&&"undefined"!==typeof t.getElementsByTagName&&t}for(e in n=ut.support={},o=ut.isXML=function(t){var e=t.namespaceURI,n=(t.ownerDocument||t).documentElement;return!J.test(e||n&&n.nodeName||"HTML")},h=ut.setDocument=function(t){var e,i,a=t?t.ownerDocument||t:w;return a!=p&&9===a.nodeType&&a.documentElement?(p=a,d=p.documentElement,v=!o(p),w!=p&&(i=p.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",ot,!1):i.attachEvent&&i.attachEvent("onunload",ot)),n.scope=ct((function(t){return d.appendChild(t).appendChild(p.createElement("div")),"undefined"!==typeof t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),n.attributes=ct((function(t){return t.className="i",!t.getAttribute("className")})),n.getElementsByTagName=ct((function(t){return t.appendChild(p.createComment("")),!t.getElementsByTagName("*").length})),n.getElementsByClassName=_.test(p.getElementsByClassName),n.getById=ct((function(t){return d.appendChild(t).id=x,!p.getElementsByName||!p.getElementsByName(x).length})),n.getById?(r.filter["ID"]=function(t){var e=t.replace(et,nt);return function(t){return t.getAttribute("id")===e}},r.find["ID"]=function(t,e){if("undefined"!==typeof e.getElementById&&v){var n=e.getElementById(t);return n?[n]:[]}}):(r.filter["ID"]=function(t){var e=t.replace(et,nt);return function(t){var n="undefined"!==typeof t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},r.find["ID"]=function(t,e){if("undefined"!==typeof e.getElementById&&v){var n,r,i,o=e.getElementById(t);if(o){if(n=o.getAttributeNode("id"),n&&n.value===t)return[o];i=e.getElementsByName(t),r=0;while(o=i[r++])if(n=o.getAttributeNode("id"),n&&n.value===t)return[o]}return[]}}),r.find["TAG"]=n.getElementsByTagName?function(t,e){return"undefined"!==typeof e.getElementsByTagName?e.getElementsByTagName(t):n.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,r=[],i=0,o=e.getElementsByTagName(t);if("*"===t){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find["CLASS"]=n.getElementsByClassName&&function(t,e){if("undefined"!==typeof e.getElementsByClassName&&v)return e.getElementsByClassName(t)},b=[],g=[],(n.qsa=_.test(p.querySelectorAll))&&(ct((function(t){var e;d.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+B+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||g.push("\\["+B+"*(?:value|"+M+")"),t.querySelectorAll("[id~="+x+"-]").length||g.push("~="),e=p.createElement("input"),e.setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||g.push("\\["+B+"*name"+B+"*="+B+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||g.push(":checked"),t.querySelectorAll("a#"+x+"+*").length||g.push(".#.+[+~]"),t.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),ct((function(t){t.innerHTML="";var e=p.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&g.push("name"+B+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),d.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=_.test(y=d.matches||d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ct((function(t){n.disconnectedMatch=y.call(t,"*"),y.call(t,"[s!='']:x"),b.push("!=",V)})),g=g.length&&new RegExp(g.join("|")),b=b.length&&new RegExp(b.join("|")),e=_.test(d.compareDocumentPosition),m=e||_.test(d.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,r=e&&e.parentNode;return t===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):t.compareDocumentPosition&&16&t.compareDocumentPosition(r)))}:function(t,e){if(e)while(e=e.parentNode)if(e===t)return!0;return!1},E=e?function(t,e){if(t===e)return f=!0,0;var r=!t.compareDocumentPosition-!e.compareDocumentPosition;return r||(r=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&r||!n.sortDetached&&e.compareDocumentPosition(t)===r?t==p||t.ownerDocument==w&&m(w,t)?-1:e==p||e.ownerDocument==w&&m(w,e)?1:c?R(c,t)-R(c,e):0:4&r?-1:1)}:function(t,e){if(t===e)return f=!0,0;var n,r=0,i=t.parentNode,o=e.parentNode,a=[t],u=[e];if(!i||!o)return t==p?-1:e==p?1:i?-1:o?1:c?R(c,t)-R(c,e):0;if(i===o)return ht(t,e);n=t;while(n=n.parentNode)a.unshift(n);n=e;while(n=n.parentNode)u.unshift(n);while(a[r]===u[r])r++;return r?ht(a[r],u[r]):a[r]==w?-1:u[r]==w?1:0},p):p},ut.matches=function(t,e){return ut(t,null,null,e)},ut.matchesSelector=function(t,e){if(h(t),n.matchesSelector&&v&&!T[e+" "]&&(!b||!b.test(e))&&(!g||!g.test(e)))try{var r=y.call(t,e);if(r||n.disconnectedMatch||t.document&&11!==t.document.nodeType)return r}catch(Tt){T(e,!0)}return ut(e,p,null,[t]).length>0},ut.contains=function(t,e){return(t.ownerDocument||t)!=p&&h(t),m(t,e)},ut.attr=function(t,e){(t.ownerDocument||t)!=p&&h(t);var i=r.attrHandle[e.toLowerCase()],o=i&&I.call(r.attrHandle,e.toLowerCase())?i(t,e,!v):void 0;return void 0!==o?o:n.attributes||!v?t.getAttribute(e):(o=t.getAttributeNode(e))&&o.specified?o.value:null},ut.escape=function(t){return(t+"").replace(rt,it)},ut.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},ut.uniqueSort=function(t){var e,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&t.slice(0),t.sort(E),f){while(e=t[o++])e===t[o]&&(i=r.push(o));while(i--)t.splice(r[i],1)}return c=null,t},i=ut.getText=function(t){var e,n="",r=0,o=t.nodeType;if(o){if(1===o||9===o||11===o){if("string"===typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=i(t)}else if(3===o||4===o)return t.nodeValue}else while(e=t[r++])n+=i(e);return n},r=ut.selectors={cacheLength:50,createPseudo:lt,match:U,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,nt),t[3]=(t[3]||t[4]||t[5]||"").replace(et,nt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||ut.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&ut.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return U["CHILD"].test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&Z.test(n)&&(e=a(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,nt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=C[t+" "];return e||(e=new RegExp("(^|"+B+")"+t+"("+B+"|$)"))&&C(t,(function(t){return e.test("string"===typeof t.className&&t.className||"undefined"!==typeof t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(r){var i=ut.attr(r,t);return null==i?"!="===e:!e||(i+="","="===e?i===n:"!="===e?i!==n:"^="===e?n&&0===i.indexOf(n):"*="===e?n&&i.indexOf(n)>-1:"$="===e?n&&i.slice(-n.length)===n:"~="===e?(" "+i.replace(Q," ")+" ").indexOf(n)>-1:"|="===e&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,r,i){var o="nth"!==t.slice(0,3),a="last"!==t.slice(-4),u="of-type"===e;return 1===r&&0===i?function(t){return!!t.parentNode}:function(e,n,s){var l,c,f,h,p,d,v=o!==a?"nextSibling":"previousSibling",g=e.parentNode,b=u&&e.nodeName.toLowerCase(),y=!s&&!u,m=!1;if(g){if(o){while(v){h=e;while(h=h[v])if(u?h.nodeName.toLowerCase()===b:1===h.nodeType)return!1;d=v="only"===t&&!d&&"nextSibling"}return!0}if(d=[a?g.firstChild:g.lastChild],a&&y){h=g,f=h[x]||(h[x]={}),c=f[h.uniqueID]||(f[h.uniqueID]={}),l=c[t]||[],p=l[0]===A&&l[1],m=p&&l[2],h=p&&g.childNodes[p];while(h=++p&&h&&h[v]||(m=p=0)||d.pop())if(1===h.nodeType&&++m&&h===e){c[t]=[A,p,m];break}}else if(y&&(h=e,f=h[x]||(h[x]={}),c=f[h.uniqueID]||(f[h.uniqueID]={}),l=c[t]||[],p=l[0]===A&&l[1],m=p),!1===m)while(h=++p&&h&&h[v]||(m=p=0)||d.pop())if((u?h.nodeName.toLowerCase()===b:1===h.nodeType)&&++m&&(y&&(f=h[x]||(h[x]={}),c=f[h.uniqueID]||(f[h.uniqueID]={}),c[t]=[A,m]),h===e))break;return m-=i,m===r||m%r===0&&m/r>=0}}},PSEUDO:function(t,e){var n,i=r.pseudos[t]||r.setFilters[t.toLowerCase()]||ut.error("unsupported pseudo: "+t);return i[x]?i(e):i.length>1?(n=[t,t,"",e],r.setFilters.hasOwnProperty(t.toLowerCase())?lt((function(t,n){var r,o=i(t,e),a=o.length;while(a--)r=R(t,o[a]),t[r]=!(n[r]=o[a])})):function(t){return i(t,0,n)}):i}},pseudos:{not:lt((function(t){var e=[],n=[],r=u(t.replace(F,"$1"));return r[x]?lt((function(t,e,n,i){var o,a=r(t,null,i,[]),u=t.length;while(u--)(o=a[u])&&(t[u]=!(e[u]=o))})):function(t,i,o){return e[0]=t,r(e,null,o,n),e[0]=null,!n.pop()}})),has:lt((function(t){return function(e){return ut(t,e).length>0}})),contains:lt((function(t){return t=t.replace(et,nt),function(e){return(e.textContent||i(e)).indexOf(t)>-1}})),lang:lt((function(t){return H.test(t||"")||ut.error("unsupported lang: "+t),t=t.replace(et,nt).toLowerCase(),function(e){var n;do{if(n=v?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return n=n.toLowerCase(),n===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===d},focus:function(t){return t===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:vt(!1),disabled:vt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!r.pseudos["empty"](t)},header:function(t){return K.test(t.nodeName)},input:function(t){return Y.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:gt((function(){return[0]})),last:gt((function(t,e){return[e-1]})),eq:gt((function(t,e,n){return[n<0?n+e:n]})),even:gt((function(t,e){for(var n=0;ne?e:n;--r>=0;)t.push(r);return t})),gt:gt((function(t,e,n){for(var r=n<0?n+e:n;++r1?function(e,n,r){var i=t.length;while(i--)if(!t[i](e,n,r))return!1;return!0}:t[0]}function At(t,e,n){for(var r=0,i=e.length;r-1&&(o[l]=!(a[l]=f))}}else b=St(b===a?b.splice(d,b.length):b),i?i(null,a,b,s):N.apply(a,b)}))}function kt(t){for(var e,n,i,o=t.length,a=r.relative[t[0].type],u=a||r.relative[" "],s=a?1:0,c=xt((function(t){return t===e}),u,!0),f=xt((function(t){return R(e,t)>-1}),u,!0),h=[function(t,n,r){var i=!a&&(r||n!==l)||((e=n).nodeType?c(t,n,r):f(t,n,r));return e=null,i}];s1&&wt(h),s>1&&mt(t.slice(0,s-1).concat({value:" "===t[s-2].type?"*":""})).replace(F,"$1"),n,s0,i=t.length>0,o=function(o,a,u,s,c){var f,d,g,b=0,y="0",m=o&&[],x=[],w=l,S=o||i&&r.find["TAG"]("*",c),C=A+=null==w?1:Math.random()||.1,k=S.length;for(c&&(l=a==p||a||c);y!==k&&null!=(f=S[y]);y++){if(i&&f){d=0,a||f.ownerDocument==p||(h(f),u=!v);while(g=t[d++])if(g(f,a||p,u)){s.push(f);break}c&&(A=C)}n&&((f=!g&&f)&&b--,o&&m.push(f))}if(b+=y,n&&y!==b){d=0;while(g=e[d++])g(m,x,a,u);if(o){if(b>0)while(y--)m[y]||x[y]||(x[y]=j.call(s));x=St(x)}N.apply(s,x),c&&!o&&x.length>0&&b+e.length>1&&ut.uniqueSort(s)}return c&&(A=C,l=w),m};return n?lt(o):o}return yt.prototype=r.filters=r.pseudos,r.setFilters=new yt,a=ut.tokenize=function(t,e){var n,i,o,a,u,s,l,c=k[t+" "];if(c)return e?0:c.slice(0);u=t,s=[],l=r.preFilter;while(u){for(a in n&&!(i=q.exec(u))||(i&&(u=u.slice(i[0].length)||u),s.push(o=[])),n=!1,(i=W.exec(u))&&(n=i.shift(),o.push({value:n,type:i[0].replace(F," ")}),u=u.slice(n.length)),r.filter)!(i=U[a].exec(u))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),u=u.slice(n.length));if(!n)break}return e?u.length:u?ut.error(t):k(t,s).slice(0)},u=ut.compile=function(t,e){var n,r=[],i=[],o=O[t+" "];if(!o){e||(e=a(t)),n=e.length;while(n--)o=kt(e[n]),o[x]?r.push(o):i.push(o);o=O(t,Ot(i,r)),o.selector=t}return o},s=ut.select=function(t,e,n,i){var o,s,l,c,f,h="function"===typeof t&&t,p=!i&&a(t=h.selector||t);if(n=n||[],1===p.length){if(s=p[0]=p[0].slice(0),s.length>2&&"ID"===(l=s[0]).type&&9===e.nodeType&&v&&r.relative[s[1].type]){if(e=(r.find["ID"](l.matches[0].replace(et,nt),e)||[])[0],!e)return n;h&&(e=e.parentNode),t=t.slice(s.shift().value.length)}o=U["needsContext"].test(t)?0:s.length;while(o--){if(l=s[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(et,nt),tt.test(s[0].type)&&bt(e.parentNode)||e))){if(s.splice(o,1),t=i.length&&mt(s),!t)return N.apply(n,i),n;break}}}return(h||u(t,p))(i,e,!v,n,!e||tt.test(t)&&bt(e.parentNode)||e),n},n.sortStable=x.split("").sort(E).join("")===x,n.detectDuplicates=!!f,h(),n.sortDetached=ct((function(t){return 1&t.compareDocumentPosition(p.createElement("fieldset"))})),ct((function(t){return t.innerHTML="","#"===t.firstChild.getAttribute("href")}))||ft("type|href|height|width",(function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),n.attributes&&ct((function(t){return t.innerHTML="",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ft("value",(function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),ct((function(t){return null==t.getAttribute("disabled")}))||ft(M,(function(t,e,n){var r;if(!n)return!0===t[e]?e.toLowerCase():(r=t.getAttributeNode(e))&&r.specified?r.value:null})),ut}(n);k.find=T,k.expr=T.selectors,k.expr[":"]=k.expr.pseudos,k.uniqueSort=k.unique=T.uniqueSort,k.text=T.getText,k.isXMLDoc=T.isXML,k.contains=T.contains,k.escapeSelector=T.escape;var E=function(t,e,n){var r=[],i=void 0!==n;while((t=t[e])&&9!==t.nodeType)if(1===t.nodeType){if(i&&k(t).is(n))break;r.push(t)}return r},I=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},D=k.expr.match.needsContext;function j(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var L=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function N(t,e,n){return y(e)?k.grep(t,(function(t,r){return!!e.call(t,r,t)!==n})):e.nodeType?k.grep(t,(function(t){return t===e!==n})):"string"!==typeof e?k.grep(t,(function(t){return f.call(e,t)>-1!==n})):k.filter(e,t,n)}k.filter=function(t,e,n){var r=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===r.nodeType?k.find.matchesSelector(r,t)?[r]:[]:k.find.matches(t,k.grep(e,(function(t){return 1===t.nodeType})))},k.fn.extend({find:function(t){var e,n,r=this.length,i=this;if("string"!==typeof t)return this.pushStack(k(t).filter((function(){for(e=0;e1?k.uniqueSort(n):n},filter:function(t){return this.pushStack(N(this,t||[],!1))},not:function(t){return this.pushStack(N(this,t||[],!0))},is:function(t){return!!N(this,"string"===typeof t&&D.test(t)?k(t):t||[],!1).length}});var G,R=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,M=k.fn.init=function(t,e,n){var r,i;if(!t)return this;if(n=n||G,"string"===typeof t){if(r="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:R.exec(t),!r||!r[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(r[1]){if(e=e instanceof k?e[0]:e,k.merge(this,k.parseHTML(r[1],e&&e.nodeType?e.ownerDocument||e:x,!0)),L.test(r[1])&&k.isPlainObject(e))for(r in e)y(this[r])?this[r](e[r]):this.attr(r,e[r]);return this}return i=x.getElementById(r[2]),i&&(this[0]=i,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):y(t)?void 0!==n.ready?n.ready(t):t(k):k.makeArray(t,this)};M.prototype=k.fn,G=k(x);var B=/^(?:parents|prev(?:Until|All))/,P={children:!0,contents:!0,next:!0,prev:!0};function z(t,e){while((t=t[e])&&1!==t.nodeType);return t}k.fn.extend({has:function(t){var e=k(t,this),n=e.length;return this.filter((function(){for(var t=0;t-1:1===n.nodeType&&k.find.matchesSelector(n,t))){o.push(n);break}return this.pushStack(o.length>1?k.uniqueSort(o):o)},index:function(t){return t?"string"===typeof t?f.call(k(t),this[0]):f.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(k.uniqueSort(k.merge(this.get(),k(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),k.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return E(t,"parentNode")},parentsUntil:function(t,e,n){return E(t,"parentNode",n)},next:function(t){return z(t,"nextSibling")},prev:function(t){return z(t,"previousSibling")},nextAll:function(t){return E(t,"nextSibling")},prevAll:function(t){return E(t,"previousSibling")},nextUntil:function(t,e,n){return E(t,"nextSibling",n)},prevUntil:function(t,e,n){return E(t,"previousSibling",n)},siblings:function(t){return I((t.parentNode||{}).firstChild,t)},children:function(t){return I(t.firstChild)},contents:function(t){return null!=t.contentDocument&&u(t.contentDocument)?t.contentDocument:(j(t,"template")&&(t=t.content||t),k.merge([],t.childNodes))}},(function(t,e){k.fn[t]=function(n,r){var i=k.map(this,e,n);return"Until"!==t.slice(-5)&&(r=n),r&&"string"===typeof r&&(i=k.filter(r,i)),this.length>1&&(P[t]||k.uniqueSort(i),B.test(t)&&i.reverse()),this.pushStack(i)}}));var V=/[^\x20\t\r\n\f]+/g;function Q(t){var e={};return k.each(t.match(V)||[],(function(t,n){e[n]=!0})),e}function F(t){return t}function q(t){throw t}function W(t,e,n,r){var i;try{t&&y(i=t.promise)?i.call(t).done(e).fail(n):t&&y(i=t.then)?i.call(t,e,n):e.apply(void 0,[t].slice(r))}catch(t){n.apply(void 0,[t])}}k.Callbacks=function(t){t="string"===typeof t?Q(t):k.extend({},t);var e,n,r,i,o=[],a=[],u=-1,s=function(){for(i=i||t.once,r=e=!0;a.length;u=-1){n=a.shift();while(++u-1)o.splice(n,1),n<=u&&u--})),this},has:function(t){return t?k.inArray(t,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||e||(o=n=""),this},locked:function(){return!!i},fireWith:function(t,n){return i||(n=n||[],n=[t,n.slice?n.slice():n],a.push(n),e||s()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},k.extend({Deferred:function(t){var e=[["notify","progress",k.Callbacks("memory"),k.Callbacks("memory"),2],["resolve","done",k.Callbacks("once memory"),k.Callbacks("once memory"),0,"resolved"],["reject","fail",k.Callbacks("once memory"),k.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(t){return i.then(null,t)},pipe:function(){var t=arguments;return k.Deferred((function(n){k.each(e,(function(e,r){var i=y(t[r[4]])&&t[r[4]];o[r[1]]((function(){var t=i&&i.apply(this,arguments);t&&y(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[t]:arguments)}))})),t=null})).promise()},then:function(t,r,i){var o=0;function a(t,e,r,i){return function(){var u=this,s=arguments,l=function(){var n,l;if(!(t=o&&(r!==q&&(u=void 0,s=[n]),e.rejectWith(u,s))}};t?c():(k.Deferred.getStackHook&&(c.stackTrace=k.Deferred.getStackHook()),n.setTimeout(c))}}return k.Deferred((function(n){e[0][3].add(a(0,n,y(i)?i:F,n.notifyWith)),e[1][3].add(a(0,n,y(t)?t:F)),e[2][3].add(a(0,n,y(r)?r:q))})).promise()},promise:function(t){return null!=t?k.extend(t,i):i}},o={};return k.each(e,(function(t,n){var a=n[2],u=n[5];i[n[1]]=a.add,u&&a.add((function(){r=u}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),a.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=a.fireWith})),i.promise(o),t&&t.call(o,o),o},when:function(t){var e=arguments.length,n=e,r=Array(n),i=s.call(arguments),o=k.Deferred(),a=function(t){return function(n){r[t]=this,i[t]=arguments.length>1?s.call(arguments):n,--e||o.resolveWith(r,i)}};if(e<=1&&(W(t,o.done(a(n)).resolve,o.reject,!e),"pending"===o.state()||y(i[n]&&i[n].then)))return o.then();while(n--)W(i[n],a(n),o.reject);return o.promise()}});var X=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;k.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&X.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},k.readyException=function(t){n.setTimeout((function(){throw t}))};var Z=k.Deferred();function H(){x.removeEventListener("DOMContentLoaded",H),n.removeEventListener("load",H),k.ready()}k.fn.ready=function(t){return Z.then(t).catch((function(t){k.readyException(t)})),this},k.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--k.readyWait:k.isReady)||(k.isReady=!0,!0!==t&&--k.readyWait>0||Z.resolveWith(x,[k]))}}),k.ready.then=Z.then,"complete"===x.readyState||"loading"!==x.readyState&&!x.documentElement.doScroll?n.setTimeout(k.ready):(x.addEventListener("DOMContentLoaded",H),n.addEventListener("load",H));var U=function(t,e,n,r,i,o,a){var u=0,s=t.length,l=null==n;if("object"===S(n))for(u in i=!0,n)U(t,e,u,n[u],!0,o,a);else if(void 0!==r&&(i=!0,y(r)||(a=!0),l&&(a?(e.call(t,r),e=null):(l=e,e=function(t,e,n){return l.call(k(t),n)})),e))for(;u1,null,!0)},removeData:function(t){return this.each((function(){nt.remove(this,t)}))}}),k.extend({queue:function(t,e,n){var r;if(t)return e=(e||"fx")+"queue",r=et.get(t,e),n&&(!r||Array.isArray(n)?r=et.access(t,e,k.makeArray(n)):r.push(n)),r||[]},dequeue:function(t,e){e=e||"fx";var n=k.queue(t,e),r=n.length,i=n.shift(),o=k._queueHooks(t,e),a=function(){k.dequeue(t,e)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===e&&n.unshift("inprogress"),delete o.stop,i.call(t,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return et.get(t,n)||et.access(t,n,{empty:k.Callbacks("once memory").add((function(){et.remove(t,[e+"queue",n])}))})}}),k.fn.extend({queue:function(t,e){var n=2;return"string"!==typeof t&&(e=t,t="fx",n--),arguments.length\x20\t\r\n\f]*)/i,xt=/^$|^module$|\/(?:java|ecma)script/i;(function(){var t=x.createDocumentFragment(),e=t.appendChild(x.createElement("div")),n=x.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),b.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",b.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,e.innerHTML="",b.option=!!e.lastChild})();var wt={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function At(t,e){var n;return n="undefined"!==typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!==typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&j(t,e)?k.merge([t],n):n}function St(t,e){for(var n=0,r=t.length;n",""]);var Ct=/<|&#?\w+;/;function kt(t,e,n,r,i){for(var o,a,u,s,l,c,f=e.createDocumentFragment(),h=[],p=0,d=t.length;p-1)i&&i.push(o);else if(l=ft(o),a=At(f.appendChild(o),"script"),l&&St(a),n){c=0;while(o=a[c++])xt.test(o.type||"")&&n.push(o)}return f}var Ot=/^key/,Tt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Et=/^([^.]*)(?:\.(.+)|)/;function It(){return!0}function Dt(){return!1}function jt(t,e){return t===Lt()===("focus"===e)}function Lt(){try{return x.activeElement}catch(t){}}function Nt(t,e,n,r,i,o){var a,u;if("object"===typeof e){for(u in"string"!==typeof n&&(r=r||n,n=void 0),e)Nt(t,u,n,r,e[u],o);return t}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"===typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Dt;else if(!i)return t;return 1===o&&(a=i,i=function(t){return k().off(t),a.apply(this,arguments)},i.guid=a.guid||(a.guid=k.guid++)),t.each((function(){k.event.add(this,e,i,r,n)}))}function Gt(t,e,n){n?(et.set(t,e,!1),k.event.add(t,e,{namespace:!1,handler:function(t){var r,i,o=et.get(this,e);if(1&t.isTrigger&&this[e]){if(o.length)(k.event.special[e]||{}).delegateType&&t.stopPropagation();else if(o=s.call(arguments),et.set(this,e,o),r=n(this,e),this[e](),i=et.get(this,e),o!==i||r?et.set(this,e,!1):i={},o!==i)return t.stopImmediatePropagation(),t.preventDefault(),i.value}else o.length&&(et.set(this,e,{value:k.event.trigger(k.extend(o[0],k.Event.prototype),o.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===et.get(t,e)&&k.event.add(t,e,It)}k.event={global:{},add:function(t,e,n,r,i){var o,a,u,s,l,c,f,h,p,d,v,g=et.get(t);if($(t)){n.handler&&(o=n,n=o.handler,i=o.selector),i&&k.find.matchesSelector(ct,i),n.guid||(n.guid=k.guid++),(s=g.events)||(s=g.events=Object.create(null)),(a=g.handle)||(a=g.handle=function(e){return"undefined"!==typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(V)||[""],l=e.length;while(l--)u=Et.exec(e[l])||[],p=v=u[1],d=(u[2]||"").split(".").sort(),p&&(f=k.event.special[p]||{},p=(i?f.delegateType:f.bindType)||p,f=k.event.special[p]||{},c=k.extend({type:p,origType:v,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:d.join(".")},o),(h=s[p])||(h=s[p]=[],h.delegateCount=0,f.setup&&!1!==f.setup.call(t,r,d,a)||t.addEventListener&&t.addEventListener(p,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?h.splice(h.delegateCount++,0,c):h.push(c),k.event.global[p]=!0)}},remove:function(t,e,n,r,i){var o,a,u,s,l,c,f,h,p,d,v,g=et.hasData(t)&&et.get(t);if(g&&(s=g.events)){e=(e||"").match(V)||[""],l=e.length;while(l--)if(u=Et.exec(e[l])||[],p=v=u[1],d=(u[2]||"").split(".").sort(),p){f=k.event.special[p]||{},p=(r?f.delegateType:f.bindType)||p,h=s[p]||[],u=u[2]&&new RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=h.length;while(o--)c=h[o],!i&&v!==c.origType||n&&n.guid!==c.guid||u&&!u.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(h.splice(o,1),c.selector&&h.delegateCount--,f.remove&&f.remove.call(t,c));a&&!h.length&&(f.teardown&&!1!==f.teardown.call(t,d,g.handle)||k.removeEvent(t,p,g.handle),delete s[p])}else for(p in s)k.event.remove(t,p+e[l],n,r,!0);k.isEmptyObject(s)&&et.remove(t,"handle events")}},dispatch:function(t){var e,n,r,i,o,a,u=new Array(arguments.length),s=k.event.fix(t),l=(et.get(this,"events")||Object.create(null))[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,e=1;e=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==t.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:k.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&u.push({elem:l,handlers:o})}return l=this,s\s*$/g;function Pt(t,e){return j(t,"table")&&j(11!==e.nodeType?e:e.firstChild,"tr")&&k(t).children("tbody")[0]||t}function zt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Vt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Qt(t,e){var n,r,i,o,a,u,s;if(1===e.nodeType){if(et.hasData(t)&&(o=et.get(t),s=o.events,s))for(i in et.remove(e,"handle events"),s)for(n=0,r=s[i].length;n1&&"string"===typeof d&&!b.checkClone&&Mt.test(d))return t.each((function(i){var o=t.eq(i);v&&(e[0]=d.call(this,i,o.html())),qt(o,e,n,r)}));if(h&&(i=kt(e,t[0].ownerDocument,!1,t,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(a=k.map(At(i,"script"),zt),u=a.length;f0&&St(a,!s&&At(t,"script")),u},cleanData:function(t){for(var e,n,r,i=k.event.special,o=0;void 0!==(n=t[o]);o++)if($(n)){if(e=n[et.expando]){if(e.events)for(r in e.events)i[r]?k.event.remove(n,r):k.removeEvent(n,r,e.handle);n[et.expando]=void 0}n[nt.expando]&&(n[nt.expando]=void 0)}}}),k.fn.extend({detach:function(t){return Wt(this,t,!0)},remove:function(t){return Wt(this,t)},text:function(t){return U(this,(function(t){return void 0===t?k.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return qt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Pt(this,t);e.appendChild(t)}}))},prepend:function(){return qt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Pt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return qt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return qt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(k.cleanData(At(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return k.clone(this,t,e)}))},html:function(t){return U(this,(function(t){var e=this[0]||{},n=0,r=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"===typeof t&&!Rt.test(t)&&!wt[(mt.exec(t)||["",""])[1].toLowerCase()]){t=k.htmlPrefilter(t);try{for(;n3,ct.removeChild(t)),u}}))})();var Kt=["Webkit","Moz","ms"],_t=x.createElement("div").style,$t={};function te(t){var e=t[0].toUpperCase()+t.slice(1),n=Kt.length;while(n--)if(t=Kt[n]+e,t in _t)return t}function ee(t){var e=k.cssProps[t]||$t[t];return e||(t in _t?t:$t[t]=te(t)||t)}var ne=/^(none|table(?!-c[ea]).+)/,re=/^--/,ie={position:"absolute",visibility:"hidden",display:"block"},oe={letterSpacing:"0",fontWeight:"400"};function ae(t,e,n){var r=st.exec(e);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):e}function ue(t,e,n,r,i,o){var a="width"===e?1:0,u=0,s=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(s+=k.css(t,n+lt[a],!0,i)),r?("content"===n&&(s-=k.css(t,"padding"+lt[a],!0,i)),"margin"!==n&&(s-=k.css(t,"border"+lt[a]+"Width",!0,i))):(s+=k.css(t,"padding"+lt[a],!0,i),"padding"!==n?s+=k.css(t,"border"+lt[a]+"Width",!0,i):u+=k.css(t,"border"+lt[a]+"Width",!0,i));return!r&&o>=0&&(s+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-o-s-u-.5))||0),s}function se(t,e,n){var r=Zt(t),i=!b.boxSizingReliable()||n,o=i&&"border-box"===k.css(t,"boxSizing",!1,r),a=o,u=Jt(t,e,r),s="offset"+e[0].toUpperCase()+e.slice(1);if(Xt.test(u)){if(!n)return u;u="auto"}return(!b.boxSizingReliable()&&o||!b.reliableTrDimensions()&&j(t,"tr")||"auto"===u||!parseFloat(u)&&"inline"===k.css(t,"display",!1,r))&&t.getClientRects().length&&(o="border-box"===k.css(t,"boxSizing",!1,r),a=s in t,a&&(u=t[s])),u=parseFloat(u)||0,u+ue(t,e,n||(o?"border":"content"),a,r,u)+"px"}function le(t,e,n,r,i){return new le.prototype.init(t,e,n,r,i)}k.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=Jt(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,n,r){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var i,o,a,u=_(e),s=re.test(e),l=t.style;if(s||(e=ee(u)),a=k.cssHooks[e]||k.cssHooks[u],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(t,!1,r))?i:l[e];o=typeof n,"string"===o&&(i=st.exec(n))&&i[1]&&(n=dt(t,e,i),o="number"),null!=n&&n===n&&("number"!==o||s||(n+=i&&i[3]||(k.cssNumber[u]?"":"px")),b.clearCloneStyle||""!==n||0!==e.indexOf("background")||(l[e]="inherit"),a&&"set"in a&&void 0===(n=a.set(t,n,r))||(s?l.setProperty(e,n):l[e]=n))}},css:function(t,e,n,r){var i,o,a,u=_(e),s=re.test(e);return s||(e=ee(u)),a=k.cssHooks[e]||k.cssHooks[u],a&&"get"in a&&(i=a.get(t,!0,n)),void 0===i&&(i=Jt(t,e,r)),"normal"===i&&e in oe&&(i=oe[e]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),k.each(["height","width"],(function(t,e){k.cssHooks[e]={get:function(t,n,r){if(n)return!ne.test(k.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?se(t,e,r):Ht(t,ie,(function(){return se(t,e,r)}))},set:function(t,n,r){var i,o=Zt(t),a=!b.scrollboxSize()&&"absolute"===o.position,u=a||r,s=u&&"border-box"===k.css(t,"boxSizing",!1,o),l=r?ue(t,e,r,s,o):0;return s&&a&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(o[e])-ue(t,e,"border",!1,o)-.5)),l&&(i=st.exec(n))&&"px"!==(i[3]||"px")&&(t.style[e]=n,n=k.css(t,e)),ae(t,n,l)}}})),k.cssHooks.marginLeft=Yt(b.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Jt(t,"marginLeft"))||t.getBoundingClientRect().left-Ht(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),k.each({margin:"",padding:"",border:"Width"},(function(t,e){k.cssHooks[t+e]={expand:function(n){for(var r=0,i={},o="string"===typeof n?n.split(" "):[n];r<4;r++)i[t+lt[r]+e]=o[r]||o[r-2]||o[0];return i}},"margin"!==t&&(k.cssHooks[t+e].set=ae)})),k.fn.extend({css:function(t,e){return U(this,(function(t,e,n){var r,i,o={},a=0;if(Array.isArray(e)){for(r=Zt(t),i=e.length;a1)}}),k.Tween=le,le.prototype={constructor:le,init:function(t,e,n,r,i,o){this.elem=t,this.prop=n,this.easing=i||k.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=r,this.unit=o||(k.cssNumber[n]?"":"px")},cur:function(){var t=le.propHooks[this.prop];return t&&t.get?t.get(this):le.propHooks._default.get(this)},run:function(t){var e,n=le.propHooks[this.prop];return this.options.duration?this.pos=e=k.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):le.propHooks._default.set(this),this}},le.prototype.init.prototype=le.prototype,le.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=k.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){k.fx.step[t.prop]?k.fx.step[t.prop](t):1!==t.elem.nodeType||!k.cssHooks[t.prop]&&null==t.elem.style[ee(t.prop)]?t.elem[t.prop]=t.now:k.style(t.elem,t.prop,t.now+t.unit)}}},le.propHooks.scrollTop=le.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},k.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},k.fx=le.prototype.init,k.fx.step={};var ce,fe,he=/^(?:toggle|show|hide)$/,pe=/queueHooks$/;function de(){fe&&(!1===x.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(de):n.setTimeout(de,k.fx.interval),k.fx.tick())}function ve(){return n.setTimeout((function(){ce=void 0})),ce=Date.now()}function ge(t,e){var n,r=0,i={height:t};for(e=e?1:0;r<4;r+=2-e)n=lt[r],i["margin"+n]=i["padding"+n]=t;return e&&(i.opacity=i.width=t),i}function be(t,e,n){for(var r,i=(xe.tweeners[e]||[]).concat(xe.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(t){return this.each((function(){k.removeAttr(this,t)}))}}),k.extend({attr:function(t,e,n){var r,i,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"===typeof t.getAttribute?k.prop(t,e,n):(1===o&&k.isXMLDoc(t)||(i=k.attrHooks[e.toLowerCase()]||(k.expr.match.bool.test(e)?we:void 0)),void 0!==n?null===n?void k.removeAttr(t,e):i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:(t.setAttribute(e,n+""),n):i&&"get"in i&&null!==(r=i.get(t,e))?r:(r=k.find.attr(t,e),null==r?void 0:r))},attrHooks:{type:{set:function(t,e){if(!b.radioValue&&"radio"===e&&j(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,r=0,i=e&&e.match(V);if(i&&1===t.nodeType)while(n=i[r++])t.removeAttribute(n)}}),we={set:function(t,e,n){return!1===e?k.removeAttr(t,n):t.setAttribute(n,n),n}},k.each(k.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=Ae[e]||k.find.attr;Ae[e]=function(t,e,r){var i,o,a=e.toLowerCase();return r||(o=Ae[a],Ae[a]=i,i=null!=n(t,e,r)?a:null,Ae[a]=o),i}}));var Se=/^(?:input|select|textarea|button)$/i,Ce=/^(?:a|area)$/i;function ke(t){var e=t.match(V)||[];return e.join(" ")}function Oe(t){return t.getAttribute&&t.getAttribute("class")||""}function Te(t){return Array.isArray(t)?t:"string"===typeof t&&t.match(V)||[]}k.fn.extend({prop:function(t,e){return U(this,k.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[k.propFix[t]||t]}))}}),k.extend({prop:function(t,e,n){var r,i,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&k.isXMLDoc(t)||(e=k.propFix[e]||e,i=k.propHooks[e]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:t[e]=n:i&&"get"in i&&null!==(r=i.get(t,e))?r:t[e]},propHooks:{tabIndex:{get:function(t){var e=k.find.attr(t,"tabindex");return e?parseInt(e,10):Se.test(t.nodeName)||Ce.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),b.optSelected||(k.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),k.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){k.propFix[this.toLowerCase()]=this})),k.fn.extend({addClass:function(t){var e,n,r,i,o,a,u,s=0;if(y(t))return this.each((function(e){k(this).addClass(t.call(this,e,Oe(this)))}));if(e=Te(t),e.length)while(n=this[s++])if(i=Oe(n),r=1===n.nodeType&&" "+ke(i)+" ",r){a=0;while(o=e[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");u=ke(r),i!==u&&n.setAttribute("class",u)}return this},removeClass:function(t){var e,n,r,i,o,a,u,s=0;if(y(t))return this.each((function(e){k(this).removeClass(t.call(this,e,Oe(this)))}));if(!arguments.length)return this.attr("class","");if(e=Te(t),e.length)while(n=this[s++])if(i=Oe(n),r=1===n.nodeType&&" "+ke(i)+" ",r){a=0;while(o=e[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");u=ke(r),i!==u&&n.setAttribute("class",u)}return this},toggleClass:function(t,e){var n=typeof t,r="string"===n||Array.isArray(t);return"boolean"===typeof e&&r?e?this.addClass(t):this.removeClass(t):y(t)?this.each((function(n){k(this).toggleClass(t.call(this,n,Oe(this),e),e)})):this.each((function(){var e,i,o,a;if(r){i=0,o=k(this),a=Te(t);while(e=a[i++])o.hasClass(e)?o.removeClass(e):o.addClass(e)}else void 0!==t&&"boolean"!==n||(e=Oe(this),e&&et.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":et.get(this,"__className__")||""))}))},hasClass:function(t){var e,n,r=0;e=" "+t+" ";while(n=this[r++])if(1===n.nodeType&&(" "+ke(Oe(n))+" ").indexOf(e)>-1)return!0;return!1}});var Ee=/\r/g;k.fn.extend({val:function(t){var e,n,r,i=this[0];return arguments.length?(r=y(t),this.each((function(n){var i;1===this.nodeType&&(i=r?t.call(this,n,k(this).val()):t,null==i?i="":"number"===typeof i?i+="":Array.isArray(i)&&(i=k.map(i,(function(t){return null==t?"":t+""}))),e=k.valHooks[this.type]||k.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,i,"value")||(this.value=i))}))):i?(e=k.valHooks[i.type]||k.valHooks[i.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(n=e.get(i,"value"))?n:(n=i.value,"string"===typeof n?n.replace(Ee,""):null==n?"":n)):void 0}}),k.extend({valHooks:{option:{get:function(t){var e=k.find.attr(t,"value");return null!=e?e:ke(k.text(t))}},select:{get:function(t){var e,n,r,i=t.options,o=t.selectedIndex,a="select-one"===t.type,u=a?null:[],s=a?o+1:i.length;for(r=o<0?s:a?o:0;r-1)&&(n=!0);return n||(t.selectedIndex=-1),o}}}}),k.each(["radio","checkbox"],(function(){k.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=k.inArray(k(t).val(),e)>-1}},b.checkOn||(k.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),b.focusin="onfocusin"in n;var Ie=/^(?:focusinfocus|focusoutblur)$/,De=function(t){t.stopPropagation()};k.extend(k.event,{trigger:function(t,e,r,i){var o,a,u,s,l,c,f,h,p=[r||x],v=d.call(t,"type")?t.type:t,g=d.call(t,"namespace")?t.namespace.split("."):[];if(a=h=u=r=r||x,3!==r.nodeType&&8!==r.nodeType&&!Ie.test(v+k.event.triggered)&&(v.indexOf(".")>-1&&(g=v.split("."),v=g.shift(),g.sort()),l=v.indexOf(":")<0&&"on"+v,t=t[k.expando]?t:new k.Event(v,"object"===typeof t&&t),t.isTrigger=i?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),e=null==e?[t]:k.makeArray(e,[t]),f=k.event.special[v]||{},i||!f.trigger||!1!==f.trigger.apply(r,e))){if(!i&&!f.noBubble&&!m(r)){for(s=f.delegateType||v,Ie.test(s+v)||(a=a.parentNode);a;a=a.parentNode)p.push(a),u=a;u===(r.ownerDocument||x)&&p.push(u.defaultView||u.parentWindow||n)}o=0;while((a=p[o++])&&!t.isPropagationStopped())h=a,t.type=o>1?s:f.bindType||v,c=(et.get(a,"events")||Object.create(null))[t.type]&&et.get(a,"handle"),c&&c.apply(a,e),c=l&&a[l],c&&c.apply&&$(a)&&(t.result=c.apply(a,e),!1===t.result&&t.preventDefault());return t.type=v,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(p.pop(),e)||!$(r)||l&&y(r[v])&&!m(r)&&(u=r[l],u&&(r[l]=null),k.event.triggered=v,t.isPropagationStopped()&&h.addEventListener(v,De),r[v](),t.isPropagationStopped()&&h.removeEventListener(v,De),k.event.triggered=void 0,u&&(r[l]=u)),t.result}},simulate:function(t,e,n){var r=k.extend(new k.Event,n,{type:t,isSimulated:!0});k.event.trigger(r,null,e)}}),k.fn.extend({trigger:function(t,e){return this.each((function(){k.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return k.event.trigger(t,e,n,!0)}}),b.focusin||k.each({focus:"focusin",blur:"focusout"},(function(t,e){var n=function(t){k.event.simulate(e,t.target,k.event.fix(t))};k.event.special[e]={setup:function(){var r=this.ownerDocument||this.document||this,i=et.access(r,e);i||r.addEventListener(t,n,!0),et.access(r,e,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=et.access(r,e)-1;i?et.access(r,e,i):(r.removeEventListener(t,n,!0),et.remove(r,e))}}}));var je=n.location,Le={guid:Date.now()},Ne=/\?/;k.parseXML=function(t){var e;if(!t||"string"!==typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(r){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||k.error("Invalid XML: "+t),e};var Ge=/\[\]$/,Re=/\r?\n/g,Me=/^(?:submit|button|image|reset|file)$/i,Be=/^(?:input|select|textarea|keygen)/i;function Pe(t,e,n,r){var i;if(Array.isArray(e))k.each(e,(function(e,i){n||Ge.test(t)?r(t,i):Pe(t+"["+("object"===typeof i&&null!=i?e:"")+"]",i,n,r)}));else if(n||"object"!==S(e))r(t,e);else for(i in e)Pe(t+"["+i+"]",e[i],n,r)}k.param=function(t,e){var n,r=[],i=function(t,e){var n=y(e)?e():e;r[r.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!k.isPlainObject(t))k.each(t,(function(){i(this.name,this.value)}));else for(n in t)Pe(n,t[n],e,i);return r.join("&")},k.fn.extend({serialize:function(){return k.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=k.prop(this,"elements");return t?k.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!k(this).is(":disabled")&&Be.test(this.nodeName)&&!Me.test(t)&&(this.checked||!yt.test(t))})).map((function(t,e){var n=k(this).val();return null==n?null:Array.isArray(n)?k.map(n,(function(t){return{name:e.name,value:t.replace(Re,"\r\n")}})):{name:e.name,value:n.replace(Re,"\r\n")}})).get()}});var ze=/%20/g,Ve=/#.*$/,Qe=/([?&])_=[^&]*/,Fe=/^(.*?):[ \t]*([^\r\n]*)$/gm,qe=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,We=/^(?:GET|HEAD)$/,Xe=/^\/\//,Ze={},He={},Ue="*/".concat("*"),Je=x.createElement("a");function Ye(t){return function(e,n){"string"!==typeof e&&(n=e,e="*");var r,i=0,o=e.toLowerCase().match(V)||[];if(y(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(t[r]=t[r]||[]).unshift(n)):(t[r]=t[r]||[]).push(n)}}function Ke(t,e,n,r){var i={},o=t===He;function a(u){var s;return i[u]=!0,k.each(t[u]||[],(function(t,u){var l=u(e,n,r);return"string"!==typeof l||o||i[l]?o?!(s=l):void 0:(e.dataTypes.unshift(l),a(l),!1)})),s}return a(e.dataTypes[0])||!i["*"]&&a("*")}function _e(t,e){var n,r,i=k.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((i[n]?t:r||(r={}))[n]=e[n]);return r&&k.extend(!0,t,r),t}function $e(t,e,n){var r,i,o,a,u=t.contents,s=t.dataTypes;while("*"===s[0])s.shift(),void 0===r&&(r=t.mimeType||e.getResponseHeader("Content-Type"));if(r)for(i in u)if(u[i]&&u[i].test(r)){s.unshift(i);break}if(s[0]in n)o=s[0];else{for(i in n){if(!s[0]||t.converters[i+" "+s[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==s[0]&&s.unshift(o),n[o]}function tn(t,e,n,r){var i,o,a,u,s,l={},c=t.dataTypes.slice();if(c[1])for(a in t.converters)l[a.toLowerCase()]=t.converters[a];o=c.shift();while(o)if(t.responseFields[o]&&(n[t.responseFields[o]]=e),!s&&r&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),s=o,o=c.shift(),o)if("*"===o)o=s;else if("*"!==s&&s!==o){if(a=l[s+" "+o]||l["* "+o],!a)for(i in l)if(u=i.split(" "),u[1]===o&&(a=l[s+" "+u[0]]||l["* "+u[0]],a)){!0===a?a=l[i]:!0!==l[i]&&(o=u[0],c.unshift(u[1]));break}if(!0!==a)if(a&&t.throws)e=a(e);else try{e=a(e)}catch(f){return{state:"parsererror",error:a?f:"No conversion from "+s+" to "+o}}}return{state:"success",data:e}}Je.href=je.href,k.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:je.href,type:"GET",isLocal:qe.test(je.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ue,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":k.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?_e(_e(t,k.ajaxSettings),e):_e(k.ajaxSettings,t)},ajaxPrefilter:Ye(Ze),ajaxTransport:Ye(He),ajax:function(t,e){"object"===typeof t&&(e=t,t=void 0),e=e||{};var r,i,o,a,u,s,l,c,f,h,p=k.ajaxSetup({},e),d=p.context||p,v=p.context&&(d.nodeType||d.jquery)?k(d):k.event,g=k.Deferred(),b=k.Callbacks("once memory"),y=p.statusCode||{},m={},w={},A="canceled",S={readyState:0,getResponseHeader:function(t){var e;if(l){if(!a){a={};while(e=Fe.exec(o))a[e[1].toLowerCase()+" "]=(a[e[1].toLowerCase()+" "]||[]).concat(e[2])}e=a[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return l?o:null},setRequestHeader:function(t,e){return null==l&&(t=w[t.toLowerCase()]=w[t.toLowerCase()]||t,m[t]=e),this},overrideMimeType:function(t){return null==l&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)S.always(t[S.status]);else for(e in t)y[e]=[y[e],t[e]];return this},abort:function(t){var e=t||A;return r&&r.abort(e),C(0,e),this}};if(g.promise(S),p.url=((t||p.url||je.href)+"").replace(Xe,je.protocol+"//"),p.type=e.method||e.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(V)||[""],null==p.crossDomain){s=x.createElement("a");try{s.href=p.url,s.href=s.href,p.crossDomain=Je.protocol+"//"+Je.host!==s.protocol+"//"+s.host}catch(O){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!==typeof p.data&&(p.data=k.param(p.data,p.traditional)),Ke(Ze,p,e,S),l)return S;for(f in c=k.event&&p.global,c&&0===k.active++&&k.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!We.test(p.type),i=p.url.replace(Ve,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(ze,"+")):(h=p.url.slice(i.length),p.data&&(p.processData||"string"===typeof p.data)&&(i+=(Ne.test(i)?"&":"?")+p.data,delete p.data),!1===p.cache&&(i=i.replace(Qe,"$1"),h=(Ne.test(i)?"&":"?")+"_="+Le.guid+++h),p.url=i+h),p.ifModified&&(k.lastModified[i]&&S.setRequestHeader("If-Modified-Since",k.lastModified[i]),k.etag[i]&&S.setRequestHeader("If-None-Match",k.etag[i])),(p.data&&p.hasContent&&!1!==p.contentType||e.contentType)&&S.setRequestHeader("Content-Type",p.contentType),S.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Ue+"; q=0.01":""):p.accepts["*"]),p.headers)S.setRequestHeader(f,p.headers[f]);if(p.beforeSend&&(!1===p.beforeSend.call(d,S,p)||l))return S.abort();if(A="abort",b.add(p.complete),S.done(p.success),S.fail(p.error),r=Ke(He,p,e,S),r){if(S.readyState=1,c&&v.trigger("ajaxSend",[S,p]),l)return S;p.async&&p.timeout>0&&(u=n.setTimeout((function(){S.abort("timeout")}),p.timeout));try{l=!1,r.send(m,C)}catch(O){if(l)throw O;C(-1,O)}}else C(-1,"No Transport");function C(t,e,a,s){var f,h,m,x,w,A=e;l||(l=!0,u&&n.clearTimeout(u),r=void 0,o=s||"",S.readyState=t>0?4:0,f=t>=200&&t<300||304===t,a&&(x=$e(p,S,a)),!f&&k.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),x=tn(p,x,S,f),f?(p.ifModified&&(w=S.getResponseHeader("Last-Modified"),w&&(k.lastModified[i]=w),w=S.getResponseHeader("etag"),w&&(k.etag[i]=w)),204===t||"HEAD"===p.type?A="nocontent":304===t?A="notmodified":(A=x.state,h=x.data,m=x.error,f=!m)):(m=A,!t&&A||(A="error",t<0&&(t=0))),S.status=t,S.statusText=(e||A)+"",f?g.resolveWith(d,[h,A,S]):g.rejectWith(d,[S,A,m]),S.statusCode(y),y=void 0,c&&v.trigger(f?"ajaxSuccess":"ajaxError",[S,p,f?h:m]),b.fireWith(d,[S,A]),c&&(v.trigger("ajaxComplete",[S,p]),--k.active||k.event.trigger("ajaxStop")))}return S},getJSON:function(t,e,n){return k.get(t,e,n,"json")},getScript:function(t,e){return k.get(t,void 0,e,"script")}}),k.each(["get","post"],(function(t,e){k[e]=function(t,n,r,i){return y(n)&&(i=i||r,r=n,n=void 0),k.ajax(k.extend({url:t,type:e,dataType:i,data:n,success:r},k.isPlainObject(t)&&t))}})),k.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),k._evalUrl=function(t,e,n){return k.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){k.globalEval(t,e,n)}})},k.fn.extend({wrapAll:function(t){var e;return this[0]&&(y(t)&&(t=t.call(this[0])),e=k(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){var t=this;while(t.firstElementChild)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return y(t)?this.each((function(e){k(this).wrapInner(t.call(this,e))})):this.each((function(){var e=k(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=y(t);return this.each((function(n){k(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){k(this).replaceWith(this.childNodes)})),this}}),k.expr.pseudos.hidden=function(t){return!k.expr.pseudos.visible(t)},k.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},k.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var en={0:200,1223:204},nn=k.ajaxSettings.xhr();b.cors=!!nn&&"withCredentials"in nn,b.ajax=nn=!!nn,k.ajaxTransport((function(t){var e,r;if(b.cors||nn&&!t.crossDomain)return{send:function(i,o){var a,u=t.xhr();if(u.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)u[a]=t.xhrFields[a];for(a in t.mimeType&&u.overrideMimeType&&u.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)u.setRequestHeader(a,i[a]);e=function(t){return function(){e&&(e=r=u.onload=u.onerror=u.onabort=u.ontimeout=u.onreadystatechange=null,"abort"===t?u.abort():"error"===t?"number"!==typeof u.status?o(0,"error"):o(u.status,u.statusText):o(en[u.status]||u.status,u.statusText,"text"!==(u.responseType||"text")||"string"!==typeof u.responseText?{binary:u.response}:{text:u.responseText},u.getAllResponseHeaders()))}},u.onload=e(),r=u.onerror=u.ontimeout=e("error"),void 0!==u.onabort?u.onabort=r:u.onreadystatechange=function(){4===u.readyState&&n.setTimeout((function(){e&&r()}))},e=e("abort");try{u.send(t.hasContent&&t.data||null)}catch(s){if(e)throw s}},abort:function(){e&&e()}}})),k.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),k.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return k.globalEval(t),t}}}),k.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),k.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(r,i){e=k(" - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/js/luckysheet/luckysheet.esm.js b/public/js/luckysheet/luckysheet.esm.js deleted file mode 100644 index e0bc6f0ba..000000000 --- a/public/js/luckysheet/luckysheet.esm.js +++ /dev/null @@ -1,10 +0,0 @@ -var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function a(e,t,a){return e(a={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&a.path)}},a.exports),a.exports}var n=function(e){return e&&e.Math==Math&&e},l=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")(),o=function(e){try{return!!e()}catch(e){return!0}},s=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),u={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,h={f:d&&!u.call({1:2},1)?function(e){var t=d(this,e);return!!t&&t.enumerable}:u},m=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},p={}.toString,f=function(e){return p.call(e).slice(8,-1)},g="".split,v=o((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==f(e)?g.call(e,""):Object(e)}:Object,y=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},b=function(e){return v(y(e))},k=function(e){return"object"==typeof e?null!==e:"function"==typeof e},x=function(e,t){if(!k(e))return e;var a,r;if(t&&"function"==typeof(a=e.toString)&&!k(r=a.call(e)))return r;if("function"==typeof(a=e.valueOf)&&!k(r=a.call(e)))return r;if(!t&&"function"==typeof(a=e.toString)&&!k(r=a.call(e)))return r;throw TypeError("Can't convert object to primitive value")},w={}.hasOwnProperty,_=function(e,t){return w.call(e,t)},C=l.document,T=k(C)&&k(C.createElement),A=function(e){return T?C.createElement(e):{}},S=!s&&!o((function(){return 7!=Object.defineProperty(A("div"),"a",{get:function(){return 7}}).a})),I=Object.getOwnPropertyDescriptor,R={f:s?I:function(e,t){if(e=b(e),t=x(t,!0),S)try{return I(e,t)}catch(e){}if(_(e,t))return m(!h.f.call(e,t),e[t])}},q=function(e){if(!k(e))throw TypeError(String(e)+" is not an object");return e},D=Object.defineProperty,F={f:s?D:function(e,t,a){if(q(e),t=x(t,!0),q(a),S)try{return D(e,t,a)}catch(e){}if("get"in a||"set"in a)throw TypeError("Accessors not supported");return"value"in a&&(e[t]=a.value),e}},E=s?function(e,t,a){return F.f(e,t,m(1,a))}:function(e,t,a){return e[t]=a,e},M=function(e,t){try{E(l,e,t)}catch(a){l[e]=t}return t},N=l["__core-js_shared__"]||M("__core-js_shared__",{}),P=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(e){return P.call(e)});var z,L,O,B=N.inspectSource,V=l.WeakMap,H="function"==typeof V&&/native code/.test(B(V)),j=a((function(e){(e.exports=function(e,t){return N[e]||(N[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.8.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),U=0,G=Math.random(),W=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++U+G).toString(36)},Y=j("keys"),X=function(e){return Y[e]||(Y[e]=W(e))},K={},Z=l.WeakMap;if(H){var J=N.state||(N.state=new Z),Q=J.get,ee=J.has,te=J.set;z=function(e,t){return t.facade=e,te.call(J,e,t),t},L=function(e){return Q.call(J,e)||{}},O=function(e){return ee.call(J,e)}}else{var ae=X("state");K[ae]=!0,z=function(e,t){return t.facade=e,E(e,ae,t),t},L=function(e){return _(e,ae)?e[ae]:{}},O=function(e){return _(e,ae)}}var re={set:z,get:L,has:O,enforce:function(e){return O(e)?L(e):z(e,{})},getterFor:function(e){return function(t){var a;if(!k(t)||(a=L(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return a}}},ne=a((function(e){var t=re.get,a=re.enforce,r=String(String).split("String");(e.exports=function(e,t,n,i){var o,s=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,u=!!i&&!!i.noTargetGet;"function"==typeof n&&("string"!=typeof t||_(n,"name")||E(n,"name",t),(o=a(n)).source||(o.source=r.join("string"==typeof t?t:""))),e!==l?(s?!u&&e[t]&&(c=!0):delete e[t],c?e[t]=n:E(e,t,n)):c?e[t]=n:M(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||B(this)}))})),le=l,ie=function(e){return"function"==typeof e?e:void 0},oe=function(e,t){return arguments.length<2?ie(le[e])||ie(l[e]):le[e]&&le[e][t]||l[e]&&l[e][t]},se=Math.ceil,ce=Math.floor,ue=function(e){return isNaN(e=+e)?0:(e>0?ce:se)(e)},de=Math.min,he=function(e){return e>0?de(ue(e),9007199254740991):0},me=Math.max,pe=Math.min,fe=function(e,t){var a=ue(e);return a<0?me(a+t,0):pe(a,t)},ge=function(e){return function(t,a,r){var n,l=b(t),i=he(l.length),o=fe(r,i);if(e&&a!=a){for(;i>o;)if((n=l[o++])!=n)return!0}else for(;i>o;o++)if((e||o in l)&&l[o]===a)return e||o||0;return!e&&-1}},ve={includes:ge(!0),indexOf:ge(!1)},ye=ve.indexOf,be=function(e,t){var a,r=b(e),n=0,l=[];for(a in r)!_(K,a)&&_(r,a)&&l.push(a);for(;t.length>n;)_(r,a=t[n++])&&(~ye(l,a)||l.push(a));return l},ke=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],xe=ke.concat("length","prototype"),we={f:Object.getOwnPropertyNames||function(e){return be(e,xe)}},_e={f:Object.getOwnPropertySymbols},Ce=oe("Reflect","ownKeys")||function(e){var t=we.f(q(e)),a=_e.f;return a?t.concat(a(e)):t},Te=function(e,t){for(var a=Ce(t),r=F.f,n=R.f,l=0;l1?arguments[1]:void 0)}});var Ue,Ge=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,a={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(a,[]),t=a instanceof Array}catch(e){}return function(a,r){return q(a),function(e){if(!k(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype")}(r),t?e.call(a,r):a.__proto__=r,a}}():void 0),We=function(e,t,a){var r,n;return Ge&&"function"==typeof(r=t.constructor)&&r!==a&&k(n=r.prototype)&&n!==a.prototype&&Ge(e,n),e},Ye=Object.keys||function(e){return be(e,ke)},Xe=s?Object.defineProperties:function(e,t){q(e);for(var a,r=Ye(t),n=r.length,l=0;n>l;)F.f(e,a=r[l++],t[a]);return e},Ke=oe("document","documentElement"),Ze=X("IE_PROTO"),Je=function(){},Qe=function(e){return"