diff --git a/app/admin/view/api/icon.html b/app/admin/view/api/icon.html index cc34d7914..198b76d38 100644 --- a/app/admin/view/api/icon.html +++ b/app/admin/view/api/icon.html @@ -9,89 +9,87 @@ - - - + ul li div { + color: #333; + height: 35px; + font-size: 13px; + line-height: 35px; + white-space: nowrap + } - +}); - + \ No newline at end of file diff --git a/app/admin/view/full.html b/app/admin/view/full.html index 682a836ae..3028a889f 100644 --- a/app/admin/view/full.html +++ b/app/admin/view/full.html @@ -1,6 +1,5 @@ - {block name="title"}{$title|default=''}{if !empty($title)} · {/if}{:sysconf('site_name')}{/block} @@ -11,14 +10,13 @@ - + {block name="style"}{/block} - {block name='body'}
@@ -30,5 +28,4 @@ {block name='script'}{/block} - \ No newline at end of file diff --git a/app/admin/view/index/index.html b/app/admin/view/index/index.html index 666b37606..f80e4be1a 100644 --- a/app/admin/view/index/index.html +++ b/app/admin/view/index/index.html @@ -10,8 +10,8 @@ - + {block name="style"}{/block} @@ -105,6 +105,10 @@
{block name='content'}{/block}
+ +
+
+
{/block} diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 496802ae7..28e989e88 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -21,11 +21,10 @@ {block name="content"}
diff --git a/public/static/admin.js b/public/static/admin.js index db74fde62..f0b276df4 100644 --- a/public/static/admin.js +++ b/public/static/admin.js @@ -216,6 +216,8 @@ $(function () { }; /*! 异步加载的数据 */ this.load = function (url, data, method, callback, loading, tips, time, headers) { + // 如果主页面 loader 显示中,绝对不显示 loading 图标 + loading = $('.think-page-loader').is(':visible') ? false : loading; var index = loading !== false ? $.msg.loading(tips) : 0; if (typeof data === 'object' && typeof data['_token_'] === 'string') { headers = headers || {}, headers['User-Form-Token'] = data['_token_'], delete data['_token_']; @@ -256,7 +258,7 @@ $(function () { }; /*! 打开一个iframe窗口 */ this.iframe = function (url, title, area) { - return layer.open({title: title || '窗口', type: 2, area: area || ['800px', '580px'], fix: true, maxmin: false, content: url}); + return layer.open({title: title || '窗口', type: 2, area: area || ['800px', '580px'], anim: 2, fixed: true, maxmin: false, content: url}); }; /*! 加载 HTML 到弹出层 */ this.modal = function (url, data, title, callback, loading, tips, area) { @@ -742,7 +744,7 @@ $(function () { /*! 注册 data-icon 事件行为 */ $body.on('click', '[data-icon]', function () { var location = tapiRoot + '/api.plugs/icon', field = this.dataset.icon || this.dataset.field || 'icon'; - $.form.iframe(location + (location.indexOf('?') > -1 ? '&' : '?') + 'field=' + field, '图标选择'); + $.form.iframe(location + (location.indexOf('?') > -1 ? '&' : '?') + 'field=' + field, '图标选择', ['800px', '600px']); }); /*! 注册 data-copy 事件行为 */ @@ -889,6 +891,11 @@ $(function () { } }, true); + /*! 延时关闭加载动画 */ + setTimeout(function () { + $('.think-page-loader').fadeOut(); + }, 600); + /*! 系统菜单表单页面初始化 */ $.menu.listen(), $.vali.listen(), $.form.reInit($body); }); \ No newline at end of file diff --git a/public/static/plugs/awesome/fonts.css b/public/static/plugs/awesome/fonts.css deleted file mode 100644 index 44929b9d3..000000000 --- a/public/static/plugs/awesome/fonts.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('fonts/webfont.eot?v=4.7.0');src:url('fonts/webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/webfont.woff2?v=4.7.0') format('woff2'),url('fonts/webfont.woff?v=4.7.0') format('woff'),url('fonts/webfont.ttf?v=4.7.0') format('truetype'),url('fonts/webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/public/static/plugs/awesome/fonts/FontAwesome.otf b/public/static/plugs/awesome/fonts/FontAwesome.otf deleted file mode 100644 index 401ec0f36..000000000 Binary files a/public/static/plugs/awesome/fonts/FontAwesome.otf and /dev/null differ diff --git a/public/static/plugs/awesome/fonts/webfont.eot b/public/static/plugs/awesome/fonts/webfont.eot deleted file mode 100644 index e9f60ca95..000000000 Binary files a/public/static/plugs/awesome/fonts/webfont.eot and /dev/null differ diff --git a/public/static/plugs/awesome/fonts/webfont.svg b/public/static/plugs/awesome/fonts/webfont.svg deleted file mode 100644 index 855c845e5..000000000 --- a/public/static/plugs/awesome/fonts/webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/static/plugs/awesome/fonts/webfont.ttf b/public/static/plugs/awesome/fonts/webfont.ttf deleted file mode 100644 index 35acda2fa..000000000 Binary files a/public/static/plugs/awesome/fonts/webfont.ttf and /dev/null differ diff --git a/public/static/plugs/awesome/fonts/webfont.woff b/public/static/plugs/awesome/fonts/webfont.woff deleted file mode 100644 index 400014a4b..000000000 Binary files a/public/static/plugs/awesome/fonts/webfont.woff and /dev/null differ diff --git a/public/static/plugs/awesome/fonts/webfont.woff2 b/public/static/plugs/awesome/fonts/webfont.woff2 deleted file mode 100644 index 4d13fc604..000000000 Binary files a/public/static/plugs/awesome/fonts/webfont.woff2 and /dev/null differ diff --git a/public/static/theme/css/console.dynamic.less b/public/static/theme/css/console.config.less similarity index 100% rename from public/static/theme/css/console.dynamic.less rename to public/static/theme/css/console.config.less diff --git a/public/static/theme/css/console.css b/public/static/theme/css/console.css index 98bd3c3f2..d479bf8f9 100644 --- a/public/static/theme/css/console.css +++ b/public/static/theme/css/console.css @@ -1 +1 @@ -@charset "UTF-8";::selection{color:#fff!important;background-color:#ec494e!important}::-moz-selection{color:#fff!important;background-color:#ec494e!important}::-webkit-scrollbar-track{background:#ccc!important}::-webkit-scrollbar-thumb{background-color:#666!important}::-webkit-input-placeholder{color:#aaa}div.layui-side>div.layui-side-scroll::-webkit-scrollbar{width:3px}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-track{background:#ccc!important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-thumb{background-color:#666!important}:-webkit-autofill,:-webkit-autofill:active,:-webkit-autofill:focus,:-webkit-autofill:hover{box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset!important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out!important;-webkit-transition-delay:9999s!important;-webkit-text-fill-color:#333!important}body{color:#333;font-size:12px}body a{color:#06C;cursor:pointer}body a:hover{color:#039}body input::-ms-clear{display:none}.notdata{padding:15px;display:block;font-size:13px;text-align:center;line-height:22px;border-radius:5px;letter-spacing:6px;border:1px solid #DCDCDC;background-color:#f2f2f2}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.overhide{overflow:hidden!important}.absolute{position:absolute!important}.relative{position:relative!important}.block{display:block!important}.pointer{cursor:pointer!important}.nowrap{white-space:nowrap!important}.shadow{box-shadow:0 2px 3px 0 rgba(0,0,0,.22)}.shadow-mini{box-shadow:0 2px 3px 0 rgba(0,0,0,.11)}.shadow-none{box-shadow:none!important}.help-block{color:#999;font-size:12px}.table-block{width:100%;display:table!important;box-sizing:border-box}.inline-block{display:inline-block!important}.think-box-shadow{padding:20px!important;background:#fff!important;box-shadow:0 2px 3px 0 rgba(0,0,0,.22);border-radius:5px}.think-box-shadow>form.layui-card{box-shadow:none}.pull-left{float:left!important}.pull-right{float:right!important}.full-width{width:100%!important}.full-height{height:100%!important}.color-red{color:#e44!important}.color-blue{color:#29f!important}.color-desc{color:#999!important}.color-text{color:#333!important}.color-green{color:#090!important}.sub-span-red span{color:#e44!important}.sub-span-blue span{color:#29f!important}.sub-span-desc span{color:#999!important}.sub-span-text span{color:#333!important}.sub-span-green span{color:#090!important}.sub-strong-s10 b{font-size:10px}.sub-strong-s12 b{font-size:12px}.sub-strong-s14 b{font-size:14px}.sub-strong-red b{color:#ec494e!important}.sub-strong-blue b{color:#2494f2!important}.sub-strong-desc b{color:#999!important}.sub-strong-text b{color:#333!important}.sub-strong-green b{color:#090!important}.text-top{vertical-align:top!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-middle{vertical-align:middle!important}.text-bottom{vertical-align:bottom!important}.think-bg-white{background:#fff!important}.think-bg-blue{background:linear-gradient(-125deg,#57bdbf,#2f9de2)!important}.think-bg-orig{background:linear-gradient(-141deg,#ecca1b,#f39526)!important}.think-bg-red{background:linear-gradient(-125deg,#ff7d7d,#fb2c95)!important}.think-bg-violet{background:linear-gradient(-113deg,#c543d8,#925cc3)!important}.hr-line-dashed{color:#fff;height:1px;margin:15px 0;background-color:#fff;border-top:1px dashed #e7eaec}.hr-line-solid{margin-top:15px;margin-bottom:15px;border-bottom:1px solid #e7eaec;background-color:rgba(0,0,0,0)}.input-right-icon{top:0;right:0;width:30px;height:38px;display:inline-block;position:absolute;text-align:center;line-height:38px}.pace-inactive{display:none}.pace-progress{top:0;right:100%;width:100%;height:2px;z-index:2000;position:fixed;background:#22df80}.uploadimage{width:77px;height:77px;cursor:pointer;position:relative;display:inline-block;border:1px dashed #e2e2e2;background:url(../img/upimg.png) no-repeat center center;background-size:cover}.uploadimage span.layui-icon{right:0;color:#fff;width:20px;height:20px;display:none;position:absolute;text-align:center;line-height:22px;background:rgba(0,0,0,.5)}.uploadimage:hover span.layui-icon{display:inline-block}.uploadimagemtl{margin-right:8px}.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;text-align:center;line-height:22px;background:rgba(0,0,0,.5)}.uploadimagemtl:hover a{cursor:pointer;display:inline-block}.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}[data-tips-image]{cursor:zoom-in!important}[data-lazy-src]{overflow:hidden;position:relative;background-size:cover;background-position:center center}.portal-block-container{font-size:14px;margin-bottom:10px;letter-spacing:1px}.portal-block-container .portal-block-icon{top:45%;right:8%;font-size:65px;position:absolute;color:rgba(255,255,255,.4)}.portal-block-container .portal-block-item{color:#fff;padding:15px 25px;position:relative;line-height:3em;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.2)}.portal-block-container .portal-block-item>div:nth-child(2){font-size:46px;line-height:46px}.pagination-container{margin-top:20px;line-height:30px;padding-top:5px;padding-bottom:5px}.pagination-container span{color:#666;font-size:9pt}.pagination-container ul{float:right;height:30px;margin:0;padding:0;display:inline-block}.pagination-container ul li{z-index:1;height:30px;line-height:30px;display:inline-block}.pagination-container ul li a,.pagination-container ul li span{color:#333;width:30px;height:30px;border:1px solid #DCDCDC;overflow:hidden;font-size:12px;text-align:center;line-height:30px;margin-right:3px;display:inline-block;box-sizing:border-box}.pagination-container ul li span{cursor:default;background:#DCDCDC}.pagination-container ul li a:hover{border-color:#009688}.pagination-container ul li.active{z-index:2}.pagination-container ul li.active span{color:#fff;border-color:#009688;background:#009688!important}.pagination-container ul li.disabled span{font-size:16px;font-weight:700;line-height:22px}.pagination-container ul li:first-child a,.pagination-container ul li:first-child span,.pagination-container ul li:last-child a,.pagination-container ul li:last-child span{font-size:16px;font-weight:700;line-height:28px}.mobile-preview{width:317px;height:580px;position:relative;background:url(../img/wechat/mobile_head.png) no-repeat 0 0;box-shadow:0 2px 3px 0 rgba(0,0,0,.11);border-radius:5px}.mobile-preview .mobile-header{color:#fff;width:auto;margin:0 30px;overflow:hidden;font-size:15px;padding-top:30px;text-align:center;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;user-select:none;-moz-user-select:none;-webkit-user-select:none;pointer-events:none;-webkit-pointer-events:none}.mobile-preview .mobile-body{top:60px;left:0;right:0;bottom:0;border:1px solid #ccc;position:absolute;background:#f5f5f5;border-radius:0 0 5px 5px}.mobile-preview .mobile-body iframe{width:100%;height:100%}.mobile-preview .mobile-footer{left:0;right:0;bottom:0;margin:0;border:1px solid #ccc;position:absolute;padding-left:43px;background:url(../img/wechat/mobile_foot.png) no-repeat 0 0;list-style-type:none;border-radius:0 0 5px 5px}.mobile-preview .mobile-footer li{float:left;width:33.33%;position:relative;text-align:center;line-height:50px}.mobile-preview .mobile-footer li a{width:auto;color:#616161;border:1px solid hsla(0,0%,100%,0);display:block;overflow:hidden;word-wrap:normal;margin-top:-1px;border-left:1px solid #e7e7eb;white-space:nowrap;text-overflow:ellipsis;margin-bottom:-1px;text-decoration:none}.mobile-preview .mobile-footer li a:hover{background:rgba(0,0,0,.02)}.mobile-preview .mobile-footer li a.active{border:1px solid #44b549!important;box-shadow:0 0 1px #44b549}.mobile-preview .mobile-footer li a span:before{width:1px;height:1px;content:'';display:inline-block}.mobile-preview .mobile-footer li>.close{top:1px;right:1px;width:18px;height:18px;display:none;cursor:pointer;position:absolute;text-align:center;line-height:18px}.mobile-preview .mobile-footer li:hover>.close{display:inline-block}.mobile-preview .mobile-footer li:hover>.close:hover{color:#fff!important;background:#999!important}.mobile-preview .mobile-footer .icon-add,.mobile-preview .mobile-footer .icon-sub{display:inline-block;vertical-align:middle}.mobile-preview .mobile-footer .icon-add{width:14px;height:14px;border-bottom:none!important;background:url(../img/wechat/index.png) 0 0 no-repeat}.mobile-preview .mobile-footer .icon-sub{width:7px;height:7px;margin-right:2px;background:url(../img/wechat/index.png) 0 -3pc no-repeat}.mobile-preview .mobile-footer .sub-menu{width:100%;bottom:60px;margin:-1px;display:block;position:absolute;border:1px solid #d0d0d0;background-color:#fafafa}.mobile-preview .mobile-footer .sub-menu ul li{float:none;width:100%;padding:0;z-index:11;display:block}.mobile-preview .mobile-footer .sub-menu ul li a{padding:0 5px;border:1px solid hsla(0,0%,100%,0)}.mobile-preview .mobile-footer .sub-menu ul li a.bottom-border{margin:-1px -1px 0;border-bottom:1px solid #e7e7eb}.mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border{border-bottom-color:#fff}.mobile-preview .mobile-footer .arrow{left:50%;position:absolute;margin-left:-6px}.mobile-preview .mobile-footer .arrow_in,.mobile-preview .mobile-footer .arrow_out{width:0;height:0;z-index:10;border:6px dashed transparent;display:inline-block;border-top-style:solid;border-bottom-width:0}.mobile-preview .mobile-footer .arrow_in{z-index:3;bottom:-5px;border-top-color:#fafafa}.mobile-preview .mobile-footer .arrow_out{z-index:2;bottom:-6px;border-top-color:#d0d0d0}.border-0{border:0!important}.border-line{border:1px solid #DCDCDC}.border-bottom-line{border-bottom:1px solid #DCDCDC}.border-top-0{border-top:0!important}.border-left-0{border-left:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-radius{border-radius:50%!important}.border-radius-0{border-radius:0!important}.border-radius-5{border-radius:5px!important}.border-radius-6{border-radius:6px!important}.border-radius-left-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.border-radius-right-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.font-s10{font-size:10px!important}.font-s11{font-size:11px!important}.font-s12{font-size:12px!important}.font-s13{font-size:13px!important}.font-s14{font-size:14px!important}.font-s15{font-size:15px!important}.font-s16{font-size:16px!important}.font-s18{font-size:18px!important}.font-s20{font-size:20px!important}.font-s30{font-size:30px!important}.font-s40{font-size:40px!important}.font-w1{font-weight:100!important}.font-w2{font-weight:200!important}.font-w3{font-weight:300!important}.font-w4{font-weight:400!important}.font-w5{font-weight:500!important}.font-w6{font-weight:600!important}.font-w7{font-weight:700!important}.font-w8{font-weight:800!important}.font-w9{font-weight:900!important}.padding-0{padding:0!important}.padding-5{padding:5px!important}.padding-10{padding:10px!important}.padding-15{padding:15px!important}.padding-20{padding:20px!important}.padding-25{padding:25px!important}.padding-30{padding:30px!important}.padding-40{padding:40px!important}.padding-col-0{padding-left:0!important;padding-right:0!important}.padding-col-5{padding-left:5px!important;padding-right:5px!important}.padding-col-10{padding-left:10px!important;padding-right:10px!important}.padding-col-15{padding-left:15px!important;padding-right:15px!important}.padding-col-20{padding-left:20px!important;padding-right:20px!important}.padding-col-25{padding-left:25px!important;padding-right:25px!important}.padding-col-30{padding-left:30px!important;padding-right:30px!important}.padding-col-40{padding-left:40px!important;padding-right:40px!important}.padding-row-0{padding-top:0!important;padding-bottom:0!important}.padding-row-5{padding-top:5px!important;padding-bottom:5px!important}.padding-row-10{padding-top:10px!important;padding-bottom:10px!important}.padding-row-15{padding-top:15px!important;padding-bottom:15px!important}.padding-row-20{padding-top:20px!important;padding-bottom:20px!important}.padding-row-25{padding-top:25px!important;padding-bottom:25px!important}.padding-row-30{padding-top:30px!important;padding-bottom:30px!important}.padding-row-40{padding-top:40px!important;padding-bottom:40px!important}.padding-top-0{padding-top:0!important}.padding-top-5{padding-top:5px!important}.padding-top-10{padding-top:10px!important}.padding-top-15{padding-top:15px!important}.padding-top-20{padding-top:20px!important}.padding-top-30{padding-top:30px!important}.padding-top-40{padding-top:40px!important}.padding-left-0{padding-left:0!important}.padding-left-5{padding-left:5px!important}.padding-left-10{padding-left:10px!important}.padding-left-15{padding-left:15px!important}.padding-left-20{padding-left:20px!important}.padding-left-30{padding-left:30px!important}.padding-left-40{padding-left:40px!important}.padding-right-0{padding-right:0!important}.padding-right-5{padding-right:5px!important}.padding-right-10{padding-right:10px!important}.padding-right-15{padding-right:15px!important}.padding-right-20{padding-right:20px!important}.padding-right-30{padding-right:30px!important}.padding-right-40{padding-right:40px!important}.padding-bottom-0{padding-bottom:0!important}.padding-bottom-5{padding-bottom:5px!important}.padding-bottom-10{padding-bottom:10px!important}.padding-bottom-15{padding-bottom:15px!important}.padding-bottom-20{padding-bottom:20px!important}.padding-bottom-30{padding-bottom:30px!important}.padding-bottom-40{padding-bottom:40px!important}.margin-0{margin:0!important}.margin-5{margin:5px!important}.margin-10{margin:10px!important}.margin-15{margin:15px!important}.margin-20{margin:20px!important}.margin-25{margin:25px!important}.margin-30{margin:30px!important}.margin-40{margin:40px!important}.margin-col-0{margin-left:0!important;margin-right:0!important}.margin-col-5{margin-left:5px!important;margin-right:5px!important}.margin-col-10{margin-left:10px!important;margin-right:10px!important}.margin-col-15{margin-left:15px!important;margin-right:15px!important}.margin-col-20{margin-left:20px!important;margin-right:20px!important}.margin-col-25{margin-left:25px!important;margin-right:25px!important}.margin-col-30{margin-left:30px!important;margin-right:30px!important}.margin-col-40{margin-left:40px!important;margin-right:40px!important}.margin-row-0{margin-top:0!important;margin-bottom:0!important}.margin-row-5{margin-top:5px!important;margin-bottom:5px!important}.margin-row-10{margin-top:10px!important;margin-bottom:10px!important}.margin-row-15{margin-top:15px!important;margin-bottom:15px!important}.margin-row-20{margin-top:20px!important;margin-bottom:20px!important}.margin-row-25{margin-top:25px!important;margin-bottom:25px!important}.margin-row-30{margin-top:30px!important;margin-bottom:30px!important}.margin-row-40{margin-top:40px!important;margin-bottom:40px!important}.margin-top-0{margin-top:0!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-15{margin-top:15px!important}.margin-top-20{margin-top:20px!important}.margin-top-25{margin-top:25px!important}.margin-top-30{margin-top:30px!important}.margin-top-40{margin-top:40px!important}.margin-left-0{margin-left:0!important}.margin-left-5{margin-left:5px!important}.margin-left-10{margin-left:10px!important}.margin-left-15{margin-left:15px!important}.margin-left-20{margin-left:20px!important}.margin-left-25{margin-left:25px!important}.margin-left-30{margin-left:30px!important}.margin-left-40{margin-left:40px!important}.margin-right-0{margin-right:0!important}.margin-right-5{margin-right:5px!important}.margin-right-10{margin-right:10px!important}.margin-right-15{margin-right:15px!important}.margin-right-20{margin-right:20px!important}.margin-right-25{margin-right:25px!important}.margin-right-30{margin-right:30px!important}.margin-right-40{margin-right:40px!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-15{margin-bottom:15px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-bottom-25{margin-bottom:25px!important}.margin-bottom-30{margin-bottom:30px!important}.margin-bottom-40{margin-bottom:40px!important}.layui-layout>.layui-side{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body>.layui-card{overflow:visible;position:absolute;min-width:100%;min-height:100%;box-shadow:none;background:0 0!important}.layui-layout>.layui-body>.layui-card>.layui-card-header{left:200px;right:0;z-index:3;height:50px;border:none;position:fixed;background:#fff;line-height:50px;box-shadow:0 2px 3px 0 rgba(0,0,0,.22)}.layui-layout>.layui-body>.layui-card>.layui-card-header+.layui-card-body{top:50px}.layui-layout>.layui-body>.layui-card>.layui-card-body{z-index:2;padding:15px}.layui-layout>.layui-body>.layui-card>.layui-card-body>.layui-tab.layui-tab-card{border:none;box-shadow:0 2px 3px 0 rgba(0,0,0,.22)}.layui-layout>.layui-body>.layui-card>.layui-card-body>.layui-tab.layui-tab-card>.layui-tab-content.think-box-shadow{box-shadow:none}.layui-header{height:50px;background:#393D49!important}.layui-header [data-target-menu-type]{border-left:1px solid transparent;border-right:1px solid rgba(0,0,0,.15)}.layui-header .layui-layout-left,.layui-header .layui-layout-right{margin:0;padding:0}.layui-header .layui-logo{color:#fff;width:199px;height:auto;font-size:18px;line-height:49px;border-right:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}.layui-header .layui-logo sup{font-size:9px;line-height:9px;padding-left:5px}.layui-header .layui-nav-item{height:50px;line-height:50px}.layui-header .layui-nav-item.layui-this{background:#009688}.layui-header .layui-nav-item>a{color:#fff!important}.layui-header .layui-nav-item .layui-nav-child{top:49px;border:0;padding:0;background:#eef;line-height:45px}.layui-header .layui-nav-item .layui-nav-child+a.layui-elip{padding-right:35px}.layui-header .layui-nav-item .layui-nav-child+a.layui-elip img{width:20px;height:20px;border-radius:50%}.layui-header .layui-nav-item .layui-nav-child+a.layui-elip span{padding-left:5px}.layui-header .layui-nav-item .layui-nav-child.layui-show+a{background:#fff}.layui-header .layui-nav-item .layui-nav-child.layui-show+a span{color:#333}.layui-header .layui-nav-item .layui-nav-child dd{background:#fff}.layui-header .layui-nav-item .layui-nav-child dd a{padding:0;color:#333;margin-top:1px;text-align:center}.layui-header .layui-nav-item .layui-nav-child dd a .layui-icon{margin-right:5px}.layui-header .layui-nav-bar,.layui-header .layui-nav-item:after{display:none!important}.layui-header .layui-layout-right>li>a{border-left:1px solid rgba(0,0,0,.15);border-right:1px solid transparent}.layui-layout>.layui-side .layui-nav-bar{display:none!important}.layui-layout>.layui-side .layui-side-scroll{width:100%!important}.layui-layout>.layui-side .layui-nav-item{border-bottom:1px solid rgba(0,0,0,.2)}.layui-layout>.layui-side .layui-nav-item a{height:45px;display:block;line-height:45px;color:#fff!important}.layui-layout>.layui-side .layui-nav-item a:hover{background:hsla(0,0%,39%,.2)!important}.layui-layout>.layui-side .layui-nav-item a .nav-icon,.layui-layout>.layui-side .layui-nav-item a .nav-text{padding-left:5px}.layui-layout>.layui-side .layui-nav-itemed{border-bottom:none!important}.layui-layout>.layui-side .layui-nav-tree-top a{height:28px!important;line-height:28px!important}.layui-layout.layui-layout-left-mini>.layui-body{left:50px}.layui-layout.layui-layout-left-mini>.layui-body>.layui-card>.layui-card-header{left:50px}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-more{display:none!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item a{padding:0}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-text{display:none}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-icon{display:inline-block!important;padding:0!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .layui-nav-child{padding:0;display:block!important;background-color:rgba(0,0,0,.3)!important}.layui-layout.layui-layout-left-mini>.layui-side,.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-tree,.layui-layout.layui-layout-left-mini>.layui-side .layui-side-scroll{width:50px;text-align:center}.layui-layout.layui-layout-left-mini [data-target-menu-type] i{display:inline-block;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-layout.layui-layout-left-hide>.layui-body{left:0!important}.layui-layout.layui-layout-left-hide>.layui-body>.layui-card>.layui-card-header{left:0!important}.layui-layout.layui-layout-left-hide>.layui-side{display:none}.layui-layout.layui-layout-left-hide [data-target-menu-type]{display:none}.layui-nav .layui-nav-item .layui-nav-more{top:0;right:15px;width:auto;height:auto;border:none;margin-top:0;font-size:14px;font-style:normal;font-family:layui-icon!important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.layui-nav .layui-nav-item .layui-nav-more::before{content:"\e619"}.layui-nav .layui-nav-item .layui-nav-mored,.layui-nav .layui-nav-itemed .layui-nav-more{border:none;margin-top:0;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.iframe-pagination{padding:20px 20px 45px 20px}.iframe-pagination .pagination-container{left:0;right:0;bottom:0;padding:5px 20px;position:fixed;background:#fff;border-top:1px solid #ddd}fieldset{margin:0 0 10px 0;border:1px solid #DCDCDC;padding:10px 20px 5px 20px;background:#fff;border-radius:5px}fieldset legend{color:#666;padding:0 10px;font-size:13px}.layui-card,.layui-tab{border-radius:5px}.layui-tab .layui-tab-title{border-top-left-radius:5px;border-top-right-radius:5px}.layui-tab .layui-tab-title>li:first-child{border-top-left-radius:5px}.layui-tab .layui-tab-content{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.layui-tab>.layui-tab-content{padding:20px;background:#fff}.layui-card>.layui-card-header{padding:0 20px}.layui-card>.layui-card-body{padding:20px}.layui-code{border-radius:5px}.layui-btn{border:1px solid #009688}.layui-btn-warm{border:1px solid #FFB800}.layui-btn-danger{border:1px solid #FF5722}.layui-btn-normal{border:1px solid #1E9FFF}.layui-btn-disabled{border:1px solid #DCDCDC}.layui-btn-group{border:1px solid #098;overflow:hidden;background:#009688;line-height:28px;border-radius:2px}.layui-btn-group+.layui-btn{margin-left:8px}.layui-btn-group .layui-btn{height:28px;line-height:28px;border-width:0!important;border-radius:0!important}.layui-btn-group .layui-btn+.layui-btn{margin-left:1px!important}.layui-btn-group .layui-btn-primary:hover{border-color:#009688}.layui-btn .layui-icon{float:left;margin-right:5px}.layui-btn+.layui-btn{margin-left:8px}.layui-badge{margin-right:5px}.layui-badge-middle{width:1em;height:auto;padding:5px;white-space:normal;vertical-align:middle}/*! 搜索表单样式 */.form-search .layui-btn{height:32px;padding:0 10px;font-size:13px;line-height:32px}.form-search .layui-btn .layui-icon{font-size:15px}.form-search .layui-form-label{width:auto!important;height:32px;padding:0 8px;line-height:32px}.form-search .layui-input-inline{width:170px;display:inline-block!important;margin:0 10px 0 -1px!important}.form-search .layui-input-inline input,.form-search .layui-input-inline select{width:100%;height:32px;padding:0 8px;line-height:32px}.form-search .layui-form-select dl{top:31px;padding:0}.label-required-prev:before{width:1em;color:red;content:'*';display:inline-block;position:absolute;text-align:left;font-weight:700;line-height:1.6em;margin-left:-.8em}.label-required-next:after,.label-required:after{top:6px;right:5px;color:red;content:'*';position:absolute;margin-left:4px;font-weight:700;line-height:1.8em}.label-required-null:before{content:none!important}.layui-input,.layui-select{line-height:38px}.layui-disabled,.layui-disabled:hover{color:#333!important;background:#EEE!important}.layui-form-checkbox.layui-form-checked i{border-color:#5FB878}label.think-checkbox,label.think-radio{cursor:pointer;margin-right:10px;display:inline-block}.think-checkbox,.think-radio{margin-top:10px;font-weight:400;line-height:18px}.think-checkbox input[type=checkbox],.think-checkbox input[type=radio],.think-radio input[type=checkbox],.think-radio input[type=radio]{width:18px;height:18px;cursor:pointer;border:1px solid #DCDCDC;position:relative;background:#fff;margin-right:5px;vertical-align:bottom;display:inline-block!important;box-sizing:border-box!important;appearance:none;-webkit-appearance:none}.think-checkbox input[type=checkbox]:checked,.think-checkbox input[type=radio]:checked,.think-radio input[type=checkbox]:checked,.think-radio input[type=radio]:checked{border-color:#009688}.think-checkbox input[type=checkbox]:checked:after,.think-checkbox input[type=radio]:checked:after,.think-radio input[type=checkbox]:checked:after,.think-radio input[type=radio]:checked:after{display:block;position:relative;animation-duration:.3s;-webkit-animation-duration:.3s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:layui-scale-spring;-webkit-animation-name:layui-scale-spring}.think-checkbox input[type=radio],.think-radio input[type=radio]{border-radius:1em}.think-checkbox input[type=radio]:checked:after,.think-radio input[type=radio]:checked:after{top:4px;left:4px;width:8px;height:8px;cursor:pointer;content:'';background:#009688;border-radius:1em}.think-checkbox input[type=checkbox],.think-radio input[type=checkbox]{border-radius:1px}.think-checkbox input[type=checkbox]:checked:after,.think-radio input[type=checkbox]:checked:after{color:#009688;cursor:pointer;padding:2px;content:"\e605";font-size:12px;font-style:normal;font-weight:700;font-family:layui-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layui-table td,.layui-table th{font-size:12px}.layui-table td.list-table-check-td+td,.layui-table th.list-table-check-td+th{padding-left:5px}.layui-table div.headimg{width:35px;height:35px;border:1px solid #DCDCDC;display:inline-block;overflow:hidden;text-align:center;margin-right:5px;border-radius:50%;vertical-align:middle;box-shadow:0 2px 3px 0 rgba(0,0,0,.11);background-size:cover;background-repeat:no-repeat;background-position:center center}.layui-table div.headimg-no{border:none;box-shadow:none;border-radius:0}.layui-table div.headimg-xs{width:28px;height:28px}.layui-table div.headimg-md{width:55px;height:55px}.layui-table div.headimg>img{width:110%;height:110%;max-width:110%;max-height:110%;margin:-5% 0 0 -5%}.layui-table div.headimg+*{vertical-align:middle}.layui-table .list-table-sort-td{width:10px!important;text-align:center!important;padding-left:5px!important;padding-right:5px!important}.layui-table .list-table-sort-td button{width:56px;background:#009688}.layui-table .list-table-sort-td input{width:50px;color:#666;padding:2px;font-size:9pt;border:1px solid #DCDCDC;text-align:center;line-height:18px}.layui-table .list-table-check-td{width:10px!important;text-align:center!important;padding-left:15px!important;padding-right:15px!important}.layui-table .list-table-check-td input{margin:0!important;vertical-align:middle}.layui-layer-content .layui-form.layui-card{margin:0;box-shadow:none!important}.layui-layer-content .layui-form.layui-card .layui-card-body{padding:20px 40px 0 0}.layui-layer-dialog .layui-layer-content .layui-layer-ico{top:50%!important;margin-top:-15px!important}.laydate-footer-btns span{line-height:24px!important}.layui-tags{display:flex;flex-wrap:wrap;vertical-align:middle}.layui-tags .layui-tag{color:#FFF;height:38px;margin:3px 4px 3px 0;padding:0 4px 0 10px;display:inline-block;font-size:14px;line-height:38px;border-radius:2px;white-space:nowrap;background:#1E9FFF!important;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.layui-tags .layui-tag .layui-icon{font-size:14px;font-weight:700;margin-left:5px}.layui-tags .layui-tag .layui-icon:hover{cursor:pointer;color:#FF5722}.layui-tags .layui-tag-input{width:100px;resize:none;margin:3px 8px 3px 0;overflow:hidden;white-space:nowrap}/*# sourceMappingURL=console.css.map */ \ No newline at end of file +@charset "UTF-8";::selection{color:#fff!important;background-color:#ec494e!important}::-moz-selection{color:#fff!important;background-color:#ec494e!important}::-webkit-scrollbar-track{background:#ccc!important}::-webkit-scrollbar-thumb{background-color:#666!important}::-webkit-input-placeholder{color:#aaa}div.layui-side>div.layui-side-scroll::-webkit-scrollbar{width:3px}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-track{background:#ccc!important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-thumb{background-color:#666!important}:-webkit-autofill,:-webkit-autofill:active,:-webkit-autofill:focus,:-webkit-autofill:hover{box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset!important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out!important;-webkit-transition-delay:9999s!important;-webkit-text-fill-color:#333!important}body{color:#333;font-size:12px}body a{color:#06C;cursor:pointer}body a:hover{color:#039}body input::-ms-clear{display:none}.notdata{padding:15px;display:block;font-size:13px;text-align:center;line-height:22px;border-radius:5px;letter-spacing:6px;border:1px solid #DCDCDC;background-color:#f2f2f2}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.overhide{overflow:hidden!important}.absolute{position:absolute!important}.relative{position:relative!important}.block{display:block!important}.pointer{cursor:pointer!important}.nowrap{white-space:nowrap!important}.shadow{box-shadow:0 2px 3px 0 rgba(0,0,0,.22)}.shadow-mini{box-shadow:0 2px 3px 0 rgba(0,0,0,.11)}.shadow-none{box-shadow:none!important}.help-block{color:#999;font-size:12px}.table-block{width:100%;display:table!important;box-sizing:border-box}.inline-block{display:inline-block!important}.think-box-shadow{padding:20px!important;background:#fff!important;box-shadow:0 2px 3px 0 rgba(0,0,0,.22);border-radius:5px}.think-box-shadow>form.layui-card{box-shadow:none}.pull-left{float:left!important}.pull-right{float:right!important}.full-width{width:100%!important}.full-height{height:100%!important}.color-red{color:#e44!important}.color-blue{color:#29f!important}.color-desc{color:#999!important}.color-text{color:#333!important}.color-green{color:#090!important}.sub-span-red span{color:#e44!important}.sub-span-blue span{color:#29f!important}.sub-span-desc span{color:#999!important}.sub-span-text span{color:#333!important}.sub-span-green span{color:#090!important}.sub-strong-s10 b{font-size:10px}.sub-strong-s12 b{font-size:12px}.sub-strong-s14 b{font-size:14px}.sub-strong-red b{color:#ec494e!important}.sub-strong-blue b{color:#2494f2!important}.sub-strong-desc b{color:#999!important}.sub-strong-text b{color:#333!important}.sub-strong-green b{color:#090!important}.text-top{vertical-align:top!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-middle{vertical-align:middle!important}.text-bottom{vertical-align:bottom!important}.think-bg-white{background:#fff!important}.think-bg-blue{background:linear-gradient(-125deg,#57bdbf,#2f9de2)!important}.think-bg-orig{background:linear-gradient(-141deg,#ecca1b,#f39526)!important}.think-bg-red{background:linear-gradient(-125deg,#ff7d7d,#fb2c95)!important}.think-bg-violet{background:linear-gradient(-113deg,#c543d8,#925cc3)!important}.hr-line-dashed{color:#fff;height:1px;margin:15px 0;background-color:#fff;border-top:1px dashed #e7eaec}.hr-line-solid{margin-top:15px;margin-bottom:15px;border-bottom:1px solid #e7eaec;background-color:rgba(0,0,0,0)}.input-right-icon{top:0;right:0;width:30px;height:38px;display:inline-block;position:absolute;text-align:center;line-height:38px}.pace-inactive{display:none}.pace-progress{top:0;right:100%;width:100%;height:2px;z-index:2000;position:fixed;background:#22df80}.uploadimage{width:77px;height:77px;cursor:pointer;position:relative;display:inline-block;border:1px dashed #e2e2e2;background:url(../img/upimg.png) no-repeat center center;background-size:cover}.uploadimage span.layui-icon{right:0;color:#fff;width:20px;height:20px;display:none;position:absolute;text-align:center;line-height:22px;background:rgba(0,0,0,.5)}.uploadimage:hover span.layui-icon{display:inline-block}.uploadimagemtl{margin-right:8px}.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;text-align:center;line-height:22px;background:rgba(0,0,0,.5)}.uploadimagemtl:hover a{cursor:pointer;display:inline-block}.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}[data-tips-image]{cursor:zoom-in!important}[data-lazy-src]{overflow:hidden;position:relative;background-size:cover;background-position:center center}.portal-block-container{font-size:14px;margin-bottom:10px;letter-spacing:1px}.portal-block-container .portal-block-icon{top:45%;right:8%;font-size:65px;position:absolute;color:rgba(255,255,255,.4)}.portal-block-container .portal-block-item{color:#fff;padding:15px 25px;position:relative;line-height:3em;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.2)}.portal-block-container .portal-block-item>div:nth-child(2){font-size:46px;line-height:46px}.pagination-container{margin-top:20px;line-height:30px;padding-top:5px;padding-bottom:5px}.pagination-container span{color:#666;font-size:9pt}.pagination-container ul{float:right;height:30px;margin:0;padding:0;display:inline-block}.pagination-container ul li{z-index:1;height:30px;line-height:30px;display:inline-block}.pagination-container ul li a,.pagination-container ul li span{color:#333;width:30px;height:30px;border:1px solid #DCDCDC;overflow:hidden;font-size:12px;text-align:center;line-height:30px;margin-right:3px;display:inline-block;box-sizing:border-box}.pagination-container ul li span{cursor:default;background:#DCDCDC}.pagination-container ul li a:hover{border-color:#009688}.pagination-container ul li.active{z-index:2}.pagination-container ul li.active span{color:#fff;border-color:#009688;background:#009688!important}.pagination-container ul li.disabled span{font-size:16px;font-weight:700;line-height:22px}.pagination-container ul li:first-child a,.pagination-container ul li:first-child span,.pagination-container ul li:last-child a,.pagination-container ul li:last-child span{font-size:16px;font-weight:700;line-height:28px}.border-0{border:0!important}.border-line{border:1px solid #DCDCDC}.border-bottom-line{border-bottom:1px solid #DCDCDC}.border-top-0{border-top:0!important}.border-left-0{border-left:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-radius{border-radius:50%!important}.border-radius-0{border-radius:0!important}.border-radius-5{border-radius:5px!important}.border-radius-6{border-radius:6px!important}.border-radius-left-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.border-radius-right-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.font-s10{font-size:10px!important}.font-s11{font-size:11px!important}.font-s12{font-size:12px!important}.font-s13{font-size:13px!important}.font-s14{font-size:14px!important}.font-s15{font-size:15px!important}.font-s16{font-size:16px!important}.font-s18{font-size:18px!important}.font-s20{font-size:20px!important}.font-s30{font-size:30px!important}.font-s40{font-size:40px!important}.font-w1{font-weight:100!important}.font-w2{font-weight:200!important}.font-w3{font-weight:300!important}.font-w4{font-weight:400!important}.font-w5{font-weight:500!important}.font-w6{font-weight:600!important}.font-w7{font-weight:700!important}.font-w8{font-weight:800!important}.font-w9{font-weight:900!important}.padding-0{padding:0!important}.padding-5{padding:5px!important}.padding-10{padding:10px!important}.padding-15{padding:15px!important}.padding-20{padding:20px!important}.padding-25{padding:25px!important}.padding-30{padding:30px!important}.padding-40{padding:40px!important}.padding-col-0{padding-left:0!important;padding-right:0!important}.padding-col-5{padding-left:5px!important;padding-right:5px!important}.padding-col-10{padding-left:10px!important;padding-right:10px!important}.padding-col-15{padding-left:15px!important;padding-right:15px!important}.padding-col-20{padding-left:20px!important;padding-right:20px!important}.padding-col-25{padding-left:25px!important;padding-right:25px!important}.padding-col-30{padding-left:30px!important;padding-right:30px!important}.padding-col-40{padding-left:40px!important;padding-right:40px!important}.padding-row-0{padding-top:0!important;padding-bottom:0!important}.padding-row-5{padding-top:5px!important;padding-bottom:5px!important}.padding-row-10{padding-top:10px!important;padding-bottom:10px!important}.padding-row-15{padding-top:15px!important;padding-bottom:15px!important}.padding-row-20{padding-top:20px!important;padding-bottom:20px!important}.padding-row-25{padding-top:25px!important;padding-bottom:25px!important}.padding-row-30{padding-top:30px!important;padding-bottom:30px!important}.padding-row-40{padding-top:40px!important;padding-bottom:40px!important}.padding-top-0{padding-top:0!important}.padding-top-5{padding-top:5px!important}.padding-top-10{padding-top:10px!important}.padding-top-15{padding-top:15px!important}.padding-top-20{padding-top:20px!important}.padding-top-30{padding-top:30px!important}.padding-top-40{padding-top:40px!important}.padding-left-0{padding-left:0!important}.padding-left-5{padding-left:5px!important}.padding-left-10{padding-left:10px!important}.padding-left-15{padding-left:15px!important}.padding-left-20{padding-left:20px!important}.padding-left-30{padding-left:30px!important}.padding-left-40{padding-left:40px!important}.padding-right-0{padding-right:0!important}.padding-right-5{padding-right:5px!important}.padding-right-10{padding-right:10px!important}.padding-right-15{padding-right:15px!important}.padding-right-20{padding-right:20px!important}.padding-right-30{padding-right:30px!important}.padding-right-40{padding-right:40px!important}.padding-bottom-0{padding-bottom:0!important}.padding-bottom-5{padding-bottom:5px!important}.padding-bottom-10{padding-bottom:10px!important}.padding-bottom-15{padding-bottom:15px!important}.padding-bottom-20{padding-bottom:20px!important}.padding-bottom-30{padding-bottom:30px!important}.padding-bottom-40{padding-bottom:40px!important}.margin-0{margin:0!important}.margin-5{margin:5px!important}.margin-10{margin:10px!important}.margin-15{margin:15px!important}.margin-20{margin:20px!important}.margin-25{margin:25px!important}.margin-30{margin:30px!important}.margin-40{margin:40px!important}.margin-col-0{margin-left:0!important;margin-right:0!important}.margin-col-5{margin-left:5px!important;margin-right:5px!important}.margin-col-10{margin-left:10px!important;margin-right:10px!important}.margin-col-15{margin-left:15px!important;margin-right:15px!important}.margin-col-20{margin-left:20px!important;margin-right:20px!important}.margin-col-25{margin-left:25px!important;margin-right:25px!important}.margin-col-30{margin-left:30px!important;margin-right:30px!important}.margin-col-40{margin-left:40px!important;margin-right:40px!important}.margin-row-0{margin-top:0!important;margin-bottom:0!important}.margin-row-5{margin-top:5px!important;margin-bottom:5px!important}.margin-row-10{margin-top:10px!important;margin-bottom:10px!important}.margin-row-15{margin-top:15px!important;margin-bottom:15px!important}.margin-row-20{margin-top:20px!important;margin-bottom:20px!important}.margin-row-25{margin-top:25px!important;margin-bottom:25px!important}.margin-row-30{margin-top:30px!important;margin-bottom:30px!important}.margin-row-40{margin-top:40px!important;margin-bottom:40px!important}.margin-top-0{margin-top:0!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-15{margin-top:15px!important}.margin-top-20{margin-top:20px!important}.margin-top-25{margin-top:25px!important}.margin-top-30{margin-top:30px!important}.margin-top-40{margin-top:40px!important}.margin-left-0{margin-left:0!important}.margin-left-5{margin-left:5px!important}.margin-left-10{margin-left:10px!important}.margin-left-15{margin-left:15px!important}.margin-left-20{margin-left:20px!important}.margin-left-25{margin-left:25px!important}.margin-left-30{margin-left:30px!important}.margin-left-40{margin-left:40px!important}.margin-right-0{margin-right:0!important}.margin-right-5{margin-right:5px!important}.margin-right-10{margin-right:10px!important}.margin-right-15{margin-right:15px!important}.margin-right-20{margin-right:20px!important}.margin-right-25{margin-right:25px!important}.margin-right-30{margin-right:30px!important}.margin-right-40{margin-right:40px!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-15{margin-bottom:15px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-bottom-25{margin-bottom:25px!important}.margin-bottom-30{margin-bottom:30px!important}.margin-bottom-40{margin-bottom:40px!important}.layui-layout>.layui-side{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body>.layui-card{overflow:visible;position:absolute;min-width:100%;min-height:100%;box-shadow:none;background:0 0!important}.layui-layout>.layui-body>.layui-card>.layui-card-header{left:200px;right:0;z-index:3;height:50px;border:none;position:fixed;background:#fff;line-height:50px;box-shadow:0 2px 3px 0 rgba(0,0,0,.22)}.layui-layout>.layui-body>.layui-card>.layui-card-header+.layui-card-body{top:50px}.layui-layout>.layui-body>.layui-card>.layui-card-body{z-index:2;padding:15px}.layui-layout>.layui-body>.layui-card>.layui-card-body>.layui-tab.layui-tab-card{border:none;box-shadow:0 2px 3px 0 rgba(0,0,0,.22)}.layui-layout>.layui-body>.layui-card>.layui-card-body>.layui-tab.layui-tab-card>.layui-tab-content.think-box-shadow{box-shadow:none}.layui-header{height:50px;background:#393D49!important}.layui-header [data-target-menu-type]{border-left:1px solid transparent;border-right:1px solid rgba(0,0,0,.15)}.layui-header .layui-layout-left,.layui-header .layui-layout-right{margin:0;padding:0}.layui-header .layui-logo{color:#fff;width:199px;height:auto;font-size:18px;line-height:49px;border-right:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}.layui-header .layui-logo sup{font-size:9px;line-height:9px;padding-left:5px}.layui-header .layui-nav-item{height:50px;line-height:50px}.layui-header .layui-nav-item.layui-this{background:#009688}.layui-header .layui-nav-item>a{color:#fff!important}.layui-header .layui-nav-item .layui-nav-child{top:49px;border:0;padding:0;background:#eef;line-height:45px}.layui-header .layui-nav-item .layui-nav-child+a.layui-elip{padding-right:35px}.layui-header .layui-nav-item .layui-nav-child+a.layui-elip img{width:20px;height:20px;border-radius:50%}.layui-header .layui-nav-item .layui-nav-child+a.layui-elip span{padding-left:5px}.layui-header .layui-nav-item .layui-nav-child.layui-show+a{background:#fff}.layui-header .layui-nav-item .layui-nav-child.layui-show+a span{color:#333}.layui-header .layui-nav-item .layui-nav-child dd{background:#fff}.layui-header .layui-nav-item .layui-nav-child dd a{padding:0;color:#333;margin-top:1px;text-align:center}.layui-header .layui-nav-item .layui-nav-child dd a .layui-icon{margin-right:5px}.layui-header .layui-nav-bar,.layui-header .layui-nav-item:after{display:none!important}.layui-header .layui-layout-right>li>a{border-left:1px solid rgba(0,0,0,.15);border-right:1px solid transparent}.layui-layout>.layui-side .layui-nav-bar{display:none!important}.layui-layout>.layui-side .layui-side-scroll{width:100%!important}.layui-layout>.layui-side .layui-nav-item{border-bottom:1px solid rgba(0,0,0,.2)}.layui-layout>.layui-side .layui-nav-item a{height:45px;display:block;line-height:45px;color:#fff!important}.layui-layout>.layui-side .layui-nav-item a:hover{background:hsla(0,0%,39%,.2)!important}.layui-layout>.layui-side .layui-nav-item a .nav-icon,.layui-layout>.layui-side .layui-nav-item a .nav-text{padding-left:5px}.layui-layout>.layui-side .layui-nav-itemed{border-bottom:none!important}.layui-layout>.layui-side .layui-nav-tree-top a{height:28px!important;line-height:28px!important}.layui-layout.layui-layout-left-mini>.layui-body{left:50px}.layui-layout.layui-layout-left-mini>.layui-body>.layui-card>.layui-card-header{left:50px}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-more{display:none!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item a{padding:0}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-text{display:none}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-icon{display:inline-block!important;padding:0!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .layui-nav-child{padding:0;display:block!important;background-color:rgba(0,0,0,.3)!important}.layui-layout.layui-layout-left-mini>.layui-side,.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-tree,.layui-layout.layui-layout-left-mini>.layui-side .layui-side-scroll{width:50px;text-align:center}.layui-layout.layui-layout-left-mini [data-target-menu-type] i{display:inline-block;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-layout.layui-layout-left-hide>.layui-body{left:0!important}.layui-layout.layui-layout-left-hide>.layui-body>.layui-card>.layui-card-header{left:0!important}.layui-layout.layui-layout-left-hide>.layui-side{display:none}.layui-layout.layui-layout-left-hide [data-target-menu-type]{display:none}.mobile-preview{width:317px;height:580px;position:relative;background:url(../img/wechat/mobile_head.png) no-repeat 0 0;box-shadow:0 2px 3px 0 rgba(0,0,0,.11);border-radius:5px}.mobile-preview .mobile-header{color:#fff;width:auto;margin:0 30px;overflow:hidden;font-size:15px;padding-top:30px;text-align:center;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;user-select:none;-moz-user-select:none;-webkit-user-select:none;pointer-events:none;-webkit-pointer-events:none}.mobile-preview .mobile-body{top:60px;left:0;right:0;bottom:0;border:1px solid #ccc;position:absolute;background:#f5f5f5;border-radius:0 0 5px 5px}.mobile-preview .mobile-body iframe{width:100%;height:100%}.mobile-preview .mobile-footer{left:0;right:0;bottom:0;margin:0;border:1px solid #ccc;position:absolute;padding-left:43px;background:url(../img/wechat/mobile_foot.png) no-repeat 0 0;list-style-type:none;border-radius:0 0 5px 5px}.mobile-preview .mobile-footer li{float:left;width:33.33%;position:relative;text-align:center;line-height:50px}.mobile-preview .mobile-footer li a{width:auto;color:#616161;border:1px solid hsla(0,0%,100%,0);display:block;overflow:hidden;word-wrap:normal;margin-top:-1px;border-left:1px solid #e7e7eb;white-space:nowrap;text-overflow:ellipsis;margin-bottom:-1px;text-decoration:none}.mobile-preview .mobile-footer li a:hover{background:rgba(0,0,0,.02)}.mobile-preview .mobile-footer li a.active{border:1px solid #44b549!important;box-shadow:0 0 1px #44b549}.mobile-preview .mobile-footer li a span:before{width:1px;height:1px;content:'';display:inline-block}.mobile-preview .mobile-footer li>.close{top:1px;right:1px;width:18px;height:18px;display:none;cursor:pointer;position:absolute;text-align:center;line-height:18px}.mobile-preview .mobile-footer li:hover>.close{display:inline-block}.mobile-preview .mobile-footer li:hover>.close:hover{color:#fff!important;background:#999!important}.mobile-preview .mobile-footer .icon-add,.mobile-preview .mobile-footer .icon-sub{display:inline-block;vertical-align:middle}.mobile-preview .mobile-footer .icon-add{width:14px;height:14px;border-bottom:none!important;background:url(../img/wechat/index.png) 0 0 no-repeat}.mobile-preview .mobile-footer .icon-sub{width:7px;height:7px;margin-right:2px;background:url(../img/wechat/index.png) 0 -3pc no-repeat}.mobile-preview .mobile-footer .sub-menu{width:100%;bottom:60px;margin:-1px;display:block;position:absolute;border:1px solid #d0d0d0;background-color:#fafafa}.mobile-preview .mobile-footer .sub-menu ul li{float:none;width:100%;padding:0;z-index:11;display:block}.mobile-preview .mobile-footer .sub-menu ul li a{padding:0 5px;border:1px solid hsla(0,0%,100%,0)}.mobile-preview .mobile-footer .sub-menu ul li a.bottom-border{margin:-1px -1px 0;border-bottom:1px solid #e7e7eb}.mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border{border-bottom-color:#fff}.mobile-preview .mobile-footer .arrow{left:50%;position:absolute;margin-left:-6px}.mobile-preview .mobile-footer .arrow_in,.mobile-preview .mobile-footer .arrow_out{width:0;height:0;z-index:10;border:6px dashed transparent;display:inline-block;border-top-style:solid;border-bottom-width:0}.mobile-preview .mobile-footer .arrow_in{bottom:-5px;z-index:3;border-top-color:#fafafa}.mobile-preview .mobile-footer .arrow_out{bottom:-6px;z-index:2;border-top-color:#d0d0d0}.layui-nav .layui-nav-item .layui-nav-more{top:0;right:15px;width:auto;height:auto;border:none;margin-top:0;font-size:14px;font-style:normal;font-family:layui-icon!important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.layui-nav .layui-nav-item .layui-nav-more::before{content:"\e619"}.layui-nav .layui-nav-item .layui-nav-mored,.layui-nav .layui-nav-itemed .layui-nav-more{border:none;margin-top:0;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg)}/*! 重置 Iframe 页面样式 */.iframe-pagination{padding:20px 20px 45px 20px}.iframe-pagination .pagination-container{left:0;right:0;bottom:0;padding:5px 20px;position:fixed;background:#fff;border-top:1px solid #ddd}/*! 首页加载动画 */.think-page-loader{top:0;width:100%;height:100%;z-index:9999999;position:fixed;background-color:#f5f5f5}.think-page-loader .loader{top:50%;width:50px;height:50px;margin:-30px auto 40px;z-index:999999;position:relative;background-color:#f5f5f5}.think-page-loader .loader:before{top:59px;left:0;width:50px;height:7px;opacity:.1;content:"";background:#000;border-radius:50%;position:absolute;animation:shadow .5s linear infinite}.think-page-loader .loader:after{top:0;left:0;width:50px;height:50px;content:"";position:absolute;border-radius:3px;background-color:#5FB878;animation:loading .5s linear infinite}@-webkit-keyframes loading{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scale(1,.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}100%{transform:translateY(0) rotate(90deg)}}@keyframes loading{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px) scale(1,.9) rotate(45deg)}75%{transform:translateY(9px) rotate(67.5deg)}100%{transform:translateY(0) rotate(90deg)}}@-webkit-keyframes shadow{0%,100%{transform:scale(1,1)}50%{transform:scale(1.2,1)}}@keyframes shadow{0%,100%{transform:scale(1,1)}50%{transform:scale(1.2,1)}}fieldset{margin:0 0 10px 0;border:1px solid #DCDCDC;padding:10px 20px 5px 20px;background:#fff;border-radius:5px}fieldset legend{color:#666;padding:0 10px;font-size:13px}.layui-card,.layui-tab{border-radius:5px}.layui-tab .layui-tab-title{border-top-left-radius:5px;border-top-right-radius:5px}.layui-tab .layui-tab-title>li:first-child{border-top-left-radius:5px}.layui-tab .layui-tab-content{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.layui-tab>.layui-tab-content{padding:20px;background:#fff}.layui-card>.layui-card-header{padding:0 20px}.layui-card>.layui-card-body{padding:20px}.layui-code{border-radius:5px}.layui-btn{border:1px solid #009688}.layui-btn-warm{border:1px solid #FFB800}.layui-btn-danger{border:1px solid #FF5722}.layui-btn-normal{border:1px solid #1E9FFF}.layui-btn-disabled{border:1px solid #DCDCDC}.layui-btn-group{border:1px solid #098;overflow:hidden;background:#009688;line-height:28px;border-radius:2px}.layui-btn-group+.layui-btn{margin-left:8px}.layui-btn-group .layui-btn{height:28px;line-height:28px;border-width:0!important;border-radius:0!important}.layui-btn-group .layui-btn+.layui-btn{margin-left:1px!important}.layui-btn-group .layui-btn-primary:hover{border-color:#009688}.layui-btn .layui-icon{float:left;margin-right:5px}.layui-btn+.layui-btn{margin-left:8px}.layui-badge{margin-right:5px}.layui-badge-middle{width:1em;height:auto;padding:5px;white-space:normal;vertical-align:middle}/*! 搜索表单样式 */.form-search .layui-btn{height:32px;padding:0 10px;font-size:13px;line-height:32px}.form-search .layui-btn .layui-icon{font-size:15px}.form-search .layui-form-label{width:auto!important;height:32px;padding:0 8px;line-height:32px}.form-search .layui-input-inline{width:170px;display:inline-block!important;margin:0 10px 0 -1px!important}.form-search .layui-input-inline input,.form-search .layui-input-inline select{width:100%;height:32px;padding:0 8px;line-height:32px}.form-search .layui-form-select dl{top:31px;padding:0}.label-required-prev:before{width:1em;color:red;content:'*';display:inline-block;position:absolute;text-align:left;font-weight:700;line-height:1.6em;margin-left:-.8em}.label-required-next:after,.label-required:after{top:6px;right:5px;color:red;content:'*';position:absolute;margin-left:4px;font-weight:700;line-height:1.8em}.label-required-null:before{content:none!important}.layui-input,.layui-select{line-height:38px}.layui-disabled,.layui-disabled:hover{color:#333!important;background:#EEE!important}.layui-form-checkbox.layui-form-checked i{border-color:#5FB878}label.think-checkbox,label.think-radio{cursor:pointer;margin-right:10px;display:inline-block}.think-checkbox,.think-radio{margin-top:10px;font-weight:400;line-height:18px}.think-checkbox input[type=checkbox],.think-checkbox input[type=radio],.think-radio input[type=checkbox],.think-radio input[type=radio]{width:18px;height:18px;cursor:pointer;border:1px solid #DCDCDC;position:relative;background:#fff;margin-right:5px;vertical-align:bottom;display:inline-block!important;box-sizing:border-box!important;appearance:none;-webkit-appearance:none}.think-checkbox input[type=checkbox]:checked,.think-checkbox input[type=radio]:checked,.think-radio input[type=checkbox]:checked,.think-radio input[type=radio]:checked{border-color:#009688}.think-checkbox input[type=checkbox]:checked:after,.think-checkbox input[type=radio]:checked:after,.think-radio input[type=checkbox]:checked:after,.think-radio input[type=radio]:checked:after{display:block;position:relative;animation-duration:.3s;-webkit-animation-duration:.3s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:layui-scale-spring;-webkit-animation-name:layui-scale-spring}.think-checkbox input[type=radio],.think-radio input[type=radio]{border-radius:1em}.think-checkbox input[type=radio]:checked:after,.think-radio input[type=radio]:checked:after{top:4px;left:4px;width:8px;height:8px;cursor:pointer;content:'';background:#009688;border-radius:1em}.think-checkbox input[type=checkbox],.think-radio input[type=checkbox]{border-radius:1px}.think-checkbox input[type=checkbox]:checked:after,.think-radio input[type=checkbox]:checked:after{color:#009688;cursor:pointer;padding:2px;content:"\e605";font-size:12px;font-style:normal;font-weight:700;font-family:layui-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layui-table td,.layui-table th{font-size:12px}.layui-table td.list-table-check-td+td,.layui-table th.list-table-check-td+th{padding-left:5px}.layui-table div.headimg{width:35px;height:35px;border:1px solid #DCDCDC;display:inline-block;overflow:hidden;text-align:center;margin-right:5px;border-radius:50%;vertical-align:middle;box-shadow:0 2px 3px 0 rgba(0,0,0,.11);background-size:cover;background-repeat:no-repeat;background-position:center center}.layui-table div.headimg-no{border:none;box-shadow:none;border-radius:0}.layui-table div.headimg-xs{width:28px;height:28px}.layui-table div.headimg-md{width:55px;height:55px}.layui-table div.headimg>img{width:110%;height:110%;max-width:110%;max-height:110%;margin:-5% 0 0 -5%}.layui-table div.headimg+*{vertical-align:middle}.layui-table .list-table-sort-td{width:10px!important;text-align:center!important;padding-left:5px!important;padding-right:5px!important}.layui-table .list-table-sort-td button{width:56px;background:#009688}.layui-table .list-table-sort-td input{width:50px;color:#666;padding:2px;font-size:9pt;border:1px solid #DCDCDC;text-align:center;line-height:18px}.layui-table .list-table-check-td{width:10px!important;text-align:center!important;padding-left:15px!important;padding-right:15px!important}.layui-table .list-table-check-td input{margin:0!important;vertical-align:middle}.layui-layer-content .layui-form.layui-card{margin:0;box-shadow:none!important}.layui-layer-content .layui-form.layui-card .layui-card-body{padding:20px 40px 0 0}.layui-layer-dialog .layui-layer-content .layui-layer-ico{top:50%!important;margin-top:-15px!important}.laydate-footer-btns span{line-height:24px!important}.layui-tags{display:flex;flex-wrap:wrap;vertical-align:middle}.layui-tags .layui-tag{color:#FFF;height:38px;margin:3px 4px 3px 0;padding:0 4px 0 10px;display:inline-block;font-size:14px;line-height:38px;border-radius:2px;white-space:nowrap;background:#1E9FFF!important;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.layui-tags .layui-tag .layui-icon{font-size:14px;font-weight:700;margin-left:5px}.layui-tags .layui-tag .layui-icon:hover{cursor:pointer;color:#FF5722}.layui-tags .layui-tag-input{width:100px;resize:none;margin:3px 8px 3px 0;overflow:hidden;white-space:nowrap}/*# sourceMappingURL=console.css.map */ \ No newline at end of file diff --git a/public/static/theme/css/console.css.map b/public/static/theme/css/console.css.map index bfa48bc92..f8f385791 100644 --- a/public/static/theme/css/console.css.map +++ b/public/static/theme/css/console.css.map @@ -1 +1 @@ -{"version":3,"sources":["console.less","console.custom.less","console.layout.less","console.layui.less"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"sources":["console.less","console.custom.less","console.layout.less","console.display.less"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/public/static/theme/css/console.custom.less b/public/static/theme/css/console.custom.less index 1f21b2ea3..a08ff7483 100644 --- a/public/static/theme/css/console.custom.less +++ b/public/static/theme/css/console.custom.less @@ -1,4 +1,4 @@ -@import "console.dynamic.less"; +@import "console.config.less"; .notdata { padding: 15px; @@ -448,204 +448,6 @@ } } -/** 手机盒子及微信菜单 */ -.mobile-preview { - width: 317px; - height: 580px; - position: relative; - background: url(../img/wechat/mobile_head.png) no-repeat 0 0; - box-shadow: @minShadow; - border-radius: @borderRadius; - - .mobile-header { - color: #fff; - width: auto; - margin: 0 30px; - overflow: hidden; - font-size: 15px; - padding-top: 30px; - text-align: center; - white-space: nowrap; - text-overflow: ellipsis; - word-wrap: normal; - user-select: none; - -moz-user-select: none; - -webkit-user-select: none; - pointer-events: none; - -webkit-pointer-events: none; - } - - .mobile-body { - top: 60px; - left: 0; - right: 0; - bottom: 0; - border: 1px solid #ccc; - position: absolute; - background: #f5f5f5; - border-radius: 0 0 @borderRadius @borderRadius; - - iframe { - width: 100%; - height: 100% - } - } - - .mobile-footer { - left: 0; - right: 0; - bottom: 0; - margin: 0; - border: 1px solid #ccc; - position: absolute; - padding-left: 43px; - background: url(../img/wechat/mobile_foot.png) no-repeat 0 0; - list-style-type: none; - border-radius: 0 0 @borderRadius @borderRadius; - - li { - float: left; - width: 33.33%; - position: relative; - text-align: center; - line-height: 50px; - - a { - width: auto; - color: #616161; - border: 1px solid hsla(0, 0%, 100%, 0); - display: block; - overflow: hidden; - word-wrap: normal; - margin-top: -1px; - border-left: 1px solid #e7e7eb; - white-space: nowrap; - text-overflow: ellipsis; - margin-bottom: -1px; - text-decoration: none; - - &:hover { - background: rgba(0, 0, 0, .02) - } - - &.active { - border: 1px solid #44b549 !important; - box-shadow: 0 0 1px #44b549 - } - - span:before { - width: 1px; - height: 1px; - content: ''; - display: inline-block - } - } - - > .close { - top: 1px; - right: 1px; - width: 18px; - height: 18px; - display: none; - cursor: pointer; - position: absolute; - text-align: center; - line-height: 18px - } - - &:hover > .close { - display: inline-block; - - &:hover { - color: #fff !important; - background: #999 !important - } - } - } - - .icon { - &-add, &-sub { - display: inline-block; - vertical-align: middle - } - - &-add { - width: 14px; - height: 14px; - border-bottom: none !important; - background: url(../img/wechat/index.png) 0 0 no-repeat - } - - &-sub { - width: 7px; - height: 7px; - margin-right: 2px; - background: url(../img/wechat/index.png) 0 -3pc no-repeat - } - } - - .sub-menu { - width: 100%; - bottom: 60px; - margin: -1px; - display: block; - position: absolute; - border: 1px solid #d0d0d0; - background-color: #fafafa; - - ul li { - float: none; - width: 100%; - padding: 0; - z-index: 11; - display: block; - - a { - padding: 0 5px; - border: 1px solid hsla(0, 0%, 100%, 0); - - &.bottom-border { - margin: -1px -1px 0; - border-bottom: 1px solid #e7e7eb - } - } - - &:last-child a.bottom-border { - border-bottom-color: #fff - } - } - } - - .arrow { - left: 50%; - position: absolute; - margin-left: -6px; - } - - .arrow_in, .arrow_out { - width: 0; - height: 0; - z-index: 10; - border: 6px dashed transparent; - display: inline-block; - border-top-style: solid; - border-bottom-width: 0; - } - - .arrow_in { - z-index: 3; - bottom: -5px; - border-top-color: #fafafa - } - - .arrow_out { - z-index: 2; - bottom: -6px; - border-top-color: #d0d0d0 - } - } -} - .border { &-0 { border: 0 !important diff --git a/public/static/theme/css/console.layui.less b/public/static/theme/css/console.display.less similarity index 98% rename from public/static/theme/css/console.layui.less rename to public/static/theme/css/console.display.less index 44695ff50..36f8047bc 100644 --- a/public/static/theme/css/console.layui.less +++ b/public/static/theme/css/console.display.less @@ -1,4 +1,4 @@ -@import "console.dynamic.less"; +@import "console.config.less"; fieldset { margin: 0 0 10px 0; @@ -143,8 +143,8 @@ fieldset { .layui-input-inline { width: 170px; - display: inline-block!important; - margin: 0 10px 0 -1px!important; + display: inline-block !important; + margin: 0 10px 0 -1px !important; input, select { width: 100%; diff --git a/public/static/theme/css/console.layout.less b/public/static/theme/css/console.layout.less index 96f9f0b3d..07f5bf1ec 100644 --- a/public/static/theme/css/console.layout.less +++ b/public/static/theme/css/console.layout.less @@ -1,4 +1,4 @@ -@import "console.dynamic.less"; +@import "console.config.less"; .layui-layout { > .layui-side { @@ -10,7 +10,7 @@ > .layui-body { top: 50px; bottom: 0; - overflow:auto; + overflow: auto; > .layui-card { overflow: visible; @@ -188,7 +188,6 @@ } } - .layui-nav-tree-top a { height: 28px !important; line-height: 28px !important @@ -267,6 +266,204 @@ } } +/** 手机盒子及微信菜单 */ +.mobile-preview { + width: 317px; + height: 580px; + position: relative; + background: url(../img/wechat/mobile_head.png) no-repeat 0 0; + box-shadow: @minShadow; + border-radius: @borderRadius; + + .mobile-header { + color: #fff; + width: auto; + margin: 0 30px; + overflow: hidden; + font-size: 15px; + padding-top: 30px; + text-align: center; + white-space: nowrap; + text-overflow: ellipsis; + word-wrap: normal; + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + pointer-events: none; + -webkit-pointer-events: none; + } + + .mobile-body { + top: 60px; + left: 0; + right: 0; + bottom: 0; + border: 1px solid #ccc; + position: absolute; + background: #f5f5f5; + border-radius: 0 0 @borderRadius @borderRadius; + + iframe { + width: 100%; + height: 100% + } + } + + .mobile-footer { + left: 0; + right: 0; + bottom: 0; + margin: 0; + border: 1px solid #ccc; + position: absolute; + padding-left: 43px; + background: url(../img/wechat/mobile_foot.png) no-repeat 0 0; + list-style-type: none; + border-radius: 0 0 @borderRadius @borderRadius; + + li { + float: left; + width: 33.33%; + position: relative; + text-align: center; + line-height: 50px; + + a { + width: auto; + color: #616161; + border: 1px solid hsla(0, 0%, 100%, 0); + display: block; + overflow: hidden; + word-wrap: normal; + margin-top: -1px; + border-left: 1px solid #e7e7eb; + white-space: nowrap; + text-overflow: ellipsis; + margin-bottom: -1px; + text-decoration: none; + + &:hover { + background: rgba(0, 0, 0, .02) + } + + &.active { + border: 1px solid #44b549 !important; + box-shadow: 0 0 1px #44b549 + } + + span:before { + width: 1px; + height: 1px; + content: ''; + display: inline-block + } + } + + > .close { + top: 1px; + right: 1px; + width: 18px; + height: 18px; + display: none; + cursor: pointer; + position: absolute; + text-align: center; + line-height: 18px + } + + &:hover > .close { + display: inline-block; + + &:hover { + color: #fff !important; + background: #999 !important + } + } + } + + .icon { + &-add, &-sub { + display: inline-block; + vertical-align: middle + } + + &-add { + width: 14px; + height: 14px; + border-bottom: none !important; + background: url(../img/wechat/index.png) 0 0 no-repeat + } + + &-sub { + width: 7px; + height: 7px; + margin-right: 2px; + background: url(../img/wechat/index.png) 0 -3pc no-repeat + } + } + + .sub-menu { + width: 100%; + bottom: 60px; + margin: -1px; + display: block; + position: absolute; + border: 1px solid #d0d0d0; + background-color: #fafafa; + + ul li { + float: none; + width: 100%; + padding: 0; + z-index: 11; + display: block; + + a { + padding: 0 5px; + border: 1px solid hsla(0, 0%, 100%, 0); + + &.bottom-border { + margin: -1px -1px 0; + border-bottom: 1px solid #e7e7eb + } + } + + &:last-child a.bottom-border { + border-bottom-color: #fff + } + } + } + + .arrow { + left: 50%; + position: absolute; + margin-left: -6px; + } + + .arrow_in, .arrow_out { + width: 0; + height: 0; + z-index: 10; + border: 6px dashed transparent; + display: inline-block; + border-top-style: solid; + border-bottom-width: 0; + } + + .arrow_in { + bottom: -5px; + z-index: 3; + border-top-color: #fafafa + } + + .arrow_out { + bottom: -6px; + z-index: 2; + border-top-color: #d0d0d0 + } + } +} + /* 下拉样式 */ .layui-nav { .layui-nav-item { @@ -300,6 +497,7 @@ } } +/*! 重置 Iframe 页面样式 */ .iframe-pagination { padding: 20px 20px 45px 20px; @@ -312,4 +510,107 @@ background: #fff; border-top: 1px solid #ddd; } +} + +/*! 首页加载动画 */ +.think-page-loader { + top: 0; + width: 100%; + height: 100%; + z-index: 9999999; + position: fixed; + background-color: whitesmoke; + + .loader { + top: 50%; + width: 50px; + height: 50px; + margin: -30px auto 40px; + z-index: 999999; + position: relative; + background-color: whitesmoke; + } + + .loader:before { + top: 59px; + left: 0; + width: 50px; + height: 7px; + opacity: 0.1; + content: ""; + background: #000; + border-radius: 50%; + position: absolute; + animation: shadow .5s linear infinite; + } + + .loader:after { + top: 0; + left: 0; + width: 50px; + height: 50px; + content: ""; + position: absolute; + border-radius: 3px; + background-color: #5FB878; + animation: loading .5s linear infinite; + } +} + +@-webkit-keyframes loading { + 17% { + border-bottom-right-radius: 3px; + } + 25% { + transform: translateY(9px) rotate(22.5deg); + } + 50% { + transform: translateY(18px) scale(1, 0.9) rotate(45deg); + border-bottom-right-radius: 40px; + } + 75% { + transform: translateY(9px) rotate(67.5deg); + } + 100% { + transform: translateY(0) rotate(90deg); + } +} + +@keyframes loading { + 17% { + border-bottom-right-radius: 3px; + } + 25% { + transform: translateY(9px) rotate(22.5deg); + } + 50% { + border-bottom-right-radius: 40px; + transform: translateY(18px) scale(1, 0.9) rotate(45deg); + } + 75% { + transform: translateY(9px) rotate(67.5deg); + } + 100% { + transform: translateY(0) rotate(90deg); + } +} + +@-webkit-keyframes shadow { + 0%, + 100% { + transform: scale(1, 1); + } + 50% { + transform: scale(1.2, 1); + } +} + +@keyframes shadow { + 0%, + 100% { + transform: scale(1, 1); + } + 50% { + transform: scale(1.2, 1); + } } \ No newline at end of file diff --git a/public/static/theme/css/console.less b/public/static/theme/css/console.less index d02128af1..9ce02059a 100644 --- a/public/static/theme/css/console.less +++ b/public/static/theme/css/console.less @@ -1,5 +1,6 @@ @charset "UTF-8"; -@import "console.dynamic.less"; +@import "console.config.less"; + // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- @@ -78,4 +79,4 @@ body { @import "console.custom.less"; @import 'console.layout.less'; -@import "console.layui.less"; \ No newline at end of file +@import "console.display.less"; \ No newline at end of file diff --git a/public/static/theme/css/icon/iconfont.eot b/public/static/theme/css/icon/iconfont.eot index a3fbad12e..8059e8245 100644 Binary files a/public/static/theme/css/icon/iconfont.eot and b/public/static/theme/css/icon/iconfont.eot differ diff --git a/public/static/theme/css/icon/iconfont.svg b/public/static/theme/css/icon/iconfont.svg index f26736143..390d39da9 100644 --- a/public/static/theme/css/icon/iconfont.svg +++ b/public/static/theme/css/icon/iconfont.svg @@ -26,7 +26,1294 @@ Created by iconfont - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/static/theme/css/icon/iconfont.ttf b/public/static/theme/css/icon/iconfont.ttf index b255588af..ee8fd3774 100644 Binary files a/public/static/theme/css/icon/iconfont.ttf and b/public/static/theme/css/icon/iconfont.ttf differ diff --git a/public/static/theme/css/icon/iconfont.woff b/public/static/theme/css/icon/iconfont.woff index 597a9d8bf..01c2d53f0 100644 Binary files a/public/static/theme/css/icon/iconfont.woff and b/public/static/theme/css/icon/iconfont.woff differ diff --git a/public/static/theme/css/icon/iconfont.woff2 b/public/static/theme/css/icon/iconfont.woff2 new file mode 100644 index 000000000..20bea167f Binary files /dev/null and b/public/static/theme/css/icon/iconfont.woff2 differ diff --git a/public/static/theme/css/iconfont.css b/public/static/theme/css/iconfont.css new file mode 100644 index 000000000..6ddaf65cc --- /dev/null +++ b/public/static/theme/css/iconfont.css @@ -0,0 +1 @@ +@font-face{font-family:iconfont;src:url(./icon/iconfont.eot);src:url(./icon/iconfont.eot#iefix) format('embedded-opentype'),url(./icon/iconfont.woff2) format('woff2'),url(./icon/iconfont.woff) format('woff'),url(./icon/iconfont.ttf) format('truetype'),url(./icon/iconfont.svg#iconfont) format('svg')}.iconfont{font-size:16px;font-style:normal;font-family:iconfont!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-yinliang:before{content:"\e87a"}.icon-zanting:before{content:"\e629"}.icon-kaishi2:before{content:"\e653"}.icon-lightauto:before{content:"\e6f6"}.icon-pick:before{content:"\e823"}.icon-lightforbid:before{content:"\e6f7"}.icon-form_favor_light:before{content:"\e824"}.icon-lightfill:before{content:"\e6f8"}.icon-round_comment_light:before{content:"\e825"}.icon-camerarotate:before{content:"\e6f9"}.icon-phone_light:before{content:"\e826"}.icon-light:before{content:"\e6fa"}.icon-round_down_light:before{content:"\e827"}.icon-barcode:before{content:"\e6fb"}.icon-friend_settings_light:before{content:"\e828"}.icon-flashlightclose:before{content:"\e6fc"}.icon-change:before{content:"\e829"}.icon-flashlightopen:before{content:"\e6fd"}.icon-round_list_light:before{content:"\e82a"}.icon-searchlist:before{content:"\e6fe"}.icon-ticket_fill:before{content:"\e82b"}.icon-service:before{content:"\e6ff"}.icon-round_friend_fill:before{content:"\e82c"}.icon-sort:before{content:"\e700"}.icon-round_crown_fill:before{content:"\e82d"}.icon-1212:before{content:"\e702"}.icon-round_link_fill:before{content:"\e82e"}.icon-down:before{content:"\e703"}.icon-round_light_fill:before{content:"\e82f"}.icon-mobile:before{content:"\e704"}.icon-round_favor_fill:before{content:"\e830"}.icon-mobilefill:before{content:"\e705"}.icon-round_menu_fill:before{content:"\e831"}.icon-copy:before{content:"\e706"}.icon-round_location_fill:before{content:"\e832"}.icon-countdownfill:before{content:"\e707"}.icon-round_pay_fill:before{content:"\e833"}.icon-countdown:before{content:"\e708"}.icon-round_like_fill:before{content:"\e834"}.icon-noticefill:before{content:"\e709"}.icon-round_people_fill:before{content:"\e835"}.icon-notice:before{content:"\e70a"}.icon-round_pay:before{content:"\e836"}.icon-qiang:before{content:"\e70b"}.icon-round_rank_fill:before{content:"\e837"}.icon-upstagefill:before{content:"\e70e"}.icon-round_redpacket_fill:before{content:"\e838"}.icon-upstage:before{content:"\e70f"}.icon-round_skin_fill:before{content:"\e839"}.icon-babyfill:before{content:"\e710"}.icon-round_record_fill:before{content:"\e83a"}.icon-baby:before{content:"\e711"}.icon-round_ticket_fill:before{content:"\e83b"}.icon-brandfill:before{content:"\e712"}.icon-round_redpacket:before{content:"\e83c"}.icon-brand:before{content:"\e713"}.icon-round_text_fill:before{content:"\e83d"}.icon-choicenessfill:before{content:"\e714"}.icon-round_ticket:before{content:"\e83e"}.icon-choiceness:before{content:"\e715"}.icon-round_transfer_fill:before{content:"\e83f"}.icon-clothesfill:before{content:"\e716"}.icon-subtitle_block_light:before{content:"\e840"}.icon-clothes:before{content:"\e717"}.icon-warn_light:before{content:"\e841"}.icon-creativefill:before{content:"\e718"}.icon-round_transfer:before{content:"\e842"}.icon-creative:before{content:"\e719"}.icon-vip_code_light:before{content:"\e843"}.icon-female:before{content:"\e71a"}.icon-subtitle_unblock_light:before{content:"\e844"}.icon-keyboard:before{content:"\e71b"}.icon-round_shop_fill:before{content:"\e845"}.icon-male:before{content:"\e71c"}.icon-oppose_fill_light:before{content:"\e846"}.icon-newfill:before{content:"\e71d"}.icon-oppose_light:before{content:"\e847"}.icon-new:before{content:"\e71e"}.icon-living:before{content:"\e848"}.icon-pullleft:before{content:"\e71f"}.icon-goods_hot_fill:before{content:"\e849"}.icon-pullright:before{content:"\e720"}.icon-ticket_money_fill:before{content:"\e84a"}.icon-rankfill:before{content:"\e721"}.icon-arrow_left_fill:before{content:"\e84b"}.icon-rank:before{content:"\e722"}.icon-arrow_up_fill:before{content:"\e84c"}.icon-bad:before{content:"\e723"}.icon-xiaoheiqun:before{content:"\e84d"}.icon-cameraadd:before{content:"\e724"}.icon-auction:before{content:"\e84e"}.icon-focus:before{content:"\e725"}.icon-return:before{content:"\e84f"}.icon-friendfill:before{content:"\e726"}.icon-mall_light:before{content:"\e850"}.icon-cameraaddfill:before{content:"\e727"}.icon-mall_fill_light:before{content:"\e851"}.icon-apps:before{content:"\e729"}.icon-broadcast_fill:before{content:"\e852"}.icon-paintfill:before{content:"\e72a"}.icon-at:before{content:"\e853"}.icon-paint:before{content:"\e72b"}.icon-card_fill:before{content:"\e854"}.icon-picfill:before{content:"\e72c"}.icon-refresharrow:before{content:"\e72d"}.icon-markfill:before{content:"\e730"}.icon-mark:before{content:"\e731"}.icon-presentfill:before{content:"\e732"}.icon-repeal:before{content:"\e733"}.icon-album:before{content:"\e734"}.icon-peoplefill:before{content:"\e735"}.icon-people:before{content:"\e736"}.icon-servicefill:before{content:"\e737"}.icon-repair:before{content:"\e738"}.icon-file:before{content:"\e739"}.icon-repairfill:before{content:"\e73a"}.icon-taoxiaopu:before{content:"\e73b"}.icon-attentionfill:before{content:"\e73c"}.icon-attention:before{content:"\e73d"}.icon-commandfill:before{content:"\e73e"}.icon-command:before{content:"\e73f"}.icon-communityfill:before{content:"\e740"}.icon-community:before{content:"\e741"}.icon-read:before{content:"\e742"}.icon-suan:before{content:"\e743"}.icon-hua:before{content:"\e744"}.icon-ju:before{content:"\e745"}.icon-tian:before{content:"\e748"}.icon-calendar:before{content:"\e74a"}.icon-cut:before{content:"\e74b"}.icon-magic:before{content:"\e74c"}.icon-backwardfill:before{content:"\e74d"}.icon-playfill:before{content:"\e74f"}.icon-stop:before{content:"\e750"}.icon-tagfill:before{content:"\e751"}.icon-tag:before{content:"\e752"}.icon-group:before{content:"\e753"}.icon-all:before{content:"\e755"}.icon-backdelete:before{content:"\e756"}.icon-hotfill:before{content:"\e757"}.icon-hot:before{content:"\e758"}.icon-post:before{content:"\e759"}.icon-radiobox:before{content:"\e75b"}.icon-rounddown:before{content:"\e75c"}.icon-upload:before{content:"\e75d"}.icon-writefill:before{content:"\e760"}.icon-write:before{content:"\e761"}.icon-radioboxfill:before{content:"\e763"}.icon-punch:before{content:"\e764"}.icon-shake:before{content:"\e765"}.icon-add1:before{content:"\e767"}.icon-move:before{content:"\e768"}.icon-safe:before{content:"\e769"}.icon-haodian:before{content:"\e76d"}.icon-mao:before{content:"\e76e"}.icon-qi:before{content:"\e76f"}.icon-ye:before{content:"\e770"}.icon-activityfill:before{content:"\e775"}.icon-crownfill:before{content:"\e776"}.icon-crown:before{content:"\e777"}.icon-goodsfill:before{content:"\e778"}.icon-messagefill:before{content:"\e779"}.icon-profilefill:before{content:"\e77a"}.icon-sound:before{content:"\e77b"}.icon-sponsorfill:before{content:"\e77c"}.icon-sponsor:before{content:"\e77d"}.icon-upblock:before{content:"\e77e"}.icon-weblock:before{content:"\e77f"}.icon-weunblock:before{content:"\e780"}.icon-1111:before{content:"\e782"}.icon-emojifill:before{content:"\e78d"}.icon-emojiflashfill:before{content:"\e78e"}.icon-flashbuyfill-copy:before{content:"\e78f"}.icon-text:before{content:"\e791"}.icon-goodsfavor:before{content:"\e794"}.icon-musicfill:before{content:"\e795"}.icon-musicforbidfill:before{content:"\e796"}.icon-xiamiforbid:before{content:"\e797"}.icon-xiami:before{content:"\e798"}.icon-roundleftfill:before{content:"\e799"}.icon-triangledownfill:before{content:"\e79b"}.icon-triangleupfill:before{content:"\e79c"}.icon-roundleftfill-copy:before{content:"\e79e"}.icon-pulldown1:before{content:"\e79f"}.icon-emojilight:before{content:"\e7a1"}.icon-keyboardlight:before{content:"\e7a3"}.icon-appreciate:before{content:"\e644"}.icon-recordfill:before{content:"\e7a4"}.icon-check:before{content:"\e645"}.icon-recordlight:before{content:"\e7a5"}.icon-close:before{content:"\e646"}.icon-record:before{content:"\e7a6"}.icon-edit:before{content:"\e649"}.icon-roundaddlight:before{content:"\e7a7"}.icon-emoji:before{content:"\e64a"}.icon-soundlight:before{content:"\e7a8"}.icon-favorfill:before{content:"\e64b"}.icon-cardboardfill:before{content:"\e7a9"}.icon-favor:before{content:"\e64c"}.icon-cardboard:before{content:"\e7aa"}.icon-loading:before{content:"\e64f"}.icon-formfill:before{content:"\e7ab"}.icon-locationfill:before{content:"\e650"}.icon-coin:before{content:"\e7ac"}.icon-location:before{content:"\e651"}.icon-sortlight:before{content:"\e7ad"}.icon-phone:before{content:"\e652"}.icon-cardboardforbid:before{content:"\e7af"}.icon-roundcheckfill:before{content:"\e656"}.icon-circlefill:before{content:"\e7b0"}.icon-roundcheck:before{content:"\e657"}.icon-circle:before{content:"\e7b1"}.icon-roundclosefill:before{content:"\e658"}.icon-attentionforbid:before{content:"\e7b2"}.icon-roundclose:before{content:"\e659"}.icon-attentionforbidfill:before{content:"\e7b3"}.icon-roundrightfill:before{content:"\e65a"}.icon-attentionfavorfill:before{content:"\e7b4"}.icon-roundright:before{content:"\e65b"}.icon-attentionfavor:before{content:"\e7b5"}.icon-search:before{content:"\e65c"}.icon-piclight:before{content:"\e7b7"}.icon-taxi:before{content:"\e65d"}.icon-shoplight:before{content:"\e7b8"}.icon-timefill:before{content:"\e65e"}.icon-voicelight:before{content:"\e7b9"}.icon-time:before{content:"\e65f"}.icon-attentionfavorfill-copy:before{content:"\e7ba"}.icon-unfold:before{content:"\e661"}.icon-full:before{content:"\e7bc"}.icon-warnfill:before{content:"\e662"}.icon-mail:before{content:"\e7bd"}.icon-warn:before{content:"\e663"}.icon-peoplelist:before{content:"\e7be"}.icon-camerafill:before{content:"\e664"}.icon-goodsnewfill:before{content:"\e7bf"}.icon-camera:before{content:"\e665"}.icon-goodsnew:before{content:"\e7c0"}.icon-commentfill:before{content:"\e666"}.icon-medalfill:before{content:"\e7c1"}.icon-comment:before{content:"\e667"}.icon-medal:before{content:"\e7c2"}.icon-likefill:before{content:"\e668"}.icon-newsfill:before{content:"\e7c3"}.icon-like:before{content:"\e669"}.icon-newshotfill:before{content:"\e7c4"}.icon-notificationfill:before{content:"\e66a"}.icon-newshot:before{content:"\e7c5"}.icon-notification:before{content:"\e66b"}.icon-news:before{content:"\e7c6"}.icon-order:before{content:"\e66c"}.icon-videofill:before{content:"\e7c7"}.icon-samefill:before{content:"\e66d"}.icon-video:before{content:"\e7c8"}.icon-same:before{content:"\e66e"}.icon-askfill:before{content:"\e7c9"}.icon-deliver:before{content:"\e671"}.icon-ask:before{content:"\e7ca"}.icon-evaluate:before{content:"\e672"}.icon-exit:before{content:"\e7cb"}.icon-pay:before{content:"\e673"}.icon-skinfill:before{content:"\e7cc"}.icon-send:before{content:"\e675"}.icon-skin:before{content:"\e7cd"}.icon-shop:before{content:"\e676"}.icon-moneybagfill:before{content:"\e7ce"}.icon-ticket:before{content:"\e677"}.icon-usefullfill:before{content:"\e7cf"}.icon-wang:before{content:"\e678"}.icon-usefull:before{content:"\e7d0"}.icon-back:before{content:"\e679"}.icon-moneybag:before{content:"\e7d1"}.icon-cascades:before{content:"\e67c"}.icon-redpacket_fill:before{content:"\e7d3"}.icon-discover:before{content:"\e67e"}.icon-subscription:before{content:"\e7d4"}.icon-list:before{content:"\e682"}.icon-home_light:before{content:"\e7d5"}.icon-more:before{content:"\e684"}.icon-my_light:before{content:"\e7d6"}.icon-scan:before{content:"\e689"}.icon-community_light:before{content:"\e7d7"}.icon-settings:before{content:"\e68a"}.icon-cart_light:before{content:"\e7d8"}.icon-questionfill:before{content:"\e690"}.icon-we_light:before{content:"\e7d9"}.icon-question:before{content:"\e691"}.icon-home_fill_light:before{content:"\e7da"}.icon-shopfill:before{content:"\e697"}.icon-cart_fill_light:before{content:"\e7db"}.icon-form:before{content:"\e699"}.icon-community_fill_light:before{content:"\e7dc"}.icon-wangfill:before{content:"\e69a"}.icon-my_fill_light:before{content:"\e7dd"}.icon-pic:before{content:"\e69b"}.icon-we_fill_light:before{content:"\e7de"}.icon-filter:before{content:"\e69c"}.icon-skin_light:before{content:"\e7df"}.icon-footprint:before{content:"\e69d"}.icon-search_light:before{content:"\e7e0"}.icon-top:before{content:"\e69e"}.icon-scan_light:before{content:"\e7e1"}.icon-pulldown:before{content:"\e69f"}.icon-people_list_light:before{content:"\e7e2"}.icon-pullup:before{content:"\e6a0"}.icon-message_light:before{content:"\e7e3"}.icon-right:before{content:"\e6a3"}.icon-close_light:before{content:"\e7e4"}.icon-refresh:before{content:"\e6a4"}.icon-add_light:before{content:"\e7e5"}.icon-moreandroid:before{content:"\e6a5"}.icon-profile_light:before{content:"\e7e6"}.icon-deletefill:before{content:"\e6a6"}.icon-service_light:before{content:"\e7e7"}.icon-refund:before{content:"\e6ac"}.icon-friend_add_light:before{content:"\e7e8"}.icon-cart:before{content:"\e6af"}.icon-edit_light:before{content:"\e7e9"}.icon-qrcode:before{content:"\e6b0"}.icon-camera_light:before{content:"\e7ea"}.icon-remind:before{content:"\e6b2"}.icon-hot_light:before{content:"\e7eb"}.icon-delete:before{content:"\e6b4"}.icon-refresh_light:before{content:"\e7ec"}.icon-profile:before{content:"\e6b7"}.icon-back_light:before{content:"\e7ed"}.icon-home:before{content:"\e6b8"}.icon-share_light:before{content:"\e7ee"}.icon-cartfill:before{content:"\e6b9"}.icon-comment_light:before{content:"\e7ef"}.icon-discoverfill:before{content:"\e6ba"}.icon-appreciate_light:before{content:"\e7f0"}.icon-homefill:before{content:"\e6bb"}.icon-favor_light:before{content:"\e7f1"}.icon-message:before{content:"\e6bc"}.icon-appreciate_fill_light:before{content:"\e7f2"}.icon-addressbook:before{content:"\e6bd"}.icon-comment_fill_light:before{content:"\e7f3"}.icon-link:before{content:"\e6bf"}.icon-wang_light:before{content:"\e7f4"}.icon-lock:before{content:"\e6c0"}.icon-more_android_light:before{content:"\e7f5"}.icon-unlock:before{content:"\e6c2"}.icon-friend_light:before{content:"\e7f6"}.icon-vip:before{content:"\e6c3"}.icon-more_light:before{content:"\e7f7"}.icon-weibo:before{content:"\e6c4"}.icon-goods_favor_light:before{content:"\e7f8"}.icon-activity:before{content:"\e6c5"}.icon-goods_new_fill_light:before{content:"\e7f9"}.icon-big:before{content:"\e6c7"}.icon-goods_new_light:before{content:"\e7fa"}.icon-friendaddfill:before{content:"\e6c9"}.icon-goods_light:before{content:"\e7fb"}.icon-friendadd:before{content:"\e6ca"}.icon-medal_fill_light:before{content:"\e7fc"}.icon-friendfamous:before{content:"\e6cb"}.icon-medal_light:before{content:"\e7fd"}.icon-friend:before{content:"\e6cc"}.icon-news_fill_light:before{content:"\e7fe"}.icon-goods:before{content:"\e6cd"}.icon-news_hot_fill_light:before{content:"\e7ff"}.icon-selection:before{content:"\e6ce"}.icon-news_hot_light:before{content:"\e800"}.icon-tmall:before{content:"\e6cf"}.icon-news_light:before{content:"\e801"}.icon-explore:before{content:"\e6d2"}.icon-video_fill_light:before{content:"\e802"}.icon-present:before{content:"\e6d3"}.icon-message_fill_light:before{content:"\e803"}.icon-squarecheckfill:before{content:"\e6d4"}.icon-form_light:before{content:"\e804"}.icon-square:before{content:"\e6d5"}.icon-video_light:before{content:"\e805"}.icon-squarecheck:before{content:"\e6d6"}.icon-search_list_light:before{content:"\e806"}.icon-round:before{content:"\e6d7"}.icon-form_fill_light:before{content:"\e807"}.icon-roundaddfill:before{content:"\e6d8"}.icon-global_light:before{content:"\e808"}.icon-roundadd:before{content:"\e6d9"}.icon-global:before{content:"\e809"}.icon-add:before{content:"\e6da"}.icon-favor_fill_light:before{content:"\e80a"}.icon-notificationforbidfill:before{content:"\e6db"}.icon-delete_light:before{content:"\e80b"}.icon-explorefill:before{content:"\e6dd"}.icon-back_android:before{content:"\e80c"}.icon-fold:before{content:"\e6de"}.icon-back_android_light:before{content:"\e80d"}.icon-game:before{content:"\e6df"}.icon-down_light:before{content:"\e80e"}.icon-redpacket:before{content:"\e6e0"}.icon-round_close_light:before{content:"\e80f"}.icon-selectionfill:before{content:"\e6e1"}.icon-round_close_fill_light:before{content:"\e810"}.icon-similar:before{content:"\e6e2"}.icon-expressman:before{content:"\e811"}.icon-appreciatefill:before{content:"\e6e3"}.icon-punch_light:before{content:"\e812"}.icon-infofill:before{content:"\e6e4"}.icon-evaluate_fill:before{content:"\e813"}.icon-info:before{content:"\e6e5"}.icon-furniture:before{content:"\e814"}.icon-tao:before{content:"\e6e8"}.icon-dress:before{content:"\e815"}.icon-mobiletao:before{content:"\e6e9"}.icon-coffee:before{content:"\e816"}.icon-forwardfill:before{content:"\e6ea"}.icon-sports:before{content:"\e817"}.icon-forward:before{content:"\e6eb"}.icon-group_light:before{content:"\e818"}.icon-rechargefill:before{content:"\e6ec"}.icon-location_light:before{content:"\e819"}.icon-recharge:before{content:"\e6ed"}.icon-attention_light:before{content:"\e81a"}.icon-vipcard:before{content:"\e6ee"}.icon-group_fill_light:before{content:"\e81b"}.icon-voice:before{content:"\e6ef"}.icon-group_fill:before{content:"\e81c"}.icon-voicefill:before{content:"\e6f0"}.icon-play_forward_fill:before{content:"\e81d"}.icon-friendfavor:before{content:"\e6f1"}.icon-subscription_light:before{content:"\e81e"}.icon-wifi:before{content:"\e6f2"}.icon-deliver_fill:before{content:"\e81f"}.icon-share:before{content:"\e6f3"}.icon-notice_forbid_fill:before{content:"\e820"}.icon-wefill:before{content:"\e6f4"}.icon-qr_code_light:before{content:"\e821"}.icon-we:before{content:"\e6f5"}.icon-settings_light:before{content:"\e822"}/*# sourceMappingURL=iconfont.css.map */ \ No newline at end of file diff --git a/public/static/theme/css/iconfont.css.map b/public/static/theme/css/iconfont.css.map new file mode 100644 index 000000000..de160fe8f --- /dev/null +++ b/public/static/theme/css/iconfont.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["iconfont.less"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/public/static/theme/css/iconfont.less b/public/static/theme/css/iconfont.less new file mode 100644 index 000000000..a42fd83d2 --- /dev/null +++ b/public/static/theme/css/iconfont.less @@ -0,0 +1,1746 @@ +@font-face { + font-family: "iconfont"; + src: url('./icon/iconfont.eot'); + src: url('./icon/iconfont.eot#iefix') format('embedded-opentype'), + url('./icon/iconfont.woff2') format('woff2'), + url('./icon/iconfont.woff') format('woff'), + url('./icon/iconfont.ttf') format('truetype'), + url('./icon/iconfont.svg#iconfont') format('svg'); +} + +.iconfont { + font-size: 16px; + font-style: normal; + font-family: "iconfont" !important; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-yinliang:before { + content: "\e87a"; +} + +.icon-zanting:before { + content: "\e629"; +} + +.icon-kaishi2:before { + content: "\e653"; +} + +.icon-lightauto:before { + content: "\e6f6"; +} + +.icon-pick:before { + content: "\e823"; +} + +.icon-lightforbid:before { + content: "\e6f7"; +} + +.icon-form_favor_light:before { + content: "\e824"; +} + +.icon-lightfill:before { + content: "\e6f8"; +} + +.icon-round_comment_light:before { + content: "\e825"; +} + +.icon-camerarotate:before { + content: "\e6f9"; +} + +.icon-phone_light:before { + content: "\e826"; +} + +.icon-light:before { + content: "\e6fa"; +} + +.icon-round_down_light:before { + content: "\e827"; +} + +.icon-barcode:before { + content: "\e6fb"; +} + +.icon-friend_settings_light:before { + content: "\e828"; +} + +.icon-flashlightclose:before { + content: "\e6fc"; +} + +.icon-change:before { + content: "\e829"; +} + +.icon-flashlightopen:before { + content: "\e6fd"; +} + +.icon-round_list_light:before { + content: "\e82a"; +} + +.icon-searchlist:before { + content: "\e6fe"; +} + +.icon-ticket_fill:before { + content: "\e82b"; +} + +.icon-service:before { + content: "\e6ff"; +} + +.icon-round_friend_fill:before { + content: "\e82c"; +} + +.icon-sort:before { + content: "\e700"; +} + +.icon-round_crown_fill:before { + content: "\e82d"; +} + +.icon-1212:before { + content: "\e702"; +} + +.icon-round_link_fill:before { + content: "\e82e"; +} + +.icon-down:before { + content: "\e703"; +} + +.icon-round_light_fill:before { + content: "\e82f"; +} + +.icon-mobile:before { + content: "\e704"; +} + +.icon-round_favor_fill:before { + content: "\e830"; +} + +.icon-mobilefill:before { + content: "\e705"; +} + +.icon-round_menu_fill:before { + content: "\e831"; +} + +.icon-copy:before { + content: "\e706"; +} + +.icon-round_location_fill:before { + content: "\e832"; +} + +.icon-countdownfill:before { + content: "\e707"; +} + +.icon-round_pay_fill:before { + content: "\e833"; +} + +.icon-countdown:before { + content: "\e708"; +} + +.icon-round_like_fill:before { + content: "\e834"; +} + +.icon-noticefill:before { + content: "\e709"; +} + +.icon-round_people_fill:before { + content: "\e835"; +} + +.icon-notice:before { + content: "\e70a"; +} + +.icon-round_pay:before { + content: "\e836"; +} + +.icon-qiang:before { + content: "\e70b"; +} + +.icon-round_rank_fill:before { + content: "\e837"; +} + +.icon-upstagefill:before { + content: "\e70e"; +} + +.icon-round_redpacket_fill:before { + content: "\e838"; +} + +.icon-upstage:before { + content: "\e70f"; +} + +.icon-round_skin_fill:before { + content: "\e839"; +} + +.icon-babyfill:before { + content: "\e710"; +} + +.icon-round_record_fill:before { + content: "\e83a"; +} + +.icon-baby:before { + content: "\e711"; +} + +.icon-round_ticket_fill:before { + content: "\e83b"; +} + +.icon-brandfill:before { + content: "\e712"; +} + +.icon-round_redpacket:before { + content: "\e83c"; +} + +.icon-brand:before { + content: "\e713"; +} + +.icon-round_text_fill:before { + content: "\e83d"; +} + +.icon-choicenessfill:before { + content: "\e714"; +} + +.icon-round_ticket:before { + content: "\e83e"; +} + +.icon-choiceness:before { + content: "\e715"; +} + +.icon-round_transfer_fill:before { + content: "\e83f"; +} + +.icon-clothesfill:before { + content: "\e716"; +} + +.icon-subtitle_block_light:before { + content: "\e840"; +} + +.icon-clothes:before { + content: "\e717"; +} + +.icon-warn_light:before { + content: "\e841"; +} + +.icon-creativefill:before { + content: "\e718"; +} + +.icon-round_transfer:before { + content: "\e842"; +} + +.icon-creative:before { + content: "\e719"; +} + +.icon-vip_code_light:before { + content: "\e843"; +} + +.icon-female:before { + content: "\e71a"; +} + +.icon-subtitle_unblock_light:before { + content: "\e844"; +} + +.icon-keyboard:before { + content: "\e71b"; +} + +.icon-round_shop_fill:before { + content: "\e845"; +} + +.icon-male:before { + content: "\e71c"; +} + +.icon-oppose_fill_light:before { + content: "\e846"; +} + +.icon-newfill:before { + content: "\e71d"; +} + +.icon-oppose_light:before { + content: "\e847"; +} + +.icon-new:before { + content: "\e71e"; +} + +.icon-living:before { + content: "\e848"; +} + +.icon-pullleft:before { + content: "\e71f"; +} + +.icon-goods_hot_fill:before { + content: "\e849"; +} + +.icon-pullright:before { + content: "\e720"; +} + +.icon-ticket_money_fill:before { + content: "\e84a"; +} + +.icon-rankfill:before { + content: "\e721"; +} + +.icon-arrow_left_fill:before { + content: "\e84b"; +} + +.icon-rank:before { + content: "\e722"; +} + +.icon-arrow_up_fill:before { + content: "\e84c"; +} + +.icon-bad:before { + content: "\e723"; +} + +.icon-xiaoheiqun:before { + content: "\e84d"; +} + +.icon-cameraadd:before { + content: "\e724"; +} + +.icon-auction:before { + content: "\e84e"; +} + +.icon-focus:before { + content: "\e725"; +} + +.icon-return:before { + content: "\e84f"; +} + +.icon-friendfill:before { + content: "\e726"; +} + +.icon-mall_light:before { + content: "\e850"; +} + +.icon-cameraaddfill:before { + content: "\e727"; +} + +.icon-mall_fill_light:before { + content: "\e851"; +} + +.icon-apps:before { + content: "\e729"; +} + +.icon-broadcast_fill:before { + content: "\e852"; +} + +.icon-paintfill:before { + content: "\e72a"; +} + +.icon-at:before { + content: "\e853"; +} + +.icon-paint:before { + content: "\e72b"; +} + +.icon-card_fill:before { + content: "\e854"; +} + +.icon-picfill:before { + content: "\e72c"; +} + +.icon-refresharrow:before { + content: "\e72d"; +} + +.icon-markfill:before { + content: "\e730"; +} + +.icon-mark:before { + content: "\e731"; +} + +.icon-presentfill:before { + content: "\e732"; +} + +.icon-repeal:before { + content: "\e733"; +} + +.icon-album:before { + content: "\e734"; +} + +.icon-peoplefill:before { + content: "\e735"; +} + +.icon-people:before { + content: "\e736"; +} + +.icon-servicefill:before { + content: "\e737"; +} + +.icon-repair:before { + content: "\e738"; +} + +.icon-file:before { + content: "\e739"; +} + +.icon-repairfill:before { + content: "\e73a"; +} + +.icon-taoxiaopu:before { + content: "\e73b"; +} + +.icon-attentionfill:before { + content: "\e73c"; +} + +.icon-attention:before { + content: "\e73d"; +} + +.icon-commandfill:before { + content: "\e73e"; +} + +.icon-command:before { + content: "\e73f"; +} + +.icon-communityfill:before { + content: "\e740"; +} + +.icon-community:before { + content: "\e741"; +} + +.icon-read:before { + content: "\e742"; +} + +.icon-suan:before { + content: "\e743"; +} + +.icon-hua:before { + content: "\e744"; +} + +.icon-ju:before { + content: "\e745"; +} + +.icon-tian:before { + content: "\e748"; +} + +.icon-calendar:before { + content: "\e74a"; +} + +.icon-cut:before { + content: "\e74b"; +} + +.icon-magic:before { + content: "\e74c"; +} + +.icon-backwardfill:before { + content: "\e74d"; +} + +.icon-playfill:before { + content: "\e74f"; +} + +.icon-stop:before { + content: "\e750"; +} + +.icon-tagfill:before { + content: "\e751"; +} + +.icon-tag:before { + content: "\e752"; +} + +.icon-group:before { + content: "\e753"; +} + +.icon-all:before { + content: "\e755"; +} + +.icon-backdelete:before { + content: "\e756"; +} + +.icon-hotfill:before { + content: "\e757"; +} + +.icon-hot:before { + content: "\e758"; +} + +.icon-post:before { + content: "\e759"; +} + +.icon-radiobox:before { + content: "\e75b"; +} + +.icon-rounddown:before { + content: "\e75c"; +} + +.icon-upload:before { + content: "\e75d"; +} + +.icon-writefill:before { + content: "\e760"; +} + +.icon-write:before { + content: "\e761"; +} + +.icon-radioboxfill:before { + content: "\e763"; +} + +.icon-punch:before { + content: "\e764"; +} + +.icon-shake:before { + content: "\e765"; +} + +.icon-add1:before { + content: "\e767"; +} + +.icon-move:before { + content: "\e768"; +} + +.icon-safe:before { + content: "\e769"; +} + +.icon-haodian:before { + content: "\e76d"; +} + +.icon-mao:before { + content: "\e76e"; +} + +.icon-qi:before { + content: "\e76f"; +} + +.icon-ye:before { + content: "\e770"; +} + +.icon-activityfill:before { + content: "\e775"; +} + +.icon-crownfill:before { + content: "\e776"; +} + +.icon-crown:before { + content: "\e777"; +} + +.icon-goodsfill:before { + content: "\e778"; +} + +.icon-messagefill:before { + content: "\e779"; +} + +.icon-profilefill:before { + content: "\e77a"; +} + +.icon-sound:before { + content: "\e77b"; +} + +.icon-sponsorfill:before { + content: "\e77c"; +} + +.icon-sponsor:before { + content: "\e77d"; +} + +.icon-upblock:before { + content: "\e77e"; +} + +.icon-weblock:before { + content: "\e77f"; +} + +.icon-weunblock:before { + content: "\e780"; +} + +.icon-1111:before { + content: "\e782"; +} + +.icon-emojifill:before { + content: "\e78d"; +} + +.icon-emojiflashfill:before { + content: "\e78e"; +} + +.icon-flashbuyfill-copy:before { + content: "\e78f"; +} + +.icon-text:before { + content: "\e791"; +} + +.icon-goodsfavor:before { + content: "\e794"; +} + +.icon-musicfill:before { + content: "\e795"; +} + +.icon-musicforbidfill:before { + content: "\e796"; +} + +.icon-xiamiforbid:before { + content: "\e797"; +} + +.icon-xiami:before { + content: "\e798"; +} + +.icon-roundleftfill:before { + content: "\e799"; +} + +.icon-triangledownfill:before { + content: "\e79b"; +} + +.icon-triangleupfill:before { + content: "\e79c"; +} + +.icon-roundleftfill-copy:before { + content: "\e79e"; +} + +.icon-pulldown1:before { + content: "\e79f"; +} + +.icon-emojilight:before { + content: "\e7a1"; +} + +.icon-keyboardlight:before { + content: "\e7a3"; +} + +.icon-appreciate:before { + content: "\e644"; +} + +.icon-recordfill:before { + content: "\e7a4"; +} + +.icon-check:before { + content: "\e645"; +} + +.icon-recordlight:before { + content: "\e7a5"; +} + +.icon-close:before { + content: "\e646"; +} + +.icon-record:before { + content: "\e7a6"; +} + +.icon-edit:before { + content: "\e649"; +} + +.icon-roundaddlight:before { + content: "\e7a7"; +} + +.icon-emoji:before { + content: "\e64a"; +} + +.icon-soundlight:before { + content: "\e7a8"; +} + +.icon-favorfill:before { + content: "\e64b"; +} + +.icon-cardboardfill:before { + content: "\e7a9"; +} + +.icon-favor:before { + content: "\e64c"; +} + +.icon-cardboard:before { + content: "\e7aa"; +} + +.icon-loading:before { + content: "\e64f"; +} + +.icon-formfill:before { + content: "\e7ab"; +} + +.icon-locationfill:before { + content: "\e650"; +} + +.icon-coin:before { + content: "\e7ac"; +} + +.icon-location:before { + content: "\e651"; +} + +.icon-sortlight:before { + content: "\e7ad"; +} + +.icon-phone:before { + content: "\e652"; +} + +.icon-cardboardforbid:before { + content: "\e7af"; +} + +.icon-roundcheckfill:before { + content: "\e656"; +} + +.icon-circlefill:before { + content: "\e7b0"; +} + +.icon-roundcheck:before { + content: "\e657"; +} + +.icon-circle:before { + content: "\e7b1"; +} + +.icon-roundclosefill:before { + content: "\e658"; +} + +.icon-attentionforbid:before { + content: "\e7b2"; +} + +.icon-roundclose:before { + content: "\e659"; +} + +.icon-attentionforbidfill:before { + content: "\e7b3"; +} + +.icon-roundrightfill:before { + content: "\e65a"; +} + +.icon-attentionfavorfill:before { + content: "\e7b4"; +} + +.icon-roundright:before { + content: "\e65b"; +} + +.icon-attentionfavor:before { + content: "\e7b5"; +} + +.icon-search:before { + content: "\e65c"; +} + +.icon-piclight:before { + content: "\e7b7"; +} + +.icon-taxi:before { + content: "\e65d"; +} + +.icon-shoplight:before { + content: "\e7b8"; +} + +.icon-timefill:before { + content: "\e65e"; +} + +.icon-voicelight:before { + content: "\e7b9"; +} + +.icon-time:before { + content: "\e65f"; +} + +.icon-attentionfavorfill-copy:before { + content: "\e7ba"; +} + +.icon-unfold:before { + content: "\e661"; +} + +.icon-full:before { + content: "\e7bc"; +} + +.icon-warnfill:before { + content: "\e662"; +} + +.icon-mail:before { + content: "\e7bd"; +} + +.icon-warn:before { + content: "\e663"; +} + +.icon-peoplelist:before { + content: "\e7be"; +} + +.icon-camerafill:before { + content: "\e664"; +} + +.icon-goodsnewfill:before { + content: "\e7bf"; +} + +.icon-camera:before { + content: "\e665"; +} + +.icon-goodsnew:before { + content: "\e7c0"; +} + +.icon-commentfill:before { + content: "\e666"; +} + +.icon-medalfill:before { + content: "\e7c1"; +} + +.icon-comment:before { + content: "\e667"; +} + +.icon-medal:before { + content: "\e7c2"; +} + +.icon-likefill:before { + content: "\e668"; +} + +.icon-newsfill:before { + content: "\e7c3"; +} + +.icon-like:before { + content: "\e669"; +} + +.icon-newshotfill:before { + content: "\e7c4"; +} + +.icon-notificationfill:before { + content: "\e66a"; +} + +.icon-newshot:before { + content: "\e7c5"; +} + +.icon-notification:before { + content: "\e66b"; +} + +.icon-news:before { + content: "\e7c6"; +} + +.icon-order:before { + content: "\e66c"; +} + +.icon-videofill:before { + content: "\e7c7"; +} + +.icon-samefill:before { + content: "\e66d"; +} + +.icon-video:before { + content: "\e7c8"; +} + +.icon-same:before { + content: "\e66e"; +} + +.icon-askfill:before { + content: "\e7c9"; +} + +.icon-deliver:before { + content: "\e671"; +} + +.icon-ask:before { + content: "\e7ca"; +} + +.icon-evaluate:before { + content: "\e672"; +} + +.icon-exit:before { + content: "\e7cb"; +} + +.icon-pay:before { + content: "\e673"; +} + +.icon-skinfill:before { + content: "\e7cc"; +} + +.icon-send:before { + content: "\e675"; +} + +.icon-skin:before { + content: "\e7cd"; +} + +.icon-shop:before { + content: "\e676"; +} + +.icon-moneybagfill:before { + content: "\e7ce"; +} + +.icon-ticket:before { + content: "\e677"; +} + +.icon-usefullfill:before { + content: "\e7cf"; +} + +.icon-wang:before { + content: "\e678"; +} + +.icon-usefull:before { + content: "\e7d0"; +} + +.icon-back:before { + content: "\e679"; +} + +.icon-moneybag:before { + content: "\e7d1"; +} + +.icon-cascades:before { + content: "\e67c"; +} + +.icon-redpacket_fill:before { + content: "\e7d3"; +} + +.icon-discover:before { + content: "\e67e"; +} + +.icon-subscription:before { + content: "\e7d4"; +} + +.icon-list:before { + content: "\e682"; +} + +.icon-home_light:before { + content: "\e7d5"; +} + +.icon-more:before { + content: "\e684"; +} + +.icon-my_light:before { + content: "\e7d6"; +} + +.icon-scan:before { + content: "\e689"; +} + +.icon-community_light:before { + content: "\e7d7"; +} + +.icon-settings:before { + content: "\e68a"; +} + +.icon-cart_light:before { + content: "\e7d8"; +} + +.icon-questionfill:before { + content: "\e690"; +} + +.icon-we_light:before { + content: "\e7d9"; +} + +.icon-question:before { + content: "\e691"; +} + +.icon-home_fill_light:before { + content: "\e7da"; +} + +.icon-shopfill:before { + content: "\e697"; +} + +.icon-cart_fill_light:before { + content: "\e7db"; +} + +.icon-form:before { + content: "\e699"; +} + +.icon-community_fill_light:before { + content: "\e7dc"; +} + +.icon-wangfill:before { + content: "\e69a"; +} + +.icon-my_fill_light:before { + content: "\e7dd"; +} + +.icon-pic:before { + content: "\e69b"; +} + +.icon-we_fill_light:before { + content: "\e7de"; +} + +.icon-filter:before { + content: "\e69c"; +} + +.icon-skin_light:before { + content: "\e7df"; +} + +.icon-footprint:before { + content: "\e69d"; +} + +.icon-search_light:before { + content: "\e7e0"; +} + +.icon-top:before { + content: "\e69e"; +} + +.icon-scan_light:before { + content: "\e7e1"; +} + +.icon-pulldown:before { + content: "\e69f"; +} + +.icon-people_list_light:before { + content: "\e7e2"; +} + +.icon-pullup:before { + content: "\e6a0"; +} + +.icon-message_light:before { + content: "\e7e3"; +} + +.icon-right:before { + content: "\e6a3"; +} + +.icon-close_light:before { + content: "\e7e4"; +} + +.icon-refresh:before { + content: "\e6a4"; +} + +.icon-add_light:before { + content: "\e7e5"; +} + +.icon-moreandroid:before { + content: "\e6a5"; +} + +.icon-profile_light:before { + content: "\e7e6"; +} + +.icon-deletefill:before { + content: "\e6a6"; +} + +.icon-service_light:before { + content: "\e7e7"; +} + +.icon-refund:before { + content: "\e6ac"; +} + +.icon-friend_add_light:before { + content: "\e7e8"; +} + +.icon-cart:before { + content: "\e6af"; +} + +.icon-edit_light:before { + content: "\e7e9"; +} + +.icon-qrcode:before { + content: "\e6b0"; +} + +.icon-camera_light:before { + content: "\e7ea"; +} + +.icon-remind:before { + content: "\e6b2"; +} + +.icon-hot_light:before { + content: "\e7eb"; +} + +.icon-delete:before { + content: "\e6b4"; +} + +.icon-refresh_light:before { + content: "\e7ec"; +} + +.icon-profile:before { + content: "\e6b7"; +} + +.icon-back_light:before { + content: "\e7ed"; +} + +.icon-home:before { + content: "\e6b8"; +} + +.icon-share_light:before { + content: "\e7ee"; +} + +.icon-cartfill:before { + content: "\e6b9"; +} + +.icon-comment_light:before { + content: "\e7ef"; +} + +.icon-discoverfill:before { + content: "\e6ba"; +} + +.icon-appreciate_light:before { + content: "\e7f0"; +} + +.icon-homefill:before { + content: "\e6bb"; +} + +.icon-favor_light:before { + content: "\e7f1"; +} + +.icon-message:before { + content: "\e6bc"; +} + +.icon-appreciate_fill_light:before { + content: "\e7f2"; +} + +.icon-addressbook:before { + content: "\e6bd"; +} + +.icon-comment_fill_light:before { + content: "\e7f3"; +} + +.icon-link:before { + content: "\e6bf"; +} + +.icon-wang_light:before { + content: "\e7f4"; +} + +.icon-lock:before { + content: "\e6c0"; +} + +.icon-more_android_light:before { + content: "\e7f5"; +} + +.icon-unlock:before { + content: "\e6c2"; +} + +.icon-friend_light:before { + content: "\e7f6"; +} + +.icon-vip:before { + content: "\e6c3"; +} + +.icon-more_light:before { + content: "\e7f7"; +} + +.icon-weibo:before { + content: "\e6c4"; +} + +.icon-goods_favor_light:before { + content: "\e7f8"; +} + +.icon-activity:before { + content: "\e6c5"; +} + +.icon-goods_new_fill_light:before { + content: "\e7f9"; +} + +.icon-big:before { + content: "\e6c7"; +} + +.icon-goods_new_light:before { + content: "\e7fa"; +} + +.icon-friendaddfill:before { + content: "\e6c9"; +} + +.icon-goods_light:before { + content: "\e7fb"; +} + +.icon-friendadd:before { + content: "\e6ca"; +} + +.icon-medal_fill_light:before { + content: "\e7fc"; +} + +.icon-friendfamous:before { + content: "\e6cb"; +} + +.icon-medal_light:before { + content: "\e7fd"; +} + +.icon-friend:before { + content: "\e6cc"; +} + +.icon-news_fill_light:before { + content: "\e7fe"; +} + +.icon-goods:before { + content: "\e6cd"; +} + +.icon-news_hot_fill_light:before { + content: "\e7ff"; +} + +.icon-selection:before { + content: "\e6ce"; +} + +.icon-news_hot_light:before { + content: "\e800"; +} + +.icon-tmall:before { + content: "\e6cf"; +} + +.icon-news_light:before { + content: "\e801"; +} + +.icon-explore:before { + content: "\e6d2"; +} + +.icon-video_fill_light:before { + content: "\e802"; +} + +.icon-present:before { + content: "\e6d3"; +} + +.icon-message_fill_light:before { + content: "\e803"; +} + +.icon-squarecheckfill:before { + content: "\e6d4"; +} + +.icon-form_light:before { + content: "\e804"; +} + +.icon-square:before { + content: "\e6d5"; +} + +.icon-video_light:before { + content: "\e805"; +} + +.icon-squarecheck:before { + content: "\e6d6"; +} + +.icon-search_list_light:before { + content: "\e806"; +} + +.icon-round:before { + content: "\e6d7"; +} + +.icon-form_fill_light:before { + content: "\e807"; +} + +.icon-roundaddfill:before { + content: "\e6d8"; +} + +.icon-global_light:before { + content: "\e808"; +} + +.icon-roundadd:before { + content: "\e6d9"; +} + +.icon-global:before { + content: "\e809"; +} + +.icon-add:before { + content: "\e6da"; +} + +.icon-favor_fill_light:before { + content: "\e80a"; +} + +.icon-notificationforbidfill:before { + content: "\e6db"; +} + +.icon-delete_light:before { + content: "\e80b"; +} + +.icon-explorefill:before { + content: "\e6dd"; +} + +.icon-back_android:before { + content: "\e80c"; +} + +.icon-fold:before { + content: "\e6de"; +} + +.icon-back_android_light:before { + content: "\e80d"; +} + +.icon-game:before { + content: "\e6df"; +} + +.icon-down_light:before { + content: "\e80e"; +} + +.icon-redpacket:before { + content: "\e6e0"; +} + +.icon-round_close_light:before { + content: "\e80f"; +} + +.icon-selectionfill:before { + content: "\e6e1"; +} + +.icon-round_close_fill_light:before { + content: "\e810"; +} + +.icon-similar:before { + content: "\e6e2"; +} + +.icon-expressman:before { + content: "\e811"; +} + +.icon-appreciatefill:before { + content: "\e6e3"; +} + +.icon-punch_light:before { + content: "\e812"; +} + +.icon-infofill:before { + content: "\e6e4"; +} + +.icon-evaluate_fill:before { + content: "\e813"; +} + +.icon-info:before { + content: "\e6e5"; +} + +.icon-furniture:before { + content: "\e814"; +} + +.icon-tao:before { + content: "\e6e8"; +} + +.icon-dress:before { + content: "\e815"; +} + +.icon-mobiletao:before { + content: "\e6e9"; +} + +.icon-coffee:before { + content: "\e816"; +} + +.icon-forwardfill:before { + content: "\e6ea"; +} + +.icon-sports:before { + content: "\e817"; +} + +.icon-forward:before { + content: "\e6eb"; +} + +.icon-group_light:before { + content: "\e818"; +} + +.icon-rechargefill:before { + content: "\e6ec"; +} + +.icon-location_light:before { + content: "\e819"; +} + +.icon-recharge:before { + content: "\e6ed"; +} + +.icon-attention_light:before { + content: "\e81a"; +} + +.icon-vipcard:before { + content: "\e6ee"; +} + +.icon-group_fill_light:before { + content: "\e81b"; +} + +.icon-voice:before { + content: "\e6ef"; +} + +.icon-group_fill:before { + content: "\e81c"; +} + +.icon-voicefill:before { + content: "\e6f0"; +} + +.icon-play_forward_fill:before { + content: "\e81d"; +} + +.icon-friendfavor:before { + content: "\e6f1"; +} + +.icon-subscription_light:before { + content: "\e81e"; +} + +.icon-wifi:before { + content: "\e6f2"; +} + +.icon-deliver_fill:before { + content: "\e81f"; +} + +.icon-share:before { + content: "\e6f3"; +} + +.icon-notice_forbid_fill:before { + content: "\e820"; +} + +.icon-wefill:before { + content: "\e6f4"; +} + +.icon-qr_code_light:before { + content: "\e821"; +} + +.icon-we:before { + content: "\e6f5"; +} + +.icon-settings_light:before { + content: "\e822"; +} + diff --git a/public/static/theme/css/login.less b/public/static/theme/css/login.less index 8cc27cb95..75db01e29 100644 --- a/public/static/theme/css/login.less +++ b/public/static/theme/css/login.less @@ -1,5 +1,5 @@ @charset "UTF-8"; -@import "console.dynamic.less"; +@import "console.config.less"; // +---------------------------------------------------------------------- // | ThinkAdmin diff --git a/public/static/theme/css/package.json b/public/static/theme/css/package.json index 28b2e7d39..1367308b9 100644 --- a/public/static/theme/css/package.json +++ b/public/static/theme/css/package.json @@ -4,6 +4,6 @@ "description": "ThinkAdmin v6 theme less-style build", "scripts": { "install": "npm install less less-plugin-clean-css -g", - "build": "lessc --clean-css --source-map login.less login.css && lessc --clean-css --source-map mobile.less mobile.css && lessc --clean-css --source-map console.less console.css" + "build": "lessc --clean-css --source-map login.less login.css && lessc --clean-css --source-map mobile.less mobile.css && lessc --clean-css --source-map console.less console.css && lessc --clean-css --source-map iconfont.less iconfont.css" } } \ No newline at end of file