From 1e8bd1496c0512c8a74ad91657b0736c009cfcc4 Mon Sep 17 00:00:00 2001 From: sentsin Date: Tue, 29 Nov 2016 07:36:58 +0800 Subject: [PATCH] 1.0.5 --- CHANGELOG.md | 19 + bower.json | 2 +- build/css/layui.css | 4 +- build/css/modules/code.css | 2 +- build/css/modules/laydate/laydate.css | 2 +- build/css/modules/layer/default/layer.css | 2 +- build/font/iconfont.eot | Bin 47960 -> 51906 bytes build/font/iconfont.svg | 548 +++++++++++----------- build/font/iconfont.ttf | Bin 47672 -> 51620 bytes build/font/iconfont.woff | Bin 26548 -> 27904 bytes build/lay/dest/layui.all.js | 6 +- build/lay/dest/layui.mod.js | 4 +- build/lay/lib/jquery.js | 2 +- build/lay/modules/code.js | 2 +- build/lay/modules/element.js | 4 +- build/lay/modules/flow.js | 4 +- build/lay/modules/form.js | 2 +- build/lay/modules/laydate.js | 2 +- build/lay/modules/layedit.js | 2 +- build/lay/modules/layer.js | 4 +- build/lay/modules/laypage.js | 2 +- build/lay/modules/laytpl.js | 2 +- build/lay/modules/tree.js | 2 +- build/lay/modules/upload.js | 2 +- build/lay/modules/util.js | 2 +- build/layui.js | 4 +- gulpfile.js | 2 +- package.json | 2 +- src/css/layui.css | 64 ++- src/font/iconfont.eot | Bin 47960 -> 51906 bytes src/font/iconfont.svg | 548 +++++++++++----------- src/font/iconfont.ttf | Bin 47672 -> 51620 bytes src/font/iconfont.woff | Bin 26548 -> 27904 bytes src/lay/modules/element.js | 103 ++-- src/lay/modules/flow.js | 10 +- src/lay/modules/layer.js | 6 +- src/layui.js | 2 +- test/element.html | 35 +- test/flow.html | 11 +- test/json/layim/getList.json | 1 + test/table.html | 122 ++++- 41 files changed, 852 insertions(+), 679 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692139e0..6b169342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ +# v1.0.5 2016-11-29 + +* 增加多种table样式(表格相关的功能和数据操作会在 2.0大版本时推出) + +* Flow模块的信息流改为从第一页开始,done在初始时就会执行一次(更新时请特别注意,在你用到flow的地方进行微调,详见最新文档。为之前这个愚蠢的机制表示抱歉!) +* Flow模块的信息流剔除参数:isShowEnd +* Flow模块的信息流新增参数:end,用于显示末页内容(默认为:没有更多了) +* 导航菜单新增点击事件监听:element.on('nav(filter)', callback); +* 导航二级菜单增加当前选中样式,并对导航增加点击选中事件 +* 导航一级菜单的树形选中块调短,及多处细节调整 + +* 修复表单select选择下拉时对浏览器滚动条造成的不良体验 +* 修复如果对Tab选项卡设置了lay-allowClose属性,新增选项卡时未出现关闭图标的bug +* 修复layer组件如果end回调中再执行close出现死循环的问题 + + +--- + + # v1.0.4 2016-11-18 * Tab选项卡新增用于添加Tab选项的接口:element.tabAdd(filter, options); diff --git a/bower.json b/bower.json index 4f517cab..285ec689 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "layui", "main": "src/layui.js", - "version": "1.0.4", + "version": "1.0.5", "homepage": "https://github.com/sentsin/layui", "authors": [ "sentsin " diff --git a/build/css/layui.css b/build/css/layui.css index e17263ec..f5d0ce06 100644 --- a/build/css/layui.css +++ b/build/css/layui.css @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ -.layui-btn,.layui-inline,img{vertical-align:middle}.layui-btn,.layui-unselect{-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.layui-laypage a,a{text-decoration:none}.layui-btn,.layui-tree li i,.layui-unselect{-moz-user-select:none}blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}img{display:inline-block;border:none}li{list-style:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3{font-size:14px;font-weight:400}h4,h5,h6{font-size:100%;font-weight:400}button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:0}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-button:vertical{display:none}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background-color:#e2e2e2}::-webkit-scrollbar-thumb{border-radius:0;background-color:rgba(0,0,0,.3)}::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,0,0,.35)}::-webkit-scrollbar-thumb:vertical:active{background-color:rgba(0,0,0,.38)}@font-face{font-family:layui-icon;src:url(../font/iconfont.eot);src:url(../font/iconfont.eot?#iefix) format('embedded-opentype'),url(../font/iconfont.woff) format('woff'),url(../font/iconfont.ttf) format('truetype'),url(../font/iconfont.svg#iconfont) format('svg')}.layui-icon{font-family:layui-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:24px;font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif}.layui-flow-more a cite,.layui-laypage em,.layui-tree li a cite,a cite{font-style:normal}hr{height:1px;margin:10px 0;border:0;background-color:#e2e2e2;clear:both}a{color:#333}a:hover{color:#777}a cite{*cursor:pointer}.layui-box,.layui-box *{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important}.layui-border-box,.layui-border-box *{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.layui-clear{clear:both;*zoom:1}.layui-clear:after{content:'\20';clear:both;*zoom:1;display:block;height:0}.layui-inline{position:relative;display:inline-block;*display:inline;*zoom:1}.layui-edge{position:absolute;width:0;height:0;border-style:dashed;border-color:transparent;overflow:hidden}.layui-elip{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-disabled,.layui-disabled:hover{color:#d2d2d2!important;cursor:not-allowed!important}.layui-circle{border-radius:100%}.layui-show{display:block!important}.layui-hide{display:none!important}.layui-main{position:relative;width:1140px;margin:0 auto}.layui-header{position:relative;z-index:1000;height:65px}.layui-header a:hover{transition:all .5s;-webkit-transition:all .5s}.layui-side{position:fixed;top:0;bottom:0;z-index:999;width:200px;overflow-x:hidden}.layui-side-scroll{width:220px;height:100%;overflow-x:hidden}.layui-body{position:absolute;left:200px;right:0;top:0;bottom:0;z-index:998;width:auto;overflow:hidden;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.layui-layout-admin .layui-header{border-bottom:5px solid #1AA094}.layui-layout-admin .layui-side{top:70px;width:200px;overflow-x:hidden}.layui-layout-admin .layui-body{top:70px;bottom:44px}.layui-layout-admin .layui-main{width:auto;margin:0 15px}.layui-layout-admin .layui-footer{position:fixed;left:200px;right:0;bottom:0;height:44px;background-color:#eee}.layui-btn,.layui-input,.layui-textarea,.layui-upload-button{outline:0;-webkit-transition:border-color .3s cubic-bezier(.65,.05,.35,.5);transition:border-color .3s cubic-bezier(.65,.05,.35,.5);-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.layui-elem-quote{margin-bottom:10px;padding:15px;line-height:22px;border-left:5px solid #009688;border-radius:0 2px 2px 0;background-color:#f2f2f2}.layui-quote-nm{border-color:#e2e2e2;border-style:solid;border-width:1px 1px 1px 5px;background:0 0}.layui-elem-field{margin-bottom:10px;padding:0;border:1px solid #e2e2e2}.layui-elem-field legend{margin-left:20px;padding:0 10px;font-size:20px;font-weight:300}.layui-field-title{margin:10px 0 20px;border:none;border-top:1px solid #e2e2e2}.layui-field-box{padding:10px 15px}.layui-field-title .layui-field-box{padding:10px 0}.layui-bg-black{background-color:#393D49;color:#c2c2c2}.layui-bg-black a{color:#c2c2c2}.layui-bg-black a:hover{color:#fff}.layui-bg-gray{background-color:#eee;color:#333}.layui-bg-green{background-color:#009688;color:#D7EEE8}.layui-bg-blue{background-color:#1E9FFF;color:#D7EEE8}.layui-word-aux{font-size:12px;color:#999;padding:0 5px}.layui-btn{display:inline-block;height:38px;line-height:38px;padding:0 18px;background-color:#009688;color:#fff;white-space:nowrap;text-align:center;border:none;border-radius:2px;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}.layui-btn:hover{opacity:.8;filter:alpha(opacity=80);color:#fff}.layui-btn:active{opacity:1;filter:alpha(opacity=100)}.layui-btn+.layui-btn{margin-left:10px}.layui-btn-radius{border-radius:100px}.layui-btn .layui-icon{font-size:18px;vertical-align:bottom}.layui-btn-primary{border:1px solid #C9C9C9;background-color:#fff;color:#555}.layui-btn-primary:hover{border-color:#009688;color:#333}.layui-btn-normal{background-color:#1E9FFF}.layui-btn-warm{background-color:#F7B824}.layui-btn-danger{background-color:#FF5722}.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover{border:1px solid #e6e6e6;background-color:#FBFBFB;color:#C9C9C9;cursor:not-allowed;opacity:1}.layui-btn-big{height:44px;line-height:44px;padding:0 25px;font-size:16px}.layui-btn-small{height:30px;line-height:30px;padding:0 10px;font-size:12px}.layui-btn-small i{font-size:16px!important}.layui-btn-mini{height:22px;line-height:22px;padding:0 5px;font-size:12px}.layui-btn-mini i{font-size:14px!important}.layui-input,.layui-textarea{display:block;width:100%;padding-left:10px;height:38px;line-height:38px;line-height:36px\9;border:1px solid #e6e6e6;background-color:#fff;border-radius:2px}.layui-form-label,.layui-form-mid,.layui-textarea{line-height:20px;position:relative}.layui-input:hover,.layui-textarea:hover{border-color:#D2D2D2!important}.layui-input:focus,.layui-textarea:focus{border-color:#C9C9C9!important}.layui-textarea{min-height:100px;height:auto;padding:6px 10px;resize:vertical}.layui-form input[type=checkbox],.layui-form input[type=radio],.layui-form select{display:none}.layui-form-item{margin-bottom:15px;clear:both;*zoom:1}.layui-form-item:after{content:'\20';clear:both;*zoom:1;display:block;height:0}.layui-form-label{float:left;display:block;padding:9px 15px;width:80px;font-weight:400;text-align:right}.layui-form-item .layui-inline{margin-bottom:5px;margin-right:10px}.layui-input-block,.layui-input-inline{position:relative}.layui-input-block{margin-left:110px;min-height:36px}.layui-input-inline{display:inline-block;vertical-align:middle}.layui-form-item .layui-input-inline{float:left;width:190px;margin-right:10px}.layui-form-text .layui-input-inline{width:auto}.layui-form-mid{float:left;display:block;padding:8px 0;margin-right:10px}.layui-form-danger+.layui-form-select .layui-input,.layui-form-danger:focus{border:1px solid #FF5722!important}.layui-form-select{position:relative}.layui-form-select .layui-input{padding-right:30px;cursor:pointer}.layui-form-select .layui-edge{position:absolute;right:10px;top:50%;margin-top:-3px;cursor:pointer;border-width:6px;border-top-color:#c2c2c2;border-top-style:solid;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.layui-form-checkbox,.layui-form-switch{-webkit-transition:.1s linear;cursor:pointer}.layui-form-select dl{display:none;position:absolute;left:0;top:42px;margin-bottom:50px;padding:5px 0;z-index:999;min-width:100%;border:1px solid #d2d2d2;max-height:300px;overflow-y:auto;background-color:#fff;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.12);box-sizing:border-box}.layui-form-select dl dd,.layui-form-select dl dt{padding:0 10px;line-height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layui-form-select dl dt{font-size:12px;color:#999}.layui-form-select dl dd{cursor:pointer}.layui-form-select dl dd:hover{background-color:#f2f2f2}.layui-form-select .layui-select-group dd{padding-left:20px}.layui-form-select dl dd.layui-this{background-color:#5FB878;color:#fff}.layui-form-checkbox,.layui-form-select dl dd.layui-disabled{background-color:#fff}.layui-form-selected dl{display:block}.layui-form-checkbox,.layui-form-checkbox *,.layui-form-radio,.layui-form-radio *,.layui-form-switch{display:inline-block;vertical-align:middle}.layui-form-selected .layui-edge{margin-top:-9px;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-top:-3px\9}:root .layui-form-selected .layui-edge{margin-top:-9px\0/IE9}.layui-select-disabled .layui-disabled{border-color:#eee!important}.layui-select-disabled .layui-edge{border-top-color:#d2d2d2}.layui-form-checkbox{position:relative;height:30px;line-height:28px;margin:4px 10px 0 0;padding-right:30px;border:1px solid #d2d2d2;font-size:0;border-radius:2px;transition:.1s linear;box-sizing:border-box!important}.layui-form-checkbox:hover{border:1px solid #c2c2c2}.layui-form-checkbox span{padding:0 10px;font-size:14px;background-color:#d2d2d2;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.layui-form-checkbox:hover span{background-color:#c2c2c2}.layui-form-checkbox i{position:absolute;right:0;width:37px;color:#fff;font-size:20px}.layui-form-checkbox:hover i{color:#c2c2c2}.layui-form-checked,.layui-form-checked:hover{border:1px solid #5FB878}.layui-form-checked span,.layui-form-checked:hover span{background-color:#5FB878}.layui-form-checked i,.layui-form-checked:hover i{color:#5FB878}.layui-form-switch{position:relative;height:22px;line-height:22px;width:40px;padding:0 5px;margin-top:8px;border:1px solid #d2d2d2;border-radius:20px;background-color:#fff;transition:.1s linear}.layui-form-switch i{position:absolute;left:5px;top:3px;width:16px;height:16px;border-radius:20px;background-color:#d2d2d2;-webkit-transition:.1s linear;transition:.1s linear}.layui-form-onswitch{border-color:#5FB878;background-color:#5FB878}.layui-form-onswitch:before{content:'ON';color:#fff}.layui-form-onswitch i{left:30px;background-color:#fff}.layui-checkbox-disbaled{border-color:#e2e2e2!important}.layui-checkbox-disbaled span{background-color:#e2e2e2!important}.layui-checkbox-disbaled:hover i{color:#fff!important}.layui-form-radio{line-height:28px;margin:6px 10px 0 0;padding-right:10px;cursor:pointer;font-size:0}.layui-form-radio i{margin-right:8px;font-size:22px;color:#c2c2c2}.layui-form-radio span{font-size:14px}.layui-form-radio i:hover,.layui-form-radioed i{color:#5FB878}.layui-radio-disbaled i{color:#e2e2e2!important}.layui-form-pane .layui-form-label{width:80px;padding:8px 15px;line-height:20px;border:1px solid #e6e6e6;border-radius:2px 0 0 2px;text-align:center;background-color:#FBFBFB;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.layui-form-pane .layui-input-inline{margin-left:-1px}.layui-form-pane .layui-input-block{margin-left:112px;left:-1px}.layui-form-pane .layui-input{border-radius:0 2px 2px 0}.layui-form-pane .layui-form-text .layui-form-label{float:none;width:100%;border-right:1px solid #e6e6e6;border-radius:2px;box-sizing:border-box!important;text-align:left}.layui-laypage button,.layui-laypage input,.layui-nav{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.layui-form-pane .layui-form-text .layui-input-inline{display:block;margin:0;top:-1px;clear:both}.layui-form-pane .layui-form-text .layui-input-block{margin:0;left:0;top:-1px}.layui-form-pane .layui-form-text .layui-textarea{min-height:100px;border-radius:0 0 2px 2px}.layui-form-pane .layui-input:hover,.layui-form-pane .layui-textarea:hover{border-color:#e6e6e6!important}.layui-form-pane .layui-input:focus,.layui-form-pane .layui-textarea:focus{border-color:#e6e6e6!important}.layui-form-pane .layui-form-checkbox{margin:0 0 10px 10px}.layui-form-pane .layui-form-radio,.layui-form-pane .layui-form-switch{margin-left:10px}.layui-layedit{border:1px solid #d2d2d2;border-radius:2px}.layui-layedit-tool{padding:3px 5px;border-bottom:1px solid #e2e2e2;font-size:0}.layedit-tool-fixed{position:fixed;top:0;border-top:1px solid #e2e2e2}.layui-layedit-tool .layedit-tool-mid,.layui-layedit-tool .layui-icon{display:inline-block;vertical-align:middle;text-align:center;font-size:14px}.layui-layedit-tool .layui-icon{position:relative;width:32px;height:30px;line-height:30px;margin:3px 5px;color:#777;cursor:pointer;border-radius:2px}.layui-layedit-tool .layui-icon:hover{color:#393D49}.layui-layedit-tool .layui-icon:active{color:#000}.layui-layedit-tool .layedit-tool-active{background-color:#e2e2e2;color:#000}.layui-layedit-tool .layui-disabled,.layui-layedit-tool .layui-disabled:hover{color:#d2d2d2;cursor:not-allowed}.layui-layedit-tool .layedit-tool-mid{width:1px;height:18px;margin:0 10px;background-color:#d2d2d2}.layedit-tool-html{width:50px!important;font-size:30px!important}.layedit-tool-b,.layedit-tool-code,.layedit-tool-help{font-size:16px!important}.layedit-tool-d,.layedit-tool-face,.layedit-tool-image,.layedit-tool-unlink{font-size:18px!important}.layedit-tool-image input{position:absolute;font-size:0;left:0;top:0;width:100%;height:100%;opacity:.01;filter:Alpha(opacity=1);cursor:pointer}.layui-layedit-iframe iframe{display:block;width:100%}#LAY_layedit_code{overflow:hidden}.layui-table{width:100%;margin:10px 0}.layui-table thead tr{background-color:#f2f2f2}.layui-table td,.layui-table th{padding:6px 10px;min-height:20px;line-height:20px;border:1px solid #d2d2d2;font-size:14px;font-weight:400}.layui-table th{padding:10px}.layui-table tr{background-color:#fff}.layui-table tr:nth-child(even){background:#fbfbfb}.layui-upload-button{position:relative;display:inline-block;vertical-align:middle;min-width:60px;height:36px;line-height:36px;border:1px solid #DFDFDF;border-radius:2px;overflow:hidden;background-color:#fff;color:#666}.layui-upload-button:hover{border:1px solid #aaa;color:#333}.layui-upload-button:active{border:1px solid #4CAF50;color:#000}.layui-upload-button input,.layui-upload-file{opacity:.01;filter:Alpha(opacity=1);cursor:pointer}.layui-upload-button input{position:absolute;left:0;top:0;z-index:10;font-size:100px;width:100%;height:100%}.layui-upload-icon{display:block;margin:0 15px;text-align:center}.layui-upload-icon i{margin-right:5px;vertical-align:top;font-size:20px;color:#5FB878}.layui-upload-iframe{position:absolute;width:0;height:0;border:0;visibility:hidden}.layui-upload-enter{border:1px solid #009E94;background-color:#009E94;color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.layui-upload-enter .layui-upload-icon,.layui-upload-enter .layui-upload-icon i{color:#fff}.layui-flow-more{margin:10px 0;text-align:center;color:#999;font-size:14px}.layui-flow-more a{height:32px;line-height:32px}.layui-flow-more a *{display:inline-block;vertical-align:top}.layui-flow-more a cite{padding:0 20px;border-radius:3px;background-color:#eee;color:#333}.layui-flow-more a cite:hover{opacity:.8}.layui-flow-more a i{font-size:30px;color:#737383}.layui-laypage{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin:10px 0;font-size:0}.layui-laypage>:first-child,.layui-laypage>:first-child em{border-radius:2px 0 0 2px}.layui-laypage>:last-child,.layui-laypage>:last-child em{border-radius:0 2px 2px 0}.layui-laypage a,.layui-laypage span{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:0 15px;border:1px solid #e2e2e2;height:28px;line-height:28px;margin:0 -1px 5px 0;background-color:#fff;color:#333;font-size:12px}.layui-laypage span{color:#999;font-weight:700}.layui-laypage .layui-laypage-curr{position:relative}.layui-laypage .layui-laypage-curr em{position:relative;color:#fff;font-weight:400}.layui-laypage .layui-laypage-curr .layui-laypage-em{position:absolute;left:-1px;top:-1px;padding:1px;width:100%;height:100%;background-color:#009688}.layui-laypage-em{border-radius:2px}.layui-laypage-next em,.layui-laypage-prev em{font-family:Sim sun;font-size:16px}.layui-laypage .layui-laypage-total{height:30px;line-height:30px;margin-left:1px;border:none;font-weight:400}.layui-laypage button,.layui-laypage input{height:30px;line-height:30px;border:1px solid #e2e2e2;border-radius:2px;vertical-align:top;background-color:#fff;box-sizing:border-box!important}.layui-laypage input{width:50px;margin:0 5px;text-align:center}.layui-laypage button{margin-left:5px;padding:0 15px;cursor:pointer}.layui-code{position:relative;margin:10px 0;padding:15px;line-height:20px;border:1px solid #ddd;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New;font-size:12px}.layui-tree{line-height:26px}.layui-tree li{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-tree li .layui-tree-spread,.layui-tree li a{display:inline-block;vertical-align:top;height:26px;*display:inline;*zoom:1;cursor:pointer}.layui-tree li a{font-size:0}.layui-tree li a i{font-size:16px}.layui-tree li a cite{padding:0 6px;font-size:14px}.layui-tree li i{padding-left:6px;color:#333}.layui-tree li .layui-tree-check{font-size:13px}.layui-tree li .layui-tree-check:hover{color:#009E94}.layui-tree li ul{display:none;margin-left:20px}.layui-tree li .layui-tree-enter{line-height:24px;border:1px dotted #000}.layui-tree-drag{display:none;position:absolute;left:-666px;top:-666px;background-color:#f2f2f2;padding:5px 10px;border:1px dotted #000;white-space:nowrap}.layui-nav .layui-nav-item,.layui-tab-title li{display:inline-block;*zoom:1;vertical-align:middle}.layui-tree-drag i{padding-right:5px}.layui-nav{position:relative;padding:0 20px;background-color:#393D49;color:#c2c2c2;border-radius:2px;font-size:0;box-sizing:border-box!important}.layui-nav *{font-size:14px}.layui-nav .layui-nav-item{position:relative;*display:inline;line-height:60px}.layui-nav .layui-nav-item a{display:block;padding:0 20px;color:#c2c2c2;transition:all .3s;-webkit-transition:all .3s}.layui-nav .layui-this:after,.layui-nav-bar{position:absolute;left:0;top:0;width:0;height:5px;background-color:#5FB878;transition:all .2s;-webkit-transition:all .2s}.layui-nav-bar{z-index:1000}.layui-nav .layui-nav-item a:hover,.layui-nav .layui-this a{color:#fff}.layui-nav .layui-this:after{content:'';top:auto;bottom:0;width:100%}.layui-nav-child{display:none;position:absolute;left:0;top:65px;min-width:100%;line-height:36px;padding:5px 0;box-shadow:0 2px 4px rgba(0,0,0,.12);border:1px solid #d2d2d2;background-color:#fff;z-index:100;border-radius:2px;white-space:nowrap}.layui-nav .layui-nav-child a{color:#333}.layui-nav .layui-nav-child a:hover{background-color:#f2f2f2;color:#333}.layui-nav-tree .layui-nav-item a:hover,.layui-nav-tree .layui-this>a{background-color:#4E5465}.layui-nav .layui-nav-more{content:'';width:0;height:0;border-style:solid dashed dashed;border-color:#c2c2c2 transparent transparent;overflow:hidden;cursor:pointer;transition:all .2s;-webkit-transition:all .2s;position:absolute;top:28px;right:3px;border-width:6px}.layui-nav .layui-nav-mored,.layui-nav-itemed .layui-nav-more{top:22px;border-style:dashed dashed solid;border-color:transparent transparent #c2c2c2}.layui-nav-tree{width:200px;padding:0}.layui-nav-tree .layui-nav-item{display:block;width:100%;line-height:45px}.layui-nav-tree .layui-nav-item a{height:45px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-nav-tree .layui-nav-bar{width:5px;height:0}.layui-nav-tree .layui-this{margin:1px 0}.layui-nav-tree .layui-this:after{width:5px;height:100%;top:0;left:0;bottom:auto}.layui-nav-itemed>a,.layui-nav-tree .layui-nav-title a,.layui-nav-tree .layui-nav-title a:hover{background-color:#2B2E37!important;color:#fff!important}.layui-nav-side{position:fixed;top:0;bottom:0;left:0;overflow-x:hidden;z-index:999}.layui-nav-tree .layui-nav-child{position:relative;top:0;background:0 0;border:none;box-shadow:none}.layui-nav-tree .layui-nav-child a{height:36px;line-height:36px;padding-left:36px;color:#c2c2c2}.layui-nav-tree .layui-nav-child a:hover{color:#fff;background:0 0}.layui-nav-tree .layui-nav-more{top:20px;right:10px}.layui-nav-itemed .layui-nav-more{top:14px}.layui-nav-itemed .layui-nav-child{display:block}.layui-breadcrumb{visibility:hidden;font-size:0}.layui-breadcrumb a{padding-right:8px;line-height:22px;font-size:14px;color:#333!important}.layui-breadcrumb a:hover{color:#01AAED!important}.layui-breadcrumb a cite,.layui-breadcrumb a span{color:#666;cursor:text;font-style:normal}.layui-breadcrumb a span{padding-left:8px;font-family:Sim sun}.layui-tab{margin:10px 0;overflow:hidden;text-align:left!important}.layui-fixbar li,.layui-tab-bar,.layui-tab-title li,.layui-util-face ul li{cursor:pointer;text-align:center}.layui-tab-title{position:relative;left:0;height:40px;white-space:nowrap;font-size:0;border-bottom:1px solid #e2e2e2;transition:all .2s;-webkit-transition:all .2s}.layui-tab-title li{*display:inline;font-size:14px;transition:all .3s;-webkit-transition:all .3s;position:relative;line-height:40px;min-width:65px;padding:0 10px}.layui-tab-title .layui-this{color:#000}.layui-tab-title .layui-this:after{position:absolute;left:0;top:0;content:'';width:100%;height:41px;border:1px solid #e2e2e2;border-bottom-color:#fff;border-radius:2px 2px 0 0;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;pointer-events:none}.layui-tab-bar{position:absolute;right:0;top:0;width:30px;height:39px;line-height:39px;border:1px solid #e2e2e2;border-radius:2px;background-color:#fff}.layui-tab-bar .layui-icon{position:relative;display:inline-block;top:3px;transition:all .3s;-webkit-transition:all .3s}.layui-tab-item,.layui-util-face .layui-layer-TipsG{display:none}.layui-tab-more{padding-right:30px;height:auto;white-space:normal}.layui-tab-more li.layui-this:after{border-bottom-color:#e2e2e2;border-radius:2px}.layui-tab-more .layui-tab-bar .layui-icon{top:-2px;top:3px\9;-webkit-transform:rotate(180deg);transform:rotate(180deg)}:root .layui-tab-more .layui-tab-bar .layui-icon{top:-2px\0/IE9}.layui-tab-content{padding:10px}.layui-tab-title li .layui-tab-close{position:relative;margin-left:8px;top:1px;color:#c2c2c2}.layui-tab-title li .layui-tab-close:hover{border-radius:10px;background-color:#FF5722;color:#fff}.layui-tab-brief>.layui-tab-title .layui-this{color:#009688}.layui-tab-brief>.layui-tab-more li.layui-this:after,.layui-tab-brief>.layui-tab-title .layui-this:after{border:none;border-radius:0;border-bottom:3px solid #5FB878}.layui-tab-card{border:1px solid #e2e2e2;border-radius:2px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.layui-tab-card>.layui-tab-title{background-color:#f2f2f2}.layui-tab-card>.layui-tab-title li{margin-right:-1px;margin-left:-1px}.layui-tab-card>.layui-tab-title .layui-this{background-color:#fff}.layui-tab-card>.layui-tab-title .layui-this:after{border-top:none;border-width:1px;border-bottom-color:#fff}.layui-tab-card>.layui-tab-title .layui-tab-bar{height:40px;line-height:40px;border-radius:0;border-top:none;border-right:none}.layui-tab-card>.layui-tab-more .layui-this{background:0 0;color:#5FB878}.layui-tab-card>.layui-tab-more .layui-this:after{border:none}.layui-fixbar{position:fixed;right:15px;bottom:15px;z-index:9999}.layui-fixbar li{width:50px;height:50px;line-height:50px;margin-bottom:1px;font-size:30px;background-color:#9F9F9F;color:#fff;border-radius:2px;opacity:.95}.layui-fixbar li:hover{opacity:.85}.layui-fixbar li:active{opacity:1}.layui-fixbar .layui-fixbar-top{display:none;font-size:40px}body .layui-util-face{border:none;background:0 0}body .layui-util-face .layui-layer-content{padding:0;background-color:#fff;color:#666;box-shadow:none}.layui-util-face ul{position:relative;width:372px;padding:10px;border:1px solid #D9D9D9;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}.layui-util-face ul li{float:left;border:1px solid #e8e8e8;height:22px;width:26px;overflow:hidden;margin:-1px 0 0 -1px;padding:4px 2px}.layui-util-face ul li:hover{position:relative;z-index:2;border:1px solid #eb7350;background:#fff9ec}.layui-anim{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.layui-anim-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes layui-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes layui-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.layui-anim-rotate{-webkit-animation-name:layui-rotate;animation-name:layui-rotate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes layui-up{from{-webkit-transform:translate3d(0,100%,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes layui-up{from{transform:translate3d(0,100%,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.layui-anim-up{-webkit-animation-name:layui-up;animation-name:layui-up}@-webkit-keyframes layui-upbit{from{-webkit-transform:translate3d(0,30px,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes layui-upbit{from{transform:translate3d(0,30px,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.layui-anim-upbit{-webkit-animation-name:layui-upbit;animation-name:layui-upbit}@-webkit-keyframes layui-scale{0%{opacity:.3;-webkit-transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes layui-scale{0%{opacity:.3;-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-ms-transform:scale(1);transform:scale(1)}}.layui-anim-scale{-webkit-animation-name:layui-scale;animation-name:layui-scale}@-webkit-keyframes layui-scale-spring{0%{opacity:.5;-webkit-transform:scale(.5)}80%{opacity:.8;-webkit-transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes layui-scale-spring{0%{opacity:.5;-ms-transform:scale(.5);transform:scale(.5)}80%{opacity:.8;-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-ms-transform:scale(1);transform:scale(1)}}.layui-anim-scaleSpring{-webkit-animation-name:layui-scale-spring;animation-name:layui-scale-spring}@media screen and (max-width:450px){.layui-form-item .layui-form-label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-form-item .layui-inline{display:block;margin-right:0;margin-bottom:20px;clear:both}.layui-form-item .layui-inline:after{content:'\20';clear:both;display:block;height:0}.layui-form-item .layui-input-inline{display:block;float:none;left:-1px;width:auto;margin:0 0 10px 112px}.layui-form-item .layui-input-inline+.layui-form-mid{margin-left:110px;top:-5px;padding:0}.layui-form-item .layui-form-checkbox{margin-right:5px;margin-bottom:5px}} \ No newline at end of file +/** layui-v1.0.5 LGPL-2.1 license By http://www.layui.com */ +.layui-btn,.layui-inline,img{vertical-align:middle}.layui-btn,.layui-unselect{-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.layui-laypage a,a{text-decoration:none}.layui-btn,.layui-tree li i,.layui-unselect{-moz-user-select:none}.layui-form-select dl,.layui-nav-child{min-width:100%;box-shadow:0 2px 4px rgba(0,0,0,.12)}blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}img{display:inline-block;border:none}li{list-style:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3{font-size:14px;font-weight:400}h4,h5,h6{font-size:100%;font-weight:400}button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:0}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-button:vertical{display:none}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background-color:#e2e2e2}::-webkit-scrollbar-thumb{border-radius:0;background-color:rgba(0,0,0,.3)}::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,0,0,.35)}::-webkit-scrollbar-thumb:vertical:active{background-color:rgba(0,0,0,.38)}@font-face{font-family:layui-icon;src:url(../font/iconfont.eot);src:url(../font/iconfont.eot?#iefix) format('embedded-opentype'),url(../font/iconfont.woff) format('woff'),url(../font/iconfont.ttf) format('truetype'),url(../font/iconfont.svg#iconfont) format('svg')}.layui-icon{font-family:layui-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:24px;font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif}.layui-flow-more a cite,.layui-laypage em,.layui-tree li a cite,a cite{font-style:normal}hr{height:1px;margin:10px 0;border:0;background-color:#e2e2e2;clear:both}a{color:#333}a:hover{color:#777}a cite{*cursor:pointer}.layui-box,.layui-box *{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important}.layui-border-box,.layui-border-box *{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.layui-clear{clear:both;*zoom:1}.layui-clear:after{content:'\20';clear:both;*zoom:1;display:block;height:0}.layui-inline{position:relative;display:inline-block;*display:inline;*zoom:1}.layui-edge{position:absolute;width:0;height:0;border-style:dashed;border-color:transparent;overflow:hidden}.layui-elip{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-disabled,.layui-disabled:hover{color:#d2d2d2!important;cursor:not-allowed!important}.layui-circle{border-radius:100%}.layui-show{display:block!important}.layui-hide{display:none!important}.layui-main{position:relative;width:1140px;margin:0 auto}.layui-header{position:relative;z-index:1000;height:65px}.layui-header a:hover{transition:all .5s;-webkit-transition:all .5s}.layui-side{position:fixed;top:0;bottom:0;z-index:999;width:200px;overflow-x:hidden}.layui-side-scroll{width:220px;height:100%;overflow-x:hidden}.layui-body{position:absolute;left:200px;right:0;top:0;bottom:0;z-index:998;width:auto;overflow:hidden;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.layui-layout-admin .layui-header{border-bottom:5px solid #1AA094}.layui-layout-admin .layui-side{top:70px;width:200px;overflow-x:hidden}.layui-layout-admin .layui-body{top:70px;bottom:44px}.layui-layout-admin .layui-main{width:auto;margin:0 15px}.layui-layout-admin .layui-footer{position:fixed;left:200px;right:0;bottom:0;height:44px;background-color:#eee}.layui-btn,.layui-input,.layui-select,.layui-textarea,.layui-upload-button{outline:0;-webkit-transition:border-color .3s cubic-bezier(.65,.05,.35,.5);transition:border-color .3s cubic-bezier(.65,.05,.35,.5);-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.layui-elem-quote{margin-bottom:10px;padding:15px;line-height:22px;border-left:5px solid #009688;border-radius:0 2px 2px 0;background-color:#f2f2f2}.layui-quote-nm{border-color:#e2e2e2;border-style:solid;border-width:1px 1px 1px 5px;background:0 0}.layui-elem-field{margin-bottom:10px;padding:0;border:1px solid #e2e2e2}.layui-elem-field legend{margin-left:20px;padding:0 10px;font-size:20px;font-weight:300}.layui-field-title{margin:10px 0 20px;border:none;border-top:1px solid #e2e2e2}.layui-field-box{padding:10px 15px}.layui-field-title .layui-field-box{padding:10px 0}.layui-bg-black{background-color:#393D49;color:#c2c2c2}.layui-bg-black a{color:#c2c2c2}.layui-bg-black a:hover{color:#fff}.layui-bg-gray{background-color:#eee;color:#333}.layui-bg-green{background-color:#009688;color:#D7EEE8}.layui-bg-blue{background-color:#1E9FFF;color:#D7EEE8}.layui-word-aux{font-size:12px;color:#999;padding:0 5px}.layui-btn{display:inline-block;height:38px;line-height:38px;padding:0 18px;background-color:#009688;color:#fff;white-space:nowrap;text-align:center;border:none;border-radius:2px;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}.layui-btn:hover{opacity:.8;filter:alpha(opacity=80);color:#fff}.layui-btn:active{opacity:1;filter:alpha(opacity=100)}.layui-btn+.layui-btn{margin-left:10px}.layui-btn-radius{border-radius:100px}.layui-btn .layui-icon{font-size:18px;vertical-align:bottom}.layui-btn-primary{border:1px solid #C9C9C9;background-color:#fff;color:#555}.layui-btn-primary:hover{border-color:#009688;color:#333}.layui-btn-normal{background-color:#1E9FFF}.layui-btn-warm{background-color:#F7B824}.layui-btn-danger{background-color:#FF5722}.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover{border:1px solid #e6e6e6;background-color:#FBFBFB;color:#C9C9C9;cursor:not-allowed;opacity:1}.layui-btn-big{height:44px;line-height:44px;padding:0 25px;font-size:16px}.layui-btn-small{height:30px;line-height:30px;padding:0 10px;font-size:12px}.layui-btn-small i{font-size:16px!important}.layui-btn-mini{height:22px;line-height:22px;padding:0 5px;font-size:12px}.layui-btn-mini i{font-size:14px!important}.layui-input,.layui-select,.layui-textarea{height:38px;line-height:38px;line-height:36px\9;border:1px solid #e6e6e6;background-color:#fff;border-radius:2px}.layui-form-label,.layui-form-mid,.layui-textarea{line-height:20px;position:relative}.layui-input,.layui-textarea{display:block;width:100%;padding-left:10px}.layui-input:hover,.layui-textarea:hover{border-color:#D2D2D2!important}.layui-input:focus,.layui-textarea:focus{border-color:#C9C9C9!important}.layui-textarea{min-height:100px;height:auto;padding:6px 10px;resize:vertical}.layui-select{padding:0 10px}.layui-form input[type=checkbox],.layui-form input[type=radio],.layui-form select{display:none}.layui-form-item{margin-bottom:15px;clear:both;*zoom:1}.layui-form-item:after{content:'\20';clear:both;*zoom:1;display:block;height:0}.layui-form-label{float:left;display:block;padding:9px 15px;width:80px;font-weight:400;text-align:right}.layui-form-item .layui-inline{margin-bottom:5px;margin-right:10px}.layui-input-block,.layui-input-inline{position:relative}.layui-input-block{margin-left:110px;min-height:36px}.layui-input-inline{display:inline-block;vertical-align:middle}.layui-form-item .layui-input-inline{float:left;width:190px;margin-right:10px}.layui-form-text .layui-input-inline{width:auto}.layui-form-mid{float:left;display:block;padding:8px 0;margin-right:10px}.layui-form-danger+.layui-form-select .layui-input,.layui-form-danger:focus{border:1px solid #FF5722!important}.layui-form-select{position:relative}.layui-form-select .layui-input{padding-right:30px;cursor:pointer}.layui-form-select .layui-edge{position:absolute;right:10px;top:50%;margin-top:-3px;cursor:pointer;border-width:6px;border-top-color:#c2c2c2;border-top-style:solid;transition:all .3s;-webkit-transition:all .3s}.layui-form-checkbox,.layui-form-switch{-webkit-transition:.1s linear;cursor:pointer}.layui-form-select dl{display:none;position:absolute;left:0;top:42px;padding:5px 0;z-index:999;border:1px solid #d2d2d2;max-height:300px;overflow-y:auto;background-color:#fff;border-radius:2px;box-sizing:border-box}.layui-form-select dl dd,.layui-form-select dl dt{padding:0 10px;line-height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layui-form-select dl dt{font-size:12px;color:#999}.layui-form-select dl dd{cursor:pointer}.layui-form-select dl dd:hover{background-color:#f2f2f2}.layui-form-select .layui-select-group dd{padding-left:20px}.layui-form-select dl dd.layui-this{background-color:#5FB878;color:#fff}.layui-form-checkbox,.layui-form-select dl dd.layui-disabled{background-color:#fff}.layui-form-selected dl{display:block}.layui-form-checkbox,.layui-form-checkbox *,.layui-form-radio,.layui-form-radio *,.layui-form-switch{display:inline-block;vertical-align:middle}.layui-form-selected .layui-edge{margin-top:-9px;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-top:-3px\9}:root .layui-form-selected .layui-edge{margin-top:-9px\0/IE9}.layui-select-disabled .layui-disabled{border-color:#eee!important}.layui-select-disabled .layui-edge{border-top-color:#d2d2d2}.layui-form-checkbox{position:relative;height:30px;line-height:28px;margin:4px 10px 0 0;padding-right:30px;border:1px solid #d2d2d2;font-size:0;border-radius:2px;transition:.1s linear;box-sizing:border-box!important}.layui-form-checkbox:hover{border:1px solid #c2c2c2}.layui-form-checkbox span{padding:0 10px;font-size:14px;background-color:#d2d2d2;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.layui-form-checkbox:hover span{background-color:#c2c2c2}.layui-form-checkbox i{position:absolute;right:0;width:37px;color:#fff;font-size:20px}.layui-form-checkbox:hover i{color:#c2c2c2}.layui-form-checked,.layui-form-checked:hover{border:1px solid #5FB878}.layui-form-checked span,.layui-form-checked:hover span{background-color:#5FB878}.layui-form-checked i,.layui-form-checked:hover i{color:#5FB878}.layui-form-switch{position:relative;height:22px;line-height:22px;width:40px;padding:0 5px;margin-top:8px;border:1px solid #d2d2d2;border-radius:20px;background-color:#fff;transition:.1s linear}.layui-form-switch i{position:absolute;left:5px;top:3px;width:16px;height:16px;border-radius:20px;background-color:#d2d2d2;-webkit-transition:.1s linear;transition:.1s linear}.layui-form-onswitch{border-color:#5FB878;background-color:#5FB878}.layui-form-onswitch:before{content:'ON';color:#fff}.layui-form-onswitch i{left:30px;background-color:#fff}.layui-checkbox-disbaled{border-color:#e2e2e2!important}.layui-checkbox-disbaled span{background-color:#e2e2e2!important}.layui-checkbox-disbaled:hover i{color:#fff!important}.layui-form-radio{line-height:28px;margin:6px 10px 0 0;padding-right:10px;cursor:pointer;font-size:0}.layui-form-radio i{margin-right:8px;font-size:22px;color:#c2c2c2}.layui-form-radio span{font-size:14px}.layui-form-radio i:hover,.layui-form-radioed i{color:#5FB878}.layui-radio-disbaled i{color:#e2e2e2!important}.layui-form-pane .layui-form-label{width:80px;padding:8px 15px;line-height:20px;border:1px solid #e6e6e6;border-radius:2px 0 0 2px;text-align:center;background-color:#FBFBFB;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.layui-form-pane .layui-input-inline{margin-left:-1px}.layui-form-pane .layui-input-block{margin-left:112px;left:-1px}.layui-form-pane .layui-input{border-radius:0 2px 2px 0}.layui-form-pane .layui-form-text .layui-form-label{float:none;width:100%;border-right:1px solid #e6e6e6;border-radius:2px;box-sizing:border-box!important;text-align:left}.layui-laypage button,.layui-laypage input,.layui-nav{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.layui-form-pane .layui-form-text .layui-input-inline{display:block;margin:0;top:-1px;clear:both}.layui-form-pane .layui-form-text .layui-input-block{margin:0;left:0;top:-1px}.layui-form-pane .layui-form-text .layui-textarea{min-height:100px;border-radius:0 0 2px 2px}.layui-form-pane .layui-input:hover,.layui-form-pane .layui-textarea:hover{border-color:#e6e6e6!important}.layui-form-pane .layui-input:focus,.layui-form-pane .layui-textarea:focus{border-color:#e6e6e6!important}.layui-form-pane .layui-form-checkbox{margin:0 0 10px 10px}.layui-form-pane .layui-form-radio,.layui-form-pane .layui-form-switch{margin-left:10px}.layui-layedit{border:1px solid #d2d2d2;border-radius:2px}.layui-layedit-tool{padding:3px 5px;border-bottom:1px solid #e2e2e2;font-size:0}.layedit-tool-fixed{position:fixed;top:0;border-top:1px solid #e2e2e2}.layui-layedit-tool .layedit-tool-mid,.layui-layedit-tool .layui-icon{display:inline-block;vertical-align:middle;text-align:center;font-size:14px}.layui-layedit-tool .layui-icon{position:relative;width:32px;height:30px;line-height:30px;margin:3px 5px;color:#777;cursor:pointer;border-radius:2px}.layui-layedit-tool .layui-icon:hover{color:#393D49}.layui-layedit-tool .layui-icon:active{color:#000}.layui-layedit-tool .layedit-tool-active{background-color:#e2e2e2;color:#000}.layui-layedit-tool .layui-disabled,.layui-layedit-tool .layui-disabled:hover{color:#d2d2d2;cursor:not-allowed}.layui-layedit-tool .layedit-tool-mid{width:1px;height:18px;margin:0 10px;background-color:#d2d2d2}.layedit-tool-html{width:50px!important;font-size:30px!important}.layedit-tool-b,.layedit-tool-code,.layedit-tool-help{font-size:16px!important}.layedit-tool-d,.layedit-tool-face,.layedit-tool-image,.layedit-tool-unlink{font-size:18px!important}.layedit-tool-image input{position:absolute;font-size:0;left:0;top:0;width:100%;height:100%;opacity:.01;filter:Alpha(opacity=1);cursor:pointer}.layui-layedit-iframe iframe{display:block;width:100%}#LAY_layedit_code{overflow:hidden}.layui-table{width:100%;margin:10px 0;background-color:#fff}.layui-table tr{transition:all .3s;-webkit-transition:all .3s}.layui-table thead tr{background-color:#f2f2f2}.layui-table th{text-align:left}.layui-table td,.layui-table th{padding:9px 15px;min-height:20px;line-height:20px;border:1px solid #e2e2e2;font-size:14px}.layui-table tr:hover,.layui-table[lay-even] tr:nth-child(even){background-color:#f8f8f8}.layui-table[lay-skin=line],.layui-table[lay-skin=row]{border:1px solid #e2e2e2}.layui-table[lay-skin=line] td,.layui-table[lay-skin=line] th{border:none;border-bottom:1px solid #e2e2e2}.layui-table[lay-skin=row] td,.layui-table[lay-skin=row] th{border:none;border-right:1px solid #e2e2e2}.layui-table[lay-skin=nob] td,.layui-table[lay-skin=nob] th{border:none}.layui-upload-button{position:relative;display:inline-block;vertical-align:middle;min-width:60px;height:36px;line-height:36px;border:1px solid #DFDFDF;border-radius:2px;overflow:hidden;background-color:#fff;color:#666}.layui-upload-button:hover{border:1px solid #aaa;color:#333}.layui-upload-button:active{border:1px solid #4CAF50;color:#000}.layui-upload-button input,.layui-upload-file{opacity:.01;filter:Alpha(opacity=1);cursor:pointer}.layui-upload-button input{position:absolute;left:0;top:0;z-index:10;font-size:100px;width:100%;height:100%}.layui-upload-icon{display:block;margin:0 15px;text-align:center}.layui-upload-icon i{margin-right:5px;vertical-align:top;font-size:20px;color:#5FB878}.layui-upload-iframe{position:absolute;width:0;height:0;border:0;visibility:hidden}.layui-upload-enter{border:1px solid #009E94;background-color:#009E94;color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.layui-upload-enter .layui-upload-icon,.layui-upload-enter .layui-upload-icon i{color:#fff}.layui-flow-more{margin:10px 0;text-align:center;color:#999;font-size:14px}.layui-flow-more a{height:32px;line-height:32px}.layui-flow-more a *{display:inline-block;vertical-align:top}.layui-flow-more a cite{padding:0 20px;border-radius:3px;background-color:#eee;color:#333}.layui-flow-more a cite:hover{opacity:.8}.layui-flow-more a i{font-size:30px;color:#737383}.layui-laypage{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin:10px 0;font-size:0}.layui-laypage>:first-child,.layui-laypage>:first-child em{border-radius:2px 0 0 2px}.layui-laypage>:last-child,.layui-laypage>:last-child em{border-radius:0 2px 2px 0}.layui-laypage a,.layui-laypage span{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:0 15px;border:1px solid #e2e2e2;height:28px;line-height:28px;margin:0 -1px 5px 0;background-color:#fff;color:#333;font-size:12px}.layui-laypage span{color:#999;font-weight:700}.layui-laypage .layui-laypage-curr{position:relative}.layui-laypage .layui-laypage-curr em{position:relative;color:#fff;font-weight:400}.layui-laypage .layui-laypage-curr .layui-laypage-em{position:absolute;left:-1px;top:-1px;padding:1px;width:100%;height:100%;background-color:#009688}.layui-laypage-em{border-radius:2px}.layui-laypage-next em,.layui-laypage-prev em{font-family:Sim sun;font-size:16px}.layui-laypage .layui-laypage-total{height:30px;line-height:30px;margin-left:1px;border:none;font-weight:400}.layui-laypage button,.layui-laypage input{height:30px;line-height:30px;border:1px solid #e2e2e2;border-radius:2px;vertical-align:top;background-color:#fff;box-sizing:border-box!important}.layui-laypage input{width:50px;margin:0 5px;text-align:center}.layui-laypage button{margin-left:5px;padding:0 15px;cursor:pointer}.layui-code{position:relative;margin:10px 0;padding:15px;line-height:20px;border:1px solid #ddd;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New;font-size:12px}.layui-tree{line-height:26px}.layui-tree li{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-tree li .layui-tree-spread,.layui-tree li a{display:inline-block;vertical-align:top;height:26px;*display:inline;*zoom:1;cursor:pointer}.layui-tree li a{font-size:0}.layui-tree li a i{font-size:16px}.layui-tree li a cite{padding:0 6px;font-size:14px}.layui-tree li i{padding-left:6px;color:#333}.layui-tree li .layui-tree-check{font-size:13px}.layui-tree li .layui-tree-check:hover{color:#009E94}.layui-tree li ul{display:none;margin-left:20px}.layui-tree li .layui-tree-enter{line-height:24px;border:1px dotted #000}.layui-tree-drag{display:none;position:absolute;left:-666px;top:-666px;background-color:#f2f2f2;padding:5px 10px;border:1px dotted #000;white-space:nowrap}.layui-nav .layui-nav-item,.layui-tab-title li{display:inline-block;*zoom:1;vertical-align:middle}.layui-tree-drag i{padding-right:5px}.layui-nav{position:relative;padding:0 20px;background-color:#393D49;color:#c2c2c2;border-radius:2px;font-size:0;box-sizing:border-box!important}.layui-nav *{font-size:14px}.layui-nav .layui-nav-item{position:relative;*display:inline;line-height:60px}.layui-nav .layui-nav-item a{display:block;padding:0 20px;color:#c2c2c2;transition:all .3s;-webkit-transition:all .3s}.layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after{position:absolute;left:0;top:0;width:0;height:5px;background-color:#5FB878;transition:all .2s;-webkit-transition:all .2s}.layui-nav-bar{z-index:1000}.layui-nav .layui-nav-item a:hover,.layui-nav .layui-this a{color:#fff}.layui-nav .layui-this:after{content:'';top:auto;bottom:0;width:100%}.layui-nav .layui-nav-more{content:'';width:0;height:0;border-style:solid dashed dashed;border-color:#c2c2c2 transparent transparent;overflow:hidden;cursor:pointer;transition:all .2s;-webkit-transition:all .2s;position:absolute;top:28px;right:3px;border-width:6px}.layui-nav .layui-nav-mored,.layui-nav-itemed .layui-nav-more{top:22px;border-style:dashed dashed solid;border-color:transparent transparent #c2c2c2}.layui-nav-child{display:none;position:absolute;left:0;top:65px;line-height:36px;padding:5px 0;border:1px solid #d2d2d2;background-color:#fff;z-index:100;border-radius:2px;white-space:nowrap}.layui-nav .layui-nav-child a{color:#333}.layui-nav .layui-nav-child a:hover{background-color:#f2f2f2;color:#333}.layui-nav-child dd{position:relative}.layui-nav-child dd.layui-this{background-color:#5FB878;color:#fff}.layui-nav-child dd.layui-this a{color:#fff}.layui-nav-child dd.layui-this:after{display:none}.layui-nav-tree{width:200px;padding:0}.layui-nav-tree .layui-nav-item{display:block;width:100%;line-height:45px}.layui-nav-tree .layui-nav-item a{height:45px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-nav-tree .layui-nav-item a:hover{background-color:#4E5465}.layui-nav-tree .layui-nav-child dd.layui-this,.layui-nav-tree .layui-this,.layui-nav-tree .layui-this>a,.layui-nav-tree .layui-this>a:hover{background-color:#009688;color:#fff}.layui-nav-tree .layui-this:after{display:none}.layui-nav-itemed>a,.layui-nav-tree .layui-nav-title a,.layui-nav-tree .layui-nav-title a:hover{background-color:#2B2E37!important;color:#fff!important}.layui-nav-tree .layui-nav-bar{width:5px;height:0;background-color:#009688}.layui-nav-tree .layui-nav-child{position:relative;z-index:0;top:0;border:none;box-shadow:none}.layui-nav-tree .layui-nav-child a{height:40px;line-height:40px;color:#c2c2c2}.layui-nav-tree .layui-nav-child,.layui-nav-tree .layui-nav-child a:hover{background:0 0;color:#fff}.layui-nav-tree .layui-nav-more{top:20px;right:10px}.layui-nav-itemed .layui-nav-more{top:14px}.layui-nav-itemed .layui-nav-child{display:block;padding:0}.layui-nav-side{position:fixed;top:0;bottom:0;left:0;overflow-x:hidden;z-index:999}.layui-breadcrumb{visibility:hidden;font-size:0}.layui-breadcrumb a{padding-right:8px;line-height:22px;font-size:14px;color:#333!important}.layui-breadcrumb a:hover{color:#01AAED!important}.layui-breadcrumb a cite,.layui-breadcrumb a span{color:#666;cursor:text;font-style:normal}.layui-breadcrumb a span{padding-left:8px;font-family:Sim sun}.layui-tab{margin:10px 0;overflow:hidden;text-align:left!important}.layui-fixbar li,.layui-tab-bar,.layui-tab-title li,.layui-util-face ul li{cursor:pointer;text-align:center}.layui-tab-title{position:relative;left:0;height:40px;white-space:nowrap;font-size:0;border-bottom:1px solid #e2e2e2;transition:all .2s;-webkit-transition:all .2s}.layui-tab-title li{*display:inline;font-size:14px;transition:all .3s;-webkit-transition:all .3s;position:relative;line-height:40px;min-width:65px;padding:0 10px}.layui-tab-title .layui-this{color:#000}.layui-tab-title .layui-this:after{position:absolute;left:0;top:0;content:'';width:100%;height:41px;border:1px solid #e2e2e2;border-bottom-color:#fff;border-radius:2px 2px 0 0;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;pointer-events:none}.layui-tab-bar{position:absolute;right:0;top:0;width:30px;height:39px;line-height:39px;border:1px solid #e2e2e2;border-radius:2px;background-color:#fff}.layui-tab-bar .layui-icon{position:relative;display:inline-block;top:3px;transition:all .3s;-webkit-transition:all .3s}.layui-tab-item,.layui-util-face .layui-layer-TipsG{display:none}.layui-tab-more{padding-right:30px;height:auto;white-space:normal}.layui-tab-more li.layui-this:after{border-bottom-color:#e2e2e2;border-radius:2px}.layui-tab-more .layui-tab-bar .layui-icon{top:-2px;top:3px\9;-webkit-transform:rotate(180deg);transform:rotate(180deg)}:root .layui-tab-more .layui-tab-bar .layui-icon{top:-2px\0/IE9}.layui-tab-content{padding:10px}.layui-tab-title li .layui-tab-close{position:relative;margin-left:8px;top:1px;color:#c2c2c2}.layui-tab-title li .layui-tab-close:hover{border-radius:10px;background-color:#FF5722;color:#fff}.layui-tab-brief>.layui-tab-title .layui-this{color:#009688}.layui-tab-brief>.layui-tab-more li.layui-this:after,.layui-tab-brief>.layui-tab-title .layui-this:after{border:none;border-radius:0;border-bottom:3px solid #5FB878}.layui-tab-card{border:1px solid #e2e2e2;border-radius:2px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.layui-tab-card>.layui-tab-title{background-color:#f2f2f2}.layui-tab-card>.layui-tab-title li{margin-right:-1px;margin-left:-1px}.layui-tab-card>.layui-tab-title .layui-this{background-color:#fff}.layui-tab-card>.layui-tab-title .layui-this:after{border-top:none;border-width:1px;border-bottom-color:#fff}.layui-tab-card>.layui-tab-title .layui-tab-bar{height:40px;line-height:40px;border-radius:0;border-top:none;border-right:none}.layui-tab-card>.layui-tab-more .layui-this{background:0 0;color:#5FB878}.layui-tab-card>.layui-tab-more .layui-this:after{border:none}.layui-fixbar{position:fixed;right:15px;bottom:15px;z-index:9999}.layui-fixbar li{width:50px;height:50px;line-height:50px;margin-bottom:1px;font-size:30px;background-color:#9F9F9F;color:#fff;border-radius:2px;opacity:.95}.layui-fixbar li:hover{opacity:.85}.layui-fixbar li:active{opacity:1}.layui-fixbar .layui-fixbar-top{display:none;font-size:40px}body .layui-util-face{border:none;background:0 0}body .layui-util-face .layui-layer-content{padding:0;background-color:#fff;color:#666;box-shadow:none}.layui-util-face ul{position:relative;width:372px;padding:10px;border:1px solid #D9D9D9;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}.layui-util-face ul li{float:left;border:1px solid #e8e8e8;height:22px;width:26px;overflow:hidden;margin:-1px 0 0 -1px;padding:4px 2px}.layui-util-face ul li:hover{position:relative;z-index:2;border:1px solid #eb7350;background:#fff9ec}.layui-anim{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.layui-anim-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes layui-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes layui-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.layui-anim-rotate{-webkit-animation-name:layui-rotate;animation-name:layui-rotate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes layui-up{from{-webkit-transform:translate3d(0,100%,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes layui-up{from{transform:translate3d(0,100%,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.layui-anim-up{-webkit-animation-name:layui-up;animation-name:layui-up}@-webkit-keyframes layui-upbit{from{-webkit-transform:translate3d(0,30px,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes layui-upbit{from{transform:translate3d(0,30px,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.layui-anim-upbit{-webkit-animation-name:layui-upbit;animation-name:layui-upbit}@-webkit-keyframes layui-scale{0%{opacity:.3;-webkit-transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes layui-scale{0%{opacity:.3;-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-ms-transform:scale(1);transform:scale(1)}}.layui-anim-scale{-webkit-animation-name:layui-scale;animation-name:layui-scale}@-webkit-keyframes layui-scale-spring{0%{opacity:.5;-webkit-transform:scale(.5)}80%{opacity:.8;-webkit-transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes layui-scale-spring{0%{opacity:.5;-ms-transform:scale(.5);transform:scale(.5)}80%{opacity:.8;-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-ms-transform:scale(1);transform:scale(1)}}.layui-anim-scaleSpring{-webkit-animation-name:layui-scale-spring;animation-name:layui-scale-spring}@media screen and (max-width:450px){.layui-form-item .layui-form-label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-form-item .layui-inline{display:block;margin-right:0;margin-bottom:20px;clear:both}.layui-form-item .layui-inline:after{content:'\20';clear:both;display:block;height:0}.layui-form-item .layui-input-inline{display:block;float:none;left:-1px;width:auto;margin:0 0 10px 112px}.layui-form-item .layui-input-inline+.layui-form-mid{margin-left:110px;top:-5px;padding:0}.layui-form-item .layui-form-checkbox{margin-right:5px;margin-bottom:5px}} \ No newline at end of file diff --git a/build/css/modules/code.css b/build/css/modules/code.css index 2e6c724d..c6540bdb 100644 --- a/build/css/modules/code.css +++ b/build/css/modules/code.css @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL-2.1 license By http://www.layui.com */ html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #ddd;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:30px;line-height:30px;border-bottom:1px solid #ddd}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #ddd;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none} \ No newline at end of file diff --git a/build/css/modules/laydate/laydate.css b/build/css/modules/laydate/laydate.css index d142a977..093a567d 100644 --- a/build/css/modules/laydate/laydate.css +++ b/build/css/modules/laydate/laydate.css @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL-2.1 license By http://www.layui.com */ #layuicss-laydatecss{display:none;position:absolute;width:1989px}.laydate_body .laydate_box,.laydate_body .laydate_box *{margin:0;padding:0;box-sizing:content-box}.laydate-icon,.laydate-icon-dahong,.laydate-icon-danlan,.laydate-icon-default,.laydate-icon-molv{height:22px;line-height:22px;padding-right:20px;border:1px solid #C6C6C6;background-repeat:no-repeat;background-position:right center;background-color:#fff;outline:0}.laydate-icon-default{background-image:url(../skins/default/icon.png)}.laydate-icon-danlan{border:1px solid #B1D2EC;background-image:url(../skins/danlan/icon.png)}.laydate-icon-dahong{background-image:url(../skins/dahong/icon.png)}.laydate-icon-molv{background-image:url(../skins/molv/icon.png)}.laydate_body .laydate_box{width:240px;font:12px '\5B8B\4F53';z-index:99999999;*overflow:hidden;_margin:0;_position:absolute!important}.laydate_body .laydate_box li{list-style:none}.laydate_body .laydate_box .laydate_void{cursor:text!important}.laydate_body .laydate_box cite,.laydate_body .laydate_box label{position:absolute;width:0;height:0;border-width:5px;border-style:dashed;border-color:transparent;overflow:hidden;cursor:pointer}.laydate_body .laydate_box .laydate_time,.laydate_body .laydate_box .laydate_yms{display:none}.laydate_body .laydate_box .laydate_show{display:block}.laydate_body .laydate_box input{outline:0;font-size:14px;background-color:#fff;color:#333}.laydate_body .laydate_top{position:relative;height:26px;padding:5px;*width:100%;z-index:99}.laydate_body .laydate_ym{position:relative;float:left;height:24px;cursor:pointer}.laydate_body .laydate_ym input{float:left;height:24px;line-height:24px;text-align:center;border:none;cursor:pointer}.laydate_body .laydate_ym .laydate_yms{position:absolute;left:-1px;top:24px;height:181px}.laydate_body .laydate_y{width:121px;margin-right:6px}.laydate_body .laydate_y input{width:64px;margin-right:15px}.laydate_body .laydate_y .laydate_yms{width:121px;text-align:center}.laydate_body .laydate_y .laydate_yms a{position:relative;display:block;height:20px}.laydate_body .laydate_y .laydate_yms ul{height:139px;padding:0;*overflow:hidden}.laydate_body .laydate_y .laydate_yms ul li{float:left;width:60px;height:20px;line-height:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.laydate_body .laydate_m{width:99px}.laydate_body .laydate_m .laydate_yms{width:99px;padding:0}.laydate_body .laydate_m input{width:42px;margin-right:15px}.laydate_body .laydate_m .laydate_yms span{display:block;float:left;width:42px;margin:5px 0 0 5px;line-height:24px;text-align:center;_display:inline}.laydate_body .laydate_choose{display:block;float:left;position:relative;width:20px;height:24px}.laydate_body .laydate_choose cite,.laydate_body .laydate_tab cite{left:50%;top:50%}.laydate_body .laydate_chtop cite{margin:-7px 0 0 -5px;border-bottom-style:solid}.laydate_body .laydate_chdown cite,.laydate_body .laydate_ym label{top:50%;margin:-2px 0 0 -5px;border-top-style:solid}.laydate_body .laydate_chprev cite{margin:-5px 0 0 -7px}.laydate_body .laydate_chnext cite{margin:-5px 0 0 -2px}.laydate_body .laydate_ym label{right:28px}.laydate_body .laydate_table{width:230px;margin:0 5px;border-collapse:collapse;border-spacing:0}.laydate_body .laydate_table td{width:31px;text-align:center;cursor:pointer;font-size:12px}.laydate_body .laydate_table thead th{font-weight:400;font-size:12px;text-align:center}.laydate_body .laydate_bottom{position:relative;height:22px;line-height:20px;padding:5px;font-size:12px}.laydate_body .laydate_bottom #laydate_hms{position:relative;z-index:1;float:left}.laydate_body .laydate_time{position:absolute;left:5px;bottom:26px;width:129px;height:125px;*overflow:hidden}.laydate_body .laydate_time .laydate_hmsno{padding:5px 0 0 5px}.laydate_body .laydate_time .laydate_hmsno span{display:block;float:left;width:24px;height:19px;line-height:19px;text-align:center;cursor:pointer;*margin-bottom:-5px}.laydate_body .laydate_time1{width:228px;height:154px}.laydate_body .laydate_time1 .laydate_hmsno{padding:6px 0 0 8px}.laydate_body .laydate_time1 .laydate_hmsno span{width:21px;height:20px;line-height:20px}.laydate_body .laydate_msg{left:49px;bottom:67px;width:141px;height:auto;overflow:hidden}.laydate_body .laydate_msg p{padding:5px 10px}.laydate_body .laydate_bottom li{float:left;height:20px;line-height:20px;border-right:none;font-weight:900}.laydate_body .laydate_bottom .laydate_sj{width:33px;text-align:center;font-weight:400}.laydate_body .laydate_bottom input{float:left;width:21px;height:20px;line-height:20px;border:none;text-align:center;cursor:pointer;font-size:12px;font-weight:400}.laydate_body .laydate_bottom .laydte_hsmtex{height:20px;line-height:20px;text-align:center}.laydate_body .laydate_bottom .laydte_hsmtex span{position:absolute;width:20px;top:0;right:0;cursor:pointer}.laydate_body .laydate_bottom .laydte_hsmtex span:hover{font-size:14px}.laydate_body .laydate_bottom .laydate_btn{position:absolute;right:5px;top:5px}.laydate_body .laydate_bottom .laydate_btn a{float:left;height:20px;padding:0 6px;_padding:0 5px}.laydate_body .laydate_table td,.laydate_body .laydate_table thead{height:21px!important;line-height:21px!important}.laydate-icon{border:1px solid #C6C6C6;background-image:url(icon.png)}.laydate_body .laydate_bottom #laydate_hms,.laydate_body .laydate_bottom .laydate_btn a,.laydate_body .laydate_box,.laydate_body .laydate_table,.laydate_body .laydate_table td,.laydate_body .laydate_time,.laydate_body .laydate_ym,.laydate_body .laydate_ym .laydate_yms{border:1px solid #ccc}.laydate_body .laydate_bottom .laydte_hsmtex,.laydate_body .laydate_choose,.laydate_body .laydate_table thead,.laydate_body .laydate_y .laydate_yms a{background-color:#F6F6F6}.laydate_body .laydate_box,.laydate_body .laydate_time,.laydate_body .laydate_ym .laydate_yms{box-shadow:2px 2px 5px rgba(0,0,0,.1)}.laydate_body .laydate_box{border-top:none;border-bottom:none;background-color:#fff;color:#333}.laydate_body .laydate_box .laydate_void{color:#ccc!important}.laydate_body .laydate_box .laydate_void:hover{background-color:#fff!important}.laydate_body .laydate_box a,.laydate_body .laydate_box a:hover{text-decoration:none;blr:expression(this.onFocus=this.blur());cursor:pointer;color:#333}.laydate_body .laydate_box a:hover{text-decoration:none;color:#666}.laydate_body .laydate_click{background-color:#eee!important}.laydate_body .laydate_bottom #laydate_hms,.laydate_body .laydate_choose:hover,.laydate_body .laydate_table td,.laydate_body .laydate_time,.laydate_body .laydate_y .laydate_yms a:hover{background-color:#fff}.laydate_body .laydate_top{border-top:1px solid #C6C6C6}.laydate_body .laydate_ym .laydate_yms{border:1px solid #C6C6C6;background-color:#fff}.laydate_body .laydate_y .laydate_yms a{border-bottom:1px solid #C6C6C6}.laydate_body .laydate_y .laydate_yms .laydate_chdown{border-top:1px solid #C6C6C6;border-bottom:none}.laydate_body .laydate_choose{border-left:1px solid #C6C6C6}.laydate_body .laydate_chprev{border-left:none;border-right:1px solid #C6C6C6}.laydate_body .laydate_chtop cite{border-bottom-color:#666}.laydate_body .laydate_chdown cite,.laydate_body .laydate_ym label{border-top-color:#666}.laydate_body .laydate_chprev cite{border-right-style:solid;border-right-color:#666}.laydate_body .laydate_chnext cite{border-left-style:solid;border-left-color:#666}.laydate_body .laydate_table td{border:none}.laydate_body .laydate_table .laydate_nothis{color:#999}.laydate_body .laydate_table thead th{border-bottom:1px solid #ccc}.laydate_body .laydate_bottom,.laydate_body .laydate_bottom .laydte_hsmtex{border-bottom:1px solid #C6C6C6}.laydate_body .laydate_bottom .laydate_sj{border-right:1px solid #C6C6C6;background-color:#F6F6F6}.laydate_body .laydate_bottom input{background-color:#fff}.laydate_body .laydate_bottom .laydate_btn{border-right:1px solid #C6C6C6}.laydate_body .laydate_bottom .laydate_v{position:absolute;left:10px;top:6px;font-family:Courier;z-index:0;color:#999}.laydate_body .laydate_bottom .laydate_btn a{border-right:none;background-color:#F6F6F6}.laydate_body .laydate_bottom .laydate_btn a:hover{color:#000;background-color:#fff}.laydate_body .laydate_m .laydate_yms span:hover,.laydate_body .laydate_table td:hover,.laydate_body .laydate_time .laydate_hmsno span:hover,.laydate_body .laydate_y .laydate_yms ul li:hover{background-color:#F3F3F3} \ No newline at end of file diff --git a/build/css/modules/layer/default/layer.css b/build/css/modules/layer/default/layer.css index 095c344e..e34bb44c 100644 --- a/build/css/modules/layer/default/layer.css +++ b/build/css/modules/layer/default/layer.css @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL-2.1 license By http://www.layui.com */ .layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:ellipsis;white-space:nowrap}*html{background-image:url(about:blank);background-attachment:fixed}html #layuicss-skinlayercss{display:none;position:absolute;width:1989px}.layui-layer,.layui-layer-shade{position:fixed;_position:absolute;pointer-events:auto}.layui-layer-shade{top:0;left:0;width:100%;height:100%;_height:expression(document.body.offsetHeight+"px")}.layui-layer{-webkit-overflow-scrolling:touch;top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;box-shadow:1px 1px 50px rgba(0,0,0,.3)}.layui-layer-close{position:absolute}.layui-layer-content{position:relative}.layui-layer-border{border:1px solid #B2B2B2;border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 5px rgba(0,0,0,.2)}.layui-layer-load{background:url(loading-1.gif) center center no-repeat #eee}.layui-layer-ico{background:url(icon.png) no-repeat}.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a{display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-move{display:none;position:fixed;*position:absolute;left:0;top:0;width:100%;height:100%;cursor:move;opacity:0;filter:alpha(opacity=0);background-color:#fff;z-index:2147483647}.layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0;cursor:se-resize}.layui-layer{border-radius:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-01{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.layer-anim-02{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-03{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.layer-anim-04{-webkit-animation-name:rollIn;animation-name:rollIn}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.layer-anim-05{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.layer-anim-06{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes bounceOut{100%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceOut{100%{opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-close{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.2s;animation-duration:.2s}.layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;background-color:#F8F8F8;border-radius:2px 2px 0 0}.layui-layer-setwin{position:absolute;right:15px;*right:0;top:15px;font-size:0;line-height:initial}.layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;_overflow:hidden}.layui-layer-setwin .layui-layer-min cite{position:absolute;width:14px;height:2px;left:0;top:50%;margin-top:-1px;background-color:#2E2D3C;cursor:pointer;_overflow:hidden}.layui-layer-setwin .layui-layer-min:hover cite{background-color:#2D93CA}.layui-layer-setwin .layui-layer-max{background-position:-32px -40px}.layui-layer-setwin .layui-layer-max:hover{background-position:-16px -40px}.layui-layer-setwin .layui-layer-maxmin{background-position:-65px -40px}.layui-layer-setwin .layui-layer-maxmin:hover{background-position:-49px -40px}.layui-layer-setwin .layui-layer-close1{background-position:0 -40px;cursor:pointer}.layui-layer-setwin .layui-layer-close1:hover{opacity:.7}.layui-layer-setwin .layui-layer-close2{position:absolute;right:-28px;top:-28px;width:30px;height:30px;margin-left:0;background-position:-149px -31px;*right:-18px;_display:none}.layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -31px}.layui-layer-btn{text-align:right;padding:0 10px 12px;pointer-events:auto;user-select:none;-webkit-user-select:none}.layui-layer-btn a{height:28px;line-height:28px;margin:0 6px;padding:0 15px;border:1px solid #dedede;background-color:#f1f1f1;color:#333;border-radius:2px;font-weight:400;cursor:pointer;text-decoration:none}.layui-layer-btn a:hover{opacity:.9;text-decoration:none}.layui-layer-btn a:active{opacity:.8}.layui-layer-btn .layui-layer-btn0{border-color:#4898d5;background-color:#2e8ded;color:#fff}.layui-layer-btn-l{text-align:left}.layui-layer-btn-c{text-align:center}.layui-layer-dialog{min-width:260px}.layui-layer-dialog .layui-layer-content{position:relative;padding:20px;line-height:24px;word-break:break-all;overflow:hidden;font-size:14px;overflow-x:hidden;overflow-y:auto}.layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute;top:16px;left:15px;_left:-40px;width:30px;height:30px}.layui-layer-ico1{background-position:-30px 0}.layui-layer-ico2{background-position:-60px 0}.layui-layer-ico3{background-position:-90px 0}.layui-layer-ico4{background-position:-120px 0}.layui-layer-ico5{background-position:-150px 0}.layui-layer-ico6{background-position:-180px 0}.layui-layer-rim{border:6px solid #8D8D8D;border:6px solid rgba(0,0,0,.3);border-radius:5px;box-shadow:none}.layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}.layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}.layui-layer-hui .layui-layer-content{padding:12px 25px;text-align:center}.layui-layer-dialog .layui-layer-padding{padding:20px 20px 20px 55px;text-align:left}.layui-layer-page .layui-layer-content{position:relative;overflow:auto}.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn{padding-top:10px}.layui-layer-nobg{background:0 0}.layui-layer-iframe iframe{display:block;width:100%}.layui-layer-loading{border-radius:100%;background:0 0;box-shadow:none;border:none}.layui-layer-loading .layui-layer-content{width:60px;height:24px;background:url(loading-0.gif) no-repeat}.layui-layer-loading .layui-layer-loading1{width:37px;height:37px;background:url(loading-1.gif) no-repeat}.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2{width:32px;height:32px;background:url(loading-2.gif) no-repeat}.layui-layer-tips{background:0 0;box-shadow:none;border:none}.layui-layer-tips .layui-layer-content{position:relative;line-height:22px;min-width:12px;padding:5px 10px;font-size:12px;_float:left;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.2);background-color:#000;color:#fff}.layui-layer-tips .layui-layer-close{right:-2px;top:-1px}.layui-layer-tips i.layui-layer-TipsG{position:absolute;width:0;height:0;border-width:8px;border-color:transparent;border-style:dashed;*overflow:hidden}.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT{left:5px;border-right-style:solid;border-right-color:#000}.layui-layer-tips i.layui-layer-TipsT{bottom:-8px}.layui-layer-tips i.layui-layer-TipsB{top:-8px}.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR{top:1px;border-bottom-style:solid;border-bottom-color:#000}.layui-layer-tips i.layui-layer-TipsR{left:-8px}.layui-layer-tips i.layui-layer-TipsL{right:-8px}.layui-layer-lan[type=dialog]{min-width:280px}.layui-layer-lan .layui-layer-title{background:#4476A7;color:#fff;border:none}.layui-layer-lan .layui-layer-btn{padding:10px;text-align:right;border-top:1px solid #E9E7E7}.layui-layer-lan .layui-layer-btn a{background:#BBB5B5;border:none}.layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5}.layui-layer-molv .layui-layer-title{background:#009f95;color:#fff;border:none}.layui-layer-molv .layui-layer-btn a{background:#009f95}.layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1}.layui-layer-iconext{background:url(icon-ext.png) no-repeat}.layui-layer-prompt .layui-layer-input{display:block;width:220px;height:30px;margin:0 auto;line-height:30px;padding:0 5px;border:1px solid #ccc;box-shadow:1px 1px 5px rgba(0,0,0,.1) inset;color:#333}.layui-layer-prompt textarea.layui-layer-input{width:300px;height:100px;line-height:20px}.layui-layer-prompt .layui-layer-content{padding:20px}.layui-layer-prompt .layui-layer-btn{padding-top:0}.layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4)}.layui-layer-tab .layui-layer-title{padding-left:0;border-bottom:1px solid #ccc;background-color:#eee;overflow:visible}.layui-layer-tab .layui-layer-title span{position:relative;float:left;min-width:80px;max-width:260px;padding:0 20px;text-align:center;cursor:default;overflow:hidden}.layui-layer-tab .layui-layer-title span.layui-layer-tabnow{height:43px;border-left:1px solid #ccc;border-right:1px solid #ccc;background-color:#fff;z-index:10}.layui-layer-tab .layui-layer-title span:first-child{border-left:none}.layui-layer-tabmain{line-height:24px;clear:both}.layui-layer-tabmain .layui-layer-tabli{display:none}.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer{display:block}.xubox_tabclose{position:absolute;right:10px;top:5px;cursor:pointer}.layui-layer-photos{-webkit-animation-duration:1s;animation-duration:1s}.layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}.layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-imgbar,.layui-layer-imguide{display:none}.layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;_width:44px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}.layui-layer-imgprev{left:10px;background-position:-5px -5px;_background-position:-70px -5px}.layui-layer-imgprev:hover{background-position:-33px -5px;_background-position:-120px -5px}.layui-layer-imgnext{right:10px;_right:8px;background-position:-5px -50px;_background-position:-70px -50px}.layui-layer-imgnext:hover{background-position:-33px -50px;_background-position:-120px -50px}.layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;overflow:hidden;font-size:0}.layui-layer-imgtit *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px}.layui-layer-imgtit a{max-width:65%;overflow:hidden;color:#fff}.layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}.layui-layer-imgtit em{padding-left:10px;font-style:normal}@media screen and (max-width:1100px){.layui-layer-iframe{overflow-y:auto;-webkit-overflow-scrolling:touch}} \ No newline at end of file diff --git a/build/font/iconfont.eot b/build/font/iconfont.eot index 2c072ed93f8694fe244ec4d11315b33476fb9c75..6bb5c27b33be8fb3115c593483fa34ab01d6c1c7 100644 GIT binary patch delta 26191 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 diff --git a/build/font/iconfont.svg b/build/font/iconfont.svg index 9842f536..bac1b54f 100644 --- a/build/font/iconfont.svg +++ b/build/font/iconfont.svg @@ -2,7 +2,7 @@ -Created by FontForge 20120731 at Wed Oct 5 21:54:59 2016 +Created by FontForge 20120731 at Sun Nov 20 18:07:09 2016 By admin @@ -17,14 +17,16 @@ Created by FontForge 20120731 at Wed Oct 5 21:54:59 2016 descent="-128" x-height="792" bbox="0 -212 1487.11 896" - underline-thickness="50" - underline-position="-100" + underline-thickness="0" + underline-position="0" unicode-range="U+0078-E650" /> - - + + + d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5 t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5 t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" /> - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - + - - - - - - - - + - + + + - - - - + + + + + + + + + - + + + - - + + - - + + + + + - + + - + - + + - - + + + - - - - - - - - - + - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + - - +M624 696v0q-12 4 -23.5 -1.5t-16.5 -17.5l-202 -558q-5 -12 0.5 -24t18.5 -16v0q12 -4 23.5 1.5t16.5 17.5l202 558q4 12 -1.5 24t-17.5 16z" /> + + + + diff --git a/build/font/iconfont.ttf b/build/font/iconfont.ttf index 8b44c108751a2eaa5ba686c0471c27c2dd69a3db..e06a767daecb746376d4c8bcc3a697180c8ed27d 100644 GIT binary patch delta 26165 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 delta 22164 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 QS-A)R2moUsu#+!mh5wjfJ^%m! delta 25084 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 z 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 Gr~U^qXu|;j diff --git a/build/lay/dest/layui.all.js b/build/lay/dest/layui.all.js index dbc6bf73..25389751 100644 --- a/build/lay/dest/layui.all.js +++ b/build/lay/dest/layui.all.js @@ -1,5 +1,5 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ - ;!function(e){"use strict";var t=function(){this.v="1.0.4"};t.fn=t.prototype;var n=document,o=t.fn.cache={},i=function(){var e=n.scripts,t=e[e.length-1].src;return t.substring(0,t.lastIndexOf("/")+1)}(),r=function(t){e.console&&console.error&&console.error("Layui hint: "+t)},u="undefined"!=typeof opera&&"[object Opera]"===opera.toString(),l={layer:"modules/layer",laydate:"modules/laydate",laypage:"modules/laypage",laytpl:"modules/laytpl",layim:"modules/layim",layedit:"modules/layedit",form:"modules/form",upload:"modules/upload",tree:"modules/tree",slide:"modules/slide",table:"modules/table",element:"modules/element",util:"modules/util",flow:"modules/flow",code:"modules/code",single:"modules/single",mobile:"modules/mobile",jquery:"lib/jquery","layui.mod":"dest/layui.mod"};o.modules={},o.status={},o.timeout=10,o.event={},t.fn.define=function(e,t){var n=this,i="function"==typeof e,r=function(){return"function"==typeof t&&t(function(e,t){layui[e]=t,o.status[e]=!0}),this};return i&&(t=e,e=[]),layui["layui.all"]?r.call(n):(n.use(e,r),n)},t.fn.use=function(e,t,a){function s(e,t){var n="PLaySTATION 3"===navigator.platform?/^complete$/:/^(complete|loaded)$/;("load"===e.type||n.test((e.currentTarget||e.srcElement).readyState))&&(o.modules[y]=t,m.removeChild(p),function i(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void(o.status[y]?c():setTimeout(i,4))}())}function c(){a.push(layui[y]),e.length>1?d.use(e.slice(1),t,a):"function"==typeof t&&t.apply(layui,a)}var d=this,f=o.dir=o.dir?o.dir:i,m=n.getElementsByTagName("head")[0];e="string"==typeof e?[e]:e,window.jQuery&&jQuery.fn.on&&(d.each(e,function(t,n){"jquery"===n&&e.splice(t,1)}),layui.jquery=jQuery);var y=e[0],v=0;if(a=a||[],o.host=o.host||(f.match(/\/\/([\s\S]+?)\//)||["//"+location.host+"/"])[0],0===e.length)return t();var p=n.createElement("script"),h=(l[y]?f+"lay/":o.base||"")+(d.modules[y]||y)+".js";return p.async=!0,p.charset="utf-8",p.src=h+function(){var e=o.version===!0?o.v||(new Date).getTime():o.version||"";return e?"?v="+e:""}(),o.modules[y]?!function g(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void("string"==typeof o.modules[y]&&o.status[y]?c():setTimeout(g,4))}():(m.appendChild(p),!p.attachEvent||p.attachEvent.toString&&p.attachEvent.toString().indexOf("[native code")<0||u?p.addEventListener("load",function(e){s(e,h)},!1):p.attachEvent("onreadystatechange",function(e){s(e,h)})),o.modules[y]=h,d},t.fn.all=function(e){return this.use("layui.mod",e),this},t.fn.getStyle=function(t,n){var o=t.currentStyle?t.currentStyle:e.getComputedStyle(t,null);return o[o.getPropertyValue?"getPropertyValue":"getAttribute"](n)},t.fn.link=function(e,t,i){var u=this,l=n.createElement("link"),a=n.getElementsByTagName("head")[0];"string"==typeof t&&(i=t);var s=(i||e).replace(/\.|\//g,""),c=l.id="layuicss-"+s,d=0;l.rel="stylesheet",l.href=e+(o.debug?"?v="+(new Date).getTime():""),l.media="all",n.getElementById(c)||a.appendChild(l),"function"==typeof t&&!function f(){return++d>1e3*o.timeout/100?r(e+" timeout"):void(1989===parseInt(u.getStyle(n.getElementById(c),"width"))?function(){t()}():setTimeout(f,100))}()},t.fn.addcss=function(e,t,n){layui.link(o.dir+"css/"+e,t,n)},t.fn.img=function(e,t,n){var o=new Image;return o.src=e,o.complete?t(o):(o.onload=function(){o.onload=null,t(o)},void(o.onerror=function(e){o.onerror=null,n(e)}))},t.fn.config=function(e){e=e||{};for(var t in e)o[t]=e[t];return this},t.fn.modules=function(){var e={};for(var t in l)e[t]=l[t];return e}(),t.fn.extend=function(e){var t=this;e=e||{};for(var n in e)t[n]||t.modules[n]?r("模块名 "+n+" 已被占用"):t.modules[n]=e[n];return t},t.fn.router=function(e){for(var t,n=(e||location.hash).replace(/^#/,"").split("/")||[],o={dir:[]},i=0;i/g,">").replace(/'/g,"'").replace(/"/g,""")},error:function(e,r){var n="Laytpl Error:";return"object"==typeof console&&console.error(n+e+"\n"+(r||"")),n+e}},c=n.exp,t=function(e){this.tpl=e};t.pt=t.prototype,window.errors=0,t.pt.parse=function(e,t){var o=this,p=e,a=c("^"+r.open+"#",""),l=c(r.close+"$","");e=e.replace(/\s+|\r|\t|\n/g," ").replace(c(r.open+"#"),r.open+"# ").replace(c(r.close+"}"),"} "+r.close).replace(/\\/g,"\\\\").replace(/(?="|')/g,"\\").replace(n.query(),function(e){return e=e.replace(a,"").replace(l,""),'";'+e.replace(/\\/g,"")+';view+="'}).replace(n.query(1),function(e){var n='"+(';return e.replace(/\s/g,"")===r.open+r.close?"":(e=e.replace(c(r.open+"|"+r.close),""),/^=/.test(e)&&(e=e.replace(/^=/,""),n='"+_escape_('),n+e.replace(/\\/g,"")+')+"')}),e='"use strict";var view = "'+e+'";return view;';try{return o.cache=e=new Function("d, _escape_",e),e(t,n.escape)}catch(u){return delete o.cache,n.error(u,p)}},t.pt.render=function(e,r){var c,t=this;return e?(c=t.cache?t.cache(e,n.escape):t.parse(t.tpl,e),r?void r(c):c):n.error("no data")};var o=function(e){return"string"!=typeof e?n.error("Template not found"):new t(e)};o.config=function(e){e=e||{};for(var n in e)r[n]=e[n]},o.v="1.2.0",e("laytpl",o)});layui.define(function(a){"use strict";function t(a){new p(a)}var e=document,r="getElementById",n="getElementsByTagName",s=0,p=function(a){var t=this,e=t.config=a||{};e.item=s++,t.render(!0)};p.on=function(a,t,e){return a.attachEvent?a.attachEvent("on"+t,function(){e.call(a,window.even)}):a.addEventListener(t,e,!1),p},p.prototype.type=function(){var a=this.config;if("object"==typeof a.cont)return void 0===a.cont.length?2:3},p.prototype.view=function(){var a=this,t=a.config,e=[],r={};if(t.pages=0|t.pages,t.curr=0|t.curr||1,t.groups="groups"in t?0|t.groups:5,t.first="first"in t?t.first:"首页",t.last="last"in t?t.last:"末页",t.prev="prev"in t?t.prev:"上一页",t.next="next"in t?t.next:"下一页",t.pages<=1)return"";for(t.groups>t.pages&&(t.groups=t.pages),r.index=Math.ceil((t.curr+(t.groups>1&&t.groups!==t.pages?1:0))/(0===t.groups?1:t.groups)),t.curr>1&&t.prev&&e.push(''+t.prev+""),r.index>1&&t.first&&0!==t.groups&&e.push(''+t.first+""),r.poor=Math.floor((t.groups-1)/2),r.start=r.index>1?t.curr-r.poor:1,r.end=r.index>1?function(){var a=t.curr+(t.groups-r.poor-1);return a>t.pages?t.pages:a}():t.groups,r.end-r.start"+r.start+""):e.push(''+r.start+"");return t.pages>t.groups&&r.end'+t.last+""),r.flow=!t.prev&&0===t.groups,(t.curr!==t.pages&&t.next||r.flow)&&e.push(function(){return r.flow&&t.curr===t.pages?''+t.next+"":''+t.next+""}()),'
'+e.join("")+function(){return t.skip?'到第 ':""}()+"
"},p.prototype.jump=function(a){if(a){for(var t=this,e=t.config,r=a.children,s=a[n]("button")[0],i=a[n]("input")[0],u=0,o=r.length;un.maxs[0]?s=["y",1]:e>=n.mins[0]&&e<=n.maxs[0]&&(e==n.mins[0]&&(tn.maxs[1]?s=["m",1]:t==n.maxs[1]&&a>n.maxs[2]&&(s=["d",1]))),s},n.timeVoid=function(e,t){if(n.ymd[1]+1==n.mins[1]&&n.ymd[2]==n.mins[2]){if(0===t&&en.maxs[3])return 1;if(1===t&&e>n.maxs[4])return 1;if(2===t&&e>n.maxs[5])return 1}if(e>(t?59:23))return 1},n.check=function(){var e=n.options.format.replace(/YYYY|MM|DD|hh|mm|ss/g,"\\d+\\").replace(/\\$/g,""),t=new RegExp(e),a=n.elem[d.elemv],s=a.match(/\d+/g)||[],i=n.checkVoid(s[0],s[1],s[2]);if(""!==a.replace(/\s/g,"")){if(!t.test(a))return n.elem[d.elemv]="",n.msg("日期不符合格式,请重新选择。"),1;if(i[0])return n.elem[d.elemv]="",n.msg("日期不在有效期内,请重新选择。"),1;i.value=n.elem[d.elemv].match(t).join(),s=i.value.match(/\d+/g),s[1]<1?(s[1]=1,i.auto=1):s[1]>12?(s[1]=12,i.auto=1):s[1].length<2&&(i.auto=1),s[2]<1?(s[2]=1,i.auto=1):s[2]>n.months[(0|s[1])-1]?(s[2]=31,i.auto=1):s[2].length<2&&(i.auto=1),s.length>3&&(n.timeVoid(s[3],0)&&(i.auto=1),n.timeVoid(s[4],1)&&(i.auto=1),n.timeVoid(s[5],2)&&(i.auto=1)),i.auto?n.creation([s[0],0|s[1],0|s[2]],1):i.value!==n.elem[d.elemv]&&(n.elem[d.elemv]=i.value)}},n.months=[31,null,31,30,31,30,31,31,30,31,30,31],n.viewDate=function(e,t,a){var s=(n.query,{}),i=new Date;e<(0|n.mins[0])&&(e=0|n.mins[0]),e>(0|n.maxs[0])&&(e=0|n.maxs[0]),i.setFullYear(e,t,a),s.ymd=[i.getFullYear(),i.getMonth(),i.getDate()],n.months[1]=n.isleap(s.ymd[0])?29:28,i.setFullYear(s.ymd[0],s.ymd[1],1),s.FDay=i.getDay(),s.PDay=n.months[0===t?11:t-1]-s.FDay+1,s.NDay=1,n.each(d.tds,function(e,t){var a,i=s.ymd[0],o=s.ymd[1]+1;t.className="",e=s.FDay&&e'+e+"年":'
  • '+(e-7+t)+"年
  • "}),t("#laydate_ys").innerHTML=a,n.each(t("#laydate_ys li"),function(e,t){"y"===n.checkVoid(t.getAttribute("y"))[0]?n.addClass(t,d[1]):n.on(t,"click",function(e){n.stopmp(e).reshow(),n.viewDate(0|this.getAttribute("y"),n.ymd[1],n.ymd[2])})})},n.initDate=function(){var e=(n.query,new Date),t=n.elem[d.elemv].match(/\d+/g)||[];t.length<3&&(t=n.options.start.match(/\d+/g)||[],t.length<3&&(t=[e.getFullYear(),e.getMonth()+1,e.getDate()])),n.inymd=t,n.viewDate(t[0],t[1]-1,t[2])},n.iswrite=function(){var e=n.query,t={time:e("#laydate_hms")};n.shde(t.time,!n.options.istime),n.shde(d.oclear,!("isclear"in n.options?n.options.isclear:1)),n.shde(d.otoday,!("istoday"in n.options?n.options.istoday:1)),n.shde(d.ok,!("issure"in n.options?n.options.issure:1))},n.orien=function(e,t){var a,s=n.elem.getBoundingClientRect();e.style.left=s.left+(t?0:n.scroll(1))+"px",a=s.bottom+e.offsetHeight/1.5<=n.winarea()?s.bottom-1:s.top>e.offsetHeight/1.5?s.top-e.offsetHeight+1:n.winarea()-e.offsetHeight,e.style.top=Math.max(a+(t?0:n.scroll()),1)+"px"},n.follow=function(e){n.options.fixed?(e.style.position="fixed",n.orien(e,1)):(e.style.position="absolute",n.orien(e))},n.viewtb=function(){var e,t=[],a=["日","一","二","三","四","五","六"],o={},d=s[i]("table"),r=s[i]("thead");return r.appendChild(s[i]("tr")),o.creath=function(e){var t=s[i]("th");t.innerHTML=a[e],r[l]("tr")[0].appendChild(t),t=null},n.each(new Array(6),function(a){t.push([]),e=d.insertRow(0),n.each(new Array(7),function(n){t[a][n]=0,0===a&&o.creath(n),e.insertCell(n)})}),d.insertBefore(r,d.children[0]),d.id=d.className="laydate_table",e=t=null,d.outerHTML.toLowerCase()}(),n.view=function(e,t){var o,l=n.query,r={};t=t||e,n.elem=e,n.options=t,n.options.format||(n.options.format=a.format),n.options.start=n.options.start||"",n.mm=r.mm=[n.options.min||a.min,n.options.max||a.max],n.mins=r.mm[0].match(/\d+/g),n.maxs=r.mm[1].match(/\d+/g),n.box?n.shde(n.box):(o=s[i]("div"),o.id=d[0],o.className=d[0],o.style.cssText="position: absolute;",o.setAttribute("name","laydate-v"+laydate.v),o.innerHTML=r.html='
      '+function(){var e="";return n.each(new Array(12),function(t){e+=''+n.digit(t+1)+"月"}),e}()+"
      "+n.viewtb+'",s.body.appendChild(o),n.box=l("#"+d[0]),n.events(),o=null),n.follow(n.box),t.zIndex?n.box.style.zIndex=t.zIndex:n.removeCssAttr(n.box,"z-index"),n.stopMosup("click",n.box),n.initDate(),n.iswrite(),n.check()},n.reshow=function(){return n.each(n.query("#"+d[0]+" .laydate_show"),function(e,t){n.removeClass(t,"laydate_show")}),this},n.close=function(){n.reshow(),n.shde(n.query("#"+d[0]),1),n.elem=null},n.parse=function(e,t,s){return e=e.concat(t),s=s||(n.options?n.options.format:a.format),s.replace(/YYYY|MM|DD|hh|mm|ss/g,function(t,a){return e.index=0|++e.index,n.digit(e[e.index])})},n.creation=function(e,t){var a=(n.query,n.hmsin),s=n.parse(e,[a[0].value,a[1].value,a[2].value]);n.elem[d.elemv]=s,t||(n.close(),"function"==typeof n.options.choose&&n.options.choose(s))},n.events=function(){var e=n.query,a={box:"#"+d[0]};n.addClass(s.body,"laydate_body"),d.tds=e("#laydate_table td"),d.mms=e("#laydate_ms span"),d.year=e("#laydate_y"),d.month=e("#laydate_m"),n.each(e(a.box+" .laydate_ym"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.addClass(this[l]("div")[0],"laydate_show"),e||(a.YY=parseInt(d.year.value),n.viewYears(a.YY))})}),n.on(e(a.box),"click",function(){n.reshow()}),a.tabYear=function(e){0===e?n.ymd[0]--:1===e?n.ymd[0]++:2===e?a.YY-=14:a.YY+=14,e<2?(n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2]),n.reshow()):n.viewYears(a.YY)},n.each(e("#laydate_YY .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t),a.tabYear(e)})}),a.tabMonth=function(e){e?(n.ymd[1]++,12===n.ymd[1]&&(n.ymd[0]++,n.ymd[1]=0)):(n.ymd[1]--,n.ymd[1]===-1&&(n.ymd[0]--,n.ymd[1]=11)),n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2])},n.each(e("#laydate_MM .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),a.tabMonth(e)})}),n.each(e("#laydate_ms span"),function(e,t){n.on(t,"click",function(e){n.stopmp(e).reshow(),n.hasClass(this,d[1])||n.viewDate(n.ymd[0],0|this.getAttribute("m"),n.ymd[2])})}),n.each(e("#laydate_table td"),function(e,t){n.on(t,"click",function(e){n.hasClass(this,d[1])||(n.stopmp(e),n.creation([0|this.getAttribute("y"),0|this.getAttribute("m"),0|this.getAttribute("d")]))})}),d.oclear=e("#laydate_clear"),n.on(d.oclear,"click",function(){n.elem[d.elemv]="",n.close()}),d.otoday=e("#laydate_today"),n.on(d.otoday,"click",function(){var e=new Date;n.creation([e.getFullYear(),e.getMonth()+1,e.getDate()])}),d.ok=e("#laydate_ok"),n.on(d.ok,"click",function(){n.valid&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])}),a.times=e("#laydate_time"),n.hmsin=a.hmsin=e("#laydate_hms input"),a.hmss=["小时","分钟","秒数"],a.hmsarr=[],n.msg=function(t,s){var i='
      '+(s||"提示")+"×
      ";"string"==typeof t?(i+="

      "+t+"

      ",n.shde(e("#"+d[0])),n.removeClass(a.times,"laydate_time1").addClass(a.times,"laydate_msg")):(a.hmsarr[t]?i=a.hmsarr[t]:(i+='
      ',n.each(new Array(0===t?24:60),function(e){i+=""+e+""}),i+="
      ",a.hmsarr[t]=i),n.removeClass(a.times,"laydate_msg"),n[0===t?"removeClass":"addClass"](a.times,"laydate_time1")),n.addClass(a.times,"laydate_show"),a.times.innerHTML=i},a.hmson=function(t,a){var s=e("#laydate_hmsno span"),i=n.valid?null:1;n.each(s,function(e,s){i?n.addClass(s,d[1]):n.timeVoid(e,a)?n.addClass(s,d[1]):n.on(s,"click",function(e){n.hasClass(this,d[1])||(t.value=n.digit(0|this.innerHTML))})}),n.addClass(s[0|t.value],"laydate_click")},n.each(a.hmsin,function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.msg(e,a.hmss[e]),a.hmson(this,e)})}),n.on(s,"mouseup",function(){var t=e("#"+d[0]);t&&"none"!==t.style.display&&(n.check()||n.close())}).on(s,"keydown",function(e){e=e||t.event;var a=e.keyCode;13===a&&n.elem&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])})},laydate.reset=function(){n.box&&n.elem&&n.follow(n.box)},laydate.now=function(e,t){var a=new Date(0|e?function(e){return e<864e5?+new Date+864e5*e:e}(parseInt(e)):+new Date);return n.parse([a.getFullYear(),a.getMonth()+1,a.getDate()],[a.getHours(),a.getMinutes(),a.getSeconds()],t)},layui.addcss("modules/laydate/laydate.css",function(){},"laydatecss"),e("laydate",laydate)});!function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e){var t=!!e&&"length"in e&&e.length,n=pe.type(e);return"function"!==n&&!pe.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e,t,n){if(pe.isFunction(t))return pe.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return pe.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(Ce.test(t))return pe.filter(t,e,n);t=pe.filter(t,e)}return pe.grep(e,function(e){return pe.inArray(e,t)>-1!==n})}function i(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function o(e){var t={};return pe.each(e.match(De)||[],function(e,n){t[n]=!0}),t}function a(){re.addEventListener?(re.removeEventListener("DOMContentLoaded",s),e.removeEventListener("load",s)):(re.detachEvent("onreadystatechange",s),e.detachEvent("onload",s))}function s(){(re.addEventListener||"load"===e.event.type||"complete"===re.readyState)&&(a(),pe.ready())}function u(e,t,n){if(void 0===n&&1===e.nodeType){var r="data-"+t.replace(_e,"-$1").toLowerCase();if(n=e.getAttribute(r),"string"==typeof n){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:qe.test(n)?pe.parseJSON(n):n)}catch(i){}pe.data(e,t,n)}else n=void 0}return n}function l(e){var t;for(t in e)if(("data"!==t||!pe.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function c(e,t,n,r){if(He(e)){var i,o,a=pe.expando,s=e.nodeType,u=s?pe.cache:e,l=s?e[a]:e[a]&&a;if(l&&u[l]&&(r||u[l].data)||void 0!==n||"string"!=typeof t)return l||(l=s?e[a]=ne.pop()||pe.guid++:a),u[l]||(u[l]=s?{}:{toJSON:pe.noop}),"object"!=typeof t&&"function"!=typeof t||(r?u[l]=pe.extend(u[l],t):u[l].data=pe.extend(u[l].data,t)),o=u[l],r||(o.data||(o.data={}),o=o.data),void 0!==n&&(o[pe.camelCase(t)]=n),"string"==typeof t?(i=o[t],null==i&&(i=o[pe.camelCase(t)])):i=o,i}}function f(e,t,n){if(He(e)){var r,i,o=e.nodeType,a=o?pe.cache:e,s=o?e[pe.expando]:pe.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){pe.isArray(t)?t=t.concat(pe.map(t,pe.camelCase)):t in r?t=[t]:(t=pe.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;for(;i--;)delete r[t[i]];if(n?!l(r):!pe.isEmptyObject(r))return}(n||(delete a[s].data,l(a[s])))&&(o?pe.cleanData([e],!0):fe.deleteExpando||a!=a.window?delete a[s]:a[s]=void 0)}}}function d(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return pe.css(e,t,"")},u=s(),l=n&&n[3]||(pe.cssNumber[t]?"":"px"),c=(pe.cssNumber[t]||"px"!==l&&+u)&&Me.exec(pe.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do o=o||".5",c/=o,pe.style(e,t,c+l);while(o!==(o=s()/u)&&1!==o&&--a)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function p(e){var t=ze.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function h(e,t){var n,r,i=0,o="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):void 0;if(!o)for(o=[],n=e.childNodes||e;null!=(r=n[i]);i++)!t||pe.nodeName(r,t)?o.push(r):pe.merge(o,h(r,t));return void 0===t||t&&pe.nodeName(e,t)?pe.merge([e],o):o}function g(e,t){for(var n,r=0;null!=(n=e[r]);r++)pe._data(n,"globalEval",!t||pe._data(t[r],"globalEval"))}function m(e){Be.test(e.type)&&(e.defaultChecked=e.checked)}function y(e,t,n,r,i){for(var o,a,s,u,l,c,f,d=e.length,y=p(t),v=[],x=0;x"!==f[1]||Ve.test(a)?0:u:u.firstChild,o=a&&a.childNodes.length;o--;)pe.nodeName(c=a.childNodes[o],"tbody")&&!c.childNodes.length&&a.removeChild(c);for(pe.merge(v,u.childNodes),u.textContent="";u.firstChild;)u.removeChild(u.firstChild);u=y.lastChild}else v.push(t.createTextNode(a));for(u&&y.removeChild(u),fe.appendChecked||pe.grep(h(v,"input"),m),x=0;a=v[x++];)if(r&&pe.inArray(a,r)>-1)i&&i.push(a);else if(s=pe.contains(a.ownerDocument,a),u=h(y.appendChild(a),"script"),s&&g(u),n)for(o=0;a=u[o++];)Ie.test(a.type||"")&&n.push(a);return u=null,y}function v(){return!0}function x(){return!1}function b(){try{return re.activeElement}catch(e){}}function w(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)w(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),i===!1)i=x;else if(!i)return e;return 1===o&&(a=i,i=function(e){return pe().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=pe.guid++)),e.each(function(){pe.event.add(this,t,i,r,n)})}function T(e,t){return pe.nodeName(e,"table")&&pe.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function C(e){return e.type=(null!==pe.find.attr(e,"type"))+"/"+e.type,e}function E(e){var t=it.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function N(e,t){if(1===t.nodeType&&pe.hasData(e)){var n,r,i,o=pe._data(e),a=pe._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;r1&&"string"==typeof p&&!fe.checkClone&&rt.test(p))return e.each(function(i){var o=e.eq(i);g&&(t[0]=p.call(this,i,o.html())),S(o,t,n,r)});if(f&&(l=y(t,e[0].ownerDocument,!1,e,r),i=l.firstChild,1===l.childNodes.length&&(l=i),i||r)){for(s=pe.map(h(l,"script"),C),a=s.length;c")).appendTo(t.documentElement),t=(ut[0].contentWindow||ut[0].contentDocument).document,t.write(),t.close(),n=D(e,t),ut.detach()),lt[e]=n),n}function L(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function H(e){if(e in Et)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=Ct.length;n--;)if(e=Ct[n]+t,e in Et)return e}function q(e,t){for(var n,r,i,o=[],a=0,s=e.length;a=0&&n=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||"object"!==pe.type(e)||e.nodeType||pe.isWindow(e))return!1;try{if(e.constructor&&!ce.call(e,"constructor")&&!ce.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(!fe.ownFirst)for(t in e)return ce.call(e,t);for(t in e);return void 0===t||ce.call(e,t)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ue[le.call(e)]||"object":typeof e},globalEval:function(t){t&&pe.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(ge,"ms-").replace(me,ye)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var r,i=0;if(n(e))for(r=e.length;iT.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[P]=!0,e}function i(e){var t=H.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)T.attrHandle[n[r]]=t}function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||V)-(~e.sourceIndex||V);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function f(){}function d(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function g(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(a[l]=f))}}else x=m(x===a?x.splice(h,x.length):x),o?o(null,a,x,u):Q.apply(a,x)})}function v(e){for(var t,n,r,i=e.length,o=T.relative[e[0].type],a=o||T.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return ee(t,e)>-1},a,!0),c=[function(e,n,r){var i=!o&&(r||n!==A)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s1&&h(c),s>1&&d(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(se,"$1"),n,s0,o=e.length>0,a=function(r,a,s,u,l){var c,f,d,p=0,h="0",g=r&&[],y=[],v=A,x=r||o&&T.find.TAG("*",l),b=W+=null==v?1:Math.random()||.1,w=x.length;for(l&&(A=a===H||a||l);h!==w&&null!=(c=x[h]);h++){if(o&&c){for(f=0,a||c.ownerDocument===H||(L(c),s=!_);d=e[f++];)if(d(c,a||H,s)){u.push(c);break}l&&(W=b)}i&&((c=!d&&c)&&p--,r&&g.push(c))}if(p+=h,i&&h!==p){for(f=0;d=n[f++];)d(g,y,a,s);if(r){if(p>0)for(;h--;)g[h]||y[h]||(y[h]=G.call(u));y=m(y)}Q.apply(u,y),l&&!r&&y.length>0&&p+n.length>1&&t.uniqueSort(u)}return l&&(W=b,A=v),g};return i?r(a):a}var b,w,T,C,E,N,k,S,A,D,j,L,H,q,_,F,M,O,R,P="sizzle"+1*new Date,B=e.document,W=0,I=0,$=n(),z=n(),X=n(),U=function(e,t){return e===t&&(j=!0),0},V=1<<31,Y={}.hasOwnProperty,J=[],G=J.pop,K=J.push,Q=J.push,Z=J.slice,ee=function(e,t){for(var n=0,r=e.length;n+~]|"+ne+")"+ne+"*"),ce=new RegExp("="+ne+"*([^\\]'\"]*?)"+ne+"*\\]","g"),fe=new RegExp(oe),de=new RegExp("^"+re+"$"),pe={ID:new RegExp("^#("+re+")"),CLASS:new RegExp("^\\.("+re+")"),TAG:new RegExp("^("+re+"|[*])"),ATTR:new RegExp("^"+ie),PSEUDO:new RegExp("^"+oe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ne+"*(even|odd|(([+-]|)(\\d*)n|)"+ne+"*(?:([+-]|)"+ne+"*(\\d+)|))"+ne+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ne+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ne+"*((?:-\\d)?\\d*)"+ne+"*\\)|)(?=[^-]|$)","i")},he=/^(?:input|select|textarea|button)$/i,ge=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ye=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,xe=/'|\\/g,be=new RegExp("\\\\([\\da-f]{1,6}"+ne+"?|("+ne+")|.)","ig"),we=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},Te=function(){L()};try{Q.apply(J=Z.call(B.childNodes),B.childNodes),J[B.childNodes.length].nodeType}catch(Ce){Q={apply:J.length?function(e,t){K.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}w=t.support={},E=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},L=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:B;return r!==H&&9===r.nodeType&&r.documentElement?(H=r,q=H.documentElement,_=!E(H),(n=H.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Te,!1):n.attachEvent&&n.attachEvent("onunload",Te)),w.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=i(function(e){return e.appendChild(H.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=me.test(H.getElementsByClassName),w.getById=i(function(e){return q.appendChild(e).id=P,!H.getElementsByName||!H.getElementsByName(P).length}),w.getById?(T.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&_){var n=t.getElementById(e);return n?[n]:[]}},T.filter.ID=function(e){var t=e.replace(be,we);return function(e){return e.getAttribute("id")===t}}):(delete T.find.ID,T.filter.ID=function(e){var t=e.replace(be,we);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),T.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},T.find.CLASS=w.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&_)return t.getElementsByClassName(e)},M=[],F=[],(w.qsa=me.test(H.querySelectorAll))&&(i(function(e){q.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+ne+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||F.push("\\["+ne+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+P+"-]").length||F.push("~="),e.querySelectorAll(":checked").length||F.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||F.push(".#.+[+~]")}),i(function(e){var t=H.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&F.push("name"+ne+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||F.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),F.push(",.*:")})),(w.matchesSelector=me.test(O=q.matches||q.webkitMatchesSelector||q.mozMatchesSelector||q.oMatchesSelector||q.msMatchesSelector))&&i(function(e){w.disconnectedMatch=O.call(e,"div"),O.call(e,"[s!='']:x"),M.push("!=",oe)}),F=F.length&&new RegExp(F.join("|")),M=M.length&&new RegExp(M.join("|")),t=me.test(q.compareDocumentPosition),R=t||me.test(q.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},U=t?function(e,t){if(e===t)return j=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!w.sortDetached&&t.compareDocumentPosition(e)===n?e===H||e.ownerDocument===B&&R(B,e)?-1:t===H||t.ownerDocument===B&&R(B,t)?1:D?ee(D,e)-ee(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return j=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===H?-1:t===H?1:i?-1:o?1:D?ee(D,e)-ee(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===B?-1:u[r]===B?1:0},H):H},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==H&&L(e),n=n.replace(ce,"='$1']"),w.matchesSelector&&_&&!X[n+" "]&&(!M||!M.test(n))&&(!F||!F.test(n)))try{var r=O.call(e,n);if(r||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(i){}return t(n,H,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==H&&L(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==H&&L(e);var n=T.attrHandle[t.toLowerCase()],r=n&&Y.call(T.attrHandle,t.toLowerCase())?n(e,t,!_):void 0;return void 0!==r?r:w.attributes||!_?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(j=!w.detectDuplicates,D=!w.sortStable&&e.slice(0),e.sort(U),j){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},C=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=C(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=C(t);return n},T=t.selectors={cacheLength:50,createPseudo:r,match:pe,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(be,we),e[3]=(e[3]||e[4]||e[5]||"").replace(be,we),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return pe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&fe.test(n)&&(t=N(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(be,we).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=$[e+" "];return t||(t=new RegExp("(^|"+ne+")"+e+"("+ne+"|$)"))&&$(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(ae," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,d,p,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s,x=!1;if(m){if(o){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){for(d=m,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}), +/** layui-v1.0.5 LGPL-2.1 license By http://www.layui.com */ + ;!function(e){"use strict";var t=function(){this.v="1.0.5"};t.fn=t.prototype;var n=document,o=t.fn.cache={},i=function(){var e=n.scripts,t=e[e.length-1].src;return t.substring(0,t.lastIndexOf("/")+1)}(),r=function(t){e.console&&console.error&&console.error("Layui hint: "+t)},u="undefined"!=typeof opera&&"[object Opera]"===opera.toString(),l={layer:"modules/layer",laydate:"modules/laydate",laypage:"modules/laypage",laytpl:"modules/laytpl",layim:"modules/layim",layedit:"modules/layedit",form:"modules/form",upload:"modules/upload",tree:"modules/tree",slide:"modules/slide",table:"modules/table",element:"modules/element",util:"modules/util",flow:"modules/flow",code:"modules/code",single:"modules/single",mobile:"modules/mobile",jquery:"lib/jquery","layui.mod":"dest/layui.mod"};o.modules={},o.status={},o.timeout=10,o.event={},t.fn.define=function(e,t){var n=this,i="function"==typeof e,r=function(){return"function"==typeof t&&t(function(e,t){layui[e]=t,o.status[e]=!0}),this};return i&&(t=e,e=[]),layui["layui.all"]?r.call(n):(n.use(e,r),n)},t.fn.use=function(e,t,a){function s(e,t){var n="PLaySTATION 3"===navigator.platform?/^complete$/:/^(complete|loaded)$/;("load"===e.type||n.test((e.currentTarget||e.srcElement).readyState))&&(o.modules[y]=t,m.removeChild(p),function i(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void(o.status[y]?c():setTimeout(i,4))}())}function c(){a.push(layui[y]),e.length>1?d.use(e.slice(1),t,a):"function"==typeof t&&t.apply(layui,a)}var d=this,f=o.dir=o.dir?o.dir:i,m=n.getElementsByTagName("head")[0];e="string"==typeof e?[e]:e,window.jQuery&&jQuery.fn.on&&(d.each(e,function(t,n){"jquery"===n&&e.splice(t,1)}),layui.jquery=jQuery);var y=e[0],v=0;if(a=a||[],o.host=o.host||(f.match(/\/\/([\s\S]+?)\//)||["//"+location.host+"/"])[0],0===e.length)return t();var p=n.createElement("script"),h=(l[y]?f+"lay/":o.base||"")+(d.modules[y]||y)+".js";return p.async=!0,p.charset="utf-8",p.src=h+function(){var e=o.version===!0?o.v||(new Date).getTime():o.version||"";return e?"?v="+e:""}(),o.modules[y]?!function g(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void("string"==typeof o.modules[y]&&o.status[y]?c():setTimeout(g,4))}():(m.appendChild(p),!p.attachEvent||p.attachEvent.toString&&p.attachEvent.toString().indexOf("[native code")<0||u?p.addEventListener("load",function(e){s(e,h)},!1):p.attachEvent("onreadystatechange",function(e){s(e,h)})),o.modules[y]=h,d},t.fn.all=function(e){return this.use("layui.mod",e),this},t.fn.getStyle=function(t,n){var o=t.currentStyle?t.currentStyle:e.getComputedStyle(t,null);return o[o.getPropertyValue?"getPropertyValue":"getAttribute"](n)},t.fn.link=function(e,t,i){var u=this,l=n.createElement("link"),a=n.getElementsByTagName("head")[0];"string"==typeof t&&(i=t);var s=(i||e).replace(/\.|\//g,""),c=l.id="layuicss-"+s,d=0;l.rel="stylesheet",l.href=e+(o.debug?"?v="+(new Date).getTime():""),l.media="all",n.getElementById(c)||a.appendChild(l),"function"==typeof t&&!function f(){return++d>1e3*o.timeout/100?r(e+" timeout"):void(1989===parseInt(u.getStyle(n.getElementById(c),"width"))?function(){t()}():setTimeout(f,100))}()},t.fn.addcss=function(e,t,n){layui.link(o.dir+"css/"+e,t,n)},t.fn.img=function(e,t,n){var o=new Image;return o.src=e,o.complete?t(o):(o.onload=function(){o.onload=null,t(o)},void(o.onerror=function(e){o.onerror=null,n(e)}))},t.fn.config=function(e){e=e||{};for(var t in e)o[t]=e[t];return this},t.fn.modules=function(){var e={};for(var t in l)e[t]=l[t];return e}(),t.fn.extend=function(e){var t=this;e=e||{};for(var n in e)t[n]||t.modules[n]?r("模块名 "+n+" 已被占用"):t.modules[n]=e[n];return t},t.fn.router=function(e){for(var t,n=(e||location.hash).replace(/^#/,"").split("/")||[],o={dir:[]},i=0;i/g,">").replace(/'/g,"'").replace(/"/g,""")},error:function(e,r){var n="Laytpl Error:";return"object"==typeof console&&console.error(n+e+"\n"+(r||"")),n+e}},c=n.exp,t=function(e){this.tpl=e};t.pt=t.prototype,window.errors=0,t.pt.parse=function(e,t){var o=this,p=e,a=c("^"+r.open+"#",""),l=c(r.close+"$","");e=e.replace(/\s+|\r|\t|\n/g," ").replace(c(r.open+"#"),r.open+"# ").replace(c(r.close+"}"),"} "+r.close).replace(/\\/g,"\\\\").replace(/(?="|')/g,"\\").replace(n.query(),function(e){return e=e.replace(a,"").replace(l,""),'";'+e.replace(/\\/g,"")+';view+="'}).replace(n.query(1),function(e){var n='"+(';return e.replace(/\s/g,"")===r.open+r.close?"":(e=e.replace(c(r.open+"|"+r.close),""),/^=/.test(e)&&(e=e.replace(/^=/,""),n='"+_escape_('),n+e.replace(/\\/g,"")+')+"')}),e='"use strict";var view = "'+e+'";return view;';try{return o.cache=e=new Function("d, _escape_",e),e(t,n.escape)}catch(u){return delete o.cache,n.error(u,p)}},t.pt.render=function(e,r){var c,t=this;return e?(c=t.cache?t.cache(e,n.escape):t.parse(t.tpl,e),r?void r(c):c):n.error("no data")};var o=function(e){return"string"!=typeof e?n.error("Template not found"):new t(e)};o.config=function(e){e=e||{};for(var n in e)r[n]=e[n]},o.v="1.2.0",e("laytpl",o)});layui.define(function(a){"use strict";function t(a){new p(a)}var e=document,r="getElementById",n="getElementsByTagName",s=0,p=function(a){var t=this,e=t.config=a||{};e.item=s++,t.render(!0)};p.on=function(a,t,e){return a.attachEvent?a.attachEvent("on"+t,function(){e.call(a,window.even)}):a.addEventListener(t,e,!1),p},p.prototype.type=function(){var a=this.config;if("object"==typeof a.cont)return void 0===a.cont.length?2:3},p.prototype.view=function(){var a=this,t=a.config,e=[],r={};if(t.pages=0|t.pages,t.curr=0|t.curr||1,t.groups="groups"in t?0|t.groups:5,t.first="first"in t?t.first:"首页",t.last="last"in t?t.last:"末页",t.prev="prev"in t?t.prev:"上一页",t.next="next"in t?t.next:"下一页",t.pages<=1)return"";for(t.groups>t.pages&&(t.groups=t.pages),r.index=Math.ceil((t.curr+(t.groups>1&&t.groups!==t.pages?1:0))/(0===t.groups?1:t.groups)),t.curr>1&&t.prev&&e.push(''+t.prev+""),r.index>1&&t.first&&0!==t.groups&&e.push(''+t.first+""),r.poor=Math.floor((t.groups-1)/2),r.start=r.index>1?t.curr-r.poor:1,r.end=r.index>1?function(){var a=t.curr+(t.groups-r.poor-1);return a>t.pages?t.pages:a}():t.groups,r.end-r.start"+r.start+""):e.push(''+r.start+"");return t.pages>t.groups&&r.end'+t.last+""),r.flow=!t.prev&&0===t.groups,(t.curr!==t.pages&&t.next||r.flow)&&e.push(function(){return r.flow&&t.curr===t.pages?''+t.next+"":''+t.next+""}()),'
      '+e.join("")+function(){return t.skip?'到第 ':""}()+"
      "},p.prototype.jump=function(a){if(a){for(var t=this,e=t.config,r=a.children,s=a[n]("button")[0],i=a[n]("input")[0],u=0,o=r.length;un.maxs[0]?s=["y",1]:e>=n.mins[0]&&e<=n.maxs[0]&&(e==n.mins[0]&&(tn.maxs[1]?s=["m",1]:t==n.maxs[1]&&a>n.maxs[2]&&(s=["d",1]))),s},n.timeVoid=function(e,t){if(n.ymd[1]+1==n.mins[1]&&n.ymd[2]==n.mins[2]){if(0===t&&en.maxs[3])return 1;if(1===t&&e>n.maxs[4])return 1;if(2===t&&e>n.maxs[5])return 1}if(e>(t?59:23))return 1},n.check=function(){var e=n.options.format.replace(/YYYY|MM|DD|hh|mm|ss/g,"\\d+\\").replace(/\\$/g,""),t=new RegExp(e),a=n.elem[d.elemv],s=a.match(/\d+/g)||[],i=n.checkVoid(s[0],s[1],s[2]);if(""!==a.replace(/\s/g,"")){if(!t.test(a))return n.elem[d.elemv]="",n.msg("日期不符合格式,请重新选择。"),1;if(i[0])return n.elem[d.elemv]="",n.msg("日期不在有效期内,请重新选择。"),1;i.value=n.elem[d.elemv].match(t).join(),s=i.value.match(/\d+/g),s[1]<1?(s[1]=1,i.auto=1):s[1]>12?(s[1]=12,i.auto=1):s[1].length<2&&(i.auto=1),s[2]<1?(s[2]=1,i.auto=1):s[2]>n.months[(0|s[1])-1]?(s[2]=31,i.auto=1):s[2].length<2&&(i.auto=1),s.length>3&&(n.timeVoid(s[3],0)&&(i.auto=1),n.timeVoid(s[4],1)&&(i.auto=1),n.timeVoid(s[5],2)&&(i.auto=1)),i.auto?n.creation([s[0],0|s[1],0|s[2]],1):i.value!==n.elem[d.elemv]&&(n.elem[d.elemv]=i.value)}},n.months=[31,null,31,30,31,30,31,31,30,31,30,31],n.viewDate=function(e,t,a){var s=(n.query,{}),i=new Date;e<(0|n.mins[0])&&(e=0|n.mins[0]),e>(0|n.maxs[0])&&(e=0|n.maxs[0]),i.setFullYear(e,t,a),s.ymd=[i.getFullYear(),i.getMonth(),i.getDate()],n.months[1]=n.isleap(s.ymd[0])?29:28,i.setFullYear(s.ymd[0],s.ymd[1],1),s.FDay=i.getDay(),s.PDay=n.months[0===t?11:t-1]-s.FDay+1,s.NDay=1,n.each(d.tds,function(e,t){var a,i=s.ymd[0],o=s.ymd[1]+1;t.className="",e=s.FDay&&e'+e+"年":'
    • '+(e-7+t)+"年
    • "}),t("#laydate_ys").innerHTML=a,n.each(t("#laydate_ys li"),function(e,t){"y"===n.checkVoid(t.getAttribute("y"))[0]?n.addClass(t,d[1]):n.on(t,"click",function(e){n.stopmp(e).reshow(),n.viewDate(0|this.getAttribute("y"),n.ymd[1],n.ymd[2])})})},n.initDate=function(){var e=(n.query,new Date),t=n.elem[d.elemv].match(/\d+/g)||[];t.length<3&&(t=n.options.start.match(/\d+/g)||[],t.length<3&&(t=[e.getFullYear(),e.getMonth()+1,e.getDate()])),n.inymd=t,n.viewDate(t[0],t[1]-1,t[2])},n.iswrite=function(){var e=n.query,t={time:e("#laydate_hms")};n.shde(t.time,!n.options.istime),n.shde(d.oclear,!("isclear"in n.options?n.options.isclear:1)),n.shde(d.otoday,!("istoday"in n.options?n.options.istoday:1)),n.shde(d.ok,!("issure"in n.options?n.options.issure:1))},n.orien=function(e,t){var a,s=n.elem.getBoundingClientRect();e.style.left=s.left+(t?0:n.scroll(1))+"px",a=s.bottom+e.offsetHeight/1.5<=n.winarea()?s.bottom-1:s.top>e.offsetHeight/1.5?s.top-e.offsetHeight+1:n.winarea()-e.offsetHeight,e.style.top=Math.max(a+(t?0:n.scroll()),1)+"px"},n.follow=function(e){n.options.fixed?(e.style.position="fixed",n.orien(e,1)):(e.style.position="absolute",n.orien(e))},n.viewtb=function(){var e,t=[],a=["日","一","二","三","四","五","六"],o={},d=s[i]("table"),r=s[i]("thead");return r.appendChild(s[i]("tr")),o.creath=function(e){var t=s[i]("th");t.innerHTML=a[e],r[l]("tr")[0].appendChild(t),t=null},n.each(new Array(6),function(a){t.push([]),e=d.insertRow(0),n.each(new Array(7),function(n){t[a][n]=0,0===a&&o.creath(n),e.insertCell(n)})}),d.insertBefore(r,d.children[0]),d.id=d.className="laydate_table",e=t=null,d.outerHTML.toLowerCase()}(),n.view=function(e,t){var o,l=n.query,r={};t=t||e,n.elem=e,n.options=t,n.options.format||(n.options.format=a.format),n.options.start=n.options.start||"",n.mm=r.mm=[n.options.min||a.min,n.options.max||a.max],n.mins=r.mm[0].match(/\d+/g),n.maxs=r.mm[1].match(/\d+/g),n.box?n.shde(n.box):(o=s[i]("div"),o.id=d[0],o.className=d[0],o.style.cssText="position: absolute;",o.setAttribute("name","laydate-v"+laydate.v),o.innerHTML=r.html='
        '+function(){var e="";return n.each(new Array(12),function(t){e+=''+n.digit(t+1)+"月"}),e}()+"
        "+n.viewtb+'",s.body.appendChild(o),n.box=l("#"+d[0]),n.events(),o=null),n.follow(n.box),t.zIndex?n.box.style.zIndex=t.zIndex:n.removeCssAttr(n.box,"z-index"),n.stopMosup("click",n.box),n.initDate(),n.iswrite(),n.check()},n.reshow=function(){return n.each(n.query("#"+d[0]+" .laydate_show"),function(e,t){n.removeClass(t,"laydate_show")}),this},n.close=function(){n.reshow(),n.shde(n.query("#"+d[0]),1),n.elem=null},n.parse=function(e,t,s){return e=e.concat(t),s=s||(n.options?n.options.format:a.format),s.replace(/YYYY|MM|DD|hh|mm|ss/g,function(t,a){return e.index=0|++e.index,n.digit(e[e.index])})},n.creation=function(e,t){var a=(n.query,n.hmsin),s=n.parse(e,[a[0].value,a[1].value,a[2].value]);n.elem[d.elemv]=s,t||(n.close(),"function"==typeof n.options.choose&&n.options.choose(s))},n.events=function(){var e=n.query,a={box:"#"+d[0]};n.addClass(s.body,"laydate_body"),d.tds=e("#laydate_table td"),d.mms=e("#laydate_ms span"),d.year=e("#laydate_y"),d.month=e("#laydate_m"),n.each(e(a.box+" .laydate_ym"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.addClass(this[l]("div")[0],"laydate_show"),e||(a.YY=parseInt(d.year.value),n.viewYears(a.YY))})}),n.on(e(a.box),"click",function(){n.reshow()}),a.tabYear=function(e){0===e?n.ymd[0]--:1===e?n.ymd[0]++:2===e?a.YY-=14:a.YY+=14,e<2?(n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2]),n.reshow()):n.viewYears(a.YY)},n.each(e("#laydate_YY .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t),a.tabYear(e)})}),a.tabMonth=function(e){e?(n.ymd[1]++,12===n.ymd[1]&&(n.ymd[0]++,n.ymd[1]=0)):(n.ymd[1]--,n.ymd[1]===-1&&(n.ymd[0]--,n.ymd[1]=11)),n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2])},n.each(e("#laydate_MM .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),a.tabMonth(e)})}),n.each(e("#laydate_ms span"),function(e,t){n.on(t,"click",function(e){n.stopmp(e).reshow(),n.hasClass(this,d[1])||n.viewDate(n.ymd[0],0|this.getAttribute("m"),n.ymd[2])})}),n.each(e("#laydate_table td"),function(e,t){n.on(t,"click",function(e){n.hasClass(this,d[1])||(n.stopmp(e),n.creation([0|this.getAttribute("y"),0|this.getAttribute("m"),0|this.getAttribute("d")]))})}),d.oclear=e("#laydate_clear"),n.on(d.oclear,"click",function(){n.elem[d.elemv]="",n.close()}),d.otoday=e("#laydate_today"),n.on(d.otoday,"click",function(){var e=new Date;n.creation([e.getFullYear(),e.getMonth()+1,e.getDate()])}),d.ok=e("#laydate_ok"),n.on(d.ok,"click",function(){n.valid&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])}),a.times=e("#laydate_time"),n.hmsin=a.hmsin=e("#laydate_hms input"),a.hmss=["小时","分钟","秒数"],a.hmsarr=[],n.msg=function(t,s){var i='
        '+(s||"提示")+"×
        ";"string"==typeof t?(i+="

        "+t+"

        ",n.shde(e("#"+d[0])),n.removeClass(a.times,"laydate_time1").addClass(a.times,"laydate_msg")):(a.hmsarr[t]?i=a.hmsarr[t]:(i+='
        ',n.each(new Array(0===t?24:60),function(e){i+=""+e+""}),i+="
        ",a.hmsarr[t]=i),n.removeClass(a.times,"laydate_msg"),n[0===t?"removeClass":"addClass"](a.times,"laydate_time1")),n.addClass(a.times,"laydate_show"),a.times.innerHTML=i},a.hmson=function(t,a){var s=e("#laydate_hmsno span"),i=n.valid?null:1;n.each(s,function(e,s){i?n.addClass(s,d[1]):n.timeVoid(e,a)?n.addClass(s,d[1]):n.on(s,"click",function(e){n.hasClass(this,d[1])||(t.value=n.digit(0|this.innerHTML))})}),n.addClass(s[0|t.value],"laydate_click")},n.each(a.hmsin,function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.msg(e,a.hmss[e]),a.hmson(this,e)})}),n.on(s,"mouseup",function(){var t=e("#"+d[0]);t&&"none"!==t.style.display&&(n.check()||n.close())}).on(s,"keydown",function(e){e=e||t.event;var a=e.keyCode;13===a&&n.elem&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])})},laydate.reset=function(){n.box&&n.elem&&n.follow(n.box)},laydate.now=function(e,t){var a=new Date(0|e?function(e){return e<864e5?+new Date+864e5*e:e}(parseInt(e)):+new Date);return n.parse([a.getFullYear(),a.getMonth()+1,a.getDate()],[a.getHours(),a.getMinutes(),a.getSeconds()],t)},layui.addcss("modules/laydate/laydate.css",function(){},"laydatecss"),e("laydate",laydate)});!function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e){var t=!!e&&"length"in e&&e.length,n=pe.type(e);return"function"!==n&&!pe.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e,t,n){if(pe.isFunction(t))return pe.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return pe.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(Ce.test(t))return pe.filter(t,e,n);t=pe.filter(t,e)}return pe.grep(e,function(e){return pe.inArray(e,t)>-1!==n})}function i(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function o(e){var t={};return pe.each(e.match(De)||[],function(e,n){t[n]=!0}),t}function a(){re.addEventListener?(re.removeEventListener("DOMContentLoaded",s),e.removeEventListener("load",s)):(re.detachEvent("onreadystatechange",s),e.detachEvent("onload",s))}function s(){(re.addEventListener||"load"===e.event.type||"complete"===re.readyState)&&(a(),pe.ready())}function u(e,t,n){if(void 0===n&&1===e.nodeType){var r="data-"+t.replace(_e,"-$1").toLowerCase();if(n=e.getAttribute(r),"string"==typeof n){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:qe.test(n)?pe.parseJSON(n):n)}catch(i){}pe.data(e,t,n)}else n=void 0}return n}function l(e){var t;for(t in e)if(("data"!==t||!pe.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function c(e,t,n,r){if(He(e)){var i,o,a=pe.expando,s=e.nodeType,u=s?pe.cache:e,l=s?e[a]:e[a]&&a;if(l&&u[l]&&(r||u[l].data)||void 0!==n||"string"!=typeof t)return l||(l=s?e[a]=ne.pop()||pe.guid++:a),u[l]||(u[l]=s?{}:{toJSON:pe.noop}),"object"!=typeof t&&"function"!=typeof t||(r?u[l]=pe.extend(u[l],t):u[l].data=pe.extend(u[l].data,t)),o=u[l],r||(o.data||(o.data={}),o=o.data),void 0!==n&&(o[pe.camelCase(t)]=n),"string"==typeof t?(i=o[t],null==i&&(i=o[pe.camelCase(t)])):i=o,i}}function f(e,t,n){if(He(e)){var r,i,o=e.nodeType,a=o?pe.cache:e,s=o?e[pe.expando]:pe.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){pe.isArray(t)?t=t.concat(pe.map(t,pe.camelCase)):t in r?t=[t]:(t=pe.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;for(;i--;)delete r[t[i]];if(n?!l(r):!pe.isEmptyObject(r))return}(n||(delete a[s].data,l(a[s])))&&(o?pe.cleanData([e],!0):fe.deleteExpando||a!=a.window?delete a[s]:a[s]=void 0)}}}function d(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return pe.css(e,t,"")},u=s(),l=n&&n[3]||(pe.cssNumber[t]?"":"px"),c=(pe.cssNumber[t]||"px"!==l&&+u)&&Me.exec(pe.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do o=o||".5",c/=o,pe.style(e,t,c+l);while(o!==(o=s()/u)&&1!==o&&--a)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function p(e){var t=ze.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function h(e,t){var n,r,i=0,o="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):void 0;if(!o)for(o=[],n=e.childNodes||e;null!=(r=n[i]);i++)!t||pe.nodeName(r,t)?o.push(r):pe.merge(o,h(r,t));return void 0===t||t&&pe.nodeName(e,t)?pe.merge([e],o):o}function g(e,t){for(var n,r=0;null!=(n=e[r]);r++)pe._data(n,"globalEval",!t||pe._data(t[r],"globalEval"))}function m(e){Be.test(e.type)&&(e.defaultChecked=e.checked)}function y(e,t,n,r,i){for(var o,a,s,u,l,c,f,d=e.length,y=p(t),v=[],x=0;x"!==f[1]||Ve.test(a)?0:u:u.firstChild,o=a&&a.childNodes.length;o--;)pe.nodeName(c=a.childNodes[o],"tbody")&&!c.childNodes.length&&a.removeChild(c);for(pe.merge(v,u.childNodes),u.textContent="";u.firstChild;)u.removeChild(u.firstChild);u=y.lastChild}else v.push(t.createTextNode(a));for(u&&y.removeChild(u),fe.appendChecked||pe.grep(h(v,"input"),m),x=0;a=v[x++];)if(r&&pe.inArray(a,r)>-1)i&&i.push(a);else if(s=pe.contains(a.ownerDocument,a),u=h(y.appendChild(a),"script"),s&&g(u),n)for(o=0;a=u[o++];)Ie.test(a.type||"")&&n.push(a);return u=null,y}function v(){return!0}function x(){return!1}function b(){try{return re.activeElement}catch(e){}}function w(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)w(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),i===!1)i=x;else if(!i)return e;return 1===o&&(a=i,i=function(e){return pe().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=pe.guid++)),e.each(function(){pe.event.add(this,t,i,r,n)})}function T(e,t){return pe.nodeName(e,"table")&&pe.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function C(e){return e.type=(null!==pe.find.attr(e,"type"))+"/"+e.type,e}function E(e){var t=it.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function N(e,t){if(1===t.nodeType&&pe.hasData(e)){var n,r,i,o=pe._data(e),a=pe._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;r1&&"string"==typeof p&&!fe.checkClone&&rt.test(p))return e.each(function(i){var o=e.eq(i);g&&(t[0]=p.call(this,i,o.html())),S(o,t,n,r)});if(f&&(l=y(t,e[0].ownerDocument,!1,e,r),i=l.firstChild,1===l.childNodes.length&&(l=i),i||r)){for(s=pe.map(h(l,"script"),C),a=s.length;c")).appendTo(t.documentElement),t=(ut[0].contentWindow||ut[0].contentDocument).document,t.write(),t.close(),n=D(e,t),ut.detach()),lt[e]=n),n}function L(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function H(e){if(e in Et)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=Ct.length;n--;)if(e=Ct[n]+t,e in Et)return e}function q(e,t){for(var n,r,i,o=[],a=0,s=e.length;a=0&&n=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||"object"!==pe.type(e)||e.nodeType||pe.isWindow(e))return!1;try{if(e.constructor&&!ce.call(e,"constructor")&&!ce.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(!fe.ownFirst)for(t in e)return ce.call(e,t);for(t in e);return void 0===t||ce.call(e,t)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ue[le.call(e)]||"object":typeof e},globalEval:function(t){t&&pe.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(ge,"ms-").replace(me,ye)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var r,i=0;if(n(e))for(r=e.length;iT.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[P]=!0,e}function i(e){var t=H.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)T.attrHandle[n[r]]=t}function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||V)-(~e.sourceIndex||V);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function f(){}function d(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function g(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(a[l]=f))}}else x=m(x===a?x.splice(h,x.length):x),o?o(null,a,x,u):Q.apply(a,x)})}function v(e){for(var t,n,r,i=e.length,o=T.relative[e[0].type],a=o||T.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return ee(t,e)>-1},a,!0),c=[function(e,n,r){var i=!o&&(r||n!==A)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s1&&h(c),s>1&&d(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(se,"$1"),n,s0,o=e.length>0,a=function(r,a,s,u,l){var c,f,d,p=0,h="0",g=r&&[],y=[],v=A,x=r||o&&T.find.TAG("*",l),b=W+=null==v?1:Math.random()||.1,w=x.length;for(l&&(A=a===H||a||l);h!==w&&null!=(c=x[h]);h++){if(o&&c){for(f=0,a||c.ownerDocument===H||(L(c),s=!_);d=e[f++];)if(d(c,a||H,s)){u.push(c);break}l&&(W=b)}i&&((c=!d&&c)&&p--,r&&g.push(c))}if(p+=h,i&&h!==p){for(f=0;d=n[f++];)d(g,y,a,s);if(r){if(p>0)for(;h--;)g[h]||y[h]||(y[h]=G.call(u));y=m(y)}Q.apply(u,y),l&&!r&&y.length>0&&p+n.length>1&&t.uniqueSort(u)}return l&&(W=b,A=v),g};return i?r(a):a}var b,w,T,C,E,N,k,S,A,D,j,L,H,q,_,F,M,O,R,P="sizzle"+1*new Date,B=e.document,W=0,I=0,$=n(),z=n(),X=n(),U=function(e,t){return e===t&&(j=!0),0},V=1<<31,Y={}.hasOwnProperty,J=[],G=J.pop,K=J.push,Q=J.push,Z=J.slice,ee=function(e,t){for(var n=0,r=e.length;n+~]|"+ne+")"+ne+"*"),ce=new RegExp("="+ne+"*([^\\]'\"]*?)"+ne+"*\\]","g"),fe=new RegExp(oe),de=new RegExp("^"+re+"$"),pe={ID:new RegExp("^#("+re+")"),CLASS:new RegExp("^\\.("+re+")"),TAG:new RegExp("^("+re+"|[*])"),ATTR:new RegExp("^"+ie),PSEUDO:new RegExp("^"+oe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ne+"*(even|odd|(([+-]|)(\\d*)n|)"+ne+"*(?:([+-]|)"+ne+"*(\\d+)|))"+ne+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ne+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ne+"*((?:-\\d)?\\d*)"+ne+"*\\)|)(?=[^-]|$)","i")},he=/^(?:input|select|textarea|button)$/i,ge=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ye=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,xe=/'|\\/g,be=new RegExp("\\\\([\\da-f]{1,6}"+ne+"?|("+ne+")|.)","ig"),we=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},Te=function(){L()};try{Q.apply(J=Z.call(B.childNodes),B.childNodes),J[B.childNodes.length].nodeType}catch(Ce){Q={apply:J.length?function(e,t){K.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}w=t.support={},E=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},L=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:B;return r!==H&&9===r.nodeType&&r.documentElement?(H=r,q=H.documentElement,_=!E(H),(n=H.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Te,!1):n.attachEvent&&n.attachEvent("onunload",Te)),w.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=i(function(e){return e.appendChild(H.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=me.test(H.getElementsByClassName),w.getById=i(function(e){return q.appendChild(e).id=P,!H.getElementsByName||!H.getElementsByName(P).length}),w.getById?(T.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&_){var n=t.getElementById(e);return n?[n]:[]}},T.filter.ID=function(e){var t=e.replace(be,we);return function(e){return e.getAttribute("id")===t}}):(delete T.find.ID,T.filter.ID=function(e){var t=e.replace(be,we);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),T.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},T.find.CLASS=w.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&_)return t.getElementsByClassName(e)},M=[],F=[],(w.qsa=me.test(H.querySelectorAll))&&(i(function(e){q.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+ne+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||F.push("\\["+ne+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+P+"-]").length||F.push("~="),e.querySelectorAll(":checked").length||F.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||F.push(".#.+[+~]")}),i(function(e){var t=H.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&F.push("name"+ne+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||F.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),F.push(",.*:")})),(w.matchesSelector=me.test(O=q.matches||q.webkitMatchesSelector||q.mozMatchesSelector||q.oMatchesSelector||q.msMatchesSelector))&&i(function(e){w.disconnectedMatch=O.call(e,"div"),O.call(e,"[s!='']:x"),M.push("!=",oe)}),F=F.length&&new RegExp(F.join("|")),M=M.length&&new RegExp(M.join("|")),t=me.test(q.compareDocumentPosition),R=t||me.test(q.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},U=t?function(e,t){if(e===t)return j=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!w.sortDetached&&t.compareDocumentPosition(e)===n?e===H||e.ownerDocument===B&&R(B,e)?-1:t===H||t.ownerDocument===B&&R(B,t)?1:D?ee(D,e)-ee(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return j=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===H?-1:t===H?1:i?-1:o?1:D?ee(D,e)-ee(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===B?-1:u[r]===B?1:0},H):H},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==H&&L(e),n=n.replace(ce,"='$1']"),w.matchesSelector&&_&&!X[n+" "]&&(!M||!M.test(n))&&(!F||!F.test(n)))try{var r=O.call(e,n);if(r||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(i){}return t(n,H,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==H&&L(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==H&&L(e);var n=T.attrHandle[t.toLowerCase()],r=n&&Y.call(T.attrHandle,t.toLowerCase())?n(e,t,!_):void 0;return void 0!==r?r:w.attributes||!_?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(j=!w.detectDuplicates,D=!w.sortStable&&e.slice(0),e.sort(U),j){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},C=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=C(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=C(t);return n},T=t.selectors={cacheLength:50,createPseudo:r,match:pe,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(be,we),e[3]=(e[3]||e[4]||e[5]||"").replace(be,we),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return pe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&fe.test(n)&&(t=N(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(be,we).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=$[e+" "];return t||(t=new RegExp("(^|"+ne+")"+e+"("+ne+"|$)"))&&$(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(ae," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,d,p,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s,x=!1;if(m){if(o){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){for(d=m,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}), l=c[e]||[],p=l[0]===W&&l[1],x=p&&l[2],d=p&&m.childNodes[p];d=++p&&d&&d[g]||(x=p=0)||h.pop();)if(1===d.nodeType&&++x&&d===t){c[e]=[W,p,x];break}}else if(v&&(d=t,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}),l=c[e]||[],p=l[0]===W&&l[1],x=p),x===!1)for(;(d=++p&&d&&d[g]||(x=p=0)||h.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++x||(v&&(f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}),c[e]=[W,x]),d!==t)););return x-=i,x===r||x%r===0&&x/r>=0}}},PSEUDO:function(e,n){var i,o=T.pseudos[e]||T.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[P]?o(n):o.length>1?(i=[e,e,"",n],T.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)r=ee(e,i[a]),e[r]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=k(e.replace(se,"$1"));return i[P]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(be,we),function(t){return(t.textContent||t.innerText||C(t)).indexOf(e)>-1}}),lang:r(function(e){return de.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(be,we).toLowerCase(),function(t){var n;do if(n=_?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===q},focus:function(e){return e===H.activeElement&&(!H.hasFocus||H.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!T.pseudos.empty(e)},header:function(e){return ge.test(e.nodeName)},input:function(e){return he.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[n<0?n+t:n]}),even:l(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:l(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(a=o[0]).type&&w.getById&&9===t.nodeType&&_&&T.relative[o[1].type]){if(t=(T.find.ID(a.matches[0].replace(be,we),t)||[])[0],!t)return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=pe.needsContext.test(e)?0:o.length;i--&&(a=o[i],!T.relative[s=a.type]);)if((u=T.find[s])&&(r=u(a.matches[0].replace(be,we),ve.test(o[0].type)&&c(t.parentNode)||t))){if(o.splice(i,1),e=r.length&&d(o),!e)return Q.apply(n,r),n;break}}return(l||k(e,f))(r,t,!_,n,!t||ve.test(e)&&c(t.parentNode)||t),n},w.sortStable=P.split("").sort(U).join("")===P,w.detectDuplicates=!!j,L(),w.sortDetached=i(function(e){return 1&e.compareDocumentPosition(H.createElement("div"))}),i(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),w.attributes&&i(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(te,function(e,t,n){var r;if(!n)return e[t]===!0?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);pe.find=ve,pe.expr=ve.selectors,pe.expr[":"]=pe.expr.pseudos,pe.uniqueSort=pe.unique=ve.uniqueSort,pe.text=ve.getText,pe.isXMLDoc=ve.isXML,pe.contains=ve.contains;var xe=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&pe(e).is(n))break;r.push(e)}return r},be=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},we=pe.expr.match.needsContext,Te=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,Ce=/^.[^:#\[\.,]*$/;pe.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?pe.find.matchesSelector(r,e)?[r]:[]:pe.find.matches(e,pe.grep(t,function(e){return 1===e.nodeType}))},pe.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(pe(e).filter(function(){for(t=0;t1?pe.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},filter:function(e){return this.pushStack(r(this,e||[],!1))},not:function(e){return this.pushStack(r(this,e||[],!0))},is:function(e){return!!r(this,"string"==typeof e&&we.test(e)?pe(e):e||[],!1).length}});var Ee,Ne=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,ke=pe.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Ee,"string"==typeof e){if(r="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:Ne.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof pe?t[0]:t,pe.merge(this,pe.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:re,!0)),Te.test(r[1])&&pe.isPlainObject(t))for(r in t)pe.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}if(i=re.getElementById(r[2]),i&&i.parentNode){if(i.id!==r[2])return Ee.find(e);this.length=1,this[0]=i}return this.context=re,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):pe.isFunction(e)?"undefined"!=typeof n.ready?n.ready(e):e(pe):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),pe.makeArray(e,this))};ke.prototype=pe.fn,Ee=pe(re);var Se=/^(?:parents|prev(?:Until|All))/,Ae={children:!0,contents:!0,next:!0,prev:!0};pe.fn.extend({has:function(e){var t,n=pe(e,this),r=n.length;return this.filter(function(){for(t=0;t-1:1===n.nodeType&&pe.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?pe.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?pe.inArray(this[0],pe(e)):pe.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(pe.uniqueSort(pe.merge(this.get(),pe(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),pe.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return xe(e,"parentNode")},parentsUntil:function(e,t,n){return xe(e,"parentNode",n)},next:function(e){return i(e,"nextSibling")},prev:function(e){return i(e,"previousSibling")},nextAll:function(e){return xe(e,"nextSibling")},prevAll:function(e){return xe(e,"previousSibling")},nextUntil:function(e,t,n){return xe(e,"nextSibling",n)},prevUntil:function(e,t,n){return xe(e,"previousSibling",n)},siblings:function(e){return be((e.parentNode||{}).firstChild,e)},children:function(e){return be(e.firstChild)},contents:function(e){return pe.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:pe.merge([],e.childNodes)}},function(e,t){pe.fn[e]=function(n,r){var i=pe.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=pe.filter(r,i)),this.length>1&&(Ae[e]||(i=pe.uniqueSort(i)),Se.test(e)&&(i=i.reverse())),this.pushStack(i)}});var De=/\S+/g;pe.Callbacks=function(e){e="string"==typeof e?o(e):pe.extend({},e);var t,n,r,i,a=[],s=[],u=-1,l=function(){for(i=e.once,r=t=!0;s.length;u=-1)for(n=s.shift();++u-1;)a.splice(n,1),n<=u&&u--}),this},has:function(e){return e?pe.inArray(e,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return i=s=[],a=n="",this},disabled:function(){return!a},lock:function(){return i=!0,n||c.disable(),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},pe.extend({Deferred:function(e){var t=[["resolve","done",pe.Callbacks("once memory"),"resolved"],["reject","fail",pe.Callbacks("once memory"),"rejected"],["notify","progress",pe.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return pe.Deferred(function(n){pe.each(t,function(t,o){var a=pe.isFunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&pe.isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?pe.extend(e,r):r}},i={};return r.pipe=r.then,pe.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,o=ie.call(arguments),a=o.length,s=1!==a||e&&pe.isFunction(e.promise)?a:0,u=1===s?e:pe.Deferred(),l=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?ie.call(arguments):i,r===t?u.notifyWith(n,r):--s||u.resolveWith(n,r)}};if(a>1)for(t=new Array(a),n=new Array(a),r=new Array(a);i0||(je.resolveWith(re,[pe]),pe.fn.triggerHandler&&(pe(re).triggerHandler("ready"),pe(re).off("ready"))))}}),pe.ready.promise=function(t){if(!je)if(je=pe.Deferred(),"complete"===re.readyState||"loading"!==re.readyState&&!re.documentElement.doScroll)e.setTimeout(pe.ready);else if(re.addEventListener)re.addEventListener("DOMContentLoaded",s),e.addEventListener("load",s);else{re.attachEvent("onreadystatechange",s),e.attachEvent("onload",s);var n=!1;try{n=null==e.frameElement&&re.documentElement}catch(r){}n&&n.doScroll&&!function i(){if(!pe.isReady){try{n.doScroll("left")}catch(t){return e.setTimeout(i,50)}a(),pe.ready()}}()}return je.promise(t)},pe.ready.promise();var Le;for(Le in pe(fe))break;fe.ownFirst="0"===Le,fe.inlineBlockNeedsLayout=!1,pe(function(){var e,t,n,r;n=re.getElementsByTagName("body")[0],n&&n.style&&(t=re.createElement("div"),r=re.createElement("div"),r.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(r).appendChild(t),"undefined"!=typeof t.style.zoom&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",fe.inlineBlockNeedsLayout=e=3===t.offsetWidth,e&&(n.style.zoom=1)),n.removeChild(r))}),function(){var e=re.createElement("div");fe.deleteExpando=!0;try{delete e.test}catch(t){fe.deleteExpando=!1}e=null}();var He=function(e){var t=pe.noData[(e.nodeName+" ").toLowerCase()],n=+e.nodeType||1;return(1===n||9===n)&&(!t||t!==!0&&e.getAttribute("classid")===t)},qe=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,_e=/([A-Z])/g;pe.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?pe.cache[e[pe.expando]]:e[pe.expando],!!e&&!l(e)},data:function(e,t,n){return c(e,t,n)},removeData:function(e,t){return f(e,t)},_data:function(e,t,n){return c(e,t,n,!0)},_removeData:function(e,t){return f(e,t,!0)}}),pe.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=pe.data(o),1===o.nodeType&&!pe._data(o,"parsedAttrs"))){for(n=a.length;n--;)a[n]&&(r=a[n].name,0===r.indexOf("data-")&&(r=pe.camelCase(r.slice(5)),u(o,r,i[r])));pe._data(o,"parsedAttrs",!0)}return i}return"object"==typeof e?this.each(function(){pe.data(this,e)}):arguments.length>1?this.each(function(){pe.data(this,e,t)}):o?u(o,e,pe.data(o,e)):void 0},removeData:function(e){return this.each(function(){pe.removeData(this,e)})}}),pe.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=pe._data(e,t),n&&(!r||pe.isArray(n)?r=pe._data(e,t,pe.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=pe.queue(e,t),r=n.length,i=n.shift(),o=pe._queueHooks(e,t),a=function(){pe.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return pe._data(e,n)||pe._data(e,n,{empty:pe.Callbacks("once memory").add(function(){pe._removeData(e,t+"queue"),pe._removeData(e,n)})})}}),pe.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length
        a",fe.leadingWhitespace=3===e.firstChild.nodeType,fe.tbody=!e.getElementsByTagName("tbody").length,fe.htmlSerialize=!!e.getElementsByTagName("link").length,fe.html5Clone="<:nav>"!==re.createElement("nav").cloneNode(!0).outerHTML,n.type="checkbox",n.checked=!0,t.appendChild(n),fe.appendChecked=n.checked,e.innerHTML="",fe.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,t.appendChild(e),n=re.createElement("input"),n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),fe.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,fe.noCloneEvent=!!e.addEventListener,e[pe.expando]=1,fe.attributes=!e.getAttribute(pe.expando)}();var Xe={option:[1,""],legend:[1,"
        ","
        "],area:[1,"",""],param:[1,"",""],thead:[1,"","
        "],tr:[2,"","
        "],col:[2,"","
        "],td:[3,"","
        "],_default:fe.htmlSerialize?[0,"",""]:[1,"X
        ","
        "]};Xe.optgroup=Xe.option,Xe.tbody=Xe.tfoot=Xe.colgroup=Xe.caption=Xe.thead,Xe.th=Xe.td;var Ue=/<|&#?\w+;/,Ve=/-1&&(h=p.split("."),p=h.shift(),h.sort()),a=p.indexOf(":")<0&&"on"+p,t=t[pe.expando]?t:new pe.Event(p,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:pe.makeArray(n,[t]),l=pe.event.special[p]||{},i||!l.trigger||l.trigger.apply(r,n)!==!1)){if(!i&&!l.noBubble&&!pe.isWindow(r)){for(u=l.delegateType||p,Ke.test(u+p)||(s=s.parentNode);s;s=s.parentNode)d.push(s),c=s;c===(r.ownerDocument||re)&&d.push(c.defaultView||c.parentWindow||e)}for(f=0;(s=d[f++])&&!t.isPropagationStopped();)t.type=f>1?u:l.bindType||p,o=(pe._data(s,"events")||{})[t.type]&&pe._data(s,"handle"),o&&o.apply(s,n),o=a&&s[a],o&&o.apply&&He(s)&&(t.result=o.apply(s,n),t.result===!1&&t.preventDefault());if(t.type=p,!i&&!t.isDefaultPrevented()&&(!l._default||l._default.apply(d.pop(),n)===!1)&&He(r)&&a&&r[p]&&!pe.isWindow(r)){c=r[a],c&&(r[a]=null),pe.event.triggered=p;try{r[p]()}catch(g){}pe.event.triggered=void 0,c&&(r[a]=c)}return t.result}},dispatch:function(e){e=pe.event.fix(e);var t,n,r,i,o,a=[],s=ie.call(arguments),u=(pe._data(this,"events")||{})[e.type]||[],l=pe.event.special[e.type]||{};if(s[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){for(a=pe.event.handlers.call(this,e,u),t=0;(i=a[t++])&&!e.isPropagationStopped();)for(e.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!e.isImmediatePropagationStopped();)e.rnamespace&&!e.rnamespace.test(o.namespace)||(e.handleObj=o,e.data=o.data,r=((pe.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s),void 0!==r&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,a=[],s=t.delegateCount,u=e.target;if(s&&u.nodeType&&("click"!==e.type||isNaN(e.button)||e.button<1))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(r=[],n=0;n-1:pe.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&a.push({elem:u,handlers:r})}return s]","i"),tt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,nt=/\s*$/g,at=p(re),st=at.appendChild(re.createElement("div"));pe.extend({htmlPrefilter:function(e){return e.replace(tt,"<$1>")},clone:function(e,t,n){var r,i,o,a,s,u=pe.contains(e.ownerDocument,e);if(fe.html5Clone||pe.isXMLDoc(e)||!et.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(st.innerHTML=e.outerHTML,st.removeChild(o=st.firstChild)),!(fe.noCloneEvent&&fe.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||pe.isXMLDoc(e)))for(r=h(o),s=h(e),a=0;null!=(i=s[a]);++a)r[a]&&k(i,r[a]);if(t)if(n)for(s=s||h(e),r=r||h(o),a=0;null!=(i=s[a]);a++)N(i,r[a]);else N(e,o);return r=h(o,"script"),r.length>0&&g(r,!u&&h(e,"script")),r=s=i=null,o},cleanData:function(e,t){for(var n,r,i,o,a=0,s=pe.expando,u=pe.cache,l=fe.attributes,c=pe.event.special;null!=(n=e[a]);a++)if((t||He(n))&&(i=n[s],o=i&&u[i])){if(o.events)for(r in o.events)c[r]?pe.event.remove(n,r):pe.removeEvent(n,r,o.handle);u[i]&&(delete u[i],l||"undefined"==typeof n.removeAttribute?n[s]=void 0:n.removeAttribute(s),ne.push(i))}}}),pe.fn.extend({domManip:S,detach:function(e){return A(this,e,!0)},remove:function(e){return A(this,e)},text:function(e){return Pe(this,function(e){return void 0===e?pe.text(this):this.empty().append((this[0]&&this[0].ownerDocument||re).createTextNode(e))},null,e,arguments.length)},append:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=T(this,e);t.appendChild(e)}})},prepend:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=T(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++){for(1===e.nodeType&&pe.cleanData(h(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&pe.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return pe.clone(this,e,t)})},html:function(e){return Pe(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e)return 1===t.nodeType?t.innerHTML.replace(Ze,""):void 0;if("string"==typeof e&&!nt.test(e)&&(fe.htmlSerialize||!et.test(e))&&(fe.leadingWhitespace||!$e.test(e))&&!Xe[(We.exec(e)||["",""])[1].toLowerCase()]){e=pe.htmlPrefilter(e);try{for(;nt",t=l.getElementsByTagName("td"),t[0].style.cssText="margin:0;border:0;padding:0;display:none",o=0===t[0].offsetHeight,o&&(t[0].style.display="",t[1].style.display="none",o=0===t[0].offsetHeight)),f.removeChild(u)}var n,r,i,o,a,s,u=re.createElement("div"),l=re.createElement("div");l.style&&(l.style.cssText="float:left;opacity:.5",fe.opacity="0.5"===l.style.opacity,fe.cssFloat=!!l.style.cssFloat,l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",fe.clearCloneStyle="content-box"===l.style.backgroundClip,u=re.createElement("div"),u.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",l.innerHTML="",u.appendChild(l),fe.boxSizing=""===l.style.boxSizing||""===l.style.MozBoxSizing||""===l.style.WebkitBoxSizing,pe.extend(fe,{reliableHiddenOffsets:function(){return null==n&&t(),o},boxSizingReliable:function(){return null==n&&t(),i},pixelMarginRight:function(){return null==n&&t(),r},pixelPosition:function(){return null==n&&t(),n},reliableMarginRight:function(){return null==n&&t(),a},reliableMarginLeft:function(){return null==n&&t(),s}}))}();var ht,gt,mt=/^(top|right|bottom|left)$/;e.getComputedStyle?(ht=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},gt=function(e,t,n){var r,i,o,a,s=e.style;return n=n||ht(e),a=n?n.getPropertyValue(t)||n[t]:void 0,""!==a&&void 0!==a||pe.contains(e.ownerDocument,e)||(a=pe.style(e,t)),n&&!fe.pixelMarginRight()&&ft.test(a)&&ct.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o),void 0===a?a:a+""}):pt.currentStyle&&(ht=function(e){return e.currentStyle},gt=function(e,t,n){var r,i,o,a,s=e.style;return n=n||ht(e),a=n?n[t]:void 0,null==a&&s&&s[t]&&(a=s[t]),ft.test(a)&&!mt.test(t)&&(r=s.left,i=e.runtimeStyle,o=i&&i.left,o&&(i.left=e.currentStyle.left),s.left="fontSize"===t?"1em":a,a=s.pixelLeft+"px",s.left=r,o&&(i.left=o)),void 0===a?a:a+""||"auto"});var yt=/alpha\([^)]*\)/i,vt=/opacity\s*=\s*([^)]*)/i,xt=/^(none|table(?!-c[ea]).+)/,bt=new RegExp("^("+Fe+")(.*)$","i"),wt={position:"absolute",visibility:"hidden",display:"block"},Tt={letterSpacing:"0",fontWeight:"400"},Ct=["Webkit","O","Moz","ms"],Et=re.createElement("div").style;pe.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=gt(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":fe.cssFloat?"cssFloat":"styleFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=pe.camelCase(t),u=e.style;if(t=pe.cssProps[s]||(pe.cssProps[s]=H(s)||s),a=pe.cssHooks[t]||pe.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:u[t];if(o=typeof n,"string"===o&&(i=Me.exec(n))&&i[1]&&(n=d(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(pe.cssNumber[s]?"":"px")),fe.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),!(a&&"set"in a&&void 0===(n=a.set(e,n,r)))))try{u[t]=n}catch(l){}}},css:function(e,t,n,r){var i,o,a,s=pe.camelCase(t);return t=pe.cssProps[s]||(pe.cssProps[s]=H(s)||s),a=pe.cssHooks[t]||pe.cssHooks[s],a&&"get"in a&&(o=a.get(e,!0,n)),void 0===o&&(o=gt(e,t,r)),"normal"===o&&t in Tt&&(o=Tt[t]),""===n||n?(i=parseFloat(o),n===!0||isFinite(i)?i||0:o):o}}),pe.each(["height","width"],function(e,t){pe.cssHooks[t]={get:function(e,n,r){if(n)return xt.test(pe.css(e,"display"))&&0===e.offsetWidth?dt(e,wt,function(){return M(e,t,r)}):M(e,t,r)},set:function(e,n,r){var i=r&&ht(e);return _(e,n,r?F(e,t,r,fe.boxSizing&&"border-box"===pe.css(e,"boxSizing",!1,i),i):0)}}}),fe.opacity||(pe.cssHooks.opacity={get:function(e,t){return vt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=pe.isNumeric(t)?"alpha(opacity="+100*t+")":"",o=r&&r.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===pe.trim(o.replace(yt,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||r&&!r.filter)||(n.filter=yt.test(o)?o.replace(yt,i):o+" "+i)}}),pe.cssHooks.marginRight=L(fe.reliableMarginRight,function(e,t){if(t)return dt(e,{display:"inline-block"},gt,[e,"marginRight"])}),pe.cssHooks.marginLeft=L(fe.reliableMarginLeft,function(e,t){if(t)return(parseFloat(gt(e,"marginLeft"))||(pe.contains(e.ownerDocument,e)?e.getBoundingClientRect().left-dt(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}):0))+"px"}),pe.each({margin:"",padding:"",border:"Width"},function(e,t){pe.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+Oe[r]+t]=o[r]||o[r-2]||o[0];return i}},ct.test(e)||(pe.cssHooks[e+t].set=_)}),pe.fn.extend({css:function(e,t){return Pe(this,function(e,t,n){var r,i,o={},a=0;if(pe.isArray(t)){for(r=ht(e),i=t.length;a1)},show:function(){return q(this,!0)},hide:function(){return q(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Re(this)?pe(this).show():pe(this).hide()})}}),pe.Tween=O,O.prototype={constructor:O,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||pe.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(pe.cssNumber[n]?"":"px")},cur:function(){var e=O.propHooks[this.prop];return e&&e.get?e.get(this):O.propHooks._default.get(this)},run:function(e){var t,n=O.propHooks[this.prop];return this.options.duration?this.pos=t=pe.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):O.propHooks._default.set(this),this}},O.prototype.init.prototype=O.prototype,O.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=pe.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){pe.fx.step[e.prop]?pe.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[pe.cssProps[e.prop]]&&!pe.cssHooks[e.prop]?e.elem[e.prop]=e.now:pe.style(e.elem,e.prop,e.now+e.unit)}}},O.propHooks.scrollTop=O.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},pe.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},pe.fx=O.prototype.init,pe.fx.step={};var Nt,kt,St=/^(?:toggle|show|hide)$/,At=/queueHooks$/;pe.Animation=pe.extend($,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return d(n.elem,e,Me.exec(t),n),n}]},tweener:function(e,t){pe.isFunction(e)?(t=e,e=["*"]):e=e.match(De);for(var n,r=0,i=e.length;r
        a",e=n.getElementsByTagName("a")[0],t.setAttribute("type","checkbox"),n.appendChild(t),e=n.getElementsByTagName("a")[0],e.style.cssText="top:1px",fe.getSetAttribute="t"!==n.className,fe.style=/top/.test(e.getAttribute("style")),fe.hrefNormalized="/a"===e.getAttribute("href"),fe.checkOn=!!t.value,fe.optSelected=i.selected,fe.enctype=!!re.createElement("form").enctype,r.disabled=!0,fe.optDisabled=!i.disabled,t=re.createElement("input"),t.setAttribute("value",""),fe.input=""===t.getAttribute("value"),t.value="t",t.setAttribute("type","radio"),fe.radioValue="t"===t.value}();var Dt=/\r/g,jt=/[\x20\t\r\n\f]+/g;pe.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=pe.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,pe(this).val()):e,null==i?i="":"number"==typeof i?i+="":pe.isArray(i)&&(i=pe.map(i,function(e){return null==e?"":e+""})),t=pe.valHooks[this.type]||pe.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return t=pe.valHooks[i.type]||pe.valHooks[i.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:(n=i.value,"string"==typeof n?n.replace(Dt,""):null==n?"":n)}}}),pe.extend({valHooks:{option:{get:function(e){var t=pe.find.attr(e,"value");return null!=t?t:pe.trim(pe.text(e)).replace(jt," ")}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||i<0,a=o?null:[],s=o?i+1:r.length,u=i<0?s:o?i:0;u-1)try{r.selected=n=!0}catch(s){r.scrollHeight}else r.selected=!1;return n||(e.selectedIndex=-1),i}}}}),pe.each(["radio","checkbox"],function(){pe.valHooks[this]={set:function(e,t){if(pe.isArray(t))return e.checked=pe.inArray(pe(e).val(),t)>-1}},fe.checkOn||(pe.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Lt,Ht,qt=pe.expr.attrHandle,_t=/^(?:checked|selected)$/i,Ft=fe.getSetAttribute,Mt=fe.input;pe.fn.extend({attr:function(e,t){return Pe(this,pe.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){pe.removeAttr(this,e)})}}),pe.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?pe.prop(e,t,n):(1===o&&pe.isXMLDoc(e)||(t=t.toLowerCase(),i=pe.attrHooks[t]||(pe.expr.match.bool.test(t)?Ht:Lt)),void 0!==n?null===n?void pe.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:(r=pe.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!fe.radioValue&&"radio"===t&&pe.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(De);if(o&&1===e.nodeType)for(;n=o[i++];)r=pe.propFix[n]||n,pe.expr.match.bool.test(n)?Mt&&Ft||!_t.test(n)?e[r]=!1:e[pe.camelCase("default-"+n)]=e[r]=!1:pe.attr(e,n,""),e.removeAttribute(Ft?n:r)}}),Ht={set:function(e,t,n){return t===!1?pe.removeAttr(e,n):Mt&&Ft||!_t.test(n)?e.setAttribute(!Ft&&pe.propFix[n]||n,n):e[pe.camelCase("default-"+n)]=e[n]=!0,n}},pe.each(pe.expr.match.bool.source.match(/\w+/g),function(e,t){var n=qt[t]||pe.find.attr;Mt&&Ft||!_t.test(t)?qt[t]=function(e,t,r){var i,o;return r||(o=qt[t],qt[t]=i,i=null!=n(e,t,r)?t.toLowerCase():null,qt[t]=o),i}:qt[t]=function(e,t,n){if(!n)return e[pe.camelCase("default-"+t)]?t.toLowerCase():null}}),Mt&&Ft||(pe.attrHooks.value={set:function(e,t,n){return pe.nodeName(e,"input")?void(e.defaultValue=t):Lt&&Lt.set(e,t,n)}}),Ft||(Lt={set:function(e,t,n){var r=e.getAttributeNode(n);if(r||e.setAttributeNode(r=e.ownerDocument.createAttribute(n)),r.value=t+="","value"===n||t===e.getAttribute(n))return t}},qt.id=qt.name=qt.coords=function(e,t,n){var r;if(!n)return(r=e.getAttributeNode(t))&&""!==r.value?r.value:null},pe.valHooks.button={get:function(e,t){var n=e.getAttributeNode(t);if(n&&n.specified)return n.value},set:Lt.set},pe.attrHooks.contenteditable={set:function(e,t,n){Lt.set(e,""!==t&&t,n)}},pe.each(["width","height"],function(e,t){pe.attrHooks[t]={set:function(e,n){if(""===n)return e.setAttribute(t,"auto"),n}}})),fe.style||(pe.attrHooks.style={get:function(e){return e.style.cssText||void 0},set:function(e,t){return e.style.cssText=t+""}});var Ot=/^(?:input|select|textarea|button|object)$/i,Rt=/^(?:a|area)$/i;pe.fn.extend({prop:function(e,t){return Pe(this,pe.prop,e,t,arguments.length>1)},removeProp:function(e){return e=pe.propFix[e]||e,this.each(function(){try{this[e]=void 0,delete this[e]}catch(t){}})}}),pe.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&pe.isXMLDoc(e)||(t=pe.propFix[t]||t,i=pe.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=pe.find.attr(e,"tabindex");return t?parseInt(t,10):Ot.test(e.nodeName)||Rt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),fe.hrefNormalized||pe.each(["href","src"],function(e,t){pe.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),fe.optSelected||(pe.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),pe.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){pe.propFix[this.toLowerCase()]=this}),fe.enctype||(pe.propFix.enctype="encoding");var Pt=/[\t\r\n\f]/g;pe.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe.isFunction(e))return this.each(function(t){pe(this).addClass(e.call(this,t,z(this)))});if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=z(n),r=1===n.nodeType&&(" "+i+" ").replace(Pt," ")){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");s=pe.trim(r),i!==s&&pe.attr(n,"class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe.isFunction(e))return this.each(function(t){pe(this).removeClass(e.call(this,t,z(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=z(n),r=1===n.nodeType&&(" "+i+" ").replace(Pt," ")){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");s=pe.trim(r),i!==s&&pe.attr(n,"class",s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):pe.isFunction(e)?this.each(function(n){pe(this).toggleClass(e.call(this,n,z(this),t),t)}):this.each(function(){var t,r,i,o;if("string"===n)for(r=0,i=pe(this),o=e.match(De)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||(t=z(this),t&&pe._data(this,"__className__",t),pe.attr(this,"class",t||e===!1?"":pe._data(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+z(n)+" ").replace(Pt," ").indexOf(t)>-1)return!0;return!1}}),pe.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){pe.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),pe.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}});var Bt=e.location,Wt=pe.now(),It=/\?/,$t=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;pe.parseJSON=function(t){if(e.JSON&&e.JSON.parse)return e.JSON.parse(t+"");var n,r=null,i=pe.trim(t+"");return i&&!pe.trim(i.replace($t,function(e,t,i,o){return n&&t&&(r=0),0===r?e:(n=i||t,r+=!o-!i,"")}))?Function("return "+i)():pe.error("Invalid JSON: "+t)},pe.parseXML=function(t){var n,r;if(!t||"string"!=typeof t)return null;try{e.DOMParser?(r=new e.DOMParser,n=r.parseFromString(t,"text/xml")):(n=new e.ActiveXObject("Microsoft.XMLDOM"),n.async="false",n.loadXML(t))}catch(i){n=void 0}return n&&n.documentElement&&!n.getElementsByTagName("parsererror").length||pe.error("Invalid XML: "+t),n};var zt=/#.*$/,Xt=/([?&])_=[^&]*/,Ut=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Vt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Yt=/^(?:GET|HEAD)$/,Jt=/^\/\//,Gt=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Kt={},Qt={},Zt="*/".concat("*"),en=Bt.href,tn=Gt.exec(en.toLowerCase())||[];pe.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:en,type:"GET",isLocal:Vt.test(tn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":pe.parseJSON,"text xml":pe.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?V(V(e,pe.ajaxSettings),t):V(pe.ajaxSettings,e)},ajaxPrefilter:X(Kt),ajaxTransport:X(Qt),ajax:function(t,n){function r(t,n,r,i){var o,f,v,x,w,C=n;2!==b&&(b=2,u&&e.clearTimeout(u),c=void 0,s=i||"",T.readyState=t>0?4:0,o=t>=200&&t<300||304===t,r&&(x=Y(d,T,r)),x=J(d,x,T,o),o?(d.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(pe.lastModified[a]=w),w=T.getResponseHeader("etag"),w&&(pe.etag[a]=w)),204===t||"HEAD"===d.type?C="nocontent":304===t?C="notmodified":(C=x.state,f=x.data,v=x.error,o=!v)):(v=C,!t&&C||(C="error",t<0&&(t=0))),T.status=t,T.statusText=(n||C)+"",o?g.resolveWith(p,[f,C,T]):g.rejectWith(p,[T,C,v]),T.statusCode(y),y=void 0,l&&h.trigger(o?"ajaxSuccess":"ajaxError",[T,d,o?f:v]),m.fireWith(p,[T,C]),l&&(h.trigger("ajaxComplete",[T,d]),--pe.active||pe.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,d=pe.ajaxSetup({},n),p=d.context||d,h=d.context&&(p.nodeType||p.jquery)?pe(p):pe.event,g=pe.Deferred(),m=pe.Callbacks("once memory"),y=d.statusCode||{},v={},x={},b=0,w="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!f)for(f={};t=Ut.exec(s);)f[t[1].toLowerCase()]=t[2];t=f[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?s:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=x[n]=x[n]||e,v[e]=t),this},overrideMimeType:function(e){return b||(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(b<2)for(t in e)y[t]=[y[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||w;return c&&c.abort(t),r(0,t),this}};if(g.promise(T).complete=m.add,T.success=T.done,T.error=T.fail,d.url=((t||d.url||en)+"").replace(zt,"").replace(Jt,tn[1]+"//"),d.type=n.method||n.type||d.method||d.type,d.dataTypes=pe.trim(d.dataType||"*").toLowerCase().match(De)||[""],null==d.crossDomain&&(i=Gt.exec(d.url.toLowerCase()),d.crossDomain=!(!i||i[1]===tn[1]&&i[2]===tn[2]&&(i[3]||("http:"===i[1]?"80":"443"))===(tn[3]||("http:"===tn[1]?"80":"443")))),d.data&&d.processData&&"string"!=typeof d.data&&(d.data=pe.param(d.data,d.traditional)),U(Kt,d,n,T),2===b)return T;l=pe.event&&d.global,l&&0===pe.active++&&pe.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Yt.test(d.type),a=d.url,d.hasContent||(d.data&&(a=d.url+=(It.test(a)?"&":"?")+d.data,delete d.data),d.cache===!1&&(d.url=Xt.test(a)?a.replace(Xt,"$1_="+Wt++):a+(It.test(a)?"&":"?")+"_="+Wt++)),d.ifModified&&(pe.lastModified[a]&&T.setRequestHeader("If-Modified-Since",pe.lastModified[a]),pe.etag[a]&&T.setRequestHeader("If-None-Match",pe.etag[a])),(d.data&&d.hasContent&&d.contentType!==!1||n.contentType)&&T.setRequestHeader("Content-Type",d.contentType),T.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+Zt+"; q=0.01":""):d.accepts["*"]);for(o in d.headers)T.setRequestHeader(o,d.headers[o]);if(d.beforeSend&&(d.beforeSend.call(p,T,d)===!1||2===b))return T.abort();w="abort";for(o in{success:1,error:1,complete:1})T[o](d[o]);if(c=U(Qt,d,n,T)){if(T.readyState=1,l&&h.trigger("ajaxSend",[T,d]),2===b)return T;d.async&&d.timeout>0&&(u=e.setTimeout(function(){T.abort("timeout")},d.timeout));try{b=1,c.send(v,r)}catch(C){if(!(b<2))throw C;r(-1,C)}}else r(-1,"No Transport");return T},getJSON:function(e,t,n){return pe.get(e,t,n,"json")},getScript:function(e,t){return pe.get(e,void 0,t,"script")}}),pe.each(["get","post"],function(e,t){pe[t]=function(e,n,r,i){return pe.isFunction(n)&&(i=i||r,r=n,n=void 0),pe.ajax(pe.extend({url:e,type:t,dataType:i,data:n,success:r},pe.isPlainObject(e)&&e))}}),pe._evalUrl=function(e){return pe.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},pe.fn.extend({wrapAll:function(e){if(pe.isFunction(e))return this.each(function(t){pe(this).wrapAll(e.call(this,t))});if(this[0]){var t=pe(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstChild&&1===e.firstChild.nodeType;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return pe.isFunction(e)?this.each(function(t){pe(this).wrapInner(e.call(this,t))}):this.each(function(){var t=pe(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=pe.isFunction(e);return this.each(function(n){pe(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){pe.nodeName(this,"body")||pe(this).replaceWith(this.childNodes)}).end()}}),pe.expr.filters.hidden=function(e){return fe.reliableHiddenOffsets()?e.offsetWidth<=0&&e.offsetHeight<=0&&!e.getClientRects().length:K(e)},pe.expr.filters.visible=function(e){return!pe.expr.filters.hidden(e)};var nn=/%20/g,rn=/\[\]$/,on=/\r?\n/g,an=/^(?:submit|button|image|reset|file)$/i,sn=/^(?:input|select|textarea|keygen)/i;pe.param=function(e,t){var n,r=[],i=function(e,t){t=pe.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=pe.ajaxSettings&&pe.ajaxSettings.traditional),pe.isArray(e)||e.jquery&&!pe.isPlainObject(e))pe.each(e,function(){i(this.name,this.value)});else for(n in e)Q(n,e[n],t,i);return r.join("&").replace(nn,"+")},pe.fn.extend({serialize:function(){return pe.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=pe.prop(this,"elements");return e?pe.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!pe(this).is(":disabled")&&sn.test(this.nodeName)&&!an.test(e)&&(this.checked||!Be.test(e))}).map(function(e,t){var n=pe(this).val();return null==n?null:pe.isArray(n)?pe.map(n,function(e){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),pe.ajaxSettings.xhr=void 0!==e.ActiveXObject?function(){return this.isLocal?ee():re.documentMode>8?Z():/^(get|post|head|put|delete|options)$/i.test(this.type)&&Z()||ee()}:Z;var un=0,ln={},cn=pe.ajaxSettings.xhr();e.attachEvent&&e.attachEvent("onunload",function(){for(var e in ln)ln[e](void 0,!0)}),fe.cors=!!cn&&"withCredentials"in cn,cn=fe.ajax=!!cn,cn&&pe.ajaxTransport(function(t){if(!t.crossDomain||fe.cors){var n;return{send:function(r,i){var o,a=t.xhr(),s=++un;if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)a[o]=t.xhrFields[o];t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest");for(o in r)void 0!==r[o]&&a.setRequestHeader(o,r[o]+"");a.send(t.hasContent&&t.data||null),n=function(e,r){var o,u,l;if(n&&(r||4===a.readyState))if(delete ln[s],n=void 0,a.onreadystatechange=pe.noop,r)4!==a.readyState&&a.abort();else{l={},o=a.status,"string"==typeof a.responseText&&(l.text=a.responseText);try{u=a.statusText}catch(c){u=""}o||!t.isLocal||t.crossDomain?1223===o&&(o=204):o=l.text?200:404}l&&i(o,u,l,a.getAllResponseHeaders())},t.async?4===a.readyState?e.setTimeout(n):a.onreadystatechange=ln[s]=n:n()},abort:function(){n&&n(void 0,!0)}}}}),pe.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return pe.globalEval(e),e}}}),pe.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),pe.ajaxTransport("script",function(e){if(e.crossDomain){var t,n=re.head||pe("head")[0]||re.documentElement;return{send:function(r,i){t=re.createElement("script"),t.async=!0,e.scriptCharset&&(t.charset=e.scriptCharset),t.src=e.url,t.onload=t.onreadystatechange=function(e,n){(n||!t.readyState||/loaded|complete/.test(t.readyState))&&(t.onload=t.onreadystatechange=null,t.parentNode&&t.parentNode.removeChild(t),t=null,n||i(200,"success"))},n.insertBefore(t,n.firstChild)},abort:function(){t&&t.onload(void 0,!0)}}}});var fn=[],dn=/(=)\?(?=&|$)|\?\?/;pe.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=fn.pop()||pe.expando+"_"+Wt++;return this[e]=!0,e}}),pe.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=t.jsonp!==!1&&(dn.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&dn.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=pe.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(dn,"$1"+i):t.jsonp!==!1&&(t.url+=(It.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||pe.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?pe(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,fn.push(i)),a&&pe.isFunction(o)&&o(a[0]),a=o=void 0}),"script"}),pe.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||re;var r=Te.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=y([e],t,i),i&&i.length&&pe(i).remove(),pe.merge([],r.childNodes))};var pn=pe.fn.load;return pe.fn.load=function(e,t,n){if("string"!=typeof e&&pn)return pn.apply(this,arguments);var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=pe.trim(e.slice(s,e.length)),e=e.slice(0,s)),pe.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&pe.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?pe("
        ").append(pe.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},pe.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){pe.fn[t]=function(e){return this.on(t,e)}}),pe.expr.filters.animated=function(e){return pe.grep(pe.timers,function(t){return e===t.elem}).length},pe.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=pe.css(e,"position"),f=pe(e),d={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=pe.css(e,"top"),u=pe.css(e,"left"),l=("absolute"===c||"fixed"===c)&&pe.inArray("auto",[o,u])>-1,l?(r=f.position(),a=r.top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),pe.isFunction(t)&&(t=t.call(e,n,pe.extend({},s))),null!=t.top&&(d.top=t.top-s.top+a),null!=t.left&&(d.left=t.left-s.left+i),"using"in t?t.using.call(e,d):f.css(d)}},pe.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){pe.offset.setOffset(this,e,t)});var t,n,r={top:0,left:0},i=this[0],o=i&&i.ownerDocument;if(o)return t=o.documentElement,pe.contains(t,i)?("undefined"!=typeof i.getBoundingClientRect&&(r=i.getBoundingClientRect()),n=te(o),{top:r.top+(n.pageYOffset||t.scrollTop)-(t.clientTop||0),left:r.left+(n.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}):r},position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===pe.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),pe.nodeName(e[0],"html")||(n=e.offset()),n.top+=pe.css(e[0],"borderTopWidth",!0),n.left+=pe.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-pe.css(r,"marginTop",!0),left:t.left-n.left-pe.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){ -for(var e=this.offsetParent;e&&!pe.nodeName(e,"html")&&"static"===pe.css(e,"position");)e=e.offsetParent;return e||pt})}}),pe.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=/Y/.test(t);pe.fn[e]=function(r){return Pe(this,function(e,r,i){var o=te(e);return void 0===i?o?t in o?o[t]:o.document.documentElement[r]:e[r]:void(o?o.scrollTo(n?pe(o).scrollLeft():i,n?i:pe(o).scrollTop()):e[r]=i)},e,r,arguments.length,null)}}),pe.each(["top","left"],function(e,t){pe.cssHooks[t]=L(fe.pixelPosition,function(e,n){if(n)return n=gt(e,t),ft.test(n)?pe(e).position()[t]+"px":n})}),pe.each({Height:"height",Width:"width"},function(e,t){pe.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){pe.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),a=n||(r===!0||i===!0?"margin":"border");return Pe(this,function(t,n,r){var i;return pe.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?pe.css(t,n,a):pe.style(t,n,r,a)},t,o?r:void 0,o,null)}})}),pe.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),pe.fn.size=function(){return this.length},pe.fn.andSelf=pe.fn.addBack,layui.define(function(e){e("jquery",pe)}),pe});!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.scripts,t=e[e.length-1],i=t.src;if(!t.getAttribute("merge"))return i.substring(0,i.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"]},r={v:"3.0.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):r.link("skin/"+e.extend),this):this},link:function(t,n,a){if(r.path){var o=i("head")[0],l=document.createElement("link");"string"==typeof n&&(a=n);var s=(a||t).replace(/\.|\//g,""),f="layuicss-"+s,c=0;l.rel="stylesheet",l.href=r.path+t,l.id=f,i("#"+f)[0]||o.appendChild(l),"function"==typeof n&&!function d(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(i("#"+f).css("width"))?n():setTimeout(d,100))}()}},ready:function(e){var t="skinlayercss",i="1110";return a?layui.addcss("modules/layer/default/layer.css?v="+r.v+i,e,t):r.link("skin/default/layer.css?v="+r.v+i,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var l="function"==typeof t;return l&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},l?{}:t))},msg:function(e,n,a){var l="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",d=s.anim.length-1;return l&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},l&&!o.config.skin?{skin:c+" layui-layer-hui",anim:d}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},l=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},50)};l.pt=l.prototype;var s=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];s.anim=["layer-anim","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],l.pt.config={type:0,shade:.3,fixed:!0,move:s[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},l.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,l=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),d=r.title?'
        '+(f?r.title[0]:r.title)+"
        ":"";return r.zIndex=l,t([r.shade?'
        ':"",'
        '+(e&&2!=r.type?"":d)+'
        '+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
        '+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
        '+e+"
        "}():"")+(r.resize?'':"")+"
        "],d,i('
        ')),n},l.pt.creat=function(){var e=this,t=e.config,a=e.index,l=t.content,f="object"==typeof l,c=i("body");if(!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var l=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}e.vessel(f,function(n,r,d){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){l.parents("."+s[0])[0]||(l.data("display",l.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+s[0]+a).find("."+s[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=d),e.layero=i("#"+s[0]+a),t.scrollbar||s.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",l[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),s.anim[t.anim]&&e.layero.addClass(s.anim[t.anim]).data("anim",!0)}},l.pt.auto=function(e){function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("padding"))))}var a=this,o=a.config,l=i("#"+s[0]+e);""===o.area[0]&&o.maxWidth>0&&(r.ie&&r.ie<8&&o.btn&&l.width(l.innerWidth()),l.outerWidth()>o.maxWidth&&l.width(o.maxWidth));var f=[l.innerWidth(),l.innerHeight()],c=l.find(s[1]).outerHeight()||0,d=l.find("."+s[6]).outerHeight()||0;switch(o.type){case 2:t("iframe");break;default:""===o.area[1]?o.fixed&&f[1]>=n.height()&&(f[1]=n.height(),t("."+s[5])):t("."+s[5])}return a},l.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(s[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},l.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var l={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),l.autoLeft=function(){l.left+o[0]-n.width()>0?(l.tipLeft=l.left+l.width-o[0],f.css({right:12,left:"auto"})):l.tipLeft=l.left},l.where=[function(){l.autoLeft(),l.tipTop=l.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left+l.width+10,l.tipTop=l.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){l.autoLeft(),l.tipTop=l.top+l.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left-o[0]-10,l.tipTop=l.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],l.where[c-1](),1===c?l.top-(n.scrollTop()+o[1]+16)<0&&l.where[2]():2===c?n.width()-(l.left+l.width+o[0]+16)>0||l.where[3]():3===c?l.top-n.scrollTop()+l.height+o[1]+16-n.height()>0&&l.where[0]():4===c&&o[0]+16-l.left>0&&l.where[1](),a.find("."+s[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:l.tipLeft-(t.fixed?n.scrollLeft():0),top:l.tipTop-(t.fixed?n.scrollTop():0)})},l.pt.move=function(){var e=this,t=e.config,a=i(document),l=e.layero,s=l.find(t.move),f=l.find(".layui-layer-resize"),c={};return t.move&&s.css("cursor","move"),s.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(l.css("left")),e.clientY-parseFloat(l.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[l.outerWidth(),l.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],s="fixed"===l.css("position");if(i.preventDefault(),c.stX=s?0:n.scrollLeft(),c.stY=s?0:n.scrollTop(),!t.moveOut){var f=n.width()-l.outerWidth()+c.stX,d=n.height()-l.outerHeight()+c.stY;af&&(a=f),od&&(o=d)}l.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd()),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},l.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+s[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+s[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+s[0])[0]||1==n.attr("layer")&&i("."+s[0]).length<1&&n.removeAttr("layer").show(),n=null})},l.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+s[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},l.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){s.html.attr("layer-full")==e&&(s.html[0].style.removeProperty?s.html[0].style.removeProperty("overflow"):s.html[0].style.removeAttribute("overflow"),s.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+s[4]).attr("times"),i("#"+s[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+s[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+s[0]+e),a=n.find(s[1]).outerHeight()||0,o=n.find("."+s[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+s[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+s[0]+e),r=a.find(".layui-layer-content"),l=a.attr("type"),f=a.find(s[1]).outerHeight()||0,c=a.find("."+s[6]).outerHeight()||0;a.attr("minLeft");l!==o.type[3]&&l!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+s[6]).outerHeight(),l===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+s[0]+e),l=a.find(s[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:l,left:f,top:n.height()-l,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(s[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+s[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(s[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+s[0]+e);o.record(a),s.html.attr("layer-full")||s.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+s[0]+(t||r.index)).find(s[1]);n.html(e)},r.close=function(e){var t=i("#"+s[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var l="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+s[5]+")").remove();for(var a=t.find("."+l),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(l)}else{if(n===o.type[2])try{var f=i("#"+s[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+s[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}};t.data("anim")&&t.addClass(a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),"function"==typeof o.end[e]&&o.end[e](),delete o.end[e],t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),setTimeout(function(){f()},r.ie&&r.ie<10||!t.data("anim")?0:200)}},r.closeAll=function(e){i.each(i("."+s[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var l,s=2==e.formType?'":function(){return''}();return r.open(i.extend({type:1,btn:["确定","取消"],content:s,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){l=e.find(".layui-layer-input"),l.focus()},resize:!1,yes:function(i){var n=l.val();""===n?l.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",l,{tips:1}):t&&t(n,i,l)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{};return r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,n="";if(e>0)for(n=''+t[0].title+"";i"+t[i].title+"";return n}(),content:'
          '+function(){var e=t.length,i=1,n="";if(e>0)for(n='
        • '+(t[0].content||"no content")+"
        • ";i'+(t[i].content||"no content")+"";return n}()+"
        ",success:function(t){var n=t.find(".layui-layer-title").children(),a=t.find(".layui-layer-tabmain").children();n.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var n=i(this),o=n.index();n.addClass("layui-layer-tabnow").siblings().removeClass("layui-layer-tabnow"),a.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)})}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var l={};if(t=t||{},t.photos){var s=t.photos.constructor===Object,f=s?t.photos:{},d=f.data||[],u=f.start||0;if(l.imgIndex=(0|u)+1,t.img=t.img||"img",s){if(0===d.length)return r.msg("没有图片")}else{var y=i(t.photos),p=function(){d=[],y.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),d.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(p(),0===d.length)return;if(n||y.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:d,tab:t.tab},full:t.full}),!0),p()}),!n)return}l.imgprev=function(e){l.imgIndex--,l.imgIndex<1&&(l.imgIndex=d.length),l.tabimg(e)},l.imgnext=function(e,t){l.imgIndex++,l.imgIndex>d.length&&(l.imgIndex=1,t)||l.tabimg(e)},l.keyup=function(e){if(!l.end){var t=e.keyCode;e.preventDefault(),37===t?l.imgprev(!0):39===t?l.imgnext(!0):27===t&&r.close(l.index)}},l.tabimg=function(e){d.length<=1||(f.start=l.imgIndex-1,r.close(l.index),r.photos(t,!0,e))},l.event=function(){l.bigimg.hover(function(){l.imgsee.show()},function(){l.imgsee.hide()}),l.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),l.imgprev()}),l.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),l.imgnext()}),i(document).on("keyup",l.keyup)},l.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(d[u].src,function(n){r.close(l.loadi),l.index=r.open(i.extend({type:1,area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(d[u].alt||
        '+(d.length>1?'':"")+'
        '+(d[u].alt||"")+""+l.imgIndex+"/"+d.length+"
        ",success:function(e,i){l.bigimg=e.find(".layui-layer-phimg"),l.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),l.event(e),t.tab&&t.tab(d[u],e)},end:function(){l.end=!0,i(document).off("keyup",l.keyup)}},t))},function(){r.close(l.loadi),r.msg("当前图片地址异常
        是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){d.length>1&&l.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),s.html=i("html"),r.open=function(e){var t=new l(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.jquery),e.layer=r,t("layer",r)})):"function"==typeof define?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window);layui.define("jquery",function(i){"use strict";var t=layui.jquery,a=(layui.hint(),layui.device()),e="element",n="layui-this",l="layui-show",s=function(){this.config={}};s.prototype.set=function(i){var a=this;return t.extend(!0,a.config,i),a},s.prototype.on=function(i,t){return layui.onevent(e,i,t)},s.prototype.tabAdd=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title"),l=e.children(".layui-tab-content");return n.append("
      • "+(a.title||"unnaming")+"
      • "),l.append('
        '+(a.content||"")+"
        "),this.init()},s.prototype.tabDelete=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title").find(">li").eq(a);return o.tabDelete(null,n),this},s.prototype.tabChange=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title").find(">li").eq(a);return o.tabClick(null,a,n),this};var o={tabClick:function(i,a,s){var o=s||t(this),a=a||o.index(),u=o.parents(".layui-tab"),c=u.children(".layui-tab-content").children(".layui-tab-item"),r=u.attr("lay-filter");o.addClass(n).siblings().removeClass(n),c.eq(a).addClass(l).siblings().removeClass(l),layui.event.call(this,e,"tab("+r+")",{elem:u,index:a})},tabDelete:function(i,a){var e=a||t(this).parent(),l=e.index(),s=e.parents(".layui-tab"),u=s.children(".layui-tab-content").children(".layui-tab-item");e.hasClass(n)&&(e.next()[0]?o.tabClick.call(e.next()[0],null,l+1):e.prev()[0]&&o.tabClick.call(e.prev()[0],null,l-1)),e.remove(),u.eq(l).remove()},tabAuto:function(){var i="layui-tab-more",e="layui-tab-bar",n="layui-tab-close",l=this;t(".layui-tab").each(function(){var s=t(this),u=s.children(".layui-tab-title"),c=(s.children(".layui-tab-content").children(".layui-tab-item"),'lay-stope="tabmore"'),r=t('');if(l===window&&8!=a.ie&&o.hideTabMore(!0),s.attr("lay-allowClose")&&!u.find("li").find("."+n)[0]){var d=t('');d.on("click",o.tabDelete),u.find("li").append(d)}if(u.prop("scrollWidth")>u.outerWidth()+1){if(u.find("."+e)[0])return;u.append(r),r.on("click",function(t){u[this.title?"removeClass":"addClass"](i),this.title=this.title?"":"收缩"})}else u.find("."+e).remove()})},hideTabMore:function(i){var a=t(".layui-tab-title");i!==!0&&"tabmore"===t(i.target).attr("lay-stope")||(a.removeClass("layui-tab-more"),a.find(".layui-tab-bar").attr("title",""))}};s.prototype.init=function(i){var e={tab:function(){o.tabAuto.call({})},nav:function(){var i,e,n,l=".layui-nav",s="layui-nav-item",o="layui-nav-bar",u="layui-nav-tree",c="layui-nav-child",r="layui-nav-more",d=200,y=function(l,s){var o=t(this),y=o.find("."+c);s.hasClass(u)?l.css({top:o.position().top,height:o.children("a").height(),opacity:1}):(y.addClass("layui-anim layui-anim-upbit"),l.css({left:o.position().left+parseFloat(o.css("marginLeft")),top:o.position().top+o.height()-5}),i=setTimeout(function(){l.css({width:o.width(),opacity:1})},a.ie&&a.ie<10?0:d),clearTimeout(n),"block"===y.css("display")&&clearTimeout(e),e=setTimeout(function(){y.show(),o.find("."+r).addClass(r+"d")},300))};t(l).each(function(){var a=t(this),l=t(''),h=a.find("."+s);a.find("."+o)[0]||(a.append(l),h.on("mouseenter",function(){y.call(this,l,a)}).on("mouseleave",function(){a.hasClass(u)||(clearTimeout(e),e=setTimeout(function(){a.find("."+c).hide(),a.find("."+r).removeClass(r+"d")},300))}),a.on("mouseleave",function(){clearTimeout(i),n=setTimeout(function(){a.hasClass(u)?l.css({height:0,top:l.position().top+l.height()/2,opacity:0}):l.css({width:0,left:l.position().left+l.width()/2,opacity:0})},d)})),h.each(function(){var i=t(this),e=i.find("."+c);if(e[0]&&!i.find("."+r)[0]){if(i.children("a").append(''),!a.hasClass(u))return;i.children("a").on("click",function(){t(this);"none"===e.css("display")?i.addClass(s+"ed"):i.removeClass(s+"ed")})}})})},breadcrumb:function(){var i=".layui-breadcrumb";t(i).each(function(){var i=t(this),a=i.attr("lay-separator")||">",e=i.find("a");e.find(".layui-box")[0]||(e.each(function(i){i!==e.length-1&&t(this).append(''+a+"")}),i.css("visibility","visible"))})}};return layui.each(e,function(i,t){t()})};var u=new s,c=t(document);u.init();var r=".layui-tab-title li";c.on("click",r,o.tabClick),c.on("click",o.hideTabMore),t(window).on("resize",o.tabAuto),i(e,function(i){return u.set(i)})});layui.define("layer",function(e){"use strict";var a=layui.jquery,t=layui.layer,i=(layui.device(),"layui-upload-enter"),n="layui-upload-iframe",r={icon:2,shift:6},o={file:"文件",video:"视频",audio:"音频"},s=function(e){this.options=e};s.prototype.init=function(){var e=this,t=e.options,r=a("body"),s=a(t.elem||".layui-upload-file"),u=a('');return a("#"+n)[0]||r.append(u),s.each(function(r,s){s=a(s);var u='
        ',l=s.attr("lay-type")||t.type;t.unwrap||(u='
        '+u+''+(s.attr("lay-title")||t.title||"上传"+(o[l]||"图片"))+"
        "),u=a(u),t.unwrap||u.on("dragover",function(e){e.preventDefault(),a(this).addClass(i)}).on("dragleave",function(){a(this).removeClass(i)}).on("drop",function(){a(this).removeClass(i)}),s.parent("form").attr("target")===n&&(t.unwrap?s.unwrap():(s.parent().next().remove(),s.unwrap().unwrap())),s.wrap(u),s.off("change").on("change",function(){e.action(this,l)})})},s.prototype.action=function(e,i){var o=this,s=o.options,u=e.value,l=a(e),p=l.attr("lay-ext")||s.ext||"";if(u){switch(i){case"file":if(p&&!RegExp("\\w\\.("+p+")$","i").test(escape(u)))return t.msg("不支持该文件格式",r),e.value="";break;case"video":if(!RegExp("\\w\\.("+(p||"avi|mp4|wma|rmvb|rm|flash|3gp|flv")+")$","i").test(escape(u)))return t.msg("不支持该视频格式",r),e.value="";break;case"audio":if(!RegExp("\\w\\.("+(p||"mp3|wav|mid")+")$","i").test(escape(u)))return t.msg("不支持该音频格式",r),e.value="";break;default:if(!RegExp("\\w\\.("+(p||"jpg|png|gif|bmp|jpeg")+")$","i").test(escape(u)))return t.msg("不支持该图片格式",r),e.value=""}s.before&&s.before(e),l.parent().submit();var c=a("#"+n),f=setInterval(function(){var a;try{a=c.contents().find("body").text()}catch(i){t.msg("上传接口存在跨域",r),clearInterval(f)}if(a){clearInterval(f),c.contents().find("body").html("");try{a=JSON.parse(a)}catch(i){return a={},t.msg("请对上传接口返回JSON字符",r)}"function"==typeof s.success&&s.success(a,e)}},30);e.value=""}},e("upload",function(e){var a=new s(e=e||{});a.init()})});layui.define("layer",function(e){"use strict";var i=layui.jquery,a=layui.layer,t=layui.hint(),n=layui.device(),l="form",s=".layui-form",c="layui-this",r="layui-disabled",u=function(){this.config={verify:{required:[/[\S]+/,"必填项不能为空"],phone:[/^1\d{10}$/,"请输入正确的手机号"],email:[/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/,"邮箱格式不正确"],url:[/(^#)|(^http(s*):\/\/[^\s]+\.[^\s]+)/,"链接格式不正确"],number:[/^\d+$/,"只能填写数字"],date:[/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/,"日期格式不正确"],identity:[/(^\d{15}$)|(^\d{17}(x|X|\d)$)/,"请输入正确的身份证号"]}}};u.prototype.set=function(e){var a=this;return i.extend(!0,a.config,e),a},u.prototype.verify=function(e){var a=this;return i.extend(!0,a.config.verify,e),a},u.prototype.on=function(e,i){return layui.onevent(l,e,i)},u.prototype.render=function(e){var a=this,n={select:function(){var e="请选择",a="layui-form-select",t="layui-select-title",n=i(s).find("select"),u=function(e,n){i(e.target).parent().hasClass(t)&&!n||i("."+a).removeClass(a+"ed")},o=function(e,n){var s=i(this),o=e.find("."+t);n||(o.on("click",function(i){e.hasClass(a+"ed")?e.removeClass(a+"ed"):(u(i,!0),e.addClass(a+"ed"))}),e.find("dl>dd").on("click",function(){var e=i(this),a=e.attr("lay-value"),t=s.attr("lay-filter");return!e.hasClass(r)&&(s.val(a).removeClass("layui-form-danger"),o.find("input").val(e.text()),e.addClass(c).siblings().removeClass(c),void layui.event(l,"select("+t+")",{elem:s[0],value:a}))}),e.find("dl>dt").on("click",function(e){return!1}),i(document).off("click",u).on("click",u))};n.each(function(n,l){var s=i(this),u=s.next("."+a),d=this.disabled,f=l.value,y=i(l.options[l.selectedIndex]),v=i(['
        ','
        ','
        ','
        '+function(e){var i=[];return layui.each(e,function(e,a){(0!==e||a.value)&&("optgroup"===a.tagName.toLowerCase()?i.push("
        "+a.label+"
        "):i.push('
        '+a.innerHTML+"
        "))}),i.join("")}(s.find("*"))+"
        ","
        "].join(""));u[0]&&u.remove(),s.after(v),o.call(this,v,d)})},checkbox:function(){var e={checkbox:["layui-form-checkbox","layui-form-checked","checkbox"],_switch:["layui-form-switch","layui-form-onswitch","switch"]},a=i(s).find("input[type=checkbox]"),t=function(e,a){var t=i(this);e.on("click",function(){var i=t.attr("lay-filter");t[0].disabled||(t[0].checked?(t[0].checked=!1,e.removeClass(a[1])):(t[0].checked=!0,e.addClass(a[1])),layui.event(l,a[2]+"("+i+")",{elem:t[0],value:t[0].value}))})};a.each(function(a,n){var l=i(this),s=l.attr("lay-skin"),c=this.disabled;"switch"===s&&(s="_"+s);var u=e[s]||e.checkbox,o=l.next("."+u[0]),d=i(['
        ',{_switch:""}[s]||""+(n.title||"勾选")+'',"
        "].join(""));o[0]&&o.remove(),l.after(d),t.call(this,d,u)})},radio:function(){var e="layui-form-radio",a=["",""],t=i(s).find("input[type=radio]"),n=function(t){var n=i(this),c="layui-anim-scaleSpring";t.on("click",function(){var r=n[0].name,u=n.parents(s),o=n.attr("lay-filter"),d=u.find("input[name="+r.replace(/(\.|#|\[|\])/g,"\\$1")+"]");n[0].disabled||(layui.each(d,function(){var t=i(this).next("."+e);this.checked=!1,t.removeClass(e+"ed"),t.find(".layui-icon").removeClass(c).html(a[1])}),n[0].checked=!0,t.addClass(e+"ed"),t.find(".layui-icon").addClass(c).html(a[0]),layui.event(l,"radio("+o+")",{elem:n[0],value:n[0].value}))})};t.each(function(t,l){var s=i(this),c=s.next("."+e),u=this.disabled,o=i(['
        ',''+a[l.checked?0:1]+"",""+(l.title||"未命名")+"","
        "].join(""));c[0]&&c.remove(),s.after(o),n.call(this,o)})}};return e?n[e]?n[e]():t.error("不支持的"+e+"表单渲染"):layui.each(n,function(e,i){i()}),a};var o=function(){var e=i(this),t=d.config.verify,c=null,r="layui-form-danger",u={},o=e.parents(s),f=o.find("*[lay-verify]"),y=e.parents("form")[0],v=o.find("input,select,textarea"),h=e.attr("lay-filter");return layui.each(f,function(e,l){var s=i(this),u=s.attr("lay-verify"),o="",d=s.val(),f="function"==typeof t[u];if(s.removeClass(r),t[u]&&(f?o=t[u](d,l):!t[u][0].test(d)))return a.msg(o||t[u][1],{icon:5,shift:6}),n.android||n.ios||l.focus(),s.addClass(r),c=!0}),!c&&(layui.each(v,function(e,i){i.name&&(/^checkbox|radio$/.test(i.type)&&!i.checked||(u[i.name]=i.value))}),layui.event.call(this,l,"submit("+h+")",{elem:this,form:y,field:u}))},d=new u,f=i(document);d.render(),f.on("reset",s,function(){setTimeout(function(){d.render()},50)}),f.on("submit",s,o).on("click","*[lay-submit]",o),e(l,function(e){return d.set(e)})});layui.define("jquery",function(e){"use strict";var o=layui.jquery,a=layui.hint(),r="layui-tree-enter",i=function(e){this.options=e},t={arrow:["",""],checkbox:["",""],radio:["",""],branch:["",""],leaf:""};i.prototype.init=function(e){var o=this;e.addClass("layui-box layui-tree"),o.options.skin&&e.addClass("layui-tree-skin-"+o.options.skin),o.tree(e),o.on(e)},i.prototype.tree=function(e,a){var r=this,i=r.options,n=a||i.nodes;layui.each(n,function(a,n){var l=n.children&&n.children.length>0,c=o('
          '),s=o(["
        • ",function(){return l?''+(n.spread?t.arrow[1]:t.arrow[0])+"":""}(),function(){return i.check?''+("checkbox"===i.check?t.checkbox[0]:"radio"===i.check?t.radio[0]:"")+"":""}(),function(){return'"+(''+(l?n.spread?t.branch[1]:t.branch[0]:t.leaf)+"")+(""+(n.name||"未命名")+"")}(),"
        • "].join(""));l&&(s.append(c),r.tree(c,n.children)),e.append(s),"function"==typeof i.click&&r.click(s,n),r.spread(s,n),i.drag&&r.drag(s,n)})},i.prototype.click=function(e,o){var a=this,r=a.options;e.children("a").on("click",function(e){layui.stope(e),r.click(o)})},i.prototype.spread=function(e,o){var a=this,r=(a.options,e.children(".layui-tree-spread")),i=e.children("ul"),n=e.children("a"),l=function(){e.data("spread")?(e.data("spread",null),i.removeClass("layui-show"),r.html(t.arrow[0]),n.find(".layui-icon").html(t.branch[0])):(e.data("spread",!0),i.addClass("layui-show"),r.html(t.arrow[1]),n.find(".layui-icon").html(t.branch[1]))};i[0]&&(r.on("click",l),n.on("dblclick",l))},i.prototype.on=function(e){var a=this,i=a.options,t="layui-tree-drag";e.find("i").on("selectstart",function(e){return!1}),i.drag&&o(document).on("mousemove",function(e){var r=a.move;if(r.from){var i=(r.to,o('
          '));e.preventDefault(),o("."+t)[0]||o("body").append(i);var n=o("."+t)[0]?o("."+t):i;n.addClass("layui-show").html(r.from.elem.children("a").html()),n.css({left:e.pageX+10,top:e.pageY+10})}}).on("mouseup",function(){var e=a.move;e.from&&(e.from.elem.children("a").removeClass(r),e.to&&e.to.elem.children("a").removeClass(r),a.move={},o("."+t).remove())})},i.prototype.move={},i.prototype.drag=function(e,a){var i=this,t=(i.options,e.children("a")),n=function(){var t=o(this),n=i.move;n.from&&(n.to={item:a,elem:e},t.addClass(r))};t.on("mousedown",function(){var o=i.move;o.from={item:a,elem:e}}),t.on("mouseenter",n).on("mousemove",n).on("mouseleave",function(){var e=o(this),a=i.move;a.from&&(delete a.to,e.removeClass(r))})},e("tree",function(e){var r=new i(e=e||{}),t=o(e.elem);return t[0]?void r.init(t):a.error("layui.tree 没有找到"+e.elem+"元素")})});layui.define("jquery",function(l){"use strict";var o=layui.jquery,i={fixbar:function(l){l=l||{},l.bgcolor=l.bgcolor?"background-color:"+l.bgcolor:"";var i,a,c="layui-fixbar-top",t=[l.bar1===!0?"":l.bar1,l.bar2===!0?"":l.bar2,""],r=o(['
            ',l.bar1?'
          • '+t[0]+"
          • ":"",l.bar2?'
          • '+t[1]+"
          • ":"",'
          • '+t[2]+"
          • ","
          "].join("")),e=r.find("."+c),s=function(){var i=o(document).scrollTop();i>=(l.showHeight||200)?a||(e.show(),a=1):a&&(e.hide(),a=0)};o(".layui-fixbar")[0]||("object"==typeof l.css&&r.css(l.css),o("body").append(r),s(),r.find("li").on("click",function(){var i=o(this),a=i.attr("lay-type");"top"===a&&o("html,body").animate({scrollTop:0},200),l.click&&l.click.call(this,a)}),o(document).on("scroll",function(){i&&clearTimeout(i),i=setTimeout(function(){s()},100)}))}};l("util",i)});layui.define("jquery",function(o){"use strict";var e=layui.jquery,l=function(o){},i='';l.prototype.load=function(o){var l,t,n,r,a=this,c=1;o=o||{};var u=e(o.elem);if(u[0]){var f=e(o.scrollElem||document),m=o.mb||50,s=!("isAuto"in o)||o.isAuto,y=!("isShowEnd"in o)||o.isShowEnd,h=o.scrollElem&&o.scrollElem!==document,v="加载更多",d=e('");u.find(".layui-flow-more")[0]||u.append(d);var p=function(o,i){o=e(o),d.before(o),i=0==i||null,i?d.html(y?"没有更多了":""):d.find("a").html(v),t=i,l=null,n&&n()},g=function(){l=!0,d.find("a").html(i),"function"==typeof o.done&&o.done(++c,p)};if(d.find("a").on("click",function(){e(this);t||l||g()}),o.isLazyimg)var n=a.lazyimg({elem:o.elem+" img",scrollElem:o.scrollElem});return s?(f.on("scroll",function(){var o=e(this),i=o.scrollTop();r&&clearTimeout(r),t||(r=setTimeout(function(){var t=h?o.height():e(window).height(),n=h?o.prop("scrollHeight"):document.documentElement.scrollHeight;n-i-t<=m&&(l||g())},100))}),a):a}},l.prototype.lazyimg=function(o){var l,i=this,t=0;o=o||{};var n=e(o.scrollElem||document),r=o.elem||"img",a=o.scrollElem&&o.scrollElem!==document,c=function(o,e){var l=n.scrollTop(),r=l+e,c=a?function(){return o.offset().top-n.offset().top+l}():o.offset().top;if(c>=l&&c<=r&&!o.attr("src")){var f=o.attr("lay-src");layui.img(f,function(){var e=i.lazyimg.elem.eq(t);o.attr("src",f).removeAttr("lay-src"),e[0]&&u(e),t++})}},u=function(o,l){var u=a?(l||n).height():e(window).height(),f=n.scrollTop(),m=f+u;if(i.lazyimg.elem=e(r),o)c(o,u);else for(var s=0;sm)break}};if(u(),!l){var f;n.on("scroll",function(){var o=e(this);f&&clearTimeout(f),f=setTimeout(function(){u(null,o)},100)}),l=!0}return u},o("flow",new l)});layui.define(["layer","form"],function(t){"use strict";var e=layui.jquery,i=layui.layer,a=layui.form(),l=(layui.hint(),layui.device()),n="layedit",o="layui-show",r="layui-disabled",s=function(){var t=this;t.index=0,t.config={tool:["strong","italic","underline","del","|","left","center","right","|","link","unlink","face","image"],hideTool:[],height:280}};s.prototype.set=function(t){var i=this;return e.extend(!0,i.config,t),i},s.prototype.on=function(t,e){return layui.onevent(n,t,e)},s.prototype.build=function(t,i){i=i||{};var a=this,n=a.config,r="layui-layedit",s=e("#"+t),u="LAY_layedit_"+ ++a.index,d=s.next("."+r),y=e.extend({},n,i),f=function(){var t=[],e={};return layui.each(y.hideTool,function(t,i){e[i]=!0}),layui.each(y.tool,function(i,a){C[a]&&!e[a]&&t.push(C[a])}),t.join("")}(),m=e(['
          ','
          '+f+"
          ",'
          ','',"
          ","
          "].join(""));return l.ie&&l.ie<8?s.removeClass("layui-hide").addClass(o):(d[0]&&d.remove(),c.call(a,m,s[0],y),s.addClass("layui-hide").after(m),a.index)},s.prototype.getContent=function(t){var e=u(t);if(e[0])return d(e[0].document.body.innerHTML)},s.prototype.getText=function(t){var i=u(t);if(i[0])return e(i[0].document.body).text()},s.prototype.sync=function(t){var i=u(t);if(i[0]){var a=e("#"+i[1].attr("textarea"));a.val(d(i[0].document.body.innerHTML))}},s.prototype.getSelection=function(t){var e=u(t);if(e[0]){var i=m(e[0].document);return document.selection?i.text:i.toString()}};var c=function(t,i,a){var l=this,n=t.find("iframe");n.css({height:a.height}).on("load",function(){var o=n.contents(),r=n.prop("contentWindow"),s=o.find("head"),c=e([""].join("")),u=o.find("body");s.append(c),u.attr("contenteditable","true").css({"min-height":a.height}).html(i.value||""),y.apply(l,[r,n,i,a]),g.call(l,r,t,a)})},u=function(t){var i=e("#LAY_layedit_"+t),a=i.prop("contentWindow");return[a,i]},d=function(t){return 8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),t},y=function(t,a,n,o){var r=t.document,s=e(r.body);s.on("keydown",function(t){var e=t.keyCode;if(13===e){var a=m(r),l=p(a),n=l.parentNode;if("pre"===n.tagName.toLowerCase()){if(t.shiftKey)return;return i.msg("请暂时用shift+enter"),!1}r.execCommand("formatBlock",!1,"

          ")}}),e(n).parents("form").on("submit",function(){var t=s.html();8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),n.value=t}),s.on("paste",function(e){r.execCommand("formatBlock",!1,"

          "),setTimeout(function(){f.call(t,s),n.value=s.html()},100)})},f=function(t){var i=this;i.document;t.find("*[style]").each(function(){var t=this.style.textAlign;this.removeAttribute("style"),e(this).css({"text-align":t||""})}),t.find("table").addClass("layui-table"),t.find("script,link").remove()},m=function(t){return t.selection?t.selection.createRange():t.getSelection().getRangeAt(0)},p=function(t){return t.endContainer||t.parentElement().childNodes[0]},v=function(t,i,a){var l=this.document,n=document.createElement(t);for(var o in i)n.setAttribute(o,i[o]);if(n.removeAttribute("text"),l.selection){var r=a.text||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.pasteHTML(e(n).prop("outerHTML")),a.select()}else{var r=a.toString()||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.deleteContents(),a.insertNode(n)}},h=function(t,i){var a=this.document,l="layedit-tool-active",n=p(m(a)),o=function(e){return t.find(".layedit-tool-"+e)};i&&i[i.hasClass(l)?"removeClass":"addClass"](l),t.find(">i").removeClass(l),o("unlink").addClass(r),e(n).parents().each(function(){var t=this.tagName.toLowerCase(),e=this.style.textAlign;"b"!==t&&"strong"!==t||o("b").addClass(l),"i"!==t&&"em"!==t||o("i").addClass(l),"u"===t&&o("u").addClass(l),"strike"===t&&o("d").addClass(l),"p"===t&&("center"===e?o("center").addClass(l):"right"===e?o("right").addClass(l):o("left").addClass(l)),"a"===t&&(o("link").addClass(l),o("unlink").removeClass(r))})},g=function(t,a,l){var n=t.document,o=e(n.body),s={link:function(i){var a=p(i),l=e(a).parent();b.call(o,{href:l.attr("href"),target:l.attr("target")},function(e){var a=l[0];"A"===a.tagName?a.href=e.url:v.call(t,"a",{target:e.target,href:e.url,text:e.url},i)})},unlink:function(t){n.execCommand("unlink")},face:function(e){x.call(this,function(i){v.call(t,"img",{src:i.src,alt:i.alt},e)})},image:function(a){var n=this;layui.use("upload",function(o){var r=l.uploadImage||{};o({url:r.url,method:r.type,elem:e(n).find("input")[0],unwrap:!0,success:function(e){0==e.code?(e.data=e.data||{},v.call(t,"img",{src:e.data.src,alt:e.data.title},a)):i.msg(e.msg||"上传失败")}})})},code:function(e){k.call(o,function(i){v.call(t,"pre",{text:i.code,"lay-lang":i.lang},e)})},help:function(){i.open({type:2,title:"帮助",area:["600px","380px"],shadeClose:!0,shade:.1,skin:"layui-layer-msg",content:["http://www.layui.com/about/layedit/help.html","no"]})}},c=a.find(".layui-layedit-tool"),u=function(){var i=e(this),a=i.attr("layedit-event"),l=i.attr("lay-command");if(!i.hasClass(r)){o.focus();var u=m(n);u.commonAncestorContainer;l?(n.execCommand(l),/justifyLeft|justifyCenter|justifyRight/.test(l)&&n.execCommand("formatBlock",!1,"

          "),setTimeout(function(){o.focus()},10)):s[a]&&s[a].call(this,u),h.call(t,c,i)}},d=/image/;c.find(">i").on("mousedown",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)||u.call(this)}).on("click",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)&&u.call(this)}),o.on("click",function(){h.call(t,c),i.close(x.index)})},b=function(t,e){var l=this,n=i.open({type:1,id:"LAY_layedit_link",area:"350px",shade:.05,shadeClose:!0,moveType:1,title:"超链接",skin:"layui-layer-msg",content:['

            ','
          • ','','
            ','',"
            ","
          • ",'
          • ','','
            ','",'","
            ","
          • ",'
          • ','','',"
          • ","
          "].join(""),success:function(t,n){var o="submit(layedit-link-yes)";a.render("radio"),t.find(".layui-btn-primary").on("click",function(){i.close(n),l.focus()}),a.on(o,function(t){i.close(b.index),e&&e(t.field)})}});b.index=n},x=function(t){var a=function(){var t=["[微笑]","[嘻嘻]","[哈哈]","[可爱]","[可怜]","[挖鼻]","[吃惊]","[害羞]","[挤眼]","[闭嘴]","[鄙视]","[爱你]","[泪]","[偷笑]","[亲亲]","[生病]","[太开心]","[白眼]","[右哼哼]","[左哼哼]","[嘘]","[衰]","[委屈]","[吐]","[哈欠]","[抱抱]","[怒]","[疑问]","[馋嘴]","[拜拜]","[思考]","[汗]","[困]","[睡]","[钱]","[失望]","[酷]","[色]","[哼]","[鼓掌]","[晕]","[悲伤]","[抓狂]","[黑线]","[阴险]","[怒骂]","[互粉]","[心]","[伤心]","[猪头]","[熊猫]","[兔子]","[ok]","[耶]","[good]","[NO]","[赞]","[来]","[弱]","[草泥马]","[神马]","[囧]","[浮云]","[给力]","[围观]","[威武]","[奥特曼]","[礼物]","[钟]","[话筒]","[蜡烛]","[蛋糕]"],e={};return layui.each(t,function(t,i){e[i]=layui.cache.dir+"images/face/"+t+".gif"}),e}();return x.hide=x.hide||function(t){"face"!==e(t.target).attr("layedit-event")&&i.close(x.index)},x.index=i.tips(function(){var t=[];return layui.each(a,function(e,i){t.push('
        • '+e+'
        • ')}),'
            '+t.join("")+"
          "}(),this,{tips:1,time:0,skin:"layui-box layui-util-face",maxWidth:500,success:function(l,n){l.css({marginTop:-4,marginLeft:-10}).find(".layui-clear>li").on("click",function(){t&&t({src:a[this.title],alt:this.title}),i.close(n)}),e(document).off("click",x.hide).on("click",x.hide)}})},k=function(t){var e=this,l=i.open({type:1,id:"LAY_layedit_code",area:"550px",shade:.05,shadeClose:!0,moveType:1,title:"插入代码",skin:"layui-layer-msg",content:['
            ','
          • ','','
            ','","
            ","
          • ",'
          • ','','
            ','',"
            ","
          • ",'
          • ','','',"
          • ","
          "].join(""),success:function(l,n){var o="submit(layedit-code-yes)";a.render("select"),l.find(".layui-btn-primary").on("click",function(){i.close(n),e.focus()}),a.on(o,function(e){i.close(k.index),t&&t(e.field)})}});k.index=l},C={html:'',strong:'',italic:'',underline:'',del:'',"|":'',left:'',center:'',right:'',link:'',unlink:'',face:'',image:'',code:'',help:''},w=new s;t(n,w)});layui.define("jquery",function(e){"use strict";var a=layui.jquery,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
          1. '+o.replace(/[\r\t\n]+/g,"
          2. ")+"
          "),c.find(">.layui-code-h3")[0]||c.prepend('

          '+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

          ");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); \ No newline at end of file +for(var e=this.offsetParent;e&&!pe.nodeName(e,"html")&&"static"===pe.css(e,"position");)e=e.offsetParent;return e||pt})}}),pe.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=/Y/.test(t);pe.fn[e]=function(r){return Pe(this,function(e,r,i){var o=te(e);return void 0===i?o?t in o?o[t]:o.document.documentElement[r]:e[r]:void(o?o.scrollTo(n?pe(o).scrollLeft():i,n?i:pe(o).scrollTop()):e[r]=i)},e,r,arguments.length,null)}}),pe.each(["top","left"],function(e,t){pe.cssHooks[t]=L(fe.pixelPosition,function(e,n){if(n)return n=gt(e,t),ft.test(n)?pe(e).position()[t]+"px":n})}),pe.each({Height:"height",Width:"width"},function(e,t){pe.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){pe.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),a=n||(r===!0||i===!0?"margin":"border");return Pe(this,function(t,n,r){var i;return pe.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?pe.css(t,n,a):pe.style(t,n,r,a)},t,o?r:void 0,o,null)}})}),pe.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),pe.fn.size=function(){return this.length},pe.fn.andSelf=pe.fn.addBack,layui.define(function(e){e("jquery",pe)}),pe});!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.scripts,t=e[e.length-1],i=t.src;if(!t.getAttribute("merge"))return i.substring(0,i.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"]},r={v:"3.0.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):r.link("skin/"+e.extend),this):this},link:function(t,n,a){if(r.path){var o=i("head")[0],l=document.createElement("link");"string"==typeof n&&(a=n);var s=(a||t).replace(/\.|\//g,""),f="layuicss-"+s,c=0;l.rel="stylesheet",l.href=r.path+t,l.id=f,i("#"+f)[0]||o.appendChild(l),"function"==typeof n&&!function d(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(i("#"+f).css("width"))?n():setTimeout(d,100))}()}},ready:function(e){var t="skinlayercss",i="1110";return a?layui.addcss("modules/layer/default/layer.css?v="+r.v+i,e,t):r.link("skin/default/layer.css?v="+r.v+i,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var l="function"==typeof t;return l&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},l?{}:t))},msg:function(e,n,a){var l="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",d=s.anim.length-1;return l&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},l&&!o.config.skin?{skin:c+" layui-layer-hui",anim:d}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},l=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},50)};l.pt=l.prototype;var s=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];s.anim=["layer-anim","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],l.pt.config={type:0,shade:.3,fixed:!0,move:s[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},l.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,l=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),d=r.title?'
          '+(f?r.title[0]:r.title)+"
          ":"";return r.zIndex=l,t([r.shade?'
          ':"",'
          '+(e&&2!=r.type?"":d)+'
          '+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
          '+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
          '+e+"
          "}():"")+(r.resize?'':"")+"
          "],d,i('
          ')),n},l.pt.creat=function(){var e=this,t=e.config,a=e.index,l=t.content,f="object"==typeof l,c=i("body");if(!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var l=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}e.vessel(f,function(n,r,d){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){l.parents("."+s[0])[0]||(l.data("display",l.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+s[0]+a).find("."+s[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=d),e.layero=i("#"+s[0]+a),t.scrollbar||s.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",l[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),s.anim[t.anim]&&e.layero.addClass(s.anim[t.anim]).data("anim",!0)}},l.pt.auto=function(e){function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("padding"))))}var a=this,o=a.config,l=i("#"+s[0]+e);""===o.area[0]&&o.maxWidth>0&&(r.ie&&r.ie<8&&o.btn&&l.width(l.innerWidth()),l.outerWidth()>o.maxWidth&&l.width(o.maxWidth));var f=[l.innerWidth(),l.innerHeight()],c=l.find(s[1]).outerHeight()||0,d=l.find("."+s[6]).outerHeight()||0;switch(o.type){case 2:t("iframe");break;default:""===o.area[1]?o.fixed&&f[1]>=n.height()&&(f[1]=n.height(),t("."+s[5])):t("."+s[5])}return a},l.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(s[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},l.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var l={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),l.autoLeft=function(){l.left+o[0]-n.width()>0?(l.tipLeft=l.left+l.width-o[0],f.css({right:12,left:"auto"})):l.tipLeft=l.left},l.where=[function(){l.autoLeft(),l.tipTop=l.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left+l.width+10,l.tipTop=l.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){l.autoLeft(),l.tipTop=l.top+l.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left-o[0]-10,l.tipTop=l.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],l.where[c-1](),1===c?l.top-(n.scrollTop()+o[1]+16)<0&&l.where[2]():2===c?n.width()-(l.left+l.width+o[0]+16)>0||l.where[3]():3===c?l.top-n.scrollTop()+l.height+o[1]+16-n.height()>0&&l.where[0]():4===c&&o[0]+16-l.left>0&&l.where[1](),a.find("."+s[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:l.tipLeft-(t.fixed?n.scrollLeft():0),top:l.tipTop-(t.fixed?n.scrollTop():0)})},l.pt.move=function(){var e=this,t=e.config,a=i(document),l=e.layero,s=l.find(t.move),f=l.find(".layui-layer-resize"),c={};return t.move&&s.css("cursor","move"),s.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(l.css("left")),e.clientY-parseFloat(l.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[l.outerWidth(),l.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],s="fixed"===l.css("position");if(i.preventDefault(),c.stX=s?0:n.scrollLeft(),c.stY=s?0:n.scrollTop(),!t.moveOut){var f=n.width()-l.outerWidth()+c.stX,d=n.height()-l.outerHeight()+c.stY;af&&(a=f),od&&(o=d)}l.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd()),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},l.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+s[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+s[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+s[0])[0]||1==n.attr("layer")&&i("."+s[0]).length<1&&n.removeAttr("layer").show(),n=null})},l.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+s[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},l.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){s.html.attr("layer-full")==e&&(s.html[0].style.removeProperty?s.html[0].style.removeProperty("overflow"):s.html[0].style.removeAttribute("overflow"),s.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+s[4]).attr("times"),i("#"+s[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+s[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+s[0]+e),a=n.find(s[1]).outerHeight()||0,o=n.find("."+s[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+s[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+s[0]+e),r=a.find(".layui-layer-content"),l=a.attr("type"),f=a.find(s[1]).outerHeight()||0,c=a.find("."+s[6]).outerHeight()||0;a.attr("minLeft");l!==o.type[3]&&l!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+s[6]).outerHeight(),l===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+s[0]+e),l=a.find(s[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:l,left:f,top:n.height()-l,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(s[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+s[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(s[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+s[0]+e);o.record(a),s.html.attr("layer-full")||s.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+s[0]+(t||r.index)).find(s[1]);n.html(e)},r.close=function(e){var t=i("#"+s[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var l="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+s[5]+")").remove();for(var a=t.find("."+l),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(l)}else{if(n===o.type[2])try{var f=i("#"+s[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+s[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}"function"==typeof o.end[e]&&o.end[e](),delete o.end[e]};t.data("anim")&&t.addClass(a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),setTimeout(function(){f()},r.ie&&r.ie<10||!t.data("anim")?0:200)}},r.closeAll=function(e){i.each(i("."+s[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var l,s=2==e.formType?'":function(){return''}();return r.open(i.extend({type:1,btn:["确定","取消"],content:s,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){l=e.find(".layui-layer-input"),l.focus()},resize:!1,yes:function(i){var n=l.val();""===n?l.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",l,{tips:1}):t&&t(n,i,l)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{};return r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,n="";if(e>0)for(n=''+t[0].title+"";i"+t[i].title+"";return n}(),content:'
            '+function(){var e=t.length,i=1,n="";if(e>0)for(n='
          • '+(t[0].content||"no content")+"
          • ";i'+(t[i].content||"no content")+"";return n}()+"
          ",success:function(t){var n=t.find(".layui-layer-title").children(),a=t.find(".layui-layer-tabmain").children();n.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var n=i(this),o=n.index();n.addClass("layui-layer-tabnow").siblings().removeClass("layui-layer-tabnow"),a.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)})}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var l={};if(t=t||{},t.photos){var s=t.photos.constructor===Object,f=s?t.photos:{},d=f.data||[],u=f.start||0;if(l.imgIndex=(0|u)+1,t.img=t.img||"img",s){if(0===d.length)return r.msg("没有图片")}else{var y=i(t.photos),p=function(){d=[],y.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),d.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(p(),0===d.length)return;if(n||y.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:d,tab:t.tab},full:t.full}),!0),p()}),!n)return}l.imgprev=function(e){l.imgIndex--,l.imgIndex<1&&(l.imgIndex=d.length),l.tabimg(e)},l.imgnext=function(e,t){l.imgIndex++,l.imgIndex>d.length&&(l.imgIndex=1,t)||l.tabimg(e)},l.keyup=function(e){if(!l.end){var t=e.keyCode;e.preventDefault(),37===t?l.imgprev(!0):39===t?l.imgnext(!0):27===t&&r.close(l.index)}},l.tabimg=function(e){d.length<=1||(f.start=l.imgIndex-1,r.close(l.index),r.photos(t,!0,e))},l.event=function(){l.bigimg.hover(function(){l.imgsee.show()},function(){l.imgsee.hide()}),l.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),l.imgprev()}),l.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),l.imgnext()}),i(document).on("keyup",l.keyup)},l.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(d[u].src,function(n){r.close(l.loadi),l.index=r.open(i.extend({type:1,area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(d[u].alt||
          '+(d.length>1?'':"")+'
          '+(d[u].alt||"")+""+l.imgIndex+"/"+d.length+"
          ",success:function(e,i){l.bigimg=e.find(".layui-layer-phimg"),l.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),l.event(e),t.tab&&t.tab(d[u],e)},end:function(){l.end=!0,i(document).off("keyup",l.keyup)}},t))},function(){r.close(l.loadi),r.msg("当前图片地址异常
          是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){d.length>1&&l.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),s.html=i("html"),r.open=function(e){var t=new l(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.jquery),e.layer=r,t("layer",r)})):"function"==typeof define?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window);layui.define("jquery",function(i){"use strict";var t=layui.jquery,a=(layui.hint(),layui.device()),e="element",l="layui-this",n="layui-show",s=function(){this.config={}};s.prototype.set=function(i){var a=this;return t.extend(!0,a.config,i),a},s.prototype.on=function(i,t){return layui.onevent(e,i,t)},s.prototype.tabAdd=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title"),n=e.children(".layui-tab-content");return l.append("
        • "+(a.title||"unnaming")+"
        • "),n.append('
          '+(a.content||"")+"
          "),y.tabAuto(),this},s.prototype.tabDelete=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title").find(">li").eq(a);return y.tabDelete(null,l),this},s.prototype.tabChange=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title").find(">li").eq(a);return y.tabClick(null,a,l),this};var o=".layui-nav",c="layui-nav-item",r="layui-nav-bar",u="layui-nav-tree",d="layui-nav-child",h="layui-nav-more",f="layui-anim layui-anim-upbit",y={tabClick:function(i,a,s){var o=s||t(this),a=a||o.index(),c=o.parents(".layui-tab"),r=c.children(".layui-tab-content").children(".layui-tab-item"),u=c.attr("lay-filter");o.addClass(l).siblings().removeClass(l),r.eq(a).addClass(n).siblings().removeClass(n),layui.event.call(this,e,"tab("+u+")",{elem:c,index:a})},tabDelete:function(i,a){var e=a||t(this).parent(),n=e.index(),s=e.parents(".layui-tab"),o=s.children(".layui-tab-content").children(".layui-tab-item");e.hasClass(l)&&(e.next()[0]?y.tabClick.call(e.next()[0],null,n+1):e.prev()[0]&&y.tabClick.call(e.prev()[0],null,n-1)),e.remove(),o.eq(n).remove()},tabAuto:function(){var i="layui-tab-more",e="layui-tab-bar",l="layui-tab-close",n=this;t(".layui-tab").each(function(){var s=t(this),o=s.children(".layui-tab-title"),c=(s.children(".layui-tab-content").children(".layui-tab-item"),'lay-stope="tabmore"'),r=t('');if(n===window&&8!=a.ie&&y.hideTabMore(!0),s.attr("lay-allowClose")&&o.find("li").each(function(){var i=t(this);if(!i.find("."+l)[0]){var a=t('');a.on("click",y.tabDelete),i.append(a)}}),o.prop("scrollWidth")>o.outerWidth()+1){if(o.find("."+e)[0])return;o.append(r),r.on("click",function(t){o[this.title?"removeClass":"addClass"](i),this.title=this.title?"":"收缩"})}else o.find("."+e).remove()})},hideTabMore:function(i){var a=t(".layui-tab-title");i!==!0&&"tabmore"===t(i.target).attr("lay-stope")||(a.removeClass("layui-tab-more"),a.find(".layui-tab-bar").attr("title",""))},clickThis:function(){var i=t(this),a=i.parents(o),n=a.attr("lay-filter");i.find("."+d)[0]||(i.addClass(l).siblings().removeClass(l),layui.event.call(this,e,"nav("+n+")",i))},clickChild:function(){var i=t(this),a=i.parents(o),n=a.attr("lay-filter");i.addClass(l).siblings().removeClass(l),layui.event.call(this,e,"nav("+n+")",i)},showChild:function(){var i=t(this),a=i.parents(o),e=i.parent(),l=i.siblings("."+d);a.hasClass(u)&&(l.removeClass(f),e["none"===l.css("display")?"addClass":"removeClass"](c+"ed"))}};s.prototype.init=function(i){var e={tab:function(){y.tabAuto.call({})},nav:function(){var i,e,l,s=200,b=function(o,c){var r=t(this),y=r.find("."+d);c.hasClass(u)?o.css({top:r.position().top,height:r.children("a").height(),opacity:1}):(y.addClass(f),o.css({left:r.position().left+parseFloat(r.css("marginLeft")),top:r.position().top+r.height()-5}),i=setTimeout(function(){o.css({width:r.width(),opacity:1})},a.ie&&a.ie<10?0:s),clearTimeout(l),"block"===y.css("display")&&clearTimeout(e),e=setTimeout(function(){y.addClass(n),r.find("."+h).addClass(h+"d")},300))};t(o).each(function(){var a=t(this),o=t(''),f=a.find("."+c);a.find("."+r)[0]||(a.append(o),f.on("mouseenter",function(){b.call(this,o,a)}).on("mouseleave",function(){a.hasClass(u)||(clearTimeout(e),e=setTimeout(function(){a.find("."+d).removeClass(n),a.find("."+h).removeClass(h+"d")},300))}),a.on("mouseleave",function(){clearTimeout(i),l=setTimeout(function(){a.hasClass(u)?o.css({height:0,top:o.position().top+o.height()/2,opacity:0}):o.css({width:0,left:o.position().left+o.width()/2,opacity:0})},s)})),f.each(function(){var i=t(this),a=i.find("."+d);if(a[0]&&!i.find("."+h)[0]){var e=i.children("a");e.append('')}i.off("click",y.clickThis).on("click",y.clickThis),i.children("a").off("click",y.showChild).on("click",y.showChild),a.children("dd").off("click",y.clickChild).on("click",y.clickChild)})})},breadcrumb:function(){var i=".layui-breadcrumb";t(i).each(function(){var i=t(this),a=i.attr("lay-separator")||">",e=i.find("a");e.find(".layui-box")[0]||(e.each(function(i){i!==e.length-1&&t(this).append(''+a+"")}),i.css("visibility","visible"))})}};return layui.each(e,function(i,t){t()})};var b=new s,p=t(document);b.init();var v=".layui-tab-title li";p.on("click",v,y.tabClick),p.on("click",y.hideTabMore),t(window).on("resize",y.tabAuto),i(e,function(i){return b.set(i)})});layui.define("layer",function(e){"use strict";var a=layui.jquery,t=layui.layer,i=(layui.device(),"layui-upload-enter"),n="layui-upload-iframe",r={icon:2,shift:6},o={file:"文件",video:"视频",audio:"音频"},s=function(e){this.options=e};s.prototype.init=function(){var e=this,t=e.options,r=a("body"),s=a(t.elem||".layui-upload-file"),u=a('');return a("#"+n)[0]||r.append(u),s.each(function(r,s){s=a(s);var u='
          ',l=s.attr("lay-type")||t.type;t.unwrap||(u='
          '+u+''+(s.attr("lay-title")||t.title||"上传"+(o[l]||"图片"))+"
          "),u=a(u),t.unwrap||u.on("dragover",function(e){e.preventDefault(),a(this).addClass(i)}).on("dragleave",function(){a(this).removeClass(i)}).on("drop",function(){a(this).removeClass(i)}),s.parent("form").attr("target")===n&&(t.unwrap?s.unwrap():(s.parent().next().remove(),s.unwrap().unwrap())),s.wrap(u),s.off("change").on("change",function(){e.action(this,l)})})},s.prototype.action=function(e,i){var o=this,s=o.options,u=e.value,l=a(e),p=l.attr("lay-ext")||s.ext||"";if(u){switch(i){case"file":if(p&&!RegExp("\\w\\.("+p+")$","i").test(escape(u)))return t.msg("不支持该文件格式",r),e.value="";break;case"video":if(!RegExp("\\w\\.("+(p||"avi|mp4|wma|rmvb|rm|flash|3gp|flv")+")$","i").test(escape(u)))return t.msg("不支持该视频格式",r),e.value="";break;case"audio":if(!RegExp("\\w\\.("+(p||"mp3|wav|mid")+")$","i").test(escape(u)))return t.msg("不支持该音频格式",r),e.value="";break;default:if(!RegExp("\\w\\.("+(p||"jpg|png|gif|bmp|jpeg")+")$","i").test(escape(u)))return t.msg("不支持该图片格式",r),e.value=""}s.before&&s.before(e),l.parent().submit();var c=a("#"+n),f=setInterval(function(){var a;try{a=c.contents().find("body").text()}catch(i){t.msg("上传接口存在跨域",r),clearInterval(f)}if(a){clearInterval(f),c.contents().find("body").html("");try{a=JSON.parse(a)}catch(i){return a={},t.msg("请对上传接口返回JSON字符",r)}"function"==typeof s.success&&s.success(a,e)}},30);e.value=""}},e("upload",function(e){var a=new s(e=e||{});a.init()})});layui.define("layer",function(e){"use strict";var i=layui.jquery,a=layui.layer,t=layui.hint(),n=layui.device(),l="form",s=".layui-form",c="layui-this",r="layui-disabled",u=function(){this.config={verify:{required:[/[\S]+/,"必填项不能为空"],phone:[/^1\d{10}$/,"请输入正确的手机号"],email:[/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/,"邮箱格式不正确"],url:[/(^#)|(^http(s*):\/\/[^\s]+\.[^\s]+)/,"链接格式不正确"],number:[/^\d+$/,"只能填写数字"],date:[/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/,"日期格式不正确"],identity:[/(^\d{15}$)|(^\d{17}(x|X|\d)$)/,"请输入正确的身份证号"]}}};u.prototype.set=function(e){var a=this;return i.extend(!0,a.config,e),a},u.prototype.verify=function(e){var a=this;return i.extend(!0,a.config.verify,e),a},u.prototype.on=function(e,i){return layui.onevent(l,e,i)},u.prototype.render=function(e){var a=this,n={select:function(){var e="请选择",a="layui-form-select",t="layui-select-title",n=i(s).find("select"),u=function(e,n){i(e.target).parent().hasClass(t)&&!n||i("."+a).removeClass(a+"ed")},o=function(e,n){var s=i(this),o=e.find("."+t);n||(o.on("click",function(i){e.hasClass(a+"ed")?e.removeClass(a+"ed"):(u(i,!0),e.addClass(a+"ed"))}),e.find("dl>dd").on("click",function(){var e=i(this),a=e.attr("lay-value"),t=s.attr("lay-filter");return!e.hasClass(r)&&(s.val(a).removeClass("layui-form-danger"),o.find("input").val(e.text()),e.addClass(c).siblings().removeClass(c),void layui.event(l,"select("+t+")",{elem:s[0],value:a}))}),e.find("dl>dt").on("click",function(e){return!1}),i(document).off("click",u).on("click",u))};n.each(function(n,l){var s=i(this),u=s.next("."+a),d=this.disabled,f=l.value,y=i(l.options[l.selectedIndex]),v=i(['
          ','
          ','
          ','
          '+function(e){var i=[];return layui.each(e,function(e,a){(0!==e||a.value)&&("optgroup"===a.tagName.toLowerCase()?i.push("
          "+a.label+"
          "):i.push('
          '+a.innerHTML+"
          "))}),i.join("")}(s.find("*"))+"
          ","
          "].join(""));u[0]&&u.remove(),s.after(v),o.call(this,v,d)})},checkbox:function(){var e={checkbox:["layui-form-checkbox","layui-form-checked","checkbox"],_switch:["layui-form-switch","layui-form-onswitch","switch"]},a=i(s).find("input[type=checkbox]"),t=function(e,a){var t=i(this);e.on("click",function(){var i=t.attr("lay-filter");t[0].disabled||(t[0].checked?(t[0].checked=!1,e.removeClass(a[1])):(t[0].checked=!0,e.addClass(a[1])),layui.event(l,a[2]+"("+i+")",{elem:t[0],value:t[0].value}))})};a.each(function(a,n){var l=i(this),s=l.attr("lay-skin"),c=this.disabled;"switch"===s&&(s="_"+s);var u=e[s]||e.checkbox,o=l.next("."+u[0]),d=i(['
          ',{_switch:""}[s]||""+(n.title||"勾选")+'',"
          "].join(""));o[0]&&o.remove(),l.after(d),t.call(this,d,u)})},radio:function(){var e="layui-form-radio",a=["",""],t=i(s).find("input[type=radio]"),n=function(t){var n=i(this),c="layui-anim-scaleSpring";t.on("click",function(){var r=n[0].name,u=n.parents(s),o=n.attr("lay-filter"),d=u.find("input[name="+r.replace(/(\.|#|\[|\])/g,"\\$1")+"]");n[0].disabled||(layui.each(d,function(){var t=i(this).next("."+e);this.checked=!1,t.removeClass(e+"ed"),t.find(".layui-icon").removeClass(c).html(a[1])}),n[0].checked=!0,t.addClass(e+"ed"),t.find(".layui-icon").addClass(c).html(a[0]),layui.event(l,"radio("+o+")",{elem:n[0],value:n[0].value}))})};t.each(function(t,l){var s=i(this),c=s.next("."+e),u=this.disabled,o=i(['
          ',''+a[l.checked?0:1]+"",""+(l.title||"未命名")+"","
          "].join(""));c[0]&&c.remove(),s.after(o),n.call(this,o)})}};return e?n[e]?n[e]():t.error("不支持的"+e+"表单渲染"):layui.each(n,function(e,i){i()}),a};var o=function(){var e=i(this),t=d.config.verify,c=null,r="layui-form-danger",u={},o=e.parents(s),f=o.find("*[lay-verify]"),y=e.parents("form")[0],v=o.find("input,select,textarea"),h=e.attr("lay-filter");return layui.each(f,function(e,l){var s=i(this),u=s.attr("lay-verify"),o="",d=s.val(),f="function"==typeof t[u];if(s.removeClass(r),t[u]&&(f?o=t[u](d,l):!t[u][0].test(d)))return a.msg(o||t[u][1],{icon:5,shift:6}),n.android||n.ios||l.focus(),s.addClass(r),c=!0}),!c&&(layui.each(v,function(e,i){i.name&&(/^checkbox|radio$/.test(i.type)&&!i.checked||(u[i.name]=i.value))}),layui.event.call(this,l,"submit("+h+")",{elem:this,form:y,field:u}))},d=new u,f=i(document);d.render(),f.on("reset",s,function(){setTimeout(function(){d.render()},50)}),f.on("submit",s,o).on("click","*[lay-submit]",o),e(l,function(e){return d.set(e)})});layui.define("jquery",function(e){"use strict";var o=layui.jquery,a=layui.hint(),r="layui-tree-enter",i=function(e){this.options=e},t={arrow:["",""],checkbox:["",""],radio:["",""],branch:["",""],leaf:""};i.prototype.init=function(e){var o=this;e.addClass("layui-box layui-tree"),o.options.skin&&e.addClass("layui-tree-skin-"+o.options.skin),o.tree(e),o.on(e)},i.prototype.tree=function(e,a){var r=this,i=r.options,n=a||i.nodes;layui.each(n,function(a,n){var l=n.children&&n.children.length>0,c=o('
            '),s=o(["
          • ",function(){return l?''+(n.spread?t.arrow[1]:t.arrow[0])+"":""}(),function(){return i.check?''+("checkbox"===i.check?t.checkbox[0]:"radio"===i.check?t.radio[0]:"")+"":""}(),function(){return'"+(''+(l?n.spread?t.branch[1]:t.branch[0]:t.leaf)+"")+(""+(n.name||"未命名")+"")}(),"
          • "].join(""));l&&(s.append(c),r.tree(c,n.children)),e.append(s),"function"==typeof i.click&&r.click(s,n),r.spread(s,n),i.drag&&r.drag(s,n)})},i.prototype.click=function(e,o){var a=this,r=a.options;e.children("a").on("click",function(e){layui.stope(e),r.click(o)})},i.prototype.spread=function(e,o){var a=this,r=(a.options,e.children(".layui-tree-spread")),i=e.children("ul"),n=e.children("a"),l=function(){e.data("spread")?(e.data("spread",null),i.removeClass("layui-show"),r.html(t.arrow[0]),n.find(".layui-icon").html(t.branch[0])):(e.data("spread",!0),i.addClass("layui-show"),r.html(t.arrow[1]),n.find(".layui-icon").html(t.branch[1]))};i[0]&&(r.on("click",l),n.on("dblclick",l))},i.prototype.on=function(e){var a=this,i=a.options,t="layui-tree-drag";e.find("i").on("selectstart",function(e){return!1}),i.drag&&o(document).on("mousemove",function(e){var r=a.move;if(r.from){var i=(r.to,o('
            '));e.preventDefault(),o("."+t)[0]||o("body").append(i);var n=o("."+t)[0]?o("."+t):i;n.addClass("layui-show").html(r.from.elem.children("a").html()),n.css({left:e.pageX+10,top:e.pageY+10})}}).on("mouseup",function(){var e=a.move;e.from&&(e.from.elem.children("a").removeClass(r),e.to&&e.to.elem.children("a").removeClass(r),a.move={},o("."+t).remove())})},i.prototype.move={},i.prototype.drag=function(e,a){var i=this,t=(i.options,e.children("a")),n=function(){var t=o(this),n=i.move;n.from&&(n.to={item:a,elem:e},t.addClass(r))};t.on("mousedown",function(){var o=i.move;o.from={item:a,elem:e}}),t.on("mouseenter",n).on("mousemove",n).on("mouseleave",function(){var e=o(this),a=i.move;a.from&&(delete a.to,e.removeClass(r))})},e("tree",function(e){var r=new i(e=e||{}),t=o(e.elem);return t[0]?void r.init(t):a.error("layui.tree 没有找到"+e.elem+"元素")})});layui.define("jquery",function(l){"use strict";var o=layui.jquery,i={fixbar:function(l){l=l||{},l.bgcolor=l.bgcolor?"background-color:"+l.bgcolor:"";var i,a,c="layui-fixbar-top",t=[l.bar1===!0?"":l.bar1,l.bar2===!0?"":l.bar2,""],r=o(['
              ',l.bar1?'
            • '+t[0]+"
            • ":"",l.bar2?'
            • '+t[1]+"
            • ":"",'
            • '+t[2]+"
            • ","
            "].join("")),e=r.find("."+c),s=function(){var i=o(document).scrollTop();i>=(l.showHeight||200)?a||(e.show(),a=1):a&&(e.hide(),a=0)};o(".layui-fixbar")[0]||("object"==typeof l.css&&r.css(l.css),o("body").append(r),s(),r.find("li").on("click",function(){var i=o(this),a=i.attr("lay-type");"top"===a&&o("html,body").animate({scrollTop:0},200),l.click&&l.click.call(this,a)}),o(document).on("scroll",function(){i&&clearTimeout(i),i=setTimeout(function(){s()},100)}))}};l("util",i)});layui.define("jquery",function(e){"use strict";var l=layui.jquery,o=function(e){},t='';o.prototype.load=function(e){var o,i,n,r,a=this,c=0;e=e||{};var u=l(e.elem);if(u[0]){var f=l(e.scrollElem||document),m=e.mb||50,s=!("isAuto"in e)||e.isAuto,y=e.end||"没有更多了",v=e.scrollElem&&e.scrollElem!==document,d="加载更多",h=l('");u.find(".layui-flow-more")[0]||u.append(h);var p=function(e,t){e=l(e),h.before(e),t=0==t||null,t?h.html(y):h.find("a").html(d),i=t,o=null,n&&n()},g=function(){o=!0,h.find("a").html(t),"function"==typeof e.done&&e.done(++c,p)};if(g(),h.find("a").on("click",function(){l(this);i||o||g()}),e.isLazyimg)var n=a.lazyimg({elem:e.elem+" img",scrollElem:e.scrollElem});return s?(f.on("scroll",function(){var e=l(this),t=e.scrollTop();r&&clearTimeout(r),i||(r=setTimeout(function(){var i=v?e.height():l(window).height(),n=v?e.prop("scrollHeight"):document.documentElement.scrollHeight;n-t-i<=m&&(o||g())},100))}),a):a}},o.prototype.lazyimg=function(e){var o,t=this,i=0;e=e||{};var n=l(e.scrollElem||document),r=e.elem||"img",a=e.scrollElem&&e.scrollElem!==document,c=function(e,l){var o=n.scrollTop(),r=o+l,c=a?function(){return e.offset().top-n.offset().top+o}():e.offset().top;if(c>=o&&c<=r&&!e.attr("src")){var f=e.attr("lay-src");layui.img(f,function(){var l=t.lazyimg.elem.eq(i);e.attr("src",f).removeAttr("lay-src"),l[0]&&u(l),i++})}},u=function(e,o){var u=a?(o||n).height():l(window).height(),f=n.scrollTop(),m=f+u;if(t.lazyimg.elem=l(r),e)c(e,u);else for(var s=0;sm)break}};if(u(),!o){var f;n.on("scroll",function(){var e=l(this);f&&clearTimeout(f),f=setTimeout(function(){u(null,e)},50)}),o=!0}return u},e("flow",new o)});layui.define(["layer","form"],function(t){"use strict";var e=layui.jquery,i=layui.layer,a=layui.form(),l=(layui.hint(),layui.device()),n="layedit",o="layui-show",r="layui-disabled",s=function(){var t=this;t.index=0,t.config={tool:["strong","italic","underline","del","|","left","center","right","|","link","unlink","face","image"],hideTool:[],height:280}};s.prototype.set=function(t){var i=this;return e.extend(!0,i.config,t),i},s.prototype.on=function(t,e){return layui.onevent(n,t,e)},s.prototype.build=function(t,i){i=i||{};var a=this,n=a.config,r="layui-layedit",s=e("#"+t),u="LAY_layedit_"+ ++a.index,d=s.next("."+r),y=e.extend({},n,i),f=function(){var t=[],e={};return layui.each(y.hideTool,function(t,i){e[i]=!0}),layui.each(y.tool,function(i,a){C[a]&&!e[a]&&t.push(C[a])}),t.join("")}(),m=e(['
            ','
            '+f+"
            ",'
            ','',"
            ","
            "].join(""));return l.ie&&l.ie<8?s.removeClass("layui-hide").addClass(o):(d[0]&&d.remove(),c.call(a,m,s[0],y),s.addClass("layui-hide").after(m),a.index)},s.prototype.getContent=function(t){var e=u(t);if(e[0])return d(e[0].document.body.innerHTML)},s.prototype.getText=function(t){var i=u(t);if(i[0])return e(i[0].document.body).text()},s.prototype.sync=function(t){var i=u(t);if(i[0]){var a=e("#"+i[1].attr("textarea"));a.val(d(i[0].document.body.innerHTML))}},s.prototype.getSelection=function(t){var e=u(t);if(e[0]){var i=m(e[0].document);return document.selection?i.text:i.toString()}};var c=function(t,i,a){var l=this,n=t.find("iframe");n.css({height:a.height}).on("load",function(){var o=n.contents(),r=n.prop("contentWindow"),s=o.find("head"),c=e([""].join("")),u=o.find("body");s.append(c),u.attr("contenteditable","true").css({"min-height":a.height}).html(i.value||""),y.apply(l,[r,n,i,a]),g.call(l,r,t,a)})},u=function(t){var i=e("#LAY_layedit_"+t),a=i.prop("contentWindow");return[a,i]},d=function(t){return 8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),t},y=function(t,a,n,o){var r=t.document,s=e(r.body);s.on("keydown",function(t){var e=t.keyCode;if(13===e){var a=m(r),l=p(a),n=l.parentNode;if("pre"===n.tagName.toLowerCase()){if(t.shiftKey)return;return i.msg("请暂时用shift+enter"),!1}r.execCommand("formatBlock",!1,"

            ")}}),e(n).parents("form").on("submit",function(){var t=s.html();8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),n.value=t}),s.on("paste",function(e){r.execCommand("formatBlock",!1,"

            "),setTimeout(function(){f.call(t,s),n.value=s.html()},100)})},f=function(t){var i=this;i.document;t.find("*[style]").each(function(){var t=this.style.textAlign;this.removeAttribute("style"),e(this).css({"text-align":t||""})}),t.find("table").addClass("layui-table"),t.find("script,link").remove()},m=function(t){return t.selection?t.selection.createRange():t.getSelection().getRangeAt(0)},p=function(t){return t.endContainer||t.parentElement().childNodes[0]},v=function(t,i,a){var l=this.document,n=document.createElement(t);for(var o in i)n.setAttribute(o,i[o]);if(n.removeAttribute("text"),l.selection){var r=a.text||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.pasteHTML(e(n).prop("outerHTML")),a.select()}else{var r=a.toString()||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.deleteContents(),a.insertNode(n)}},h=function(t,i){var a=this.document,l="layedit-tool-active",n=p(m(a)),o=function(e){return t.find(".layedit-tool-"+e)};i&&i[i.hasClass(l)?"removeClass":"addClass"](l),t.find(">i").removeClass(l),o("unlink").addClass(r),e(n).parents().each(function(){var t=this.tagName.toLowerCase(),e=this.style.textAlign;"b"!==t&&"strong"!==t||o("b").addClass(l),"i"!==t&&"em"!==t||o("i").addClass(l),"u"===t&&o("u").addClass(l),"strike"===t&&o("d").addClass(l),"p"===t&&("center"===e?o("center").addClass(l):"right"===e?o("right").addClass(l):o("left").addClass(l)),"a"===t&&(o("link").addClass(l),o("unlink").removeClass(r))})},g=function(t,a,l){var n=t.document,o=e(n.body),s={link:function(i){var a=p(i),l=e(a).parent();b.call(o,{href:l.attr("href"),target:l.attr("target")},function(e){var a=l[0];"A"===a.tagName?a.href=e.url:v.call(t,"a",{target:e.target,href:e.url,text:e.url},i)})},unlink:function(t){n.execCommand("unlink")},face:function(e){x.call(this,function(i){v.call(t,"img",{src:i.src,alt:i.alt},e)})},image:function(a){var n=this;layui.use("upload",function(o){var r=l.uploadImage||{};o({url:r.url,method:r.type,elem:e(n).find("input")[0],unwrap:!0,success:function(e){0==e.code?(e.data=e.data||{},v.call(t,"img",{src:e.data.src,alt:e.data.title},a)):i.msg(e.msg||"上传失败")}})})},code:function(e){k.call(o,function(i){v.call(t,"pre",{text:i.code,"lay-lang":i.lang},e)})},help:function(){i.open({type:2,title:"帮助",area:["600px","380px"],shadeClose:!0,shade:.1,skin:"layui-layer-msg",content:["http://www.layui.com/about/layedit/help.html","no"]})}},c=a.find(".layui-layedit-tool"),u=function(){var i=e(this),a=i.attr("layedit-event"),l=i.attr("lay-command");if(!i.hasClass(r)){o.focus();var u=m(n);u.commonAncestorContainer;l?(n.execCommand(l),/justifyLeft|justifyCenter|justifyRight/.test(l)&&n.execCommand("formatBlock",!1,"

            "),setTimeout(function(){o.focus()},10)):s[a]&&s[a].call(this,u),h.call(t,c,i)}},d=/image/;c.find(">i").on("mousedown",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)||u.call(this)}).on("click",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)&&u.call(this)}),o.on("click",function(){h.call(t,c),i.close(x.index)})},b=function(t,e){var l=this,n=i.open({type:1,id:"LAY_layedit_link",area:"350px",shade:.05,shadeClose:!0,moveType:1,title:"超链接",skin:"layui-layer-msg",content:['

              ','
            • ','','
              ','',"
              ","
            • ",'
            • ','','
              ','",'","
              ","
            • ",'
            • ','','',"
            • ","
            "].join(""),success:function(t,n){var o="submit(layedit-link-yes)";a.render("radio"),t.find(".layui-btn-primary").on("click",function(){i.close(n),l.focus()}),a.on(o,function(t){i.close(b.index),e&&e(t.field)})}});b.index=n},x=function(t){var a=function(){var t=["[微笑]","[嘻嘻]","[哈哈]","[可爱]","[可怜]","[挖鼻]","[吃惊]","[害羞]","[挤眼]","[闭嘴]","[鄙视]","[爱你]","[泪]","[偷笑]","[亲亲]","[生病]","[太开心]","[白眼]","[右哼哼]","[左哼哼]","[嘘]","[衰]","[委屈]","[吐]","[哈欠]","[抱抱]","[怒]","[疑问]","[馋嘴]","[拜拜]","[思考]","[汗]","[困]","[睡]","[钱]","[失望]","[酷]","[色]","[哼]","[鼓掌]","[晕]","[悲伤]","[抓狂]","[黑线]","[阴险]","[怒骂]","[互粉]","[心]","[伤心]","[猪头]","[熊猫]","[兔子]","[ok]","[耶]","[good]","[NO]","[赞]","[来]","[弱]","[草泥马]","[神马]","[囧]","[浮云]","[给力]","[围观]","[威武]","[奥特曼]","[礼物]","[钟]","[话筒]","[蜡烛]","[蛋糕]"],e={};return layui.each(t,function(t,i){e[i]=layui.cache.dir+"images/face/"+t+".gif"}),e}();return x.hide=x.hide||function(t){"face"!==e(t.target).attr("layedit-event")&&i.close(x.index)},x.index=i.tips(function(){var t=[];return layui.each(a,function(e,i){t.push('
          • '+e+'
          • ')}),'
              '+t.join("")+"
            "}(),this,{tips:1,time:0,skin:"layui-box layui-util-face",maxWidth:500,success:function(l,n){l.css({marginTop:-4,marginLeft:-10}).find(".layui-clear>li").on("click",function(){t&&t({src:a[this.title],alt:this.title}),i.close(n)}),e(document).off("click",x.hide).on("click",x.hide)}})},k=function(t){var e=this,l=i.open({type:1,id:"LAY_layedit_code",area:"550px",shade:.05,shadeClose:!0,moveType:1,title:"插入代码",skin:"layui-layer-msg",content:['
              ','
            • ','','
              ','","
              ","
            • ",'
            • ','','
              ','',"
              ","
            • ",'
            • ','','',"
            • ","
            "].join(""),success:function(l,n){var o="submit(layedit-code-yes)";a.render("select"),l.find(".layui-btn-primary").on("click",function(){i.close(n),e.focus()}),a.on(o,function(e){i.close(k.index),t&&t(e.field)})}});k.index=l},C={html:'',strong:'',italic:'',underline:'',del:'',"|":'',left:'',center:'',right:'',link:'',unlink:'',face:'',image:'',code:'',help:''},w=new s;t(n,w)});layui.define("jquery",function(e){"use strict";var a=layui.jquery,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
            1. '+o.replace(/[\r\t\n]+/g,"
            2. ")+"
            "),c.find(">.layui-code-h3")[0]||c.prepend('

            '+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

            ");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); \ No newline at end of file diff --git a/build/lay/dest/layui.mod.js b/build/lay/dest/layui.mod.js index d431a155..82d38077 100644 --- a/build/lay/dest/layui.mod.js +++ b/build/lay/dest/layui.mod.js @@ -1,5 +1,5 @@ -/** layui-v1.0.4(All Modules) LGPL license By www.layui.com */ +/** layui-v1.0.5(All Modules) LGPL-2.1 license By http://www.layui.com */ ;layui.define(function(i){i("layui.mod",layui.v)});layui.define(function(e){"use strict";var r={open:"{{",close:"}}"},n={exp:function(e){return new RegExp(e,"g")},query:function(e,n,t){var o=["#([\\s\\S])+?","([^{#}])*?"][e||0];return c((n||"")+r.open+o+r.close+(t||""))},escape:function(e){return String(e||"").replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")},error:function(e,r){var n="Laytpl Error:";return"object"==typeof console&&console.error(n+e+"\n"+(r||"")),n+e}},c=n.exp,t=function(e){this.tpl=e};t.pt=t.prototype,window.errors=0,t.pt.parse=function(e,t){var o=this,p=e,a=c("^"+r.open+"#",""),l=c(r.close+"$","");e=e.replace(/\s+|\r|\t|\n/g," ").replace(c(r.open+"#"),r.open+"# ").replace(c(r.close+"}"),"} "+r.close).replace(/\\/g,"\\\\").replace(/(?="|')/g,"\\").replace(n.query(),function(e){return e=e.replace(a,"").replace(l,""),'";'+e.replace(/\\/g,"")+';view+="'}).replace(n.query(1),function(e){var n='"+(';return e.replace(/\s/g,"")===r.open+r.close?"":(e=e.replace(c(r.open+"|"+r.close),""),/^=/.test(e)&&(e=e.replace(/^=/,""),n='"+_escape_('),n+e.replace(/\\/g,"")+')+"')}),e='"use strict";var view = "'+e+'";return view;';try{return o.cache=e=new Function("d, _escape_",e),e(t,n.escape)}catch(u){return delete o.cache,n.error(u,p)}},t.pt.render=function(e,r){var c,t=this;return e?(c=t.cache?t.cache(e,n.escape):t.parse(t.tpl,e),r?void r(c):c):n.error("no data")};var o=function(e){return"string"!=typeof e?n.error("Template not found"):new t(e)};o.config=function(e){e=e||{};for(var n in e)r[n]=e[n]},o.v="1.2.0",e("laytpl",o)});layui.define(function(a){"use strict";function t(a){new p(a)}var e=document,r="getElementById",n="getElementsByTagName",s=0,p=function(a){var t=this,e=t.config=a||{};e.item=s++,t.render(!0)};p.on=function(a,t,e){return a.attachEvent?a.attachEvent("on"+t,function(){e.call(a,window.even)}):a.addEventListener(t,e,!1),p},p.prototype.type=function(){var a=this.config;if("object"==typeof a.cont)return void 0===a.cont.length?2:3},p.prototype.view=function(){var a=this,t=a.config,e=[],r={};if(t.pages=0|t.pages,t.curr=0|t.curr||1,t.groups="groups"in t?0|t.groups:5,t.first="first"in t?t.first:"首页",t.last="last"in t?t.last:"末页",t.prev="prev"in t?t.prev:"上一页",t.next="next"in t?t.next:"下一页",t.pages<=1)return"";for(t.groups>t.pages&&(t.groups=t.pages),r.index=Math.ceil((t.curr+(t.groups>1&&t.groups!==t.pages?1:0))/(0===t.groups?1:t.groups)),t.curr>1&&t.prev&&e.push(''+t.prev+""),r.index>1&&t.first&&0!==t.groups&&e.push(''+t.first+""),r.poor=Math.floor((t.groups-1)/2),r.start=r.index>1?t.curr-r.poor:1,r.end=r.index>1?function(){var a=t.curr+(t.groups-r.poor-1);return a>t.pages?t.pages:a}():t.groups,r.end-r.start"+r.start+""):e.push(''+r.start+"");return t.pages>t.groups&&r.end'+t.last+""),r.flow=!t.prev&&0===t.groups,(t.curr!==t.pages&&t.next||r.flow)&&e.push(function(){return r.flow&&t.curr===t.pages?''+t.next+"":''+t.next+""}()),'
            '+e.join("")+function(){return t.skip?'到第 ':""}()+"
            "},p.prototype.jump=function(a){if(a){for(var t=this,e=t.config,r=a.children,s=a[n]("button")[0],i=a[n]("input")[0],u=0,o=r.length;un.maxs[0]?s=["y",1]:e>=n.mins[0]&&e<=n.maxs[0]&&(e==n.mins[0]&&(tn.maxs[1]?s=["m",1]:t==n.maxs[1]&&a>n.maxs[2]&&(s=["d",1]))),s},n.timeVoid=function(e,t){if(n.ymd[1]+1==n.mins[1]&&n.ymd[2]==n.mins[2]){if(0===t&&en.maxs[3])return 1;if(1===t&&e>n.maxs[4])return 1;if(2===t&&e>n.maxs[5])return 1}if(e>(t?59:23))return 1},n.check=function(){var e=n.options.format.replace(/YYYY|MM|DD|hh|mm|ss/g,"\\d+\\").replace(/\\$/g,""),t=new RegExp(e),a=n.elem[d.elemv],s=a.match(/\d+/g)||[],i=n.checkVoid(s[0],s[1],s[2]);if(""!==a.replace(/\s/g,"")){if(!t.test(a))return n.elem[d.elemv]="",n.msg("日期不符合格式,请重新选择。"),1;if(i[0])return n.elem[d.elemv]="",n.msg("日期不在有效期内,请重新选择。"),1;i.value=n.elem[d.elemv].match(t).join(),s=i.value.match(/\d+/g),s[1]<1?(s[1]=1,i.auto=1):s[1]>12?(s[1]=12,i.auto=1):s[1].length<2&&(i.auto=1),s[2]<1?(s[2]=1,i.auto=1):s[2]>n.months[(0|s[1])-1]?(s[2]=31,i.auto=1):s[2].length<2&&(i.auto=1),s.length>3&&(n.timeVoid(s[3],0)&&(i.auto=1),n.timeVoid(s[4],1)&&(i.auto=1),n.timeVoid(s[5],2)&&(i.auto=1)),i.auto?n.creation([s[0],0|s[1],0|s[2]],1):i.value!==n.elem[d.elemv]&&(n.elem[d.elemv]=i.value)}},n.months=[31,null,31,30,31,30,31,31,30,31,30,31],n.viewDate=function(e,t,a){var s=(n.query,{}),i=new Date;e<(0|n.mins[0])&&(e=0|n.mins[0]),e>(0|n.maxs[0])&&(e=0|n.maxs[0]),i.setFullYear(e,t,a),s.ymd=[i.getFullYear(),i.getMonth(),i.getDate()],n.months[1]=n.isleap(s.ymd[0])?29:28,i.setFullYear(s.ymd[0],s.ymd[1],1),s.FDay=i.getDay(),s.PDay=n.months[0===t?11:t-1]-s.FDay+1,s.NDay=1,n.each(d.tds,function(e,t){var a,i=s.ymd[0],o=s.ymd[1]+1;t.className="",e=s.FDay&&e'+e+"年":'
          • '+(e-7+t)+"年
          • "}),t("#laydate_ys").innerHTML=a,n.each(t("#laydate_ys li"),function(e,t){"y"===n.checkVoid(t.getAttribute("y"))[0]?n.addClass(t,d[1]):n.on(t,"click",function(e){n.stopmp(e).reshow(),n.viewDate(0|this.getAttribute("y"),n.ymd[1],n.ymd[2])})})},n.initDate=function(){var e=(n.query,new Date),t=n.elem[d.elemv].match(/\d+/g)||[];t.length<3&&(t=n.options.start.match(/\d+/g)||[],t.length<3&&(t=[e.getFullYear(),e.getMonth()+1,e.getDate()])),n.inymd=t,n.viewDate(t[0],t[1]-1,t[2])},n.iswrite=function(){var e=n.query,t={time:e("#laydate_hms")};n.shde(t.time,!n.options.istime),n.shde(d.oclear,!("isclear"in n.options?n.options.isclear:1)),n.shde(d.otoday,!("istoday"in n.options?n.options.istoday:1)),n.shde(d.ok,!("issure"in n.options?n.options.issure:1))},n.orien=function(e,t){var a,s=n.elem.getBoundingClientRect();e.style.left=s.left+(t?0:n.scroll(1))+"px",a=s.bottom+e.offsetHeight/1.5<=n.winarea()?s.bottom-1:s.top>e.offsetHeight/1.5?s.top-e.offsetHeight+1:n.winarea()-e.offsetHeight,e.style.top=Math.max(a+(t?0:n.scroll()),1)+"px"},n.follow=function(e){n.options.fixed?(e.style.position="fixed",n.orien(e,1)):(e.style.position="absolute",n.orien(e))},n.viewtb=function(){var e,t=[],a=["日","一","二","三","四","五","六"],o={},d=s[i]("table"),r=s[i]("thead");return r.appendChild(s[i]("tr")),o.creath=function(e){var t=s[i]("th");t.innerHTML=a[e],r[l]("tr")[0].appendChild(t),t=null},n.each(new Array(6),function(a){t.push([]),e=d.insertRow(0),n.each(new Array(7),function(n){t[a][n]=0,0===a&&o.creath(n),e.insertCell(n)})}),d.insertBefore(r,d.children[0]),d.id=d.className="laydate_table",e=t=null,d.outerHTML.toLowerCase()}(),n.view=function(e,t){var o,l=n.query,r={};t=t||e,n.elem=e,n.options=t,n.options.format||(n.options.format=a.format),n.options.start=n.options.start||"",n.mm=r.mm=[n.options.min||a.min,n.options.max||a.max],n.mins=r.mm[0].match(/\d+/g),n.maxs=r.mm[1].match(/\d+/g),n.box?n.shde(n.box):(o=s[i]("div"),o.id=d[0],o.className=d[0],o.style.cssText="position: absolute;",o.setAttribute("name","laydate-v"+laydate.v),o.innerHTML=r.html='
              '+function(){var e="";return n.each(new Array(12),function(t){e+=''+n.digit(t+1)+"月"}),e}()+"
              "+n.viewtb+'",s.body.appendChild(o),n.box=l("#"+d[0]),n.events(),o=null),n.follow(n.box),t.zIndex?n.box.style.zIndex=t.zIndex:n.removeCssAttr(n.box,"z-index"),n.stopMosup("click",n.box),n.initDate(),n.iswrite(),n.check()},n.reshow=function(){return n.each(n.query("#"+d[0]+" .laydate_show"),function(e,t){n.removeClass(t,"laydate_show")}),this},n.close=function(){n.reshow(),n.shde(n.query("#"+d[0]),1),n.elem=null},n.parse=function(e,t,s){return e=e.concat(t),s=s||(n.options?n.options.format:a.format),s.replace(/YYYY|MM|DD|hh|mm|ss/g,function(t,a){return e.index=0|++e.index,n.digit(e[e.index])})},n.creation=function(e,t){var a=(n.query,n.hmsin),s=n.parse(e,[a[0].value,a[1].value,a[2].value]);n.elem[d.elemv]=s,t||(n.close(),"function"==typeof n.options.choose&&n.options.choose(s))},n.events=function(){var e=n.query,a={box:"#"+d[0]};n.addClass(s.body,"laydate_body"),d.tds=e("#laydate_table td"),d.mms=e("#laydate_ms span"),d.year=e("#laydate_y"),d.month=e("#laydate_m"),n.each(e(a.box+" .laydate_ym"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.addClass(this[l]("div")[0],"laydate_show"),e||(a.YY=parseInt(d.year.value),n.viewYears(a.YY))})}),n.on(e(a.box),"click",function(){n.reshow()}),a.tabYear=function(e){0===e?n.ymd[0]--:1===e?n.ymd[0]++:2===e?a.YY-=14:a.YY+=14,e<2?(n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2]),n.reshow()):n.viewYears(a.YY)},n.each(e("#laydate_YY .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t),a.tabYear(e)})}),a.tabMonth=function(e){e?(n.ymd[1]++,12===n.ymd[1]&&(n.ymd[0]++,n.ymd[1]=0)):(n.ymd[1]--,n.ymd[1]===-1&&(n.ymd[0]--,n.ymd[1]=11)),n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2])},n.each(e("#laydate_MM .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),a.tabMonth(e)})}),n.each(e("#laydate_ms span"),function(e,t){n.on(t,"click",function(e){n.stopmp(e).reshow(),n.hasClass(this,d[1])||n.viewDate(n.ymd[0],0|this.getAttribute("m"),n.ymd[2])})}),n.each(e("#laydate_table td"),function(e,t){n.on(t,"click",function(e){n.hasClass(this,d[1])||(n.stopmp(e),n.creation([0|this.getAttribute("y"),0|this.getAttribute("m"),0|this.getAttribute("d")]))})}),d.oclear=e("#laydate_clear"),n.on(d.oclear,"click",function(){n.elem[d.elemv]="",n.close()}),d.otoday=e("#laydate_today"),n.on(d.otoday,"click",function(){var e=new Date;n.creation([e.getFullYear(),e.getMonth()+1,e.getDate()])}),d.ok=e("#laydate_ok"),n.on(d.ok,"click",function(){n.valid&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])}),a.times=e("#laydate_time"),n.hmsin=a.hmsin=e("#laydate_hms input"),a.hmss=["小时","分钟","秒数"],a.hmsarr=[],n.msg=function(t,s){var i='
              '+(s||"提示")+"×
              ";"string"==typeof t?(i+="

              "+t+"

              ",n.shde(e("#"+d[0])),n.removeClass(a.times,"laydate_time1").addClass(a.times,"laydate_msg")):(a.hmsarr[t]?i=a.hmsarr[t]:(i+='
              ',n.each(new Array(0===t?24:60),function(e){i+=""+e+""}),i+="
              ",a.hmsarr[t]=i),n.removeClass(a.times,"laydate_msg"),n[0===t?"removeClass":"addClass"](a.times,"laydate_time1")),n.addClass(a.times,"laydate_show"),a.times.innerHTML=i},a.hmson=function(t,a){var s=e("#laydate_hmsno span"),i=n.valid?null:1;n.each(s,function(e,s){i?n.addClass(s,d[1]):n.timeVoid(e,a)?n.addClass(s,d[1]):n.on(s,"click",function(e){n.hasClass(this,d[1])||(t.value=n.digit(0|this.innerHTML))})}),n.addClass(s[0|t.value],"laydate_click")},n.each(a.hmsin,function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.msg(e,a.hmss[e]),a.hmson(this,e)})}),n.on(s,"mouseup",function(){var t=e("#"+d[0]);t&&"none"!==t.style.display&&(n.check()||n.close())}).on(s,"keydown",function(e){e=e||t.event;var a=e.keyCode;13===a&&n.elem&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])})},laydate.reset=function(){n.box&&n.elem&&n.follow(n.box)},laydate.now=function(e,t){var a=new Date(0|e?function(e){return e<864e5?+new Date+864e5*e:e}(parseInt(e)):+new Date);return n.parse([a.getFullYear(),a.getMonth()+1,a.getDate()],[a.getHours(),a.getMinutes(),a.getSeconds()],t)},layui.addcss("modules/laydate/laydate.css",function(){},"laydatecss"),e("laydate",laydate)});!function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e){var t=!!e&&"length"in e&&e.length,n=pe.type(e);return"function"!==n&&!pe.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e,t,n){if(pe.isFunction(t))return pe.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return pe.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(Ce.test(t))return pe.filter(t,e,n);t=pe.filter(t,e)}return pe.grep(e,function(e){return pe.inArray(e,t)>-1!==n})}function i(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function o(e){var t={};return pe.each(e.match(De)||[],function(e,n){t[n]=!0}),t}function a(){re.addEventListener?(re.removeEventListener("DOMContentLoaded",s),e.removeEventListener("load",s)):(re.detachEvent("onreadystatechange",s),e.detachEvent("onload",s))}function s(){(re.addEventListener||"load"===e.event.type||"complete"===re.readyState)&&(a(),pe.ready())}function u(e,t,n){if(void 0===n&&1===e.nodeType){var r="data-"+t.replace(_e,"-$1").toLowerCase();if(n=e.getAttribute(r),"string"==typeof n){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:qe.test(n)?pe.parseJSON(n):n)}catch(i){}pe.data(e,t,n)}else n=void 0}return n}function l(e){var t;for(t in e)if(("data"!==t||!pe.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function c(e,t,n,r){if(He(e)){var i,o,a=pe.expando,s=e.nodeType,u=s?pe.cache:e,l=s?e[a]:e[a]&&a;if(l&&u[l]&&(r||u[l].data)||void 0!==n||"string"!=typeof t)return l||(l=s?e[a]=ne.pop()||pe.guid++:a),u[l]||(u[l]=s?{}:{toJSON:pe.noop}),"object"!=typeof t&&"function"!=typeof t||(r?u[l]=pe.extend(u[l],t):u[l].data=pe.extend(u[l].data,t)),o=u[l],r||(o.data||(o.data={}),o=o.data),void 0!==n&&(o[pe.camelCase(t)]=n),"string"==typeof t?(i=o[t],null==i&&(i=o[pe.camelCase(t)])):i=o,i}}function f(e,t,n){if(He(e)){var r,i,o=e.nodeType,a=o?pe.cache:e,s=o?e[pe.expando]:pe.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){pe.isArray(t)?t=t.concat(pe.map(t,pe.camelCase)):t in r?t=[t]:(t=pe.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;for(;i--;)delete r[t[i]];if(n?!l(r):!pe.isEmptyObject(r))return}(n||(delete a[s].data,l(a[s])))&&(o?pe.cleanData([e],!0):fe.deleteExpando||a!=a.window?delete a[s]:a[s]=void 0)}}}function d(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return pe.css(e,t,"")},u=s(),l=n&&n[3]||(pe.cssNumber[t]?"":"px"),c=(pe.cssNumber[t]||"px"!==l&&+u)&&Me.exec(pe.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do o=o||".5",c/=o,pe.style(e,t,c+l);while(o!==(o=s()/u)&&1!==o&&--a)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function p(e){var t=ze.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function h(e,t){var n,r,i=0,o="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):void 0;if(!o)for(o=[],n=e.childNodes||e;null!=(r=n[i]);i++)!t||pe.nodeName(r,t)?o.push(r):pe.merge(o,h(r,t));return void 0===t||t&&pe.nodeName(e,t)?pe.merge([e],o):o}function g(e,t){for(var n,r=0;null!=(n=e[r]);r++)pe._data(n,"globalEval",!t||pe._data(t[r],"globalEval"))}function m(e){Be.test(e.type)&&(e.defaultChecked=e.checked)}function y(e,t,n,r,i){for(var o,a,s,u,l,c,f,d=e.length,y=p(t),v=[],x=0;x"!==f[1]||Ve.test(a)?0:u:u.firstChild,o=a&&a.childNodes.length;o--;)pe.nodeName(c=a.childNodes[o],"tbody")&&!c.childNodes.length&&a.removeChild(c);for(pe.merge(v,u.childNodes),u.textContent="";u.firstChild;)u.removeChild(u.firstChild);u=y.lastChild}else v.push(t.createTextNode(a));for(u&&y.removeChild(u),fe.appendChecked||pe.grep(h(v,"input"),m),x=0;a=v[x++];)if(r&&pe.inArray(a,r)>-1)i&&i.push(a);else if(s=pe.contains(a.ownerDocument,a),u=h(y.appendChild(a),"script"),s&&g(u),n)for(o=0;a=u[o++];)Ie.test(a.type||"")&&n.push(a);return u=null,y}function v(){return!0}function x(){return!1}function b(){try{return re.activeElement}catch(e){}}function w(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)w(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),i===!1)i=x;else if(!i)return e;return 1===o&&(a=i,i=function(e){return pe().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=pe.guid++)),e.each(function(){pe.event.add(this,t,i,r,n)})}function T(e,t){return pe.nodeName(e,"table")&&pe.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function C(e){return e.type=(null!==pe.find.attr(e,"type"))+"/"+e.type,e}function E(e){var t=it.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function N(e,t){if(1===t.nodeType&&pe.hasData(e)){var n,r,i,o=pe._data(e),a=pe._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;r1&&"string"==typeof p&&!fe.checkClone&&rt.test(p))return e.each(function(i){var o=e.eq(i);g&&(t[0]=p.call(this,i,o.html())),S(o,t,n,r)});if(f&&(l=y(t,e[0].ownerDocument,!1,e,r),i=l.firstChild,1===l.childNodes.length&&(l=i),i||r)){for(s=pe.map(h(l,"script"),C),a=s.length;c")).appendTo(t.documentElement),t=(ut[0].contentWindow||ut[0].contentDocument).document,t.write(),t.close(),n=D(e,t),ut.detach()),lt[e]=n),n}function L(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function H(e){if(e in Et)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=Ct.length;n--;)if(e=Ct[n]+t,e in Et)return e}function q(e,t){for(var n,r,i,o=[],a=0,s=e.length;a=0&&n=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||"object"!==pe.type(e)||e.nodeType||pe.isWindow(e))return!1;try{if(e.constructor&&!ce.call(e,"constructor")&&!ce.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(!fe.ownFirst)for(t in e)return ce.call(e,t);for(t in e);return void 0===t||ce.call(e,t)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ue[le.call(e)]||"object":typeof e},globalEval:function(t){t&&pe.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(ge,"ms-").replace(me,ye)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var r,i=0;if(n(e))for(r=e.length;iT.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[P]=!0,e}function i(e){var t=H.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)T.attrHandle[n[r]]=t}function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||V)-(~e.sourceIndex||V);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function f(){}function d(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function g(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(a[l]=f))}}else x=m(x===a?x.splice(h,x.length):x),o?o(null,a,x,u):Q.apply(a,x)})}function v(e){for(var t,n,r,i=e.length,o=T.relative[e[0].type],a=o||T.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return ee(t,e)>-1},a,!0),c=[function(e,n,r){var i=!o&&(r||n!==A)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s1&&h(c),s>1&&d(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(se,"$1"),n,s0,o=e.length>0,a=function(r,a,s,u,l){var c,f,d,p=0,h="0",g=r&&[],y=[],v=A,x=r||o&&T.find.TAG("*",l),b=W+=null==v?1:Math.random()||.1,w=x.length;for(l&&(A=a===H||a||l);h!==w&&null!=(c=x[h]);h++){if(o&&c){for(f=0,a||c.ownerDocument===H||(L(c),s=!_);d=e[f++];)if(d(c,a||H,s)){u.push(c);break}l&&(W=b)}i&&((c=!d&&c)&&p--,r&&g.push(c))}if(p+=h,i&&h!==p){for(f=0;d=n[f++];)d(g,y,a,s);if(r){if(p>0)for(;h--;)g[h]||y[h]||(y[h]=G.call(u));y=m(y)}Q.apply(u,y),l&&!r&&y.length>0&&p+n.length>1&&t.uniqueSort(u)}return l&&(W=b,A=v),g};return i?r(a):a}var b,w,T,C,E,N,k,S,A,D,j,L,H,q,_,F,M,O,R,P="sizzle"+1*new Date,B=e.document,W=0,I=0,$=n(),z=n(),X=n(),U=function(e,t){return e===t&&(j=!0),0},V=1<<31,Y={}.hasOwnProperty,J=[],G=J.pop,K=J.push,Q=J.push,Z=J.slice,ee=function(e,t){for(var n=0,r=e.length;n+~]|"+ne+")"+ne+"*"),ce=new RegExp("="+ne+"*([^\\]'\"]*?)"+ne+"*\\]","g"),fe=new RegExp(oe),de=new RegExp("^"+re+"$"),pe={ID:new RegExp("^#("+re+")"),CLASS:new RegExp("^\\.("+re+")"),TAG:new RegExp("^("+re+"|[*])"),ATTR:new RegExp("^"+ie),PSEUDO:new RegExp("^"+oe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ne+"*(even|odd|(([+-]|)(\\d*)n|)"+ne+"*(?:([+-]|)"+ne+"*(\\d+)|))"+ne+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ne+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ne+"*((?:-\\d)?\\d*)"+ne+"*\\)|)(?=[^-]|$)","i")},he=/^(?:input|select|textarea|button)$/i,ge=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ye=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,xe=/'|\\/g,be=new RegExp("\\\\([\\da-f]{1,6}"+ne+"?|("+ne+")|.)","ig"),we=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},Te=function(){L()};try{Q.apply(J=Z.call(B.childNodes),B.childNodes),J[B.childNodes.length].nodeType}catch(Ce){Q={apply:J.length?function(e,t){K.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}w=t.support={},E=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},L=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:B;return r!==H&&9===r.nodeType&&r.documentElement?(H=r,q=H.documentElement,_=!E(H),(n=H.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Te,!1):n.attachEvent&&n.attachEvent("onunload",Te)),w.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=i(function(e){return e.appendChild(H.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=me.test(H.getElementsByClassName),w.getById=i(function(e){return q.appendChild(e).id=P,!H.getElementsByName||!H.getElementsByName(P).length}),w.getById?(T.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&_){var n=t.getElementById(e);return n?[n]:[]}},T.filter.ID=function(e){var t=e.replace(be,we);return function(e){return e.getAttribute("id")===t}}):(delete T.find.ID,T.filter.ID=function(e){var t=e.replace(be,we);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),T.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},T.find.CLASS=w.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&_)return t.getElementsByClassName(e)},M=[],F=[],(w.qsa=me.test(H.querySelectorAll))&&(i(function(e){q.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+ne+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||F.push("\\["+ne+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+P+"-]").length||F.push("~="),e.querySelectorAll(":checked").length||F.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||F.push(".#.+[+~]")}),i(function(e){var t=H.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&F.push("name"+ne+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||F.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),F.push(",.*:")})),(w.matchesSelector=me.test(O=q.matches||q.webkitMatchesSelector||q.mozMatchesSelector||q.oMatchesSelector||q.msMatchesSelector))&&i(function(e){w.disconnectedMatch=O.call(e,"div"),O.call(e,"[s!='']:x"),M.push("!=",oe)}),F=F.length&&new RegExp(F.join("|")),M=M.length&&new RegExp(M.join("|")),t=me.test(q.compareDocumentPosition),R=t||me.test(q.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},U=t?function(e,t){if(e===t)return j=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!w.sortDetached&&t.compareDocumentPosition(e)===n?e===H||e.ownerDocument===B&&R(B,e)?-1:t===H||t.ownerDocument===B&&R(B,t)?1:D?ee(D,e)-ee(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return j=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===H?-1:t===H?1:i?-1:o?1:D?ee(D,e)-ee(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===B?-1:u[r]===B?1:0},H):H},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==H&&L(e),n=n.replace(ce,"='$1']"),w.matchesSelector&&_&&!X[n+" "]&&(!M||!M.test(n))&&(!F||!F.test(n)))try{var r=O.call(e,n);if(r||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(i){}return t(n,H,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==H&&L(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==H&&L(e);var n=T.attrHandle[t.toLowerCase()],r=n&&Y.call(T.attrHandle,t.toLowerCase())?n(e,t,!_):void 0;return void 0!==r?r:w.attributes||!_?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(j=!w.detectDuplicates,D=!w.sortStable&&e.slice(0),e.sort(U),j){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},C=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=C(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=C(t);return n},T=t.selectors={cacheLength:50,createPseudo:r,match:pe,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(be,we),e[3]=(e[3]||e[4]||e[5]||"").replace(be,we),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return pe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&fe.test(n)&&(t=N(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(be,we).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=$[e+" "];return t||(t=new RegExp("(^|"+ne+")"+e+"("+ne+"|$)"))&&$(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(ae," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,d,p,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s,x=!1;if(m){if(o){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){for(d=m,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}), l=c[e]||[],p=l[0]===W&&l[1],x=p&&l[2],d=p&&m.childNodes[p];d=++p&&d&&d[g]||(x=p=0)||h.pop();)if(1===d.nodeType&&++x&&d===t){c[e]=[W,p,x];break}}else if(v&&(d=t,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}),l=c[e]||[],p=l[0]===W&&l[1],x=p),x===!1)for(;(d=++p&&d&&d[g]||(x=p=0)||h.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++x||(v&&(f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}),c[e]=[W,x]),d!==t)););return x-=i,x===r||x%r===0&&x/r>=0}}},PSEUDO:function(e,n){var i,o=T.pseudos[e]||T.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[P]?o(n):o.length>1?(i=[e,e,"",n],T.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)r=ee(e,i[a]),e[r]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=k(e.replace(se,"$1"));return i[P]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(be,we),function(t){return(t.textContent||t.innerText||C(t)).indexOf(e)>-1}}),lang:r(function(e){return de.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(be,we).toLowerCase(),function(t){var n;do if(n=_?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===q},focus:function(e){return e===H.activeElement&&(!H.hasFocus||H.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!T.pseudos.empty(e)},header:function(e){return ge.test(e.nodeName)},input:function(e){return he.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[n<0?n+t:n]}),even:l(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:l(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(a=o[0]).type&&w.getById&&9===t.nodeType&&_&&T.relative[o[1].type]){if(t=(T.find.ID(a.matches[0].replace(be,we),t)||[])[0],!t)return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=pe.needsContext.test(e)?0:o.length;i--&&(a=o[i],!T.relative[s=a.type]);)if((u=T.find[s])&&(r=u(a.matches[0].replace(be,we),ve.test(o[0].type)&&c(t.parentNode)||t))){if(o.splice(i,1),e=r.length&&d(o),!e)return Q.apply(n,r),n;break}}return(l||k(e,f))(r,t,!_,n,!t||ve.test(e)&&c(t.parentNode)||t),n},w.sortStable=P.split("").sort(U).join("")===P,w.detectDuplicates=!!j,L(),w.sortDetached=i(function(e){return 1&e.compareDocumentPosition(H.createElement("div"))}),i(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),w.attributes&&i(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(te,function(e,t,n){var r;if(!n)return e[t]===!0?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);pe.find=ve,pe.expr=ve.selectors,pe.expr[":"]=pe.expr.pseudos,pe.uniqueSort=pe.unique=ve.uniqueSort,pe.text=ve.getText,pe.isXMLDoc=ve.isXML,pe.contains=ve.contains;var xe=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&pe(e).is(n))break;r.push(e)}return r},be=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},we=pe.expr.match.needsContext,Te=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,Ce=/^.[^:#\[\.,]*$/;pe.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?pe.find.matchesSelector(r,e)?[r]:[]:pe.find.matches(e,pe.grep(t,function(e){return 1===e.nodeType}))},pe.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(pe(e).filter(function(){for(t=0;t1?pe.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},filter:function(e){return this.pushStack(r(this,e||[],!1))},not:function(e){return this.pushStack(r(this,e||[],!0))},is:function(e){return!!r(this,"string"==typeof e&&we.test(e)?pe(e):e||[],!1).length}});var Ee,Ne=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,ke=pe.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Ee,"string"==typeof e){if(r="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:Ne.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof pe?t[0]:t,pe.merge(this,pe.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:re,!0)),Te.test(r[1])&&pe.isPlainObject(t))for(r in t)pe.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}if(i=re.getElementById(r[2]),i&&i.parentNode){if(i.id!==r[2])return Ee.find(e);this.length=1,this[0]=i}return this.context=re,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):pe.isFunction(e)?"undefined"!=typeof n.ready?n.ready(e):e(pe):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),pe.makeArray(e,this))};ke.prototype=pe.fn,Ee=pe(re);var Se=/^(?:parents|prev(?:Until|All))/,Ae={children:!0,contents:!0,next:!0,prev:!0};pe.fn.extend({has:function(e){var t,n=pe(e,this),r=n.length;return this.filter(function(){for(t=0;t-1:1===n.nodeType&&pe.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?pe.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?pe.inArray(this[0],pe(e)):pe.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(pe.uniqueSort(pe.merge(this.get(),pe(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),pe.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return xe(e,"parentNode")},parentsUntil:function(e,t,n){return xe(e,"parentNode",n)},next:function(e){return i(e,"nextSibling")},prev:function(e){return i(e,"previousSibling")},nextAll:function(e){return xe(e,"nextSibling")},prevAll:function(e){return xe(e,"previousSibling")},nextUntil:function(e,t,n){return xe(e,"nextSibling",n)},prevUntil:function(e,t,n){return xe(e,"previousSibling",n)},siblings:function(e){return be((e.parentNode||{}).firstChild,e)},children:function(e){return be(e.firstChild)},contents:function(e){return pe.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:pe.merge([],e.childNodes)}},function(e,t){pe.fn[e]=function(n,r){var i=pe.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=pe.filter(r,i)),this.length>1&&(Ae[e]||(i=pe.uniqueSort(i)),Se.test(e)&&(i=i.reverse())),this.pushStack(i)}});var De=/\S+/g;pe.Callbacks=function(e){e="string"==typeof e?o(e):pe.extend({},e);var t,n,r,i,a=[],s=[],u=-1,l=function(){for(i=e.once,r=t=!0;s.length;u=-1)for(n=s.shift();++u-1;)a.splice(n,1),n<=u&&u--}),this},has:function(e){return e?pe.inArray(e,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return i=s=[],a=n="",this},disabled:function(){return!a},lock:function(){return i=!0,n||c.disable(),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},pe.extend({Deferred:function(e){var t=[["resolve","done",pe.Callbacks("once memory"),"resolved"],["reject","fail",pe.Callbacks("once memory"),"rejected"],["notify","progress",pe.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return pe.Deferred(function(n){pe.each(t,function(t,o){var a=pe.isFunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&pe.isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?pe.extend(e,r):r}},i={};return r.pipe=r.then,pe.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,o=ie.call(arguments),a=o.length,s=1!==a||e&&pe.isFunction(e.promise)?a:0,u=1===s?e:pe.Deferred(),l=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?ie.call(arguments):i,r===t?u.notifyWith(n,r):--s||u.resolveWith(n,r)}};if(a>1)for(t=new Array(a),n=new Array(a),r=new Array(a);i0||(je.resolveWith(re,[pe]),pe.fn.triggerHandler&&(pe(re).triggerHandler("ready"),pe(re).off("ready"))))}}),pe.ready.promise=function(t){if(!je)if(je=pe.Deferred(),"complete"===re.readyState||"loading"!==re.readyState&&!re.documentElement.doScroll)e.setTimeout(pe.ready);else if(re.addEventListener)re.addEventListener("DOMContentLoaded",s),e.addEventListener("load",s);else{re.attachEvent("onreadystatechange",s),e.attachEvent("onload",s);var n=!1;try{n=null==e.frameElement&&re.documentElement}catch(r){}n&&n.doScroll&&!function i(){if(!pe.isReady){try{n.doScroll("left")}catch(t){return e.setTimeout(i,50)}a(),pe.ready()}}()}return je.promise(t)},pe.ready.promise();var Le;for(Le in pe(fe))break;fe.ownFirst="0"===Le,fe.inlineBlockNeedsLayout=!1,pe(function(){var e,t,n,r;n=re.getElementsByTagName("body")[0],n&&n.style&&(t=re.createElement("div"),r=re.createElement("div"),r.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(r).appendChild(t),"undefined"!=typeof t.style.zoom&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",fe.inlineBlockNeedsLayout=e=3===t.offsetWidth,e&&(n.style.zoom=1)),n.removeChild(r))}),function(){var e=re.createElement("div");fe.deleteExpando=!0;try{delete e.test}catch(t){fe.deleteExpando=!1}e=null}();var He=function(e){var t=pe.noData[(e.nodeName+" ").toLowerCase()],n=+e.nodeType||1;return(1===n||9===n)&&(!t||t!==!0&&e.getAttribute("classid")===t)},qe=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,_e=/([A-Z])/g;pe.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?pe.cache[e[pe.expando]]:e[pe.expando],!!e&&!l(e)},data:function(e,t,n){return c(e,t,n)},removeData:function(e,t){return f(e,t)},_data:function(e,t,n){return c(e,t,n,!0)},_removeData:function(e,t){return f(e,t,!0)}}),pe.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=pe.data(o),1===o.nodeType&&!pe._data(o,"parsedAttrs"))){for(n=a.length;n--;)a[n]&&(r=a[n].name,0===r.indexOf("data-")&&(r=pe.camelCase(r.slice(5)),u(o,r,i[r])));pe._data(o,"parsedAttrs",!0)}return i}return"object"==typeof e?this.each(function(){pe.data(this,e)}):arguments.length>1?this.each(function(){pe.data(this,e,t)}):o?u(o,e,pe.data(o,e)):void 0},removeData:function(e){return this.each(function(){pe.removeData(this,e)})}}),pe.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=pe._data(e,t),n&&(!r||pe.isArray(n)?r=pe._data(e,t,pe.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=pe.queue(e,t),r=n.length,i=n.shift(),o=pe._queueHooks(e,t),a=function(){pe.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return pe._data(e,n)||pe._data(e,n,{empty:pe.Callbacks("once memory").add(function(){pe._removeData(e,t+"queue"),pe._removeData(e,n)})})}}),pe.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length
              a",fe.leadingWhitespace=3===e.firstChild.nodeType,fe.tbody=!e.getElementsByTagName("tbody").length,fe.htmlSerialize=!!e.getElementsByTagName("link").length,fe.html5Clone="<:nav>"!==re.createElement("nav").cloneNode(!0).outerHTML,n.type="checkbox",n.checked=!0,t.appendChild(n),fe.appendChecked=n.checked,e.innerHTML="",fe.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,t.appendChild(e),n=re.createElement("input"),n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),fe.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,fe.noCloneEvent=!!e.addEventListener,e[pe.expando]=1,fe.attributes=!e.getAttribute(pe.expando)}();var Xe={option:[1,""],legend:[1,"
              ","
              "],area:[1,"",""],param:[1,"",""],thead:[1,"","
              "],tr:[2,"","
              "],col:[2,"","
              "],td:[3,"","
              "],_default:fe.htmlSerialize?[0,"",""]:[1,"X
              ","
              "]};Xe.optgroup=Xe.option,Xe.tbody=Xe.tfoot=Xe.colgroup=Xe.caption=Xe.thead,Xe.th=Xe.td;var Ue=/<|&#?\w+;/,Ve=/-1&&(h=p.split("."),p=h.shift(),h.sort()),a=p.indexOf(":")<0&&"on"+p,t=t[pe.expando]?t:new pe.Event(p,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:pe.makeArray(n,[t]),l=pe.event.special[p]||{},i||!l.trigger||l.trigger.apply(r,n)!==!1)){if(!i&&!l.noBubble&&!pe.isWindow(r)){for(u=l.delegateType||p,Ke.test(u+p)||(s=s.parentNode);s;s=s.parentNode)d.push(s),c=s;c===(r.ownerDocument||re)&&d.push(c.defaultView||c.parentWindow||e)}for(f=0;(s=d[f++])&&!t.isPropagationStopped();)t.type=f>1?u:l.bindType||p,o=(pe._data(s,"events")||{})[t.type]&&pe._data(s,"handle"),o&&o.apply(s,n),o=a&&s[a],o&&o.apply&&He(s)&&(t.result=o.apply(s,n),t.result===!1&&t.preventDefault());if(t.type=p,!i&&!t.isDefaultPrevented()&&(!l._default||l._default.apply(d.pop(),n)===!1)&&He(r)&&a&&r[p]&&!pe.isWindow(r)){c=r[a],c&&(r[a]=null),pe.event.triggered=p;try{r[p]()}catch(g){}pe.event.triggered=void 0,c&&(r[a]=c)}return t.result}},dispatch:function(e){e=pe.event.fix(e);var t,n,r,i,o,a=[],s=ie.call(arguments),u=(pe._data(this,"events")||{})[e.type]||[],l=pe.event.special[e.type]||{};if(s[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){for(a=pe.event.handlers.call(this,e,u),t=0;(i=a[t++])&&!e.isPropagationStopped();)for(e.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!e.isImmediatePropagationStopped();)e.rnamespace&&!e.rnamespace.test(o.namespace)||(e.handleObj=o,e.data=o.data,r=((pe.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s),void 0!==r&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,a=[],s=t.delegateCount,u=e.target;if(s&&u.nodeType&&("click"!==e.type||isNaN(e.button)||e.button<1))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(r=[],n=0;n-1:pe.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&a.push({elem:u,handlers:r})}return s]","i"),tt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,nt=/\s*$/g,at=p(re),st=at.appendChild(re.createElement("div"));pe.extend({htmlPrefilter:function(e){return e.replace(tt,"<$1>")},clone:function(e,t,n){var r,i,o,a,s,u=pe.contains(e.ownerDocument,e);if(fe.html5Clone||pe.isXMLDoc(e)||!et.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(st.innerHTML=e.outerHTML,st.removeChild(o=st.firstChild)),!(fe.noCloneEvent&&fe.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||pe.isXMLDoc(e)))for(r=h(o),s=h(e),a=0;null!=(i=s[a]);++a)r[a]&&k(i,r[a]);if(t)if(n)for(s=s||h(e),r=r||h(o),a=0;null!=(i=s[a]);a++)N(i,r[a]);else N(e,o);return r=h(o,"script"),r.length>0&&g(r,!u&&h(e,"script")),r=s=i=null,o},cleanData:function(e,t){for(var n,r,i,o,a=0,s=pe.expando,u=pe.cache,l=fe.attributes,c=pe.event.special;null!=(n=e[a]);a++)if((t||He(n))&&(i=n[s],o=i&&u[i])){if(o.events)for(r in o.events)c[r]?pe.event.remove(n,r):pe.removeEvent(n,r,o.handle);u[i]&&(delete u[i],l||"undefined"==typeof n.removeAttribute?n[s]=void 0:n.removeAttribute(s),ne.push(i))}}}),pe.fn.extend({domManip:S,detach:function(e){return A(this,e,!0)},remove:function(e){return A(this,e)},text:function(e){return Pe(this,function(e){return void 0===e?pe.text(this):this.empty().append((this[0]&&this[0].ownerDocument||re).createTextNode(e))},null,e,arguments.length)},append:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=T(this,e);t.appendChild(e)}})},prepend:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=T(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++){for(1===e.nodeType&&pe.cleanData(h(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&pe.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return pe.clone(this,e,t)})},html:function(e){return Pe(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e)return 1===t.nodeType?t.innerHTML.replace(Ze,""):void 0;if("string"==typeof e&&!nt.test(e)&&(fe.htmlSerialize||!et.test(e))&&(fe.leadingWhitespace||!$e.test(e))&&!Xe[(We.exec(e)||["",""])[1].toLowerCase()]){e=pe.htmlPrefilter(e);try{for(;nt",t=l.getElementsByTagName("td"),t[0].style.cssText="margin:0;border:0;padding:0;display:none",o=0===t[0].offsetHeight,o&&(t[0].style.display="",t[1].style.display="none",o=0===t[0].offsetHeight)),f.removeChild(u)}var n,r,i,o,a,s,u=re.createElement("div"),l=re.createElement("div");l.style&&(l.style.cssText="float:left;opacity:.5",fe.opacity="0.5"===l.style.opacity,fe.cssFloat=!!l.style.cssFloat,l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",fe.clearCloneStyle="content-box"===l.style.backgroundClip,u=re.createElement("div"),u.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",l.innerHTML="",u.appendChild(l),fe.boxSizing=""===l.style.boxSizing||""===l.style.MozBoxSizing||""===l.style.WebkitBoxSizing,pe.extend(fe,{reliableHiddenOffsets:function(){return null==n&&t(),o},boxSizingReliable:function(){return null==n&&t(),i},pixelMarginRight:function(){return null==n&&t(),r},pixelPosition:function(){return null==n&&t(),n},reliableMarginRight:function(){return null==n&&t(),a},reliableMarginLeft:function(){return null==n&&t(),s}}))}();var ht,gt,mt=/^(top|right|bottom|left)$/;e.getComputedStyle?(ht=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},gt=function(e,t,n){var r,i,o,a,s=e.style;return n=n||ht(e),a=n?n.getPropertyValue(t)||n[t]:void 0,""!==a&&void 0!==a||pe.contains(e.ownerDocument,e)||(a=pe.style(e,t)),n&&!fe.pixelMarginRight()&&ft.test(a)&&ct.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o),void 0===a?a:a+""}):pt.currentStyle&&(ht=function(e){return e.currentStyle},gt=function(e,t,n){var r,i,o,a,s=e.style;return n=n||ht(e),a=n?n[t]:void 0,null==a&&s&&s[t]&&(a=s[t]),ft.test(a)&&!mt.test(t)&&(r=s.left,i=e.runtimeStyle,o=i&&i.left,o&&(i.left=e.currentStyle.left),s.left="fontSize"===t?"1em":a,a=s.pixelLeft+"px",s.left=r,o&&(i.left=o)),void 0===a?a:a+""||"auto"});var yt=/alpha\([^)]*\)/i,vt=/opacity\s*=\s*([^)]*)/i,xt=/^(none|table(?!-c[ea]).+)/,bt=new RegExp("^("+Fe+")(.*)$","i"),wt={position:"absolute",visibility:"hidden",display:"block"},Tt={letterSpacing:"0",fontWeight:"400"},Ct=["Webkit","O","Moz","ms"],Et=re.createElement("div").style;pe.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=gt(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":fe.cssFloat?"cssFloat":"styleFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=pe.camelCase(t),u=e.style;if(t=pe.cssProps[s]||(pe.cssProps[s]=H(s)||s),a=pe.cssHooks[t]||pe.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:u[t];if(o=typeof n,"string"===o&&(i=Me.exec(n))&&i[1]&&(n=d(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(pe.cssNumber[s]?"":"px")),fe.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),!(a&&"set"in a&&void 0===(n=a.set(e,n,r)))))try{u[t]=n}catch(l){}}},css:function(e,t,n,r){var i,o,a,s=pe.camelCase(t);return t=pe.cssProps[s]||(pe.cssProps[s]=H(s)||s),a=pe.cssHooks[t]||pe.cssHooks[s],a&&"get"in a&&(o=a.get(e,!0,n)),void 0===o&&(o=gt(e,t,r)),"normal"===o&&t in Tt&&(o=Tt[t]),""===n||n?(i=parseFloat(o),n===!0||isFinite(i)?i||0:o):o}}),pe.each(["height","width"],function(e,t){pe.cssHooks[t]={get:function(e,n,r){if(n)return xt.test(pe.css(e,"display"))&&0===e.offsetWidth?dt(e,wt,function(){return M(e,t,r)}):M(e,t,r)},set:function(e,n,r){var i=r&&ht(e);return _(e,n,r?F(e,t,r,fe.boxSizing&&"border-box"===pe.css(e,"boxSizing",!1,i),i):0)}}}),fe.opacity||(pe.cssHooks.opacity={get:function(e,t){return vt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=pe.isNumeric(t)?"alpha(opacity="+100*t+")":"",o=r&&r.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===pe.trim(o.replace(yt,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||r&&!r.filter)||(n.filter=yt.test(o)?o.replace(yt,i):o+" "+i)}}),pe.cssHooks.marginRight=L(fe.reliableMarginRight,function(e,t){if(t)return dt(e,{display:"inline-block"},gt,[e,"marginRight"])}),pe.cssHooks.marginLeft=L(fe.reliableMarginLeft,function(e,t){if(t)return(parseFloat(gt(e,"marginLeft"))||(pe.contains(e.ownerDocument,e)?e.getBoundingClientRect().left-dt(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}):0))+"px"}),pe.each({margin:"",padding:"",border:"Width"},function(e,t){pe.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+Oe[r]+t]=o[r]||o[r-2]||o[0];return i}},ct.test(e)||(pe.cssHooks[e+t].set=_)}),pe.fn.extend({css:function(e,t){return Pe(this,function(e,t,n){var r,i,o={},a=0;if(pe.isArray(t)){for(r=ht(e),i=t.length;a1)},show:function(){return q(this,!0)},hide:function(){return q(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Re(this)?pe(this).show():pe(this).hide()})}}),pe.Tween=O,O.prototype={constructor:O,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||pe.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(pe.cssNumber[n]?"":"px")},cur:function(){var e=O.propHooks[this.prop];return e&&e.get?e.get(this):O.propHooks._default.get(this)},run:function(e){var t,n=O.propHooks[this.prop];return this.options.duration?this.pos=t=pe.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):O.propHooks._default.set(this),this}},O.prototype.init.prototype=O.prototype,O.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=pe.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){pe.fx.step[e.prop]?pe.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[pe.cssProps[e.prop]]&&!pe.cssHooks[e.prop]?e.elem[e.prop]=e.now:pe.style(e.elem,e.prop,e.now+e.unit)}}},O.propHooks.scrollTop=O.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},pe.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},pe.fx=O.prototype.init,pe.fx.step={};var Nt,kt,St=/^(?:toggle|show|hide)$/,At=/queueHooks$/;pe.Animation=pe.extend($,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return d(n.elem,e,Me.exec(t),n),n}]},tweener:function(e,t){pe.isFunction(e)?(t=e,e=["*"]):e=e.match(De);for(var n,r=0,i=e.length;r
              a",e=n.getElementsByTagName("a")[0],t.setAttribute("type","checkbox"),n.appendChild(t),e=n.getElementsByTagName("a")[0],e.style.cssText="top:1px",fe.getSetAttribute="t"!==n.className,fe.style=/top/.test(e.getAttribute("style")),fe.hrefNormalized="/a"===e.getAttribute("href"),fe.checkOn=!!t.value,fe.optSelected=i.selected,fe.enctype=!!re.createElement("form").enctype,r.disabled=!0,fe.optDisabled=!i.disabled,t=re.createElement("input"),t.setAttribute("value",""),fe.input=""===t.getAttribute("value"),t.value="t",t.setAttribute("type","radio"),fe.radioValue="t"===t.value}();var Dt=/\r/g,jt=/[\x20\t\r\n\f]+/g;pe.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=pe.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,pe(this).val()):e,null==i?i="":"number"==typeof i?i+="":pe.isArray(i)&&(i=pe.map(i,function(e){return null==e?"":e+""})),t=pe.valHooks[this.type]||pe.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return t=pe.valHooks[i.type]||pe.valHooks[i.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:(n=i.value,"string"==typeof n?n.replace(Dt,""):null==n?"":n)}}}),pe.extend({valHooks:{option:{get:function(e){var t=pe.find.attr(e,"value");return null!=t?t:pe.trim(pe.text(e)).replace(jt," ")}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||i<0,a=o?null:[],s=o?i+1:r.length,u=i<0?s:o?i:0;u-1)try{r.selected=n=!0}catch(s){r.scrollHeight}else r.selected=!1;return n||(e.selectedIndex=-1),i}}}}),pe.each(["radio","checkbox"],function(){pe.valHooks[this]={set:function(e,t){if(pe.isArray(t))return e.checked=pe.inArray(pe(e).val(),t)>-1}},fe.checkOn||(pe.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Lt,Ht,qt=pe.expr.attrHandle,_t=/^(?:checked|selected)$/i,Ft=fe.getSetAttribute,Mt=fe.input;pe.fn.extend({attr:function(e,t){return Pe(this,pe.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){pe.removeAttr(this,e)})}}),pe.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?pe.prop(e,t,n):(1===o&&pe.isXMLDoc(e)||(t=t.toLowerCase(),i=pe.attrHooks[t]||(pe.expr.match.bool.test(t)?Ht:Lt)),void 0!==n?null===n?void pe.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:(r=pe.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!fe.radioValue&&"radio"===t&&pe.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(De);if(o&&1===e.nodeType)for(;n=o[i++];)r=pe.propFix[n]||n,pe.expr.match.bool.test(n)?Mt&&Ft||!_t.test(n)?e[r]=!1:e[pe.camelCase("default-"+n)]=e[r]=!1:pe.attr(e,n,""),e.removeAttribute(Ft?n:r)}}),Ht={set:function(e,t,n){return t===!1?pe.removeAttr(e,n):Mt&&Ft||!_t.test(n)?e.setAttribute(!Ft&&pe.propFix[n]||n,n):e[pe.camelCase("default-"+n)]=e[n]=!0,n}},pe.each(pe.expr.match.bool.source.match(/\w+/g),function(e,t){var n=qt[t]||pe.find.attr;Mt&&Ft||!_t.test(t)?qt[t]=function(e,t,r){var i,o;return r||(o=qt[t],qt[t]=i,i=null!=n(e,t,r)?t.toLowerCase():null,qt[t]=o),i}:qt[t]=function(e,t,n){if(!n)return e[pe.camelCase("default-"+t)]?t.toLowerCase():null}}),Mt&&Ft||(pe.attrHooks.value={set:function(e,t,n){return pe.nodeName(e,"input")?void(e.defaultValue=t):Lt&&Lt.set(e,t,n)}}),Ft||(Lt={set:function(e,t,n){var r=e.getAttributeNode(n);if(r||e.setAttributeNode(r=e.ownerDocument.createAttribute(n)),r.value=t+="","value"===n||t===e.getAttribute(n))return t}},qt.id=qt.name=qt.coords=function(e,t,n){var r;if(!n)return(r=e.getAttributeNode(t))&&""!==r.value?r.value:null},pe.valHooks.button={get:function(e,t){var n=e.getAttributeNode(t);if(n&&n.specified)return n.value},set:Lt.set},pe.attrHooks.contenteditable={set:function(e,t,n){Lt.set(e,""!==t&&t,n)}},pe.each(["width","height"],function(e,t){pe.attrHooks[t]={set:function(e,n){if(""===n)return e.setAttribute(t,"auto"),n}}})),fe.style||(pe.attrHooks.style={get:function(e){return e.style.cssText||void 0},set:function(e,t){return e.style.cssText=t+""}});var Ot=/^(?:input|select|textarea|button|object)$/i,Rt=/^(?:a|area)$/i;pe.fn.extend({prop:function(e,t){return Pe(this,pe.prop,e,t,arguments.length>1)},removeProp:function(e){return e=pe.propFix[e]||e,this.each(function(){try{this[e]=void 0,delete this[e]}catch(t){}})}}),pe.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&pe.isXMLDoc(e)||(t=pe.propFix[t]||t,i=pe.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=pe.find.attr(e,"tabindex");return t?parseInt(t,10):Ot.test(e.nodeName)||Rt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),fe.hrefNormalized||pe.each(["href","src"],function(e,t){pe.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),fe.optSelected||(pe.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),pe.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){pe.propFix[this.toLowerCase()]=this}),fe.enctype||(pe.propFix.enctype="encoding");var Pt=/[\t\r\n\f]/g;pe.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe.isFunction(e))return this.each(function(t){pe(this).addClass(e.call(this,t,z(this)))});if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=z(n),r=1===n.nodeType&&(" "+i+" ").replace(Pt," ")){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");s=pe.trim(r),i!==s&&pe.attr(n,"class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe.isFunction(e))return this.each(function(t){pe(this).removeClass(e.call(this,t,z(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=z(n),r=1===n.nodeType&&(" "+i+" ").replace(Pt," ")){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");s=pe.trim(r),i!==s&&pe.attr(n,"class",s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):pe.isFunction(e)?this.each(function(n){pe(this).toggleClass(e.call(this,n,z(this),t),t)}):this.each(function(){var t,r,i,o;if("string"===n)for(r=0,i=pe(this),o=e.match(De)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||(t=z(this),t&&pe._data(this,"__className__",t),pe.attr(this,"class",t||e===!1?"":pe._data(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+z(n)+" ").replace(Pt," ").indexOf(t)>-1)return!0;return!1}}),pe.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){pe.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),pe.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}});var Bt=e.location,Wt=pe.now(),It=/\?/,$t=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;pe.parseJSON=function(t){if(e.JSON&&e.JSON.parse)return e.JSON.parse(t+"");var n,r=null,i=pe.trim(t+"");return i&&!pe.trim(i.replace($t,function(e,t,i,o){return n&&t&&(r=0),0===r?e:(n=i||t,r+=!o-!i,"")}))?Function("return "+i)():pe.error("Invalid JSON: "+t)},pe.parseXML=function(t){var n,r;if(!t||"string"!=typeof t)return null;try{e.DOMParser?(r=new e.DOMParser,n=r.parseFromString(t,"text/xml")):(n=new e.ActiveXObject("Microsoft.XMLDOM"),n.async="false",n.loadXML(t))}catch(i){n=void 0}return n&&n.documentElement&&!n.getElementsByTagName("parsererror").length||pe.error("Invalid XML: "+t),n};var zt=/#.*$/,Xt=/([?&])_=[^&]*/,Ut=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Vt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Yt=/^(?:GET|HEAD)$/,Jt=/^\/\//,Gt=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Kt={},Qt={},Zt="*/".concat("*"),en=Bt.href,tn=Gt.exec(en.toLowerCase())||[];pe.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:en,type:"GET",isLocal:Vt.test(tn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":pe.parseJSON,"text xml":pe.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?V(V(e,pe.ajaxSettings),t):V(pe.ajaxSettings,e)},ajaxPrefilter:X(Kt),ajaxTransport:X(Qt),ajax:function(t,n){function r(t,n,r,i){var o,f,v,x,w,C=n;2!==b&&(b=2,u&&e.clearTimeout(u),c=void 0,s=i||"",T.readyState=t>0?4:0,o=t>=200&&t<300||304===t,r&&(x=Y(d,T,r)),x=J(d,x,T,o),o?(d.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(pe.lastModified[a]=w),w=T.getResponseHeader("etag"),w&&(pe.etag[a]=w)),204===t||"HEAD"===d.type?C="nocontent":304===t?C="notmodified":(C=x.state,f=x.data,v=x.error,o=!v)):(v=C,!t&&C||(C="error",t<0&&(t=0))),T.status=t,T.statusText=(n||C)+"",o?g.resolveWith(p,[f,C,T]):g.rejectWith(p,[T,C,v]),T.statusCode(y),y=void 0,l&&h.trigger(o?"ajaxSuccess":"ajaxError",[T,d,o?f:v]),m.fireWith(p,[T,C]),l&&(h.trigger("ajaxComplete",[T,d]),--pe.active||pe.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,d=pe.ajaxSetup({},n),p=d.context||d,h=d.context&&(p.nodeType||p.jquery)?pe(p):pe.event,g=pe.Deferred(),m=pe.Callbacks("once memory"),y=d.statusCode||{},v={},x={},b=0,w="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!f)for(f={};t=Ut.exec(s);)f[t[1].toLowerCase()]=t[2];t=f[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?s:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=x[n]=x[n]||e,v[e]=t),this},overrideMimeType:function(e){return b||(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(b<2)for(t in e)y[t]=[y[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||w;return c&&c.abort(t),r(0,t),this}};if(g.promise(T).complete=m.add,T.success=T.done,T.error=T.fail,d.url=((t||d.url||en)+"").replace(zt,"").replace(Jt,tn[1]+"//"),d.type=n.method||n.type||d.method||d.type,d.dataTypes=pe.trim(d.dataType||"*").toLowerCase().match(De)||[""],null==d.crossDomain&&(i=Gt.exec(d.url.toLowerCase()),d.crossDomain=!(!i||i[1]===tn[1]&&i[2]===tn[2]&&(i[3]||("http:"===i[1]?"80":"443"))===(tn[3]||("http:"===tn[1]?"80":"443")))),d.data&&d.processData&&"string"!=typeof d.data&&(d.data=pe.param(d.data,d.traditional)),U(Kt,d,n,T),2===b)return T;l=pe.event&&d.global,l&&0===pe.active++&&pe.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Yt.test(d.type),a=d.url,d.hasContent||(d.data&&(a=d.url+=(It.test(a)?"&":"?")+d.data,delete d.data),d.cache===!1&&(d.url=Xt.test(a)?a.replace(Xt,"$1_="+Wt++):a+(It.test(a)?"&":"?")+"_="+Wt++)),d.ifModified&&(pe.lastModified[a]&&T.setRequestHeader("If-Modified-Since",pe.lastModified[a]),pe.etag[a]&&T.setRequestHeader("If-None-Match",pe.etag[a])),(d.data&&d.hasContent&&d.contentType!==!1||n.contentType)&&T.setRequestHeader("Content-Type",d.contentType),T.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+Zt+"; q=0.01":""):d.accepts["*"]);for(o in d.headers)T.setRequestHeader(o,d.headers[o]);if(d.beforeSend&&(d.beforeSend.call(p,T,d)===!1||2===b))return T.abort();w="abort";for(o in{success:1,error:1,complete:1})T[o](d[o]);if(c=U(Qt,d,n,T)){if(T.readyState=1,l&&h.trigger("ajaxSend",[T,d]),2===b)return T;d.async&&d.timeout>0&&(u=e.setTimeout(function(){T.abort("timeout")},d.timeout));try{b=1,c.send(v,r)}catch(C){if(!(b<2))throw C;r(-1,C)}}else r(-1,"No Transport");return T},getJSON:function(e,t,n){return pe.get(e,t,n,"json")},getScript:function(e,t){return pe.get(e,void 0,t,"script")}}),pe.each(["get","post"],function(e,t){pe[t]=function(e,n,r,i){return pe.isFunction(n)&&(i=i||r,r=n,n=void 0),pe.ajax(pe.extend({url:e,type:t,dataType:i,data:n,success:r},pe.isPlainObject(e)&&e))}}),pe._evalUrl=function(e){return pe.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},pe.fn.extend({wrapAll:function(e){if(pe.isFunction(e))return this.each(function(t){pe(this).wrapAll(e.call(this,t))});if(this[0]){var t=pe(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstChild&&1===e.firstChild.nodeType;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return pe.isFunction(e)?this.each(function(t){pe(this).wrapInner(e.call(this,t))}):this.each(function(){var t=pe(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=pe.isFunction(e);return this.each(function(n){pe(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){pe.nodeName(this,"body")||pe(this).replaceWith(this.childNodes)}).end()}}),pe.expr.filters.hidden=function(e){return fe.reliableHiddenOffsets()?e.offsetWidth<=0&&e.offsetHeight<=0&&!e.getClientRects().length:K(e)},pe.expr.filters.visible=function(e){return!pe.expr.filters.hidden(e)};var nn=/%20/g,rn=/\[\]$/,on=/\r?\n/g,an=/^(?:submit|button|image|reset|file)$/i,sn=/^(?:input|select|textarea|keygen)/i;pe.param=function(e,t){var n,r=[],i=function(e,t){t=pe.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=pe.ajaxSettings&&pe.ajaxSettings.traditional),pe.isArray(e)||e.jquery&&!pe.isPlainObject(e))pe.each(e,function(){i(this.name,this.value)});else for(n in e)Q(n,e[n],t,i);return r.join("&").replace(nn,"+")},pe.fn.extend({serialize:function(){return pe.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=pe.prop(this,"elements");return e?pe.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!pe(this).is(":disabled")&&sn.test(this.nodeName)&&!an.test(e)&&(this.checked||!Be.test(e))}).map(function(e,t){var n=pe(this).val();return null==n?null:pe.isArray(n)?pe.map(n,function(e){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),pe.ajaxSettings.xhr=void 0!==e.ActiveXObject?function(){return this.isLocal?ee():re.documentMode>8?Z():/^(get|post|head|put|delete|options)$/i.test(this.type)&&Z()||ee()}:Z;var un=0,ln={},cn=pe.ajaxSettings.xhr();e.attachEvent&&e.attachEvent("onunload",function(){for(var e in ln)ln[e](void 0,!0)}),fe.cors=!!cn&&"withCredentials"in cn,cn=fe.ajax=!!cn,cn&&pe.ajaxTransport(function(t){if(!t.crossDomain||fe.cors){var n;return{send:function(r,i){var o,a=t.xhr(),s=++un;if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)a[o]=t.xhrFields[o];t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest");for(o in r)void 0!==r[o]&&a.setRequestHeader(o,r[o]+"");a.send(t.hasContent&&t.data||null),n=function(e,r){var o,u,l;if(n&&(r||4===a.readyState))if(delete ln[s],n=void 0,a.onreadystatechange=pe.noop,r)4!==a.readyState&&a.abort();else{l={},o=a.status,"string"==typeof a.responseText&&(l.text=a.responseText);try{u=a.statusText}catch(c){u=""}o||!t.isLocal||t.crossDomain?1223===o&&(o=204):o=l.text?200:404}l&&i(o,u,l,a.getAllResponseHeaders())},t.async?4===a.readyState?e.setTimeout(n):a.onreadystatechange=ln[s]=n:n()},abort:function(){n&&n(void 0,!0)}}}}),pe.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return pe.globalEval(e),e}}}),pe.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),pe.ajaxTransport("script",function(e){if(e.crossDomain){var t,n=re.head||pe("head")[0]||re.documentElement;return{send:function(r,i){t=re.createElement("script"),t.async=!0,e.scriptCharset&&(t.charset=e.scriptCharset),t.src=e.url,t.onload=t.onreadystatechange=function(e,n){(n||!t.readyState||/loaded|complete/.test(t.readyState))&&(t.onload=t.onreadystatechange=null,t.parentNode&&t.parentNode.removeChild(t),t=null,n||i(200,"success"))},n.insertBefore(t,n.firstChild)},abort:function(){t&&t.onload(void 0,!0)}}}});var fn=[],dn=/(=)\?(?=&|$)|\?\?/;pe.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=fn.pop()||pe.expando+"_"+Wt++;return this[e]=!0,e}}),pe.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=t.jsonp!==!1&&(dn.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&dn.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=pe.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(dn,"$1"+i):t.jsonp!==!1&&(t.url+=(It.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||pe.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?pe(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,fn.push(i)),a&&pe.isFunction(o)&&o(a[0]),a=o=void 0}),"script"}),pe.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||re;var r=Te.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=y([e],t,i),i&&i.length&&pe(i).remove(),pe.merge([],r.childNodes))};var pn=pe.fn.load;return pe.fn.load=function(e,t,n){if("string"!=typeof e&&pn)return pn.apply(this,arguments);var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=pe.trim(e.slice(s,e.length)),e=e.slice(0,s)),pe.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&pe.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?pe("
              ").append(pe.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},pe.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){pe.fn[t]=function(e){return this.on(t,e)}}),pe.expr.filters.animated=function(e){return pe.grep(pe.timers,function(t){return e===t.elem}).length},pe.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=pe.css(e,"position"),f=pe(e),d={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=pe.css(e,"top"),u=pe.css(e,"left"),l=("absolute"===c||"fixed"===c)&&pe.inArray("auto",[o,u])>-1,l?(r=f.position(),a=r.top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),pe.isFunction(t)&&(t=t.call(e,n,pe.extend({},s))),null!=t.top&&(d.top=t.top-s.top+a),null!=t.left&&(d.left=t.left-s.left+i),"using"in t?t.using.call(e,d):f.css(d)}},pe.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){pe.offset.setOffset(this,e,t)});var t,n,r={top:0,left:0},i=this[0],o=i&&i.ownerDocument;if(o)return t=o.documentElement,pe.contains(t,i)?("undefined"!=typeof i.getBoundingClientRect&&(r=i.getBoundingClientRect()),n=te(o),{top:r.top+(n.pageYOffset||t.scrollTop)-(t.clientTop||0),left:r.left+(n.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}):r},position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===pe.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),pe.nodeName(e[0],"html")||(n=e.offset()),n.top+=pe.css(e[0],"borderTopWidth",!0),n.left+=pe.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-pe.css(r,"marginTop",!0),left:t.left-n.left-pe.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){ -for(var e=this.offsetParent;e&&!pe.nodeName(e,"html")&&"static"===pe.css(e,"position");)e=e.offsetParent;return e||pt})}}),pe.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=/Y/.test(t);pe.fn[e]=function(r){return Pe(this,function(e,r,i){var o=te(e);return void 0===i?o?t in o?o[t]:o.document.documentElement[r]:e[r]:void(o?o.scrollTo(n?pe(o).scrollLeft():i,n?i:pe(o).scrollTop()):e[r]=i)},e,r,arguments.length,null)}}),pe.each(["top","left"],function(e,t){pe.cssHooks[t]=L(fe.pixelPosition,function(e,n){if(n)return n=gt(e,t),ft.test(n)?pe(e).position()[t]+"px":n})}),pe.each({Height:"height",Width:"width"},function(e,t){pe.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){pe.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),a=n||(r===!0||i===!0?"margin":"border");return Pe(this,function(t,n,r){var i;return pe.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?pe.css(t,n,a):pe.style(t,n,r,a)},t,o?r:void 0,o,null)}})}),pe.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),pe.fn.size=function(){return this.length},pe.fn.andSelf=pe.fn.addBack,layui.define(function(e){e("jquery",pe)}),pe});!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.scripts,t=e[e.length-1],i=t.src;if(!t.getAttribute("merge"))return i.substring(0,i.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"]},r={v:"3.0.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):r.link("skin/"+e.extend),this):this},link:function(t,n,a){if(r.path){var o=i("head")[0],l=document.createElement("link");"string"==typeof n&&(a=n);var s=(a||t).replace(/\.|\//g,""),f="layuicss-"+s,c=0;l.rel="stylesheet",l.href=r.path+t,l.id=f,i("#"+f)[0]||o.appendChild(l),"function"==typeof n&&!function d(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(i("#"+f).css("width"))?n():setTimeout(d,100))}()}},ready:function(e){var t="skinlayercss",i="1110";return a?layui.addcss("modules/layer/default/layer.css?v="+r.v+i,e,t):r.link("skin/default/layer.css?v="+r.v+i,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var l="function"==typeof t;return l&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},l?{}:t))},msg:function(e,n,a){var l="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",d=s.anim.length-1;return l&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},l&&!o.config.skin?{skin:c+" layui-layer-hui",anim:d}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},l=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},50)};l.pt=l.prototype;var s=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];s.anim=["layer-anim","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],l.pt.config={type:0,shade:.3,fixed:!0,move:s[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},l.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,l=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),d=r.title?'
              '+(f?r.title[0]:r.title)+"
              ":"";return r.zIndex=l,t([r.shade?'
              ':"",'
              '+(e&&2!=r.type?"":d)+'
              '+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
              '+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
              '+e+"
              "}():"")+(r.resize?'':"")+"
              "],d,i('
              ')),n},l.pt.creat=function(){var e=this,t=e.config,a=e.index,l=t.content,f="object"==typeof l,c=i("body");if(!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var l=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}e.vessel(f,function(n,r,d){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){l.parents("."+s[0])[0]||(l.data("display",l.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+s[0]+a).find("."+s[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=d),e.layero=i("#"+s[0]+a),t.scrollbar||s.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",l[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),s.anim[t.anim]&&e.layero.addClass(s.anim[t.anim]).data("anim",!0)}},l.pt.auto=function(e){function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("padding"))))}var a=this,o=a.config,l=i("#"+s[0]+e);""===o.area[0]&&o.maxWidth>0&&(r.ie&&r.ie<8&&o.btn&&l.width(l.innerWidth()),l.outerWidth()>o.maxWidth&&l.width(o.maxWidth));var f=[l.innerWidth(),l.innerHeight()],c=l.find(s[1]).outerHeight()||0,d=l.find("."+s[6]).outerHeight()||0;switch(o.type){case 2:t("iframe");break;default:""===o.area[1]?o.fixed&&f[1]>=n.height()&&(f[1]=n.height(),t("."+s[5])):t("."+s[5])}return a},l.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(s[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},l.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var l={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),l.autoLeft=function(){l.left+o[0]-n.width()>0?(l.tipLeft=l.left+l.width-o[0],f.css({right:12,left:"auto"})):l.tipLeft=l.left},l.where=[function(){l.autoLeft(),l.tipTop=l.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left+l.width+10,l.tipTop=l.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){l.autoLeft(),l.tipTop=l.top+l.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left-o[0]-10,l.tipTop=l.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],l.where[c-1](),1===c?l.top-(n.scrollTop()+o[1]+16)<0&&l.where[2]():2===c?n.width()-(l.left+l.width+o[0]+16)>0||l.where[3]():3===c?l.top-n.scrollTop()+l.height+o[1]+16-n.height()>0&&l.where[0]():4===c&&o[0]+16-l.left>0&&l.where[1](),a.find("."+s[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:l.tipLeft-(t.fixed?n.scrollLeft():0),top:l.tipTop-(t.fixed?n.scrollTop():0)})},l.pt.move=function(){var e=this,t=e.config,a=i(document),l=e.layero,s=l.find(t.move),f=l.find(".layui-layer-resize"),c={};return t.move&&s.css("cursor","move"),s.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(l.css("left")),e.clientY-parseFloat(l.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[l.outerWidth(),l.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],s="fixed"===l.css("position");if(i.preventDefault(),c.stX=s?0:n.scrollLeft(),c.stY=s?0:n.scrollTop(),!t.moveOut){var f=n.width()-l.outerWidth()+c.stX,d=n.height()-l.outerHeight()+c.stY;af&&(a=f),od&&(o=d)}l.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd()),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},l.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+s[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+s[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+s[0])[0]||1==n.attr("layer")&&i("."+s[0]).length<1&&n.removeAttr("layer").show(),n=null})},l.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+s[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},l.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){s.html.attr("layer-full")==e&&(s.html[0].style.removeProperty?s.html[0].style.removeProperty("overflow"):s.html[0].style.removeAttribute("overflow"),s.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+s[4]).attr("times"),i("#"+s[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+s[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+s[0]+e),a=n.find(s[1]).outerHeight()||0,o=n.find("."+s[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+s[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+s[0]+e),r=a.find(".layui-layer-content"),l=a.attr("type"),f=a.find(s[1]).outerHeight()||0,c=a.find("."+s[6]).outerHeight()||0;a.attr("minLeft");l!==o.type[3]&&l!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+s[6]).outerHeight(),l===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+s[0]+e),l=a.find(s[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:l,left:f,top:n.height()-l,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(s[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+s[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(s[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+s[0]+e);o.record(a),s.html.attr("layer-full")||s.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+s[0]+(t||r.index)).find(s[1]);n.html(e)},r.close=function(e){var t=i("#"+s[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var l="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+s[5]+")").remove();for(var a=t.find("."+l),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(l)}else{if(n===o.type[2])try{var f=i("#"+s[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+s[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}};t.data("anim")&&t.addClass(a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),"function"==typeof o.end[e]&&o.end[e](),delete o.end[e],t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),setTimeout(function(){f()},r.ie&&r.ie<10||!t.data("anim")?0:200)}},r.closeAll=function(e){i.each(i("."+s[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var l,s=2==e.formType?'":function(){return''}();return r.open(i.extend({type:1,btn:["确定","取消"],content:s,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){l=e.find(".layui-layer-input"),l.focus()},resize:!1,yes:function(i){var n=l.val();""===n?l.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",l,{tips:1}):t&&t(n,i,l)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{};return r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,n="";if(e>0)for(n=''+t[0].title+"";i"+t[i].title+"";return n}(),content:'
                '+function(){var e=t.length,i=1,n="";if(e>0)for(n='
              • '+(t[0].content||"no content")+"
              • ";i'+(t[i].content||"no content")+"";return n}()+"
              ",success:function(t){var n=t.find(".layui-layer-title").children(),a=t.find(".layui-layer-tabmain").children();n.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var n=i(this),o=n.index();n.addClass("layui-layer-tabnow").siblings().removeClass("layui-layer-tabnow"),a.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)})}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var l={};if(t=t||{},t.photos){var s=t.photos.constructor===Object,f=s?t.photos:{},d=f.data||[],u=f.start||0;if(l.imgIndex=(0|u)+1,t.img=t.img||"img",s){if(0===d.length)return r.msg("没有图片")}else{var y=i(t.photos),p=function(){d=[],y.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),d.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(p(),0===d.length)return;if(n||y.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:d,tab:t.tab},full:t.full}),!0),p()}),!n)return}l.imgprev=function(e){l.imgIndex--,l.imgIndex<1&&(l.imgIndex=d.length),l.tabimg(e)},l.imgnext=function(e,t){l.imgIndex++,l.imgIndex>d.length&&(l.imgIndex=1,t)||l.tabimg(e)},l.keyup=function(e){if(!l.end){var t=e.keyCode;e.preventDefault(),37===t?l.imgprev(!0):39===t?l.imgnext(!0):27===t&&r.close(l.index)}},l.tabimg=function(e){d.length<=1||(f.start=l.imgIndex-1,r.close(l.index),r.photos(t,!0,e))},l.event=function(){l.bigimg.hover(function(){l.imgsee.show()},function(){l.imgsee.hide()}),l.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),l.imgprev()}),l.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),l.imgnext()}),i(document).on("keyup",l.keyup)},l.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(d[u].src,function(n){r.close(l.loadi),l.index=r.open(i.extend({type:1,area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(d[u].alt||
              '+(d.length>1?'':"")+'
              '+(d[u].alt||"")+""+l.imgIndex+"/"+d.length+"
              ",success:function(e,i){l.bigimg=e.find(".layui-layer-phimg"),l.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),l.event(e),t.tab&&t.tab(d[u],e)},end:function(){l.end=!0,i(document).off("keyup",l.keyup)}},t))},function(){r.close(l.loadi),r.msg("当前图片地址异常
              是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){d.length>1&&l.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),s.html=i("html"),r.open=function(e){var t=new l(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.jquery),e.layer=r,t("layer",r)})):"function"==typeof define?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window);layui.define("jquery",function(i){"use strict";var t=layui.jquery,a=(layui.hint(),layui.device()),e="element",n="layui-this",l="layui-show",s=function(){this.config={}};s.prototype.set=function(i){var a=this;return t.extend(!0,a.config,i),a},s.prototype.on=function(i,t){return layui.onevent(e,i,t)},s.prototype.tabAdd=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title"),l=e.children(".layui-tab-content");return n.append("
            • "+(a.title||"unnaming")+"
            • "),l.append('
              '+(a.content||"")+"
              "),this.init()},s.prototype.tabDelete=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title").find(">li").eq(a);return o.tabDelete(null,n),this},s.prototype.tabChange=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title").find(">li").eq(a);return o.tabClick(null,a,n),this};var o={tabClick:function(i,a,s){var o=s||t(this),a=a||o.index(),u=o.parents(".layui-tab"),c=u.children(".layui-tab-content").children(".layui-tab-item"),r=u.attr("lay-filter");o.addClass(n).siblings().removeClass(n),c.eq(a).addClass(l).siblings().removeClass(l),layui.event.call(this,e,"tab("+r+")",{elem:u,index:a})},tabDelete:function(i,a){var e=a||t(this).parent(),l=e.index(),s=e.parents(".layui-tab"),u=s.children(".layui-tab-content").children(".layui-tab-item");e.hasClass(n)&&(e.next()[0]?o.tabClick.call(e.next()[0],null,l+1):e.prev()[0]&&o.tabClick.call(e.prev()[0],null,l-1)),e.remove(),u.eq(l).remove()},tabAuto:function(){var i="layui-tab-more",e="layui-tab-bar",n="layui-tab-close",l=this;t(".layui-tab").each(function(){var s=t(this),u=s.children(".layui-tab-title"),c=(s.children(".layui-tab-content").children(".layui-tab-item"),'lay-stope="tabmore"'),r=t('');if(l===window&&8!=a.ie&&o.hideTabMore(!0),s.attr("lay-allowClose")&&!u.find("li").find("."+n)[0]){var d=t('');d.on("click",o.tabDelete),u.find("li").append(d)}if(u.prop("scrollWidth")>u.outerWidth()+1){if(u.find("."+e)[0])return;u.append(r),r.on("click",function(t){u[this.title?"removeClass":"addClass"](i),this.title=this.title?"":"收缩"})}else u.find("."+e).remove()})},hideTabMore:function(i){var a=t(".layui-tab-title");i!==!0&&"tabmore"===t(i.target).attr("lay-stope")||(a.removeClass("layui-tab-more"),a.find(".layui-tab-bar").attr("title",""))}};s.prototype.init=function(i){var e={tab:function(){o.tabAuto.call({})},nav:function(){var i,e,n,l=".layui-nav",s="layui-nav-item",o="layui-nav-bar",u="layui-nav-tree",c="layui-nav-child",r="layui-nav-more",d=200,y=function(l,s){var o=t(this),y=o.find("."+c);s.hasClass(u)?l.css({top:o.position().top,height:o.children("a").height(),opacity:1}):(y.addClass("layui-anim layui-anim-upbit"),l.css({left:o.position().left+parseFloat(o.css("marginLeft")),top:o.position().top+o.height()-5}),i=setTimeout(function(){l.css({width:o.width(),opacity:1})},a.ie&&a.ie<10?0:d),clearTimeout(n),"block"===y.css("display")&&clearTimeout(e),e=setTimeout(function(){y.show(),o.find("."+r).addClass(r+"d")},300))};t(l).each(function(){var a=t(this),l=t(''),h=a.find("."+s);a.find("."+o)[0]||(a.append(l),h.on("mouseenter",function(){y.call(this,l,a)}).on("mouseleave",function(){a.hasClass(u)||(clearTimeout(e),e=setTimeout(function(){a.find("."+c).hide(),a.find("."+r).removeClass(r+"d")},300))}),a.on("mouseleave",function(){clearTimeout(i),n=setTimeout(function(){a.hasClass(u)?l.css({height:0,top:l.position().top+l.height()/2,opacity:0}):l.css({width:0,left:l.position().left+l.width()/2,opacity:0})},d)})),h.each(function(){var i=t(this),e=i.find("."+c);if(e[0]&&!i.find("."+r)[0]){if(i.children("a").append(''),!a.hasClass(u))return;i.children("a").on("click",function(){t(this);"none"===e.css("display")?i.addClass(s+"ed"):i.removeClass(s+"ed")})}})})},breadcrumb:function(){var i=".layui-breadcrumb";t(i).each(function(){var i=t(this),a=i.attr("lay-separator")||">",e=i.find("a");e.find(".layui-box")[0]||(e.each(function(i){i!==e.length-1&&t(this).append(''+a+"")}),i.css("visibility","visible"))})}};return layui.each(e,function(i,t){t()})};var u=new s,c=t(document);u.init();var r=".layui-tab-title li";c.on("click",r,o.tabClick),c.on("click",o.hideTabMore),t(window).on("resize",o.tabAuto),i(e,function(i){return u.set(i)})});layui.define("layer",function(e){"use strict";var a=layui.jquery,t=layui.layer,i=(layui.device(),"layui-upload-enter"),n="layui-upload-iframe",r={icon:2,shift:6},o={file:"文件",video:"视频",audio:"音频"},s=function(e){this.options=e};s.prototype.init=function(){var e=this,t=e.options,r=a("body"),s=a(t.elem||".layui-upload-file"),u=a('');return a("#"+n)[0]||r.append(u),s.each(function(r,s){s=a(s);var u='
              ',l=s.attr("lay-type")||t.type;t.unwrap||(u='
              '+u+''+(s.attr("lay-title")||t.title||"上传"+(o[l]||"图片"))+"
              "),u=a(u),t.unwrap||u.on("dragover",function(e){e.preventDefault(),a(this).addClass(i)}).on("dragleave",function(){a(this).removeClass(i)}).on("drop",function(){a(this).removeClass(i)}),s.parent("form").attr("target")===n&&(t.unwrap?s.unwrap():(s.parent().next().remove(),s.unwrap().unwrap())),s.wrap(u),s.off("change").on("change",function(){e.action(this,l)})})},s.prototype.action=function(e,i){var o=this,s=o.options,u=e.value,l=a(e),p=l.attr("lay-ext")||s.ext||"";if(u){switch(i){case"file":if(p&&!RegExp("\\w\\.("+p+")$","i").test(escape(u)))return t.msg("不支持该文件格式",r),e.value="";break;case"video":if(!RegExp("\\w\\.("+(p||"avi|mp4|wma|rmvb|rm|flash|3gp|flv")+")$","i").test(escape(u)))return t.msg("不支持该视频格式",r),e.value="";break;case"audio":if(!RegExp("\\w\\.("+(p||"mp3|wav|mid")+")$","i").test(escape(u)))return t.msg("不支持该音频格式",r),e.value="";break;default:if(!RegExp("\\w\\.("+(p||"jpg|png|gif|bmp|jpeg")+")$","i").test(escape(u)))return t.msg("不支持该图片格式",r),e.value=""}s.before&&s.before(e),l.parent().submit();var c=a("#"+n),f=setInterval(function(){var a;try{a=c.contents().find("body").text()}catch(i){t.msg("上传接口存在跨域",r),clearInterval(f)}if(a){clearInterval(f),c.contents().find("body").html("");try{a=JSON.parse(a)}catch(i){return a={},t.msg("请对上传接口返回JSON字符",r)}"function"==typeof s.success&&s.success(a,e)}},30);e.value=""}},e("upload",function(e){var a=new s(e=e||{});a.init()})});layui.define("layer",function(e){"use strict";var i=layui.jquery,a=layui.layer,t=layui.hint(),n=layui.device(),l="form",s=".layui-form",c="layui-this",r="layui-disabled",u=function(){this.config={verify:{required:[/[\S]+/,"必填项不能为空"],phone:[/^1\d{10}$/,"请输入正确的手机号"],email:[/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/,"邮箱格式不正确"],url:[/(^#)|(^http(s*):\/\/[^\s]+\.[^\s]+)/,"链接格式不正确"],number:[/^\d+$/,"只能填写数字"],date:[/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/,"日期格式不正确"],identity:[/(^\d{15}$)|(^\d{17}(x|X|\d)$)/,"请输入正确的身份证号"]}}};u.prototype.set=function(e){var a=this;return i.extend(!0,a.config,e),a},u.prototype.verify=function(e){var a=this;return i.extend(!0,a.config.verify,e),a},u.prototype.on=function(e,i){return layui.onevent(l,e,i)},u.prototype.render=function(e){var a=this,n={select:function(){var e="请选择",a="layui-form-select",t="layui-select-title",n=i(s).find("select"),u=function(e,n){i(e.target).parent().hasClass(t)&&!n||i("."+a).removeClass(a+"ed")},o=function(e,n){var s=i(this),o=e.find("."+t);n||(o.on("click",function(i){e.hasClass(a+"ed")?e.removeClass(a+"ed"):(u(i,!0),e.addClass(a+"ed"))}),e.find("dl>dd").on("click",function(){var e=i(this),a=e.attr("lay-value"),t=s.attr("lay-filter");return!e.hasClass(r)&&(s.val(a).removeClass("layui-form-danger"),o.find("input").val(e.text()),e.addClass(c).siblings().removeClass(c),void layui.event(l,"select("+t+")",{elem:s[0],value:a}))}),e.find("dl>dt").on("click",function(e){return!1}),i(document).off("click",u).on("click",u))};n.each(function(n,l){var s=i(this),u=s.next("."+a),d=this.disabled,f=l.value,y=i(l.options[l.selectedIndex]),v=i(['
              ','
              ','
              ','
              '+function(e){var i=[];return layui.each(e,function(e,a){(0!==e||a.value)&&("optgroup"===a.tagName.toLowerCase()?i.push("
              "+a.label+"
              "):i.push('
              '+a.innerHTML+"
              "))}),i.join("")}(s.find("*"))+"
              ","
              "].join(""));u[0]&&u.remove(),s.after(v),o.call(this,v,d)})},checkbox:function(){var e={checkbox:["layui-form-checkbox","layui-form-checked","checkbox"],_switch:["layui-form-switch","layui-form-onswitch","switch"]},a=i(s).find("input[type=checkbox]"),t=function(e,a){var t=i(this);e.on("click",function(){var i=t.attr("lay-filter");t[0].disabled||(t[0].checked?(t[0].checked=!1,e.removeClass(a[1])):(t[0].checked=!0,e.addClass(a[1])),layui.event(l,a[2]+"("+i+")",{elem:t[0],value:t[0].value}))})};a.each(function(a,n){var l=i(this),s=l.attr("lay-skin"),c=this.disabled;"switch"===s&&(s="_"+s);var u=e[s]||e.checkbox,o=l.next("."+u[0]),d=i(['
              ',{_switch:""}[s]||""+(n.title||"勾选")+'',"
              "].join(""));o[0]&&o.remove(),l.after(d),t.call(this,d,u)})},radio:function(){var e="layui-form-radio",a=["",""],t=i(s).find("input[type=radio]"),n=function(t){var n=i(this),c="layui-anim-scaleSpring";t.on("click",function(){var r=n[0].name,u=n.parents(s),o=n.attr("lay-filter"),d=u.find("input[name="+r.replace(/(\.|#|\[|\])/g,"\\$1")+"]");n[0].disabled||(layui.each(d,function(){var t=i(this).next("."+e);this.checked=!1,t.removeClass(e+"ed"),t.find(".layui-icon").removeClass(c).html(a[1])}),n[0].checked=!0,t.addClass(e+"ed"),t.find(".layui-icon").addClass(c).html(a[0]),layui.event(l,"radio("+o+")",{elem:n[0],value:n[0].value}))})};t.each(function(t,l){var s=i(this),c=s.next("."+e),u=this.disabled,o=i(['
              ',''+a[l.checked?0:1]+"",""+(l.title||"未命名")+"","
              "].join(""));c[0]&&c.remove(),s.after(o),n.call(this,o)})}};return e?n[e]?n[e]():t.error("不支持的"+e+"表单渲染"):layui.each(n,function(e,i){i()}),a};var o=function(){var e=i(this),t=d.config.verify,c=null,r="layui-form-danger",u={},o=e.parents(s),f=o.find("*[lay-verify]"),y=e.parents("form")[0],v=o.find("input,select,textarea"),h=e.attr("lay-filter");return layui.each(f,function(e,l){var s=i(this),u=s.attr("lay-verify"),o="",d=s.val(),f="function"==typeof t[u];if(s.removeClass(r),t[u]&&(f?o=t[u](d,l):!t[u][0].test(d)))return a.msg(o||t[u][1],{icon:5,shift:6}),n.android||n.ios||l.focus(),s.addClass(r),c=!0}),!c&&(layui.each(v,function(e,i){i.name&&(/^checkbox|radio$/.test(i.type)&&!i.checked||(u[i.name]=i.value))}),layui.event.call(this,l,"submit("+h+")",{elem:this,form:y,field:u}))},d=new u,f=i(document);d.render(),f.on("reset",s,function(){setTimeout(function(){d.render()},50)}),f.on("submit",s,o).on("click","*[lay-submit]",o),e(l,function(e){return d.set(e)})});layui.define("jquery",function(e){"use strict";var o=layui.jquery,a=layui.hint(),r="layui-tree-enter",i=function(e){this.options=e},t={arrow:["",""],checkbox:["",""],radio:["",""],branch:["",""],leaf:""};i.prototype.init=function(e){var o=this;e.addClass("layui-box layui-tree"),o.options.skin&&e.addClass("layui-tree-skin-"+o.options.skin),o.tree(e),o.on(e)},i.prototype.tree=function(e,a){var r=this,i=r.options,n=a||i.nodes;layui.each(n,function(a,n){var l=n.children&&n.children.length>0,c=o('
                '),s=o(["
              • ",function(){return l?''+(n.spread?t.arrow[1]:t.arrow[0])+"":""}(),function(){return i.check?''+("checkbox"===i.check?t.checkbox[0]:"radio"===i.check?t.radio[0]:"")+"":""}(),function(){return'"+(''+(l?n.spread?t.branch[1]:t.branch[0]:t.leaf)+"")+(""+(n.name||"未命名")+"")}(),"
              • "].join(""));l&&(s.append(c),r.tree(c,n.children)),e.append(s),"function"==typeof i.click&&r.click(s,n),r.spread(s,n),i.drag&&r.drag(s,n)})},i.prototype.click=function(e,o){var a=this,r=a.options;e.children("a").on("click",function(e){layui.stope(e),r.click(o)})},i.prototype.spread=function(e,o){var a=this,r=(a.options,e.children(".layui-tree-spread")),i=e.children("ul"),n=e.children("a"),l=function(){e.data("spread")?(e.data("spread",null),i.removeClass("layui-show"),r.html(t.arrow[0]),n.find(".layui-icon").html(t.branch[0])):(e.data("spread",!0),i.addClass("layui-show"),r.html(t.arrow[1]),n.find(".layui-icon").html(t.branch[1]))};i[0]&&(r.on("click",l),n.on("dblclick",l))},i.prototype.on=function(e){var a=this,i=a.options,t="layui-tree-drag";e.find("i").on("selectstart",function(e){return!1}),i.drag&&o(document).on("mousemove",function(e){var r=a.move;if(r.from){var i=(r.to,o('
                '));e.preventDefault(),o("."+t)[0]||o("body").append(i);var n=o("."+t)[0]?o("."+t):i;n.addClass("layui-show").html(r.from.elem.children("a").html()),n.css({left:e.pageX+10,top:e.pageY+10})}}).on("mouseup",function(){var e=a.move;e.from&&(e.from.elem.children("a").removeClass(r),e.to&&e.to.elem.children("a").removeClass(r),a.move={},o("."+t).remove())})},i.prototype.move={},i.prototype.drag=function(e,a){var i=this,t=(i.options,e.children("a")),n=function(){var t=o(this),n=i.move;n.from&&(n.to={item:a,elem:e},t.addClass(r))};t.on("mousedown",function(){var o=i.move;o.from={item:a,elem:e}}),t.on("mouseenter",n).on("mousemove",n).on("mouseleave",function(){var e=o(this),a=i.move;a.from&&(delete a.to,e.removeClass(r))})},e("tree",function(e){var r=new i(e=e||{}),t=o(e.elem);return t[0]?void r.init(t):a.error("layui.tree 没有找到"+e.elem+"元素")})});layui.define("jquery",function(l){"use strict";var o=layui.jquery,i={fixbar:function(l){l=l||{},l.bgcolor=l.bgcolor?"background-color:"+l.bgcolor:"";var i,a,c="layui-fixbar-top",t=[l.bar1===!0?"":l.bar1,l.bar2===!0?"":l.bar2,""],r=o(['
                  ',l.bar1?'
                • '+t[0]+"
                • ":"",l.bar2?'
                • '+t[1]+"
                • ":"",'
                • '+t[2]+"
                • ","
                "].join("")),e=r.find("."+c),s=function(){var i=o(document).scrollTop();i>=(l.showHeight||200)?a||(e.show(),a=1):a&&(e.hide(),a=0)};o(".layui-fixbar")[0]||("object"==typeof l.css&&r.css(l.css),o("body").append(r),s(),r.find("li").on("click",function(){var i=o(this),a=i.attr("lay-type");"top"===a&&o("html,body").animate({scrollTop:0},200),l.click&&l.click.call(this,a)}),o(document).on("scroll",function(){i&&clearTimeout(i),i=setTimeout(function(){s()},100)}))}};l("util",i)});layui.define("jquery",function(o){"use strict";var e=layui.jquery,l=function(o){},i='';l.prototype.load=function(o){var l,t,n,r,a=this,c=1;o=o||{};var u=e(o.elem);if(u[0]){var f=e(o.scrollElem||document),m=o.mb||50,s=!("isAuto"in o)||o.isAuto,y=!("isShowEnd"in o)||o.isShowEnd,h=o.scrollElem&&o.scrollElem!==document,v="加载更多",d=e('");u.find(".layui-flow-more")[0]||u.append(d);var p=function(o,i){o=e(o),d.before(o),i=0==i||null,i?d.html(y?"没有更多了":""):d.find("a").html(v),t=i,l=null,n&&n()},g=function(){l=!0,d.find("a").html(i),"function"==typeof o.done&&o.done(++c,p)};if(d.find("a").on("click",function(){e(this);t||l||g()}),o.isLazyimg)var n=a.lazyimg({elem:o.elem+" img",scrollElem:o.scrollElem});return s?(f.on("scroll",function(){var o=e(this),i=o.scrollTop();r&&clearTimeout(r),t||(r=setTimeout(function(){var t=h?o.height():e(window).height(),n=h?o.prop("scrollHeight"):document.documentElement.scrollHeight;n-i-t<=m&&(l||g())},100))}),a):a}},l.prototype.lazyimg=function(o){var l,i=this,t=0;o=o||{};var n=e(o.scrollElem||document),r=o.elem||"img",a=o.scrollElem&&o.scrollElem!==document,c=function(o,e){var l=n.scrollTop(),r=l+e,c=a?function(){return o.offset().top-n.offset().top+l}():o.offset().top;if(c>=l&&c<=r&&!o.attr("src")){var f=o.attr("lay-src");layui.img(f,function(){var e=i.lazyimg.elem.eq(t);o.attr("src",f).removeAttr("lay-src"),e[0]&&u(e),t++})}},u=function(o,l){var u=a?(l||n).height():e(window).height(),f=n.scrollTop(),m=f+u;if(i.lazyimg.elem=e(r),o)c(o,u);else for(var s=0;sm)break}};if(u(),!l){var f;n.on("scroll",function(){var o=e(this);f&&clearTimeout(f),f=setTimeout(function(){u(null,o)},100)}),l=!0}return u},o("flow",new l)});layui.define(["layer","form"],function(t){"use strict";var e=layui.jquery,i=layui.layer,a=layui.form(),l=(layui.hint(),layui.device()),n="layedit",o="layui-show",r="layui-disabled",s=function(){var t=this;t.index=0,t.config={tool:["strong","italic","underline","del","|","left","center","right","|","link","unlink","face","image"],hideTool:[],height:280}};s.prototype.set=function(t){var i=this;return e.extend(!0,i.config,t),i},s.prototype.on=function(t,e){return layui.onevent(n,t,e)},s.prototype.build=function(t,i){i=i||{};var a=this,n=a.config,r="layui-layedit",s=e("#"+t),u="LAY_layedit_"+ ++a.index,d=s.next("."+r),y=e.extend({},n,i),f=function(){var t=[],e={};return layui.each(y.hideTool,function(t,i){e[i]=!0}),layui.each(y.tool,function(i,a){C[a]&&!e[a]&&t.push(C[a])}),t.join("")}(),m=e(['
                ','
                '+f+"
                ",'
                ','',"
                ","
                "].join(""));return l.ie&&l.ie<8?s.removeClass("layui-hide").addClass(o):(d[0]&&d.remove(),c.call(a,m,s[0],y),s.addClass("layui-hide").after(m),a.index)},s.prototype.getContent=function(t){var e=u(t);if(e[0])return d(e[0].document.body.innerHTML)},s.prototype.getText=function(t){var i=u(t);if(i[0])return e(i[0].document.body).text()},s.prototype.sync=function(t){var i=u(t);if(i[0]){var a=e("#"+i[1].attr("textarea"));a.val(d(i[0].document.body.innerHTML))}},s.prototype.getSelection=function(t){var e=u(t);if(e[0]){var i=m(e[0].document);return document.selection?i.text:i.toString()}};var c=function(t,i,a){var l=this,n=t.find("iframe");n.css({height:a.height}).on("load",function(){var o=n.contents(),r=n.prop("contentWindow"),s=o.find("head"),c=e([""].join("")),u=o.find("body");s.append(c),u.attr("contenteditable","true").css({"min-height":a.height}).html(i.value||""),y.apply(l,[r,n,i,a]),g.call(l,r,t,a)})},u=function(t){var i=e("#LAY_layedit_"+t),a=i.prop("contentWindow");return[a,i]},d=function(t){return 8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),t},y=function(t,a,n,o){var r=t.document,s=e(r.body);s.on("keydown",function(t){var e=t.keyCode;if(13===e){var a=m(r),l=p(a),n=l.parentNode;if("pre"===n.tagName.toLowerCase()){if(t.shiftKey)return;return i.msg("请暂时用shift+enter"),!1}r.execCommand("formatBlock",!1,"

                ")}}),e(n).parents("form").on("submit",function(){var t=s.html();8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),n.value=t}),s.on("paste",function(e){r.execCommand("formatBlock",!1,"

                "),setTimeout(function(){f.call(t,s),n.value=s.html()},100)})},f=function(t){var i=this;i.document;t.find("*[style]").each(function(){var t=this.style.textAlign;this.removeAttribute("style"),e(this).css({"text-align":t||""})}),t.find("table").addClass("layui-table"),t.find("script,link").remove()},m=function(t){return t.selection?t.selection.createRange():t.getSelection().getRangeAt(0)},p=function(t){return t.endContainer||t.parentElement().childNodes[0]},v=function(t,i,a){var l=this.document,n=document.createElement(t);for(var o in i)n.setAttribute(o,i[o]);if(n.removeAttribute("text"),l.selection){var r=a.text||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.pasteHTML(e(n).prop("outerHTML")),a.select()}else{var r=a.toString()||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.deleteContents(),a.insertNode(n)}},h=function(t,i){var a=this.document,l="layedit-tool-active",n=p(m(a)),o=function(e){return t.find(".layedit-tool-"+e)};i&&i[i.hasClass(l)?"removeClass":"addClass"](l),t.find(">i").removeClass(l),o("unlink").addClass(r),e(n).parents().each(function(){var t=this.tagName.toLowerCase(),e=this.style.textAlign;"b"!==t&&"strong"!==t||o("b").addClass(l),"i"!==t&&"em"!==t||o("i").addClass(l),"u"===t&&o("u").addClass(l),"strike"===t&&o("d").addClass(l),"p"===t&&("center"===e?o("center").addClass(l):"right"===e?o("right").addClass(l):o("left").addClass(l)),"a"===t&&(o("link").addClass(l),o("unlink").removeClass(r))})},g=function(t,a,l){var n=t.document,o=e(n.body),s={link:function(i){var a=p(i),l=e(a).parent();b.call(o,{href:l.attr("href"),target:l.attr("target")},function(e){var a=l[0];"A"===a.tagName?a.href=e.url:v.call(t,"a",{target:e.target,href:e.url,text:e.url},i)})},unlink:function(t){n.execCommand("unlink")},face:function(e){x.call(this,function(i){v.call(t,"img",{src:i.src,alt:i.alt},e)})},image:function(a){var n=this;layui.use("upload",function(o){var r=l.uploadImage||{};o({url:r.url,method:r.type,elem:e(n).find("input")[0],unwrap:!0,success:function(e){0==e.code?(e.data=e.data||{},v.call(t,"img",{src:e.data.src,alt:e.data.title},a)):i.msg(e.msg||"上传失败")}})})},code:function(e){k.call(o,function(i){v.call(t,"pre",{text:i.code,"lay-lang":i.lang},e)})},help:function(){i.open({type:2,title:"帮助",area:["600px","380px"],shadeClose:!0,shade:.1,skin:"layui-layer-msg",content:["http://www.layui.com/about/layedit/help.html","no"]})}},c=a.find(".layui-layedit-tool"),u=function(){var i=e(this),a=i.attr("layedit-event"),l=i.attr("lay-command");if(!i.hasClass(r)){o.focus();var u=m(n);u.commonAncestorContainer;l?(n.execCommand(l),/justifyLeft|justifyCenter|justifyRight/.test(l)&&n.execCommand("formatBlock",!1,"

                "),setTimeout(function(){o.focus()},10)):s[a]&&s[a].call(this,u),h.call(t,c,i)}},d=/image/;c.find(">i").on("mousedown",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)||u.call(this)}).on("click",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)&&u.call(this)}),o.on("click",function(){h.call(t,c),i.close(x.index)})},b=function(t,e){var l=this,n=i.open({type:1,id:"LAY_layedit_link",area:"350px",shade:.05,shadeClose:!0,moveType:1,title:"超链接",skin:"layui-layer-msg",content:['

                  ','
                • ','','
                  ','',"
                  ","
                • ",'
                • ','','
                  ','",'","
                  ","
                • ",'
                • ','','',"
                • ","
                "].join(""),success:function(t,n){var o="submit(layedit-link-yes)";a.render("radio"),t.find(".layui-btn-primary").on("click",function(){i.close(n),l.focus()}),a.on(o,function(t){i.close(b.index),e&&e(t.field)})}});b.index=n},x=function(t){var a=function(){var t=["[微笑]","[嘻嘻]","[哈哈]","[可爱]","[可怜]","[挖鼻]","[吃惊]","[害羞]","[挤眼]","[闭嘴]","[鄙视]","[爱你]","[泪]","[偷笑]","[亲亲]","[生病]","[太开心]","[白眼]","[右哼哼]","[左哼哼]","[嘘]","[衰]","[委屈]","[吐]","[哈欠]","[抱抱]","[怒]","[疑问]","[馋嘴]","[拜拜]","[思考]","[汗]","[困]","[睡]","[钱]","[失望]","[酷]","[色]","[哼]","[鼓掌]","[晕]","[悲伤]","[抓狂]","[黑线]","[阴险]","[怒骂]","[互粉]","[心]","[伤心]","[猪头]","[熊猫]","[兔子]","[ok]","[耶]","[good]","[NO]","[赞]","[来]","[弱]","[草泥马]","[神马]","[囧]","[浮云]","[给力]","[围观]","[威武]","[奥特曼]","[礼物]","[钟]","[话筒]","[蜡烛]","[蛋糕]"],e={};return layui.each(t,function(t,i){e[i]=layui.cache.dir+"images/face/"+t+".gif"}),e}();return x.hide=x.hide||function(t){"face"!==e(t.target).attr("layedit-event")&&i.close(x.index)},x.index=i.tips(function(){var t=[];return layui.each(a,function(e,i){t.push('
              • '+e+'
              • ')}),'
                  '+t.join("")+"
                "}(),this,{tips:1,time:0,skin:"layui-box layui-util-face",maxWidth:500,success:function(l,n){l.css({marginTop:-4,marginLeft:-10}).find(".layui-clear>li").on("click",function(){t&&t({src:a[this.title],alt:this.title}),i.close(n)}),e(document).off("click",x.hide).on("click",x.hide)}})},k=function(t){var e=this,l=i.open({type:1,id:"LAY_layedit_code",area:"550px",shade:.05,shadeClose:!0,moveType:1,title:"插入代码",skin:"layui-layer-msg",content:['
                  ','
                • ','','
                  ','","
                  ","
                • ",'
                • ','','
                  ','',"
                  ","
                • ",'
                • ','','',"
                • ","
                "].join(""),success:function(l,n){var o="submit(layedit-code-yes)";a.render("select"),l.find(".layui-btn-primary").on("click",function(){i.close(n),e.focus()}),a.on(o,function(e){i.close(k.index),t&&t(e.field)})}});k.index=l},C={html:'',strong:'',italic:'',underline:'',del:'',"|":'',left:'',center:'',right:'',link:'',unlink:'',face:'',image:'',code:'',help:''},w=new s;t(n,w)});layui.define("jquery",function(e){"use strict";var a=layui.jquery,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
                1. '+o.replace(/[\r\t\n]+/g,"
                2. ")+"
                "),c.find(">.layui-code-h3")[0]||c.prepend('

                '+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

                ");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); \ No newline at end of file +for(var e=this.offsetParent;e&&!pe.nodeName(e,"html")&&"static"===pe.css(e,"position");)e=e.offsetParent;return e||pt})}}),pe.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=/Y/.test(t);pe.fn[e]=function(r){return Pe(this,function(e,r,i){var o=te(e);return void 0===i?o?t in o?o[t]:o.document.documentElement[r]:e[r]:void(o?o.scrollTo(n?pe(o).scrollLeft():i,n?i:pe(o).scrollTop()):e[r]=i)},e,r,arguments.length,null)}}),pe.each(["top","left"],function(e,t){pe.cssHooks[t]=L(fe.pixelPosition,function(e,n){if(n)return n=gt(e,t),ft.test(n)?pe(e).position()[t]+"px":n})}),pe.each({Height:"height",Width:"width"},function(e,t){pe.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){pe.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),a=n||(r===!0||i===!0?"margin":"border");return Pe(this,function(t,n,r){var i;return pe.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?pe.css(t,n,a):pe.style(t,n,r,a)},t,o?r:void 0,o,null)}})}),pe.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),pe.fn.size=function(){return this.length},pe.fn.andSelf=pe.fn.addBack,layui.define(function(e){e("jquery",pe)}),pe});!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.scripts,t=e[e.length-1],i=t.src;if(!t.getAttribute("merge"))return i.substring(0,i.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"]},r={v:"3.0.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):r.link("skin/"+e.extend),this):this},link:function(t,n,a){if(r.path){var o=i("head")[0],l=document.createElement("link");"string"==typeof n&&(a=n);var s=(a||t).replace(/\.|\//g,""),f="layuicss-"+s,c=0;l.rel="stylesheet",l.href=r.path+t,l.id=f,i("#"+f)[0]||o.appendChild(l),"function"==typeof n&&!function d(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(i("#"+f).css("width"))?n():setTimeout(d,100))}()}},ready:function(e){var t="skinlayercss",i="1110";return a?layui.addcss("modules/layer/default/layer.css?v="+r.v+i,e,t):r.link("skin/default/layer.css?v="+r.v+i,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var l="function"==typeof t;return l&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},l?{}:t))},msg:function(e,n,a){var l="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",d=s.anim.length-1;return l&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},l&&!o.config.skin?{skin:c+" layui-layer-hui",anim:d}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},l=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},50)};l.pt=l.prototype;var s=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];s.anim=["layer-anim","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],l.pt.config={type:0,shade:.3,fixed:!0,move:s[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},l.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,l=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),d=r.title?'
                '+(f?r.title[0]:r.title)+"
                ":"";return r.zIndex=l,t([r.shade?'
                ':"",'
                '+(e&&2!=r.type?"":d)+'
                '+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
                '+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
                '+e+"
                "}():"")+(r.resize?'':"")+"
                "],d,i('
                ')),n},l.pt.creat=function(){var e=this,t=e.config,a=e.index,l=t.content,f="object"==typeof l,c=i("body");if(!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var l=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}e.vessel(f,function(n,r,d){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){l.parents("."+s[0])[0]||(l.data("display",l.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+s[0]+a).find("."+s[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=d),e.layero=i("#"+s[0]+a),t.scrollbar||s.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",l[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),s.anim[t.anim]&&e.layero.addClass(s.anim[t.anim]).data("anim",!0)}},l.pt.auto=function(e){function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("padding"))))}var a=this,o=a.config,l=i("#"+s[0]+e);""===o.area[0]&&o.maxWidth>0&&(r.ie&&r.ie<8&&o.btn&&l.width(l.innerWidth()),l.outerWidth()>o.maxWidth&&l.width(o.maxWidth));var f=[l.innerWidth(),l.innerHeight()],c=l.find(s[1]).outerHeight()||0,d=l.find("."+s[6]).outerHeight()||0;switch(o.type){case 2:t("iframe");break;default:""===o.area[1]?o.fixed&&f[1]>=n.height()&&(f[1]=n.height(),t("."+s[5])):t("."+s[5])}return a},l.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(s[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},l.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var l={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),l.autoLeft=function(){l.left+o[0]-n.width()>0?(l.tipLeft=l.left+l.width-o[0],f.css({right:12,left:"auto"})):l.tipLeft=l.left},l.where=[function(){l.autoLeft(),l.tipTop=l.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left+l.width+10,l.tipTop=l.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){l.autoLeft(),l.tipTop=l.top+l.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left-o[0]-10,l.tipTop=l.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],l.where[c-1](),1===c?l.top-(n.scrollTop()+o[1]+16)<0&&l.where[2]():2===c?n.width()-(l.left+l.width+o[0]+16)>0||l.where[3]():3===c?l.top-n.scrollTop()+l.height+o[1]+16-n.height()>0&&l.where[0]():4===c&&o[0]+16-l.left>0&&l.where[1](),a.find("."+s[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:l.tipLeft-(t.fixed?n.scrollLeft():0),top:l.tipTop-(t.fixed?n.scrollTop():0)})},l.pt.move=function(){var e=this,t=e.config,a=i(document),l=e.layero,s=l.find(t.move),f=l.find(".layui-layer-resize"),c={};return t.move&&s.css("cursor","move"),s.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(l.css("left")),e.clientY-parseFloat(l.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[l.outerWidth(),l.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],s="fixed"===l.css("position");if(i.preventDefault(),c.stX=s?0:n.scrollLeft(),c.stY=s?0:n.scrollTop(),!t.moveOut){var f=n.width()-l.outerWidth()+c.stX,d=n.height()-l.outerHeight()+c.stY;af&&(a=f),od&&(o=d)}l.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd()),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},l.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+s[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+s[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+s[0])[0]||1==n.attr("layer")&&i("."+s[0]).length<1&&n.removeAttr("layer").show(),n=null})},l.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+s[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},l.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){s.html.attr("layer-full")==e&&(s.html[0].style.removeProperty?s.html[0].style.removeProperty("overflow"):s.html[0].style.removeAttribute("overflow"),s.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+s[4]).attr("times"),i("#"+s[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+s[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+s[0]+e),a=n.find(s[1]).outerHeight()||0,o=n.find("."+s[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+s[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+s[0]+e),r=a.find(".layui-layer-content"),l=a.attr("type"),f=a.find(s[1]).outerHeight()||0,c=a.find("."+s[6]).outerHeight()||0;a.attr("minLeft");l!==o.type[3]&&l!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+s[6]).outerHeight(),l===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+s[0]+e),l=a.find(s[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:l,left:f,top:n.height()-l,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(s[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+s[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(s[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+s[0]+e);o.record(a),s.html.attr("layer-full")||s.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+s[0]+(t||r.index)).find(s[1]);n.html(e)},r.close=function(e){var t=i("#"+s[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var l="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+s[5]+")").remove();for(var a=t.find("."+l),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(l)}else{if(n===o.type[2])try{var f=i("#"+s[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+s[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}"function"==typeof o.end[e]&&o.end[e](),delete o.end[e]};t.data("anim")&&t.addClass(a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),setTimeout(function(){f()},r.ie&&r.ie<10||!t.data("anim")?0:200)}},r.closeAll=function(e){i.each(i("."+s[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var l,s=2==e.formType?'":function(){return''}();return r.open(i.extend({type:1,btn:["确定","取消"],content:s,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){l=e.find(".layui-layer-input"),l.focus()},resize:!1,yes:function(i){var n=l.val();""===n?l.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",l,{tips:1}):t&&t(n,i,l)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{};return r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,n="";if(e>0)for(n=''+t[0].title+"";i"+t[i].title+"";return n}(),content:'
                  '+function(){var e=t.length,i=1,n="";if(e>0)for(n='
                • '+(t[0].content||"no content")+"
                • ";i'+(t[i].content||"no content")+"";return n}()+"
                ",success:function(t){var n=t.find(".layui-layer-title").children(),a=t.find(".layui-layer-tabmain").children();n.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var n=i(this),o=n.index();n.addClass("layui-layer-tabnow").siblings().removeClass("layui-layer-tabnow"),a.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)})}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var l={};if(t=t||{},t.photos){var s=t.photos.constructor===Object,f=s?t.photos:{},d=f.data||[],u=f.start||0;if(l.imgIndex=(0|u)+1,t.img=t.img||"img",s){if(0===d.length)return r.msg("没有图片")}else{var y=i(t.photos),p=function(){d=[],y.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),d.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(p(),0===d.length)return;if(n||y.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:d,tab:t.tab},full:t.full}),!0),p()}),!n)return}l.imgprev=function(e){l.imgIndex--,l.imgIndex<1&&(l.imgIndex=d.length),l.tabimg(e)},l.imgnext=function(e,t){l.imgIndex++,l.imgIndex>d.length&&(l.imgIndex=1,t)||l.tabimg(e)},l.keyup=function(e){if(!l.end){var t=e.keyCode;e.preventDefault(),37===t?l.imgprev(!0):39===t?l.imgnext(!0):27===t&&r.close(l.index)}},l.tabimg=function(e){d.length<=1||(f.start=l.imgIndex-1,r.close(l.index),r.photos(t,!0,e))},l.event=function(){l.bigimg.hover(function(){l.imgsee.show()},function(){l.imgsee.hide()}),l.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),l.imgprev()}),l.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),l.imgnext()}),i(document).on("keyup",l.keyup)},l.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(d[u].src,function(n){r.close(l.loadi),l.index=r.open(i.extend({type:1,area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(d[u].alt||
                '+(d.length>1?'':"")+'
                '+(d[u].alt||"")+""+l.imgIndex+"/"+d.length+"
                ",success:function(e,i){l.bigimg=e.find(".layui-layer-phimg"),l.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),l.event(e),t.tab&&t.tab(d[u],e)},end:function(){l.end=!0,i(document).off("keyup",l.keyup)}},t))},function(){r.close(l.loadi),r.msg("当前图片地址异常
                是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){d.length>1&&l.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),s.html=i("html"),r.open=function(e){var t=new l(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.jquery),e.layer=r,t("layer",r)})):"function"==typeof define?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window);layui.define("jquery",function(i){"use strict";var t=layui.jquery,a=(layui.hint(),layui.device()),e="element",l="layui-this",n="layui-show",s=function(){this.config={}};s.prototype.set=function(i){var a=this;return t.extend(!0,a.config,i),a},s.prototype.on=function(i,t){return layui.onevent(e,i,t)},s.prototype.tabAdd=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title"),n=e.children(".layui-tab-content");return l.append("
              • "+(a.title||"unnaming")+"
              • "),n.append('
                '+(a.content||"")+"
                "),y.tabAuto(),this},s.prototype.tabDelete=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title").find(">li").eq(a);return y.tabDelete(null,l),this},s.prototype.tabChange=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title").find(">li").eq(a);return y.tabClick(null,a,l),this};var o=".layui-nav",c="layui-nav-item",r="layui-nav-bar",u="layui-nav-tree",d="layui-nav-child",h="layui-nav-more",f="layui-anim layui-anim-upbit",y={tabClick:function(i,a,s){var o=s||t(this),a=a||o.index(),c=o.parents(".layui-tab"),r=c.children(".layui-tab-content").children(".layui-tab-item"),u=c.attr("lay-filter");o.addClass(l).siblings().removeClass(l),r.eq(a).addClass(n).siblings().removeClass(n),layui.event.call(this,e,"tab("+u+")",{elem:c,index:a})},tabDelete:function(i,a){var e=a||t(this).parent(),n=e.index(),s=e.parents(".layui-tab"),o=s.children(".layui-tab-content").children(".layui-tab-item");e.hasClass(l)&&(e.next()[0]?y.tabClick.call(e.next()[0],null,n+1):e.prev()[0]&&y.tabClick.call(e.prev()[0],null,n-1)),e.remove(),o.eq(n).remove()},tabAuto:function(){var i="layui-tab-more",e="layui-tab-bar",l="layui-tab-close",n=this;t(".layui-tab").each(function(){var s=t(this),o=s.children(".layui-tab-title"),c=(s.children(".layui-tab-content").children(".layui-tab-item"),'lay-stope="tabmore"'),r=t('');if(n===window&&8!=a.ie&&y.hideTabMore(!0),s.attr("lay-allowClose")&&o.find("li").each(function(){var i=t(this);if(!i.find("."+l)[0]){var a=t('');a.on("click",y.tabDelete),i.append(a)}}),o.prop("scrollWidth")>o.outerWidth()+1){if(o.find("."+e)[0])return;o.append(r),r.on("click",function(t){o[this.title?"removeClass":"addClass"](i),this.title=this.title?"":"收缩"})}else o.find("."+e).remove()})},hideTabMore:function(i){var a=t(".layui-tab-title");i!==!0&&"tabmore"===t(i.target).attr("lay-stope")||(a.removeClass("layui-tab-more"),a.find(".layui-tab-bar").attr("title",""))},clickThis:function(){var i=t(this),a=i.parents(o),n=a.attr("lay-filter");i.find("."+d)[0]||(i.addClass(l).siblings().removeClass(l),layui.event.call(this,e,"nav("+n+")",i))},clickChild:function(){var i=t(this),a=i.parents(o),n=a.attr("lay-filter");i.addClass(l).siblings().removeClass(l),layui.event.call(this,e,"nav("+n+")",i)},showChild:function(){var i=t(this),a=i.parents(o),e=i.parent(),l=i.siblings("."+d);a.hasClass(u)&&(l.removeClass(f),e["none"===l.css("display")?"addClass":"removeClass"](c+"ed"))}};s.prototype.init=function(i){var e={tab:function(){y.tabAuto.call({})},nav:function(){var i,e,l,s=200,b=function(o,c){var r=t(this),y=r.find("."+d);c.hasClass(u)?o.css({top:r.position().top,height:r.children("a").height(),opacity:1}):(y.addClass(f),o.css({left:r.position().left+parseFloat(r.css("marginLeft")),top:r.position().top+r.height()-5}),i=setTimeout(function(){o.css({width:r.width(),opacity:1})},a.ie&&a.ie<10?0:s),clearTimeout(l),"block"===y.css("display")&&clearTimeout(e),e=setTimeout(function(){y.addClass(n),r.find("."+h).addClass(h+"d")},300))};t(o).each(function(){var a=t(this),o=t(''),f=a.find("."+c);a.find("."+r)[0]||(a.append(o),f.on("mouseenter",function(){b.call(this,o,a)}).on("mouseleave",function(){a.hasClass(u)||(clearTimeout(e),e=setTimeout(function(){a.find("."+d).removeClass(n),a.find("."+h).removeClass(h+"d")},300))}),a.on("mouseleave",function(){clearTimeout(i),l=setTimeout(function(){a.hasClass(u)?o.css({height:0,top:o.position().top+o.height()/2,opacity:0}):o.css({width:0,left:o.position().left+o.width()/2,opacity:0})},s)})),f.each(function(){var i=t(this),a=i.find("."+d);if(a[0]&&!i.find("."+h)[0]){var e=i.children("a");e.append('')}i.off("click",y.clickThis).on("click",y.clickThis),i.children("a").off("click",y.showChild).on("click",y.showChild),a.children("dd").off("click",y.clickChild).on("click",y.clickChild)})})},breadcrumb:function(){var i=".layui-breadcrumb";t(i).each(function(){var i=t(this),a=i.attr("lay-separator")||">",e=i.find("a");e.find(".layui-box")[0]||(e.each(function(i){i!==e.length-1&&t(this).append(''+a+"")}),i.css("visibility","visible"))})}};return layui.each(e,function(i,t){t()})};var b=new s,p=t(document);b.init();var v=".layui-tab-title li";p.on("click",v,y.tabClick),p.on("click",y.hideTabMore),t(window).on("resize",y.tabAuto),i(e,function(i){return b.set(i)})});layui.define("layer",function(e){"use strict";var a=layui.jquery,t=layui.layer,i=(layui.device(),"layui-upload-enter"),n="layui-upload-iframe",r={icon:2,shift:6},o={file:"文件",video:"视频",audio:"音频"},s=function(e){this.options=e};s.prototype.init=function(){var e=this,t=e.options,r=a("body"),s=a(t.elem||".layui-upload-file"),u=a('');return a("#"+n)[0]||r.append(u),s.each(function(r,s){s=a(s);var u='
                ',l=s.attr("lay-type")||t.type;t.unwrap||(u='
                '+u+''+(s.attr("lay-title")||t.title||"上传"+(o[l]||"图片"))+"
                "),u=a(u),t.unwrap||u.on("dragover",function(e){e.preventDefault(),a(this).addClass(i)}).on("dragleave",function(){a(this).removeClass(i)}).on("drop",function(){a(this).removeClass(i)}),s.parent("form").attr("target")===n&&(t.unwrap?s.unwrap():(s.parent().next().remove(),s.unwrap().unwrap())),s.wrap(u),s.off("change").on("change",function(){e.action(this,l)})})},s.prototype.action=function(e,i){var o=this,s=o.options,u=e.value,l=a(e),p=l.attr("lay-ext")||s.ext||"";if(u){switch(i){case"file":if(p&&!RegExp("\\w\\.("+p+")$","i").test(escape(u)))return t.msg("不支持该文件格式",r),e.value="";break;case"video":if(!RegExp("\\w\\.("+(p||"avi|mp4|wma|rmvb|rm|flash|3gp|flv")+")$","i").test(escape(u)))return t.msg("不支持该视频格式",r),e.value="";break;case"audio":if(!RegExp("\\w\\.("+(p||"mp3|wav|mid")+")$","i").test(escape(u)))return t.msg("不支持该音频格式",r),e.value="";break;default:if(!RegExp("\\w\\.("+(p||"jpg|png|gif|bmp|jpeg")+")$","i").test(escape(u)))return t.msg("不支持该图片格式",r),e.value=""}s.before&&s.before(e),l.parent().submit();var c=a("#"+n),f=setInterval(function(){var a;try{a=c.contents().find("body").text()}catch(i){t.msg("上传接口存在跨域",r),clearInterval(f)}if(a){clearInterval(f),c.contents().find("body").html("");try{a=JSON.parse(a)}catch(i){return a={},t.msg("请对上传接口返回JSON字符",r)}"function"==typeof s.success&&s.success(a,e)}},30);e.value=""}},e("upload",function(e){var a=new s(e=e||{});a.init()})});layui.define("layer",function(e){"use strict";var i=layui.jquery,a=layui.layer,t=layui.hint(),n=layui.device(),l="form",s=".layui-form",c="layui-this",r="layui-disabled",u=function(){this.config={verify:{required:[/[\S]+/,"必填项不能为空"],phone:[/^1\d{10}$/,"请输入正确的手机号"],email:[/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/,"邮箱格式不正确"],url:[/(^#)|(^http(s*):\/\/[^\s]+\.[^\s]+)/,"链接格式不正确"],number:[/^\d+$/,"只能填写数字"],date:[/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/,"日期格式不正确"],identity:[/(^\d{15}$)|(^\d{17}(x|X|\d)$)/,"请输入正确的身份证号"]}}};u.prototype.set=function(e){var a=this;return i.extend(!0,a.config,e),a},u.prototype.verify=function(e){var a=this;return i.extend(!0,a.config.verify,e),a},u.prototype.on=function(e,i){return layui.onevent(l,e,i)},u.prototype.render=function(e){var a=this,n={select:function(){var e="请选择",a="layui-form-select",t="layui-select-title",n=i(s).find("select"),u=function(e,n){i(e.target).parent().hasClass(t)&&!n||i("."+a).removeClass(a+"ed")},o=function(e,n){var s=i(this),o=e.find("."+t);n||(o.on("click",function(i){e.hasClass(a+"ed")?e.removeClass(a+"ed"):(u(i,!0),e.addClass(a+"ed"))}),e.find("dl>dd").on("click",function(){var e=i(this),a=e.attr("lay-value"),t=s.attr("lay-filter");return!e.hasClass(r)&&(s.val(a).removeClass("layui-form-danger"),o.find("input").val(e.text()),e.addClass(c).siblings().removeClass(c),void layui.event(l,"select("+t+")",{elem:s[0],value:a}))}),e.find("dl>dt").on("click",function(e){return!1}),i(document).off("click",u).on("click",u))};n.each(function(n,l){var s=i(this),u=s.next("."+a),d=this.disabled,f=l.value,y=i(l.options[l.selectedIndex]),v=i(['
                ','
                ','
                ','
                '+function(e){var i=[];return layui.each(e,function(e,a){(0!==e||a.value)&&("optgroup"===a.tagName.toLowerCase()?i.push("
                "+a.label+"
                "):i.push('
                '+a.innerHTML+"
                "))}),i.join("")}(s.find("*"))+"
                ","
                "].join(""));u[0]&&u.remove(),s.after(v),o.call(this,v,d)})},checkbox:function(){var e={checkbox:["layui-form-checkbox","layui-form-checked","checkbox"],_switch:["layui-form-switch","layui-form-onswitch","switch"]},a=i(s).find("input[type=checkbox]"),t=function(e,a){var t=i(this);e.on("click",function(){var i=t.attr("lay-filter");t[0].disabled||(t[0].checked?(t[0].checked=!1,e.removeClass(a[1])):(t[0].checked=!0,e.addClass(a[1])),layui.event(l,a[2]+"("+i+")",{elem:t[0],value:t[0].value}))})};a.each(function(a,n){var l=i(this),s=l.attr("lay-skin"),c=this.disabled;"switch"===s&&(s="_"+s);var u=e[s]||e.checkbox,o=l.next("."+u[0]),d=i(['
                ',{_switch:""}[s]||""+(n.title||"勾选")+'',"
                "].join(""));o[0]&&o.remove(),l.after(d),t.call(this,d,u)})},radio:function(){var e="layui-form-radio",a=["",""],t=i(s).find("input[type=radio]"),n=function(t){var n=i(this),c="layui-anim-scaleSpring";t.on("click",function(){var r=n[0].name,u=n.parents(s),o=n.attr("lay-filter"),d=u.find("input[name="+r.replace(/(\.|#|\[|\])/g,"\\$1")+"]");n[0].disabled||(layui.each(d,function(){var t=i(this).next("."+e);this.checked=!1,t.removeClass(e+"ed"),t.find(".layui-icon").removeClass(c).html(a[1])}),n[0].checked=!0,t.addClass(e+"ed"),t.find(".layui-icon").addClass(c).html(a[0]),layui.event(l,"radio("+o+")",{elem:n[0],value:n[0].value}))})};t.each(function(t,l){var s=i(this),c=s.next("."+e),u=this.disabled,o=i(['
                ',''+a[l.checked?0:1]+"",""+(l.title||"未命名")+"","
                "].join(""));c[0]&&c.remove(),s.after(o),n.call(this,o)})}};return e?n[e]?n[e]():t.error("不支持的"+e+"表单渲染"):layui.each(n,function(e,i){i()}),a};var o=function(){var e=i(this),t=d.config.verify,c=null,r="layui-form-danger",u={},o=e.parents(s),f=o.find("*[lay-verify]"),y=e.parents("form")[0],v=o.find("input,select,textarea"),h=e.attr("lay-filter");return layui.each(f,function(e,l){var s=i(this),u=s.attr("lay-verify"),o="",d=s.val(),f="function"==typeof t[u];if(s.removeClass(r),t[u]&&(f?o=t[u](d,l):!t[u][0].test(d)))return a.msg(o||t[u][1],{icon:5,shift:6}),n.android||n.ios||l.focus(),s.addClass(r),c=!0}),!c&&(layui.each(v,function(e,i){i.name&&(/^checkbox|radio$/.test(i.type)&&!i.checked||(u[i.name]=i.value))}),layui.event.call(this,l,"submit("+h+")",{elem:this,form:y,field:u}))},d=new u,f=i(document);d.render(),f.on("reset",s,function(){setTimeout(function(){d.render()},50)}),f.on("submit",s,o).on("click","*[lay-submit]",o),e(l,function(e){return d.set(e)})});layui.define("jquery",function(e){"use strict";var o=layui.jquery,a=layui.hint(),r="layui-tree-enter",i=function(e){this.options=e},t={arrow:["",""],checkbox:["",""],radio:["",""],branch:["",""],leaf:""};i.prototype.init=function(e){var o=this;e.addClass("layui-box layui-tree"),o.options.skin&&e.addClass("layui-tree-skin-"+o.options.skin),o.tree(e),o.on(e)},i.prototype.tree=function(e,a){var r=this,i=r.options,n=a||i.nodes;layui.each(n,function(a,n){var l=n.children&&n.children.length>0,c=o('
                  '),s=o(["
                • ",function(){return l?''+(n.spread?t.arrow[1]:t.arrow[0])+"":""}(),function(){return i.check?''+("checkbox"===i.check?t.checkbox[0]:"radio"===i.check?t.radio[0]:"")+"":""}(),function(){return'"+(''+(l?n.spread?t.branch[1]:t.branch[0]:t.leaf)+"")+(""+(n.name||"未命名")+"")}(),"
                • "].join(""));l&&(s.append(c),r.tree(c,n.children)),e.append(s),"function"==typeof i.click&&r.click(s,n),r.spread(s,n),i.drag&&r.drag(s,n)})},i.prototype.click=function(e,o){var a=this,r=a.options;e.children("a").on("click",function(e){layui.stope(e),r.click(o)})},i.prototype.spread=function(e,o){var a=this,r=(a.options,e.children(".layui-tree-spread")),i=e.children("ul"),n=e.children("a"),l=function(){e.data("spread")?(e.data("spread",null),i.removeClass("layui-show"),r.html(t.arrow[0]),n.find(".layui-icon").html(t.branch[0])):(e.data("spread",!0),i.addClass("layui-show"),r.html(t.arrow[1]),n.find(".layui-icon").html(t.branch[1]))};i[0]&&(r.on("click",l),n.on("dblclick",l))},i.prototype.on=function(e){var a=this,i=a.options,t="layui-tree-drag";e.find("i").on("selectstart",function(e){return!1}),i.drag&&o(document).on("mousemove",function(e){var r=a.move;if(r.from){var i=(r.to,o('
                  '));e.preventDefault(),o("."+t)[0]||o("body").append(i);var n=o("."+t)[0]?o("."+t):i;n.addClass("layui-show").html(r.from.elem.children("a").html()),n.css({left:e.pageX+10,top:e.pageY+10})}}).on("mouseup",function(){var e=a.move;e.from&&(e.from.elem.children("a").removeClass(r),e.to&&e.to.elem.children("a").removeClass(r),a.move={},o("."+t).remove())})},i.prototype.move={},i.prototype.drag=function(e,a){var i=this,t=(i.options,e.children("a")),n=function(){var t=o(this),n=i.move;n.from&&(n.to={item:a,elem:e},t.addClass(r))};t.on("mousedown",function(){var o=i.move;o.from={item:a,elem:e}}),t.on("mouseenter",n).on("mousemove",n).on("mouseleave",function(){var e=o(this),a=i.move;a.from&&(delete a.to,e.removeClass(r))})},e("tree",function(e){var r=new i(e=e||{}),t=o(e.elem);return t[0]?void r.init(t):a.error("layui.tree 没有找到"+e.elem+"元素")})});layui.define("jquery",function(l){"use strict";var o=layui.jquery,i={fixbar:function(l){l=l||{},l.bgcolor=l.bgcolor?"background-color:"+l.bgcolor:"";var i,a,c="layui-fixbar-top",t=[l.bar1===!0?"":l.bar1,l.bar2===!0?"":l.bar2,""],r=o(['
                    ',l.bar1?'
                  • '+t[0]+"
                  • ":"",l.bar2?'
                  • '+t[1]+"
                  • ":"",'
                  • '+t[2]+"
                  • ","
                  "].join("")),e=r.find("."+c),s=function(){var i=o(document).scrollTop();i>=(l.showHeight||200)?a||(e.show(),a=1):a&&(e.hide(),a=0)};o(".layui-fixbar")[0]||("object"==typeof l.css&&r.css(l.css),o("body").append(r),s(),r.find("li").on("click",function(){var i=o(this),a=i.attr("lay-type");"top"===a&&o("html,body").animate({scrollTop:0},200),l.click&&l.click.call(this,a)}),o(document).on("scroll",function(){i&&clearTimeout(i),i=setTimeout(function(){s()},100)}))}};l("util",i)});layui.define("jquery",function(e){"use strict";var l=layui.jquery,o=function(e){},t='';o.prototype.load=function(e){var o,i,n,r,a=this,c=0;e=e||{};var u=l(e.elem);if(u[0]){var f=l(e.scrollElem||document),m=e.mb||50,s=!("isAuto"in e)||e.isAuto,y=e.end||"没有更多了",v=e.scrollElem&&e.scrollElem!==document,d="加载更多",h=l('");u.find(".layui-flow-more")[0]||u.append(h);var p=function(e,t){e=l(e),h.before(e),t=0==t||null,t?h.html(y):h.find("a").html(d),i=t,o=null,n&&n()},g=function(){o=!0,h.find("a").html(t),"function"==typeof e.done&&e.done(++c,p)};if(g(),h.find("a").on("click",function(){l(this);i||o||g()}),e.isLazyimg)var n=a.lazyimg({elem:e.elem+" img",scrollElem:e.scrollElem});return s?(f.on("scroll",function(){var e=l(this),t=e.scrollTop();r&&clearTimeout(r),i||(r=setTimeout(function(){var i=v?e.height():l(window).height(),n=v?e.prop("scrollHeight"):document.documentElement.scrollHeight;n-t-i<=m&&(o||g())},100))}),a):a}},o.prototype.lazyimg=function(e){var o,t=this,i=0;e=e||{};var n=l(e.scrollElem||document),r=e.elem||"img",a=e.scrollElem&&e.scrollElem!==document,c=function(e,l){var o=n.scrollTop(),r=o+l,c=a?function(){return e.offset().top-n.offset().top+o}():e.offset().top;if(c>=o&&c<=r&&!e.attr("src")){var f=e.attr("lay-src");layui.img(f,function(){var l=t.lazyimg.elem.eq(i);e.attr("src",f).removeAttr("lay-src"),l[0]&&u(l),i++})}},u=function(e,o){var u=a?(o||n).height():l(window).height(),f=n.scrollTop(),m=f+u;if(t.lazyimg.elem=l(r),e)c(e,u);else for(var s=0;sm)break}};if(u(),!o){var f;n.on("scroll",function(){var e=l(this);f&&clearTimeout(f),f=setTimeout(function(){u(null,e)},50)}),o=!0}return u},e("flow",new o)});layui.define(["layer","form"],function(t){"use strict";var e=layui.jquery,i=layui.layer,a=layui.form(),l=(layui.hint(),layui.device()),n="layedit",o="layui-show",r="layui-disabled",s=function(){var t=this;t.index=0,t.config={tool:["strong","italic","underline","del","|","left","center","right","|","link","unlink","face","image"],hideTool:[],height:280}};s.prototype.set=function(t){var i=this;return e.extend(!0,i.config,t),i},s.prototype.on=function(t,e){return layui.onevent(n,t,e)},s.prototype.build=function(t,i){i=i||{};var a=this,n=a.config,r="layui-layedit",s=e("#"+t),u="LAY_layedit_"+ ++a.index,d=s.next("."+r),y=e.extend({},n,i),f=function(){var t=[],e={};return layui.each(y.hideTool,function(t,i){e[i]=!0}),layui.each(y.tool,function(i,a){C[a]&&!e[a]&&t.push(C[a])}),t.join("")}(),m=e(['
                  ','
                  '+f+"
                  ",'
                  ','',"
                  ","
                  "].join(""));return l.ie&&l.ie<8?s.removeClass("layui-hide").addClass(o):(d[0]&&d.remove(),c.call(a,m,s[0],y),s.addClass("layui-hide").after(m),a.index)},s.prototype.getContent=function(t){var e=u(t);if(e[0])return d(e[0].document.body.innerHTML)},s.prototype.getText=function(t){var i=u(t);if(i[0])return e(i[0].document.body).text()},s.prototype.sync=function(t){var i=u(t);if(i[0]){var a=e("#"+i[1].attr("textarea"));a.val(d(i[0].document.body.innerHTML))}},s.prototype.getSelection=function(t){var e=u(t);if(e[0]){var i=m(e[0].document);return document.selection?i.text:i.toString()}};var c=function(t,i,a){var l=this,n=t.find("iframe");n.css({height:a.height}).on("load",function(){var o=n.contents(),r=n.prop("contentWindow"),s=o.find("head"),c=e([""].join("")),u=o.find("body");s.append(c),u.attr("contenteditable","true").css({"min-height":a.height}).html(i.value||""),y.apply(l,[r,n,i,a]),g.call(l,r,t,a)})},u=function(t){var i=e("#LAY_layedit_"+t),a=i.prop("contentWindow");return[a,i]},d=function(t){return 8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),t},y=function(t,a,n,o){var r=t.document,s=e(r.body);s.on("keydown",function(t){var e=t.keyCode;if(13===e){var a=m(r),l=p(a),n=l.parentNode;if("pre"===n.tagName.toLowerCase()){if(t.shiftKey)return;return i.msg("请暂时用shift+enter"),!1}r.execCommand("formatBlock",!1,"

                  ")}}),e(n).parents("form").on("submit",function(){var t=s.html();8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),n.value=t}),s.on("paste",function(e){r.execCommand("formatBlock",!1,"

                  "),setTimeout(function(){f.call(t,s),n.value=s.html()},100)})},f=function(t){var i=this;i.document;t.find("*[style]").each(function(){var t=this.style.textAlign;this.removeAttribute("style"),e(this).css({"text-align":t||""})}),t.find("table").addClass("layui-table"),t.find("script,link").remove()},m=function(t){return t.selection?t.selection.createRange():t.getSelection().getRangeAt(0)},p=function(t){return t.endContainer||t.parentElement().childNodes[0]},v=function(t,i,a){var l=this.document,n=document.createElement(t);for(var o in i)n.setAttribute(o,i[o]);if(n.removeAttribute("text"),l.selection){var r=a.text||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.pasteHTML(e(n).prop("outerHTML")),a.select()}else{var r=a.toString()||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.deleteContents(),a.insertNode(n)}},h=function(t,i){var a=this.document,l="layedit-tool-active",n=p(m(a)),o=function(e){return t.find(".layedit-tool-"+e)};i&&i[i.hasClass(l)?"removeClass":"addClass"](l),t.find(">i").removeClass(l),o("unlink").addClass(r),e(n).parents().each(function(){var t=this.tagName.toLowerCase(),e=this.style.textAlign;"b"!==t&&"strong"!==t||o("b").addClass(l),"i"!==t&&"em"!==t||o("i").addClass(l),"u"===t&&o("u").addClass(l),"strike"===t&&o("d").addClass(l),"p"===t&&("center"===e?o("center").addClass(l):"right"===e?o("right").addClass(l):o("left").addClass(l)),"a"===t&&(o("link").addClass(l),o("unlink").removeClass(r))})},g=function(t,a,l){var n=t.document,o=e(n.body),s={link:function(i){var a=p(i),l=e(a).parent();b.call(o,{href:l.attr("href"),target:l.attr("target")},function(e){var a=l[0];"A"===a.tagName?a.href=e.url:v.call(t,"a",{target:e.target,href:e.url,text:e.url},i)})},unlink:function(t){n.execCommand("unlink")},face:function(e){x.call(this,function(i){v.call(t,"img",{src:i.src,alt:i.alt},e)})},image:function(a){var n=this;layui.use("upload",function(o){var r=l.uploadImage||{};o({url:r.url,method:r.type,elem:e(n).find("input")[0],unwrap:!0,success:function(e){0==e.code?(e.data=e.data||{},v.call(t,"img",{src:e.data.src,alt:e.data.title},a)):i.msg(e.msg||"上传失败")}})})},code:function(e){k.call(o,function(i){v.call(t,"pre",{text:i.code,"lay-lang":i.lang},e)})},help:function(){i.open({type:2,title:"帮助",area:["600px","380px"],shadeClose:!0,shade:.1,skin:"layui-layer-msg",content:["http://www.layui.com/about/layedit/help.html","no"]})}},c=a.find(".layui-layedit-tool"),u=function(){var i=e(this),a=i.attr("layedit-event"),l=i.attr("lay-command");if(!i.hasClass(r)){o.focus();var u=m(n);u.commonAncestorContainer;l?(n.execCommand(l),/justifyLeft|justifyCenter|justifyRight/.test(l)&&n.execCommand("formatBlock",!1,"

                  "),setTimeout(function(){o.focus()},10)):s[a]&&s[a].call(this,u),h.call(t,c,i)}},d=/image/;c.find(">i").on("mousedown",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)||u.call(this)}).on("click",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)&&u.call(this)}),o.on("click",function(){h.call(t,c),i.close(x.index)})},b=function(t,e){var l=this,n=i.open({type:1,id:"LAY_layedit_link",area:"350px",shade:.05,shadeClose:!0,moveType:1,title:"超链接",skin:"layui-layer-msg",content:['

                    ','
                  • ','','
                    ','',"
                    ","
                  • ",'
                  • ','','
                    ','",'","
                    ","
                  • ",'
                  • ','','',"
                  • ","
                  "].join(""),success:function(t,n){var o="submit(layedit-link-yes)";a.render("radio"),t.find(".layui-btn-primary").on("click",function(){i.close(n),l.focus()}),a.on(o,function(t){i.close(b.index),e&&e(t.field)})}});b.index=n},x=function(t){var a=function(){var t=["[微笑]","[嘻嘻]","[哈哈]","[可爱]","[可怜]","[挖鼻]","[吃惊]","[害羞]","[挤眼]","[闭嘴]","[鄙视]","[爱你]","[泪]","[偷笑]","[亲亲]","[生病]","[太开心]","[白眼]","[右哼哼]","[左哼哼]","[嘘]","[衰]","[委屈]","[吐]","[哈欠]","[抱抱]","[怒]","[疑问]","[馋嘴]","[拜拜]","[思考]","[汗]","[困]","[睡]","[钱]","[失望]","[酷]","[色]","[哼]","[鼓掌]","[晕]","[悲伤]","[抓狂]","[黑线]","[阴险]","[怒骂]","[互粉]","[心]","[伤心]","[猪头]","[熊猫]","[兔子]","[ok]","[耶]","[good]","[NO]","[赞]","[来]","[弱]","[草泥马]","[神马]","[囧]","[浮云]","[给力]","[围观]","[威武]","[奥特曼]","[礼物]","[钟]","[话筒]","[蜡烛]","[蛋糕]"],e={};return layui.each(t,function(t,i){e[i]=layui.cache.dir+"images/face/"+t+".gif"}),e}();return x.hide=x.hide||function(t){"face"!==e(t.target).attr("layedit-event")&&i.close(x.index)},x.index=i.tips(function(){var t=[];return layui.each(a,function(e,i){t.push('
                • '+e+'
                • ')}),'
                    '+t.join("")+"
                  "}(),this,{tips:1,time:0,skin:"layui-box layui-util-face",maxWidth:500,success:function(l,n){l.css({marginTop:-4,marginLeft:-10}).find(".layui-clear>li").on("click",function(){t&&t({src:a[this.title],alt:this.title}),i.close(n)}),e(document).off("click",x.hide).on("click",x.hide)}})},k=function(t){var e=this,l=i.open({type:1,id:"LAY_layedit_code",area:"550px",shade:.05,shadeClose:!0,moveType:1,title:"插入代码",skin:"layui-layer-msg",content:['
                    ','
                  • ','','
                    ','","
                    ","
                  • ",'
                  • ','','
                    ','',"
                    ","
                  • ",'
                  • ','','',"
                  • ","
                  "].join(""),success:function(l,n){var o="submit(layedit-code-yes)";a.render("select"),l.find(".layui-btn-primary").on("click",function(){i.close(n),e.focus()}),a.on(o,function(e){i.close(k.index),t&&t(e.field)})}});k.index=l},C={html:'',strong:'',italic:'',underline:'',del:'',"|":'',left:'',center:'',right:'',link:'',unlink:'',face:'',image:'',code:'',help:''},w=new s;t(n,w)});layui.define("jquery",function(e){"use strict";var a=layui.jquery,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
                  1. '+o.replace(/[\r\t\n]+/g,"
                  2. ")+"
                  "),c.find(">.layui-code-h3")[0]||c.prepend('

                  '+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

                  ");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); \ No newline at end of file diff --git a/build/lay/lib/jquery.js b/build/lay/lib/jquery.js index d74589ec..da8f5b83 100644 --- a/build/lay/lib/jquery.js +++ b/build/lay/lib/jquery.js @@ -1,4 +1,4 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;!function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e){var t=!!e&&"length"in e&&e.length,n=pe.type(e);return"function"!==n&&!pe.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e,t,n){if(pe.isFunction(t))return pe.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return pe.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(Ce.test(t))return pe.filter(t,e,n);t=pe.filter(t,e)}return pe.grep(e,function(e){return pe.inArray(e,t)>-1!==n})}function i(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function o(e){var t={};return pe.each(e.match(De)||[],function(e,n){t[n]=!0}),t}function a(){re.addEventListener?(re.removeEventListener("DOMContentLoaded",s),e.removeEventListener("load",s)):(re.detachEvent("onreadystatechange",s),e.detachEvent("onload",s))}function s(){(re.addEventListener||"load"===e.event.type||"complete"===re.readyState)&&(a(),pe.ready())}function u(e,t,n){if(void 0===n&&1===e.nodeType){var r="data-"+t.replace(_e,"-$1").toLowerCase();if(n=e.getAttribute(r),"string"==typeof n){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:qe.test(n)?pe.parseJSON(n):n)}catch(i){}pe.data(e,t,n)}else n=void 0}return n}function l(e){var t;for(t in e)if(("data"!==t||!pe.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function c(e,t,n,r){if(He(e)){var i,o,a=pe.expando,s=e.nodeType,u=s?pe.cache:e,l=s?e[a]:e[a]&&a;if(l&&u[l]&&(r||u[l].data)||void 0!==n||"string"!=typeof t)return l||(l=s?e[a]=ne.pop()||pe.guid++:a),u[l]||(u[l]=s?{}:{toJSON:pe.noop}),"object"!=typeof t&&"function"!=typeof t||(r?u[l]=pe.extend(u[l],t):u[l].data=pe.extend(u[l].data,t)),o=u[l],r||(o.data||(o.data={}),o=o.data),void 0!==n&&(o[pe.camelCase(t)]=n),"string"==typeof t?(i=o[t],null==i&&(i=o[pe.camelCase(t)])):i=o,i}}function f(e,t,n){if(He(e)){var r,i,o=e.nodeType,a=o?pe.cache:e,s=o?e[pe.expando]:pe.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){pe.isArray(t)?t=t.concat(pe.map(t,pe.camelCase)):t in r?t=[t]:(t=pe.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;for(;i--;)delete r[t[i]];if(n?!l(r):!pe.isEmptyObject(r))return}(n||(delete a[s].data,l(a[s])))&&(o?pe.cleanData([e],!0):fe.deleteExpando||a!=a.window?delete a[s]:a[s]=void 0)}}}function d(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return pe.css(e,t,"")},u=s(),l=n&&n[3]||(pe.cssNumber[t]?"":"px"),c=(pe.cssNumber[t]||"px"!==l&&+u)&&Me.exec(pe.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do o=o||".5",c/=o,pe.style(e,t,c+l);while(o!==(o=s()/u)&&1!==o&&--a)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function p(e){var t=ze.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function h(e,t){var n,r,i=0,o="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):void 0;if(!o)for(o=[],n=e.childNodes||e;null!=(r=n[i]);i++)!t||pe.nodeName(r,t)?o.push(r):pe.merge(o,h(r,t));return void 0===t||t&&pe.nodeName(e,t)?pe.merge([e],o):o}function g(e,t){for(var n,r=0;null!=(n=e[r]);r++)pe._data(n,"globalEval",!t||pe._data(t[r],"globalEval"))}function m(e){Be.test(e.type)&&(e.defaultChecked=e.checked)}function y(e,t,n,r,i){for(var o,a,s,u,l,c,f,d=e.length,y=p(t),v=[],x=0;x"!==f[1]||Ve.test(a)?0:u:u.firstChild,o=a&&a.childNodes.length;o--;)pe.nodeName(c=a.childNodes[o],"tbody")&&!c.childNodes.length&&a.removeChild(c);for(pe.merge(v,u.childNodes),u.textContent="";u.firstChild;)u.removeChild(u.firstChild);u=y.lastChild}else v.push(t.createTextNode(a));for(u&&y.removeChild(u),fe.appendChecked||pe.grep(h(v,"input"),m),x=0;a=v[x++];)if(r&&pe.inArray(a,r)>-1)i&&i.push(a);else if(s=pe.contains(a.ownerDocument,a),u=h(y.appendChild(a),"script"),s&&g(u),n)for(o=0;a=u[o++];)Ie.test(a.type||"")&&n.push(a);return u=null,y}function v(){return!0}function x(){return!1}function b(){try{return re.activeElement}catch(e){}}function w(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)w(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),i===!1)i=x;else if(!i)return e;return 1===o&&(a=i,i=function(e){return pe().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=pe.guid++)),e.each(function(){pe.event.add(this,t,i,r,n)})}function T(e,t){return pe.nodeName(e,"table")&&pe.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function C(e){return e.type=(null!==pe.find.attr(e,"type"))+"/"+e.type,e}function E(e){var t=it.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function N(e,t){if(1===t.nodeType&&pe.hasData(e)){var n,r,i,o=pe._data(e),a=pe._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;r1&&"string"==typeof p&&!fe.checkClone&&rt.test(p))return e.each(function(i){var o=e.eq(i);g&&(t[0]=p.call(this,i,o.html())),S(o,t,n,r)});if(f&&(l=y(t,e[0].ownerDocument,!1,e,r),i=l.firstChild,1===l.childNodes.length&&(l=i),i||r)){for(s=pe.map(h(l,"script"),C),a=s.length;c")).appendTo(t.documentElement),t=(ut[0].contentWindow||ut[0].contentDocument).document,t.write(),t.close(),n=D(e,t),ut.detach()),lt[e]=n),n}function L(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function H(e){if(e in Et)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=Ct.length;n--;)if(e=Ct[n]+t,e in Et)return e}function q(e,t){for(var n,r,i,o=[],a=0,s=e.length;a=0&&n=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||"object"!==pe.type(e)||e.nodeType||pe.isWindow(e))return!1;try{if(e.constructor&&!ce.call(e,"constructor")&&!ce.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(!fe.ownFirst)for(t in e)return ce.call(e,t);for(t in e);return void 0===t||ce.call(e,t)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ue[le.call(e)]||"object":typeof e},globalEval:function(t){t&&pe.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(ge,"ms-").replace(me,ye)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var r,i=0;if(n(e))for(r=e.length;iT.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[P]=!0,e}function i(e){var t=H.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)T.attrHandle[n[r]]=t}function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||V)-(~e.sourceIndex||V);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function f(){}function d(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function g(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(a[l]=f))}}else x=m(x===a?x.splice(h,x.length):x),o?o(null,a,x,u):Q.apply(a,x)})}function v(e){for(var t,n,r,i=e.length,o=T.relative[e[0].type],a=o||T.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return ee(t,e)>-1},a,!0),c=[function(e,n,r){var i=!o&&(r||n!==A)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s1&&h(c),s>1&&d(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(se,"$1"),n,s0,o=e.length>0,a=function(r,a,s,u,l){var c,f,d,p=0,h="0",g=r&&[],y=[],v=A,x=r||o&&T.find.TAG("*",l),b=W+=null==v?1:Math.random()||.1,w=x.length;for(l&&(A=a===H||a||l);h!==w&&null!=(c=x[h]);h++){if(o&&c){for(f=0,a||c.ownerDocument===H||(L(c),s=!_);d=e[f++];)if(d(c,a||H,s)){u.push(c);break}l&&(W=b)}i&&((c=!d&&c)&&p--,r&&g.push(c))}if(p+=h,i&&h!==p){for(f=0;d=n[f++];)d(g,y,a,s);if(r){if(p>0)for(;h--;)g[h]||y[h]||(y[h]=G.call(u));y=m(y)}Q.apply(u,y),l&&!r&&y.length>0&&p+n.length>1&&t.uniqueSort(u)}return l&&(W=b,A=v),g};return i?r(a):a}var b,w,T,C,E,N,k,S,A,D,j,L,H,q,_,F,M,O,R,P="sizzle"+1*new Date,B=e.document,W=0,I=0,$=n(),z=n(),X=n(),U=function(e,t){return e===t&&(j=!0),0},V=1<<31,Y={}.hasOwnProperty,J=[],G=J.pop,K=J.push,Q=J.push,Z=J.slice,ee=function(e,t){for(var n=0,r=e.length;n+~]|"+ne+")"+ne+"*"),ce=new RegExp("="+ne+"*([^\\]'\"]*?)"+ne+"*\\]","g"),fe=new RegExp(oe),de=new RegExp("^"+re+"$"),pe={ID:new RegExp("^#("+re+")"),CLASS:new RegExp("^\\.("+re+")"),TAG:new RegExp("^("+re+"|[*])"),ATTR:new RegExp("^"+ie),PSEUDO:new RegExp("^"+oe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ne+"*(even|odd|(([+-]|)(\\d*)n|)"+ne+"*(?:([+-]|)"+ne+"*(\\d+)|))"+ne+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ne+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ne+"*((?:-\\d)?\\d*)"+ne+"*\\)|)(?=[^-]|$)","i")},he=/^(?:input|select|textarea|button)$/i,ge=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ye=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,xe=/'|\\/g,be=new RegExp("\\\\([\\da-f]{1,6}"+ne+"?|("+ne+")|.)","ig"),we=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},Te=function(){L()};try{Q.apply(J=Z.call(B.childNodes),B.childNodes),J[B.childNodes.length].nodeType}catch(Ce){Q={apply:J.length?function(e,t){K.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}w=t.support={},E=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},L=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:B;return r!==H&&9===r.nodeType&&r.documentElement?(H=r,q=H.documentElement,_=!E(H),(n=H.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Te,!1):n.attachEvent&&n.attachEvent("onunload",Te)),w.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=i(function(e){return e.appendChild(H.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=me.test(H.getElementsByClassName),w.getById=i(function(e){return q.appendChild(e).id=P,!H.getElementsByName||!H.getElementsByName(P).length}),w.getById?(T.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&_){var n=t.getElementById(e);return n?[n]:[]}},T.filter.ID=function(e){var t=e.replace(be,we);return function(e){return e.getAttribute("id")===t}}):(delete T.find.ID,T.filter.ID=function(e){var t=e.replace(be,we);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),T.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},T.find.CLASS=w.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&_)return t.getElementsByClassName(e)},M=[],F=[],(w.qsa=me.test(H.querySelectorAll))&&(i(function(e){q.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+ne+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||F.push("\\["+ne+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+P+"-]").length||F.push("~="),e.querySelectorAll(":checked").length||F.push(":checked"),e.querySelectorAll("a#"+P+"+*").length||F.push(".#.+[+~]")}),i(function(e){var t=H.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&F.push("name"+ne+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||F.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),F.push(",.*:")})),(w.matchesSelector=me.test(O=q.matches||q.webkitMatchesSelector||q.mozMatchesSelector||q.oMatchesSelector||q.msMatchesSelector))&&i(function(e){w.disconnectedMatch=O.call(e,"div"),O.call(e,"[s!='']:x"),M.push("!=",oe)}),F=F.length&&new RegExp(F.join("|")),M=M.length&&new RegExp(M.join("|")),t=me.test(q.compareDocumentPosition),R=t||me.test(q.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},U=t?function(e,t){if(e===t)return j=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!w.sortDetached&&t.compareDocumentPosition(e)===n?e===H||e.ownerDocument===B&&R(B,e)?-1:t===H||t.ownerDocument===B&&R(B,t)?1:D?ee(D,e)-ee(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return j=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===H?-1:t===H?1:i?-1:o?1:D?ee(D,e)-ee(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===B?-1:u[r]===B?1:0},H):H},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==H&&L(e),n=n.replace(ce,"='$1']"),w.matchesSelector&&_&&!X[n+" "]&&(!M||!M.test(n))&&(!F||!F.test(n)))try{var r=O.call(e,n);if(r||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(i){}return t(n,H,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==H&&L(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==H&&L(e);var n=T.attrHandle[t.toLowerCase()],r=n&&Y.call(T.attrHandle,t.toLowerCase())?n(e,t,!_):void 0;return void 0!==r?r:w.attributes||!_?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(j=!w.detectDuplicates,D=!w.sortStable&&e.slice(0),e.sort(U),j){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},C=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=C(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=C(t);return n},T=t.selectors={cacheLength:50,createPseudo:r,match:pe,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(be,we),e[3]=(e[3]||e[4]||e[5]||"").replace(be,we),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return pe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&fe.test(n)&&(t=N(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(be,we).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=$[e+" "];return t||(t=new RegExp("(^|"+ne+")"+e+"("+ne+"|$)"))&&$(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(ae," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,d,p,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s,x=!1;if(m){if(o){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){for(d=m,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}), l=c[e]||[],p=l[0]===W&&l[1],x=p&&l[2],d=p&&m.childNodes[p];d=++p&&d&&d[g]||(x=p=0)||h.pop();)if(1===d.nodeType&&++x&&d===t){c[e]=[W,p,x];break}}else if(v&&(d=t,f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}),l=c[e]||[],p=l[0]===W&&l[1],x=p),x===!1)for(;(d=++p&&d&&d[g]||(x=p=0)||h.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++x||(v&&(f=d[P]||(d[P]={}),c=f[d.uniqueID]||(f[d.uniqueID]={}),c[e]=[W,x]),d!==t)););return x-=i,x===r||x%r===0&&x/r>=0}}},PSEUDO:function(e,n){var i,o=T.pseudos[e]||T.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[P]?o(n):o.length>1?(i=[e,e,"",n],T.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)r=ee(e,i[a]),e[r]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=k(e.replace(se,"$1"));return i[P]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(be,we),function(t){return(t.textContent||t.innerText||C(t)).indexOf(e)>-1}}),lang:r(function(e){return de.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(be,we).toLowerCase(),function(t){var n;do if(n=_?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===q},focus:function(e){return e===H.activeElement&&(!H.hasFocus||H.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!T.pseudos.empty(e)},header:function(e){return ge.test(e.nodeName)},input:function(e){return he.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[n<0?n+t:n]}),even:l(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:l(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(a=o[0]).type&&w.getById&&9===t.nodeType&&_&&T.relative[o[1].type]){if(t=(T.find.ID(a.matches[0].replace(be,we),t)||[])[0],!t)return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=pe.needsContext.test(e)?0:o.length;i--&&(a=o[i],!T.relative[s=a.type]);)if((u=T.find[s])&&(r=u(a.matches[0].replace(be,we),ve.test(o[0].type)&&c(t.parentNode)||t))){if(o.splice(i,1),e=r.length&&d(o),!e)return Q.apply(n,r),n;break}}return(l||k(e,f))(r,t,!_,n,!t||ve.test(e)&&c(t.parentNode)||t),n},w.sortStable=P.split("").sort(U).join("")===P,w.detectDuplicates=!!j,L(),w.sortDetached=i(function(e){return 1&e.compareDocumentPosition(H.createElement("div"))}),i(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),w.attributes&&i(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(te,function(e,t,n){var r;if(!n)return e[t]===!0?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);pe.find=ve,pe.expr=ve.selectors,pe.expr[":"]=pe.expr.pseudos,pe.uniqueSort=pe.unique=ve.uniqueSort,pe.text=ve.getText,pe.isXMLDoc=ve.isXML,pe.contains=ve.contains;var xe=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&pe(e).is(n))break;r.push(e)}return r},be=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},we=pe.expr.match.needsContext,Te=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,Ce=/^.[^:#\[\.,]*$/;pe.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?pe.find.matchesSelector(r,e)?[r]:[]:pe.find.matches(e,pe.grep(t,function(e){return 1===e.nodeType}))},pe.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(pe(e).filter(function(){for(t=0;t1?pe.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},filter:function(e){return this.pushStack(r(this,e||[],!1))},not:function(e){return this.pushStack(r(this,e||[],!0))},is:function(e){return!!r(this,"string"==typeof e&&we.test(e)?pe(e):e||[],!1).length}});var Ee,Ne=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,ke=pe.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Ee,"string"==typeof e){if(r="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:Ne.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof pe?t[0]:t,pe.merge(this,pe.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:re,!0)),Te.test(r[1])&&pe.isPlainObject(t))for(r in t)pe.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}if(i=re.getElementById(r[2]),i&&i.parentNode){if(i.id!==r[2])return Ee.find(e);this.length=1,this[0]=i}return this.context=re,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):pe.isFunction(e)?"undefined"!=typeof n.ready?n.ready(e):e(pe):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),pe.makeArray(e,this))};ke.prototype=pe.fn,Ee=pe(re);var Se=/^(?:parents|prev(?:Until|All))/,Ae={children:!0,contents:!0,next:!0,prev:!0};pe.fn.extend({has:function(e){var t,n=pe(e,this),r=n.length;return this.filter(function(){for(t=0;t-1:1===n.nodeType&&pe.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?pe.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?pe.inArray(this[0],pe(e)):pe.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(pe.uniqueSort(pe.merge(this.get(),pe(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),pe.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return xe(e,"parentNode")},parentsUntil:function(e,t,n){return xe(e,"parentNode",n)},next:function(e){return i(e,"nextSibling")},prev:function(e){return i(e,"previousSibling")},nextAll:function(e){return xe(e,"nextSibling")},prevAll:function(e){return xe(e,"previousSibling")},nextUntil:function(e,t,n){return xe(e,"nextSibling",n)},prevUntil:function(e,t,n){return xe(e,"previousSibling",n)},siblings:function(e){return be((e.parentNode||{}).firstChild,e)},children:function(e){return be(e.firstChild)},contents:function(e){return pe.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:pe.merge([],e.childNodes)}},function(e,t){pe.fn[e]=function(n,r){var i=pe.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=pe.filter(r,i)),this.length>1&&(Ae[e]||(i=pe.uniqueSort(i)),Se.test(e)&&(i=i.reverse())),this.pushStack(i)}});var De=/\S+/g;pe.Callbacks=function(e){e="string"==typeof e?o(e):pe.extend({},e);var t,n,r,i,a=[],s=[],u=-1,l=function(){for(i=e.once,r=t=!0;s.length;u=-1)for(n=s.shift();++u-1;)a.splice(n,1),n<=u&&u--}),this},has:function(e){return e?pe.inArray(e,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return i=s=[],a=n="",this},disabled:function(){return!a},lock:function(){return i=!0,n||c.disable(),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},pe.extend({Deferred:function(e){var t=[["resolve","done",pe.Callbacks("once memory"),"resolved"],["reject","fail",pe.Callbacks("once memory"),"rejected"],["notify","progress",pe.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return pe.Deferred(function(n){pe.each(t,function(t,o){var a=pe.isFunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&pe.isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?pe.extend(e,r):r}},i={};return r.pipe=r.then,pe.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,o=ie.call(arguments),a=o.length,s=1!==a||e&&pe.isFunction(e.promise)?a:0,u=1===s?e:pe.Deferred(),l=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?ie.call(arguments):i,r===t?u.notifyWith(n,r):--s||u.resolveWith(n,r)}};if(a>1)for(t=new Array(a),n=new Array(a),r=new Array(a);i0||(je.resolveWith(re,[pe]),pe.fn.triggerHandler&&(pe(re).triggerHandler("ready"),pe(re).off("ready"))))}}),pe.ready.promise=function(t){if(!je)if(je=pe.Deferred(),"complete"===re.readyState||"loading"!==re.readyState&&!re.documentElement.doScroll)e.setTimeout(pe.ready);else if(re.addEventListener)re.addEventListener("DOMContentLoaded",s),e.addEventListener("load",s);else{re.attachEvent("onreadystatechange",s),e.attachEvent("onload",s);var n=!1;try{n=null==e.frameElement&&re.documentElement}catch(r){}n&&n.doScroll&&!function i(){if(!pe.isReady){try{n.doScroll("left")}catch(t){return e.setTimeout(i,50)}a(),pe.ready()}}()}return je.promise(t)},pe.ready.promise();var Le;for(Le in pe(fe))break;fe.ownFirst="0"===Le,fe.inlineBlockNeedsLayout=!1,pe(function(){var e,t,n,r;n=re.getElementsByTagName("body")[0],n&&n.style&&(t=re.createElement("div"),r=re.createElement("div"),r.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(r).appendChild(t),"undefined"!=typeof t.style.zoom&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",fe.inlineBlockNeedsLayout=e=3===t.offsetWidth,e&&(n.style.zoom=1)),n.removeChild(r))}),function(){var e=re.createElement("div");fe.deleteExpando=!0;try{delete e.test}catch(t){fe.deleteExpando=!1}e=null}();var He=function(e){var t=pe.noData[(e.nodeName+" ").toLowerCase()],n=+e.nodeType||1;return(1===n||9===n)&&(!t||t!==!0&&e.getAttribute("classid")===t)},qe=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,_e=/([A-Z])/g;pe.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?pe.cache[e[pe.expando]]:e[pe.expando],!!e&&!l(e)},data:function(e,t,n){return c(e,t,n)},removeData:function(e,t){return f(e,t)},_data:function(e,t,n){return c(e,t,n,!0)},_removeData:function(e,t){return f(e,t,!0)}}),pe.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=pe.data(o),1===o.nodeType&&!pe._data(o,"parsedAttrs"))){for(n=a.length;n--;)a[n]&&(r=a[n].name,0===r.indexOf("data-")&&(r=pe.camelCase(r.slice(5)),u(o,r,i[r])));pe._data(o,"parsedAttrs",!0)}return i}return"object"==typeof e?this.each(function(){pe.data(this,e)}):arguments.length>1?this.each(function(){pe.data(this,e,t)}):o?u(o,e,pe.data(o,e)):void 0},removeData:function(e){return this.each(function(){pe.removeData(this,e)})}}),pe.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=pe._data(e,t),n&&(!r||pe.isArray(n)?r=pe._data(e,t,pe.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=pe.queue(e,t),r=n.length,i=n.shift(),o=pe._queueHooks(e,t),a=function(){pe.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return pe._data(e,n)||pe._data(e,n,{empty:pe.Callbacks("once memory").add(function(){pe._removeData(e,t+"queue"),pe._removeData(e,n)})})}}),pe.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length
                  a",fe.leadingWhitespace=3===e.firstChild.nodeType,fe.tbody=!e.getElementsByTagName("tbody").length,fe.htmlSerialize=!!e.getElementsByTagName("link").length,fe.html5Clone="<:nav>"!==re.createElement("nav").cloneNode(!0).outerHTML,n.type="checkbox",n.checked=!0,t.appendChild(n),fe.appendChecked=n.checked,e.innerHTML="",fe.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,t.appendChild(e),n=re.createElement("input"),n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),fe.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,fe.noCloneEvent=!!e.addEventListener,e[pe.expando]=1,fe.attributes=!e.getAttribute(pe.expando)}();var Xe={option:[1,""],legend:[1,"
                  ","
                  "],area:[1,"",""],param:[1,"",""],thead:[1,"","
                  "],tr:[2,"","
                  "],col:[2,"","
                  "],td:[3,"","
                  "],_default:fe.htmlSerialize?[0,"",""]:[1,"X
                  ","
                  "]};Xe.optgroup=Xe.option,Xe.tbody=Xe.tfoot=Xe.colgroup=Xe.caption=Xe.thead,Xe.th=Xe.td;var Ue=/<|&#?\w+;/,Ve=/-1&&(h=p.split("."),p=h.shift(),h.sort()),a=p.indexOf(":")<0&&"on"+p,t=t[pe.expando]?t:new pe.Event(p,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:pe.makeArray(n,[t]),l=pe.event.special[p]||{},i||!l.trigger||l.trigger.apply(r,n)!==!1)){if(!i&&!l.noBubble&&!pe.isWindow(r)){for(u=l.delegateType||p,Ke.test(u+p)||(s=s.parentNode);s;s=s.parentNode)d.push(s),c=s;c===(r.ownerDocument||re)&&d.push(c.defaultView||c.parentWindow||e)}for(f=0;(s=d[f++])&&!t.isPropagationStopped();)t.type=f>1?u:l.bindType||p,o=(pe._data(s,"events")||{})[t.type]&&pe._data(s,"handle"),o&&o.apply(s,n),o=a&&s[a],o&&o.apply&&He(s)&&(t.result=o.apply(s,n),t.result===!1&&t.preventDefault());if(t.type=p,!i&&!t.isDefaultPrevented()&&(!l._default||l._default.apply(d.pop(),n)===!1)&&He(r)&&a&&r[p]&&!pe.isWindow(r)){c=r[a],c&&(r[a]=null),pe.event.triggered=p;try{r[p]()}catch(g){}pe.event.triggered=void 0,c&&(r[a]=c)}return t.result}},dispatch:function(e){e=pe.event.fix(e);var t,n,r,i,o,a=[],s=ie.call(arguments),u=(pe._data(this,"events")||{})[e.type]||[],l=pe.event.special[e.type]||{};if(s[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){for(a=pe.event.handlers.call(this,e,u),t=0;(i=a[t++])&&!e.isPropagationStopped();)for(e.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!e.isImmediatePropagationStopped();)e.rnamespace&&!e.rnamespace.test(o.namespace)||(e.handleObj=o,e.data=o.data,r=((pe.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s),void 0!==r&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,a=[],s=t.delegateCount,u=e.target;if(s&&u.nodeType&&("click"!==e.type||isNaN(e.button)||e.button<1))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(r=[],n=0;n-1:pe.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&a.push({elem:u,handlers:r})}return s]","i"),tt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,nt=/\s*$/g,at=p(re),st=at.appendChild(re.createElement("div"));pe.extend({htmlPrefilter:function(e){return e.replace(tt,"<$1>")},clone:function(e,t,n){var r,i,o,a,s,u=pe.contains(e.ownerDocument,e);if(fe.html5Clone||pe.isXMLDoc(e)||!et.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(st.innerHTML=e.outerHTML,st.removeChild(o=st.firstChild)),!(fe.noCloneEvent&&fe.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||pe.isXMLDoc(e)))for(r=h(o),s=h(e),a=0;null!=(i=s[a]);++a)r[a]&&k(i,r[a]);if(t)if(n)for(s=s||h(e),r=r||h(o),a=0;null!=(i=s[a]);a++)N(i,r[a]);else N(e,o);return r=h(o,"script"),r.length>0&&g(r,!u&&h(e,"script")),r=s=i=null,o},cleanData:function(e,t){for(var n,r,i,o,a=0,s=pe.expando,u=pe.cache,l=fe.attributes,c=pe.event.special;null!=(n=e[a]);a++)if((t||He(n))&&(i=n[s],o=i&&u[i])){if(o.events)for(r in o.events)c[r]?pe.event.remove(n,r):pe.removeEvent(n,r,o.handle);u[i]&&(delete u[i],l||"undefined"==typeof n.removeAttribute?n[s]=void 0:n.removeAttribute(s),ne.push(i))}}}),pe.fn.extend({domManip:S,detach:function(e){return A(this,e,!0)},remove:function(e){return A(this,e)},text:function(e){return Pe(this,function(e){return void 0===e?pe.text(this):this.empty().append((this[0]&&this[0].ownerDocument||re).createTextNode(e))},null,e,arguments.length)},append:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=T(this,e);t.appendChild(e)}})},prepend:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=T(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++){for(1===e.nodeType&&pe.cleanData(h(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&pe.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return pe.clone(this,e,t)})},html:function(e){return Pe(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e)return 1===t.nodeType?t.innerHTML.replace(Ze,""):void 0;if("string"==typeof e&&!nt.test(e)&&(fe.htmlSerialize||!et.test(e))&&(fe.leadingWhitespace||!$e.test(e))&&!Xe[(We.exec(e)||["",""])[1].toLowerCase()]){e=pe.htmlPrefilter(e);try{for(;nt",t=l.getElementsByTagName("td"),t[0].style.cssText="margin:0;border:0;padding:0;display:none",o=0===t[0].offsetHeight,o&&(t[0].style.display="",t[1].style.display="none",o=0===t[0].offsetHeight)),f.removeChild(u)}var n,r,i,o,a,s,u=re.createElement("div"),l=re.createElement("div");l.style&&(l.style.cssText="float:left;opacity:.5",fe.opacity="0.5"===l.style.opacity,fe.cssFloat=!!l.style.cssFloat,l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",fe.clearCloneStyle="content-box"===l.style.backgroundClip,u=re.createElement("div"),u.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",l.innerHTML="",u.appendChild(l),fe.boxSizing=""===l.style.boxSizing||""===l.style.MozBoxSizing||""===l.style.WebkitBoxSizing,pe.extend(fe,{reliableHiddenOffsets:function(){return null==n&&t(),o},boxSizingReliable:function(){return null==n&&t(),i},pixelMarginRight:function(){return null==n&&t(),r},pixelPosition:function(){return null==n&&t(),n},reliableMarginRight:function(){return null==n&&t(),a},reliableMarginLeft:function(){return null==n&&t(),s}}))}();var ht,gt,mt=/^(top|right|bottom|left)$/;e.getComputedStyle?(ht=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},gt=function(e,t,n){var r,i,o,a,s=e.style;return n=n||ht(e),a=n?n.getPropertyValue(t)||n[t]:void 0,""!==a&&void 0!==a||pe.contains(e.ownerDocument,e)||(a=pe.style(e,t)),n&&!fe.pixelMarginRight()&&ft.test(a)&&ct.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o),void 0===a?a:a+""}):pt.currentStyle&&(ht=function(e){return e.currentStyle},gt=function(e,t,n){var r,i,o,a,s=e.style;return n=n||ht(e),a=n?n[t]:void 0,null==a&&s&&s[t]&&(a=s[t]),ft.test(a)&&!mt.test(t)&&(r=s.left,i=e.runtimeStyle,o=i&&i.left,o&&(i.left=e.currentStyle.left),s.left="fontSize"===t?"1em":a,a=s.pixelLeft+"px",s.left=r,o&&(i.left=o)),void 0===a?a:a+""||"auto"});var yt=/alpha\([^)]*\)/i,vt=/opacity\s*=\s*([^)]*)/i,xt=/^(none|table(?!-c[ea]).+)/,bt=new RegExp("^("+Fe+")(.*)$","i"),wt={position:"absolute",visibility:"hidden",display:"block"},Tt={letterSpacing:"0",fontWeight:"400"},Ct=["Webkit","O","Moz","ms"],Et=re.createElement("div").style;pe.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=gt(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":fe.cssFloat?"cssFloat":"styleFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=pe.camelCase(t),u=e.style;if(t=pe.cssProps[s]||(pe.cssProps[s]=H(s)||s),a=pe.cssHooks[t]||pe.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:u[t];if(o=typeof n,"string"===o&&(i=Me.exec(n))&&i[1]&&(n=d(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(pe.cssNumber[s]?"":"px")),fe.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),!(a&&"set"in a&&void 0===(n=a.set(e,n,r)))))try{u[t]=n}catch(l){}}},css:function(e,t,n,r){var i,o,a,s=pe.camelCase(t);return t=pe.cssProps[s]||(pe.cssProps[s]=H(s)||s),a=pe.cssHooks[t]||pe.cssHooks[s],a&&"get"in a&&(o=a.get(e,!0,n)),void 0===o&&(o=gt(e,t,r)),"normal"===o&&t in Tt&&(o=Tt[t]),""===n||n?(i=parseFloat(o),n===!0||isFinite(i)?i||0:o):o}}),pe.each(["height","width"],function(e,t){pe.cssHooks[t]={get:function(e,n,r){if(n)return xt.test(pe.css(e,"display"))&&0===e.offsetWidth?dt(e,wt,function(){return M(e,t,r)}):M(e,t,r)},set:function(e,n,r){var i=r&&ht(e);return _(e,n,r?F(e,t,r,fe.boxSizing&&"border-box"===pe.css(e,"boxSizing",!1,i),i):0)}}}),fe.opacity||(pe.cssHooks.opacity={get:function(e,t){return vt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=pe.isNumeric(t)?"alpha(opacity="+100*t+")":"",o=r&&r.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===pe.trim(o.replace(yt,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||r&&!r.filter)||(n.filter=yt.test(o)?o.replace(yt,i):o+" "+i)}}),pe.cssHooks.marginRight=L(fe.reliableMarginRight,function(e,t){if(t)return dt(e,{display:"inline-block"},gt,[e,"marginRight"])}),pe.cssHooks.marginLeft=L(fe.reliableMarginLeft,function(e,t){if(t)return(parseFloat(gt(e,"marginLeft"))||(pe.contains(e.ownerDocument,e)?e.getBoundingClientRect().left-dt(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}):0))+"px"}),pe.each({margin:"",padding:"",border:"Width"},function(e,t){pe.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+Oe[r]+t]=o[r]||o[r-2]||o[0];return i}},ct.test(e)||(pe.cssHooks[e+t].set=_)}),pe.fn.extend({css:function(e,t){return Pe(this,function(e,t,n){var r,i,o={},a=0;if(pe.isArray(t)){for(r=ht(e),i=t.length;a1)},show:function(){return q(this,!0)},hide:function(){return q(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Re(this)?pe(this).show():pe(this).hide()})}}),pe.Tween=O,O.prototype={constructor:O,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||pe.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(pe.cssNumber[n]?"":"px")},cur:function(){var e=O.propHooks[this.prop];return e&&e.get?e.get(this):O.propHooks._default.get(this)},run:function(e){var t,n=O.propHooks[this.prop];return this.options.duration?this.pos=t=pe.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):O.propHooks._default.set(this),this}},O.prototype.init.prototype=O.prototype,O.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=pe.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){pe.fx.step[e.prop]?pe.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[pe.cssProps[e.prop]]&&!pe.cssHooks[e.prop]?e.elem[e.prop]=e.now:pe.style(e.elem,e.prop,e.now+e.unit)}}},O.propHooks.scrollTop=O.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},pe.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},pe.fx=O.prototype.init,pe.fx.step={};var Nt,kt,St=/^(?:toggle|show|hide)$/,At=/queueHooks$/;pe.Animation=pe.extend($,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return d(n.elem,e,Me.exec(t),n),n}]},tweener:function(e,t){pe.isFunction(e)?(t=e,e=["*"]):e=e.match(De);for(var n,r=0,i=e.length;r
                  a",e=n.getElementsByTagName("a")[0],t.setAttribute("type","checkbox"),n.appendChild(t),e=n.getElementsByTagName("a")[0],e.style.cssText="top:1px",fe.getSetAttribute="t"!==n.className,fe.style=/top/.test(e.getAttribute("style")),fe.hrefNormalized="/a"===e.getAttribute("href"),fe.checkOn=!!t.value,fe.optSelected=i.selected,fe.enctype=!!re.createElement("form").enctype,r.disabled=!0,fe.optDisabled=!i.disabled,t=re.createElement("input"),t.setAttribute("value",""),fe.input=""===t.getAttribute("value"),t.value="t",t.setAttribute("type","radio"),fe.radioValue="t"===t.value}();var Dt=/\r/g,jt=/[\x20\t\r\n\f]+/g;pe.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=pe.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,pe(this).val()):e,null==i?i="":"number"==typeof i?i+="":pe.isArray(i)&&(i=pe.map(i,function(e){return null==e?"":e+""})),t=pe.valHooks[this.type]||pe.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return t=pe.valHooks[i.type]||pe.valHooks[i.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:(n=i.value,"string"==typeof n?n.replace(Dt,""):null==n?"":n)}}}),pe.extend({valHooks:{option:{get:function(e){var t=pe.find.attr(e,"value");return null!=t?t:pe.trim(pe.text(e)).replace(jt," ")}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||i<0,a=o?null:[],s=o?i+1:r.length,u=i<0?s:o?i:0;u-1)try{r.selected=n=!0}catch(s){r.scrollHeight}else r.selected=!1;return n||(e.selectedIndex=-1),i}}}}),pe.each(["radio","checkbox"],function(){pe.valHooks[this]={set:function(e,t){if(pe.isArray(t))return e.checked=pe.inArray(pe(e).val(),t)>-1}},fe.checkOn||(pe.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Lt,Ht,qt=pe.expr.attrHandle,_t=/^(?:checked|selected)$/i,Ft=fe.getSetAttribute,Mt=fe.input;pe.fn.extend({attr:function(e,t){return Pe(this,pe.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){pe.removeAttr(this,e)})}}),pe.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?pe.prop(e,t,n):(1===o&&pe.isXMLDoc(e)||(t=t.toLowerCase(),i=pe.attrHooks[t]||(pe.expr.match.bool.test(t)?Ht:Lt)),void 0!==n?null===n?void pe.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:(r=pe.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!fe.radioValue&&"radio"===t&&pe.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(De);if(o&&1===e.nodeType)for(;n=o[i++];)r=pe.propFix[n]||n,pe.expr.match.bool.test(n)?Mt&&Ft||!_t.test(n)?e[r]=!1:e[pe.camelCase("default-"+n)]=e[r]=!1:pe.attr(e,n,""),e.removeAttribute(Ft?n:r)}}),Ht={set:function(e,t,n){return t===!1?pe.removeAttr(e,n):Mt&&Ft||!_t.test(n)?e.setAttribute(!Ft&&pe.propFix[n]||n,n):e[pe.camelCase("default-"+n)]=e[n]=!0,n}},pe.each(pe.expr.match.bool.source.match(/\w+/g),function(e,t){var n=qt[t]||pe.find.attr;Mt&&Ft||!_t.test(t)?qt[t]=function(e,t,r){var i,o;return r||(o=qt[t],qt[t]=i,i=null!=n(e,t,r)?t.toLowerCase():null,qt[t]=o),i}:qt[t]=function(e,t,n){if(!n)return e[pe.camelCase("default-"+t)]?t.toLowerCase():null}}),Mt&&Ft||(pe.attrHooks.value={set:function(e,t,n){return pe.nodeName(e,"input")?void(e.defaultValue=t):Lt&&Lt.set(e,t,n)}}),Ft||(Lt={set:function(e,t,n){var r=e.getAttributeNode(n);if(r||e.setAttributeNode(r=e.ownerDocument.createAttribute(n)),r.value=t+="","value"===n||t===e.getAttribute(n))return t}},qt.id=qt.name=qt.coords=function(e,t,n){var r;if(!n)return(r=e.getAttributeNode(t))&&""!==r.value?r.value:null},pe.valHooks.button={get:function(e,t){var n=e.getAttributeNode(t);if(n&&n.specified)return n.value},set:Lt.set},pe.attrHooks.contenteditable={set:function(e,t,n){Lt.set(e,""!==t&&t,n)}},pe.each(["width","height"],function(e,t){pe.attrHooks[t]={set:function(e,n){if(""===n)return e.setAttribute(t,"auto"),n}}})),fe.style||(pe.attrHooks.style={get:function(e){return e.style.cssText||void 0},set:function(e,t){return e.style.cssText=t+""}});var Ot=/^(?:input|select|textarea|button|object)$/i,Rt=/^(?:a|area)$/i;pe.fn.extend({prop:function(e,t){return Pe(this,pe.prop,e,t,arguments.length>1)},removeProp:function(e){return e=pe.propFix[e]||e,this.each(function(){try{this[e]=void 0,delete this[e]}catch(t){}})}}),pe.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&pe.isXMLDoc(e)||(t=pe.propFix[t]||t,i=pe.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=pe.find.attr(e,"tabindex");return t?parseInt(t,10):Ot.test(e.nodeName)||Rt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),fe.hrefNormalized||pe.each(["href","src"],function(e,t){pe.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),fe.optSelected||(pe.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),pe.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){pe.propFix[this.toLowerCase()]=this}),fe.enctype||(pe.propFix.enctype="encoding");var Pt=/[\t\r\n\f]/g;pe.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe.isFunction(e))return this.each(function(t){pe(this).addClass(e.call(this,t,z(this)))});if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=z(n),r=1===n.nodeType&&(" "+i+" ").replace(Pt," ")){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");s=pe.trim(r),i!==s&&pe.attr(n,"class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(pe.isFunction(e))return this.each(function(t){pe(this).removeClass(e.call(this,t,z(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=z(n),r=1===n.nodeType&&(" "+i+" ").replace(Pt," ")){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");s=pe.trim(r),i!==s&&pe.attr(n,"class",s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):pe.isFunction(e)?this.each(function(n){pe(this).toggleClass(e.call(this,n,z(this),t),t)}):this.each(function(){var t,r,i,o;if("string"===n)for(r=0,i=pe(this),o=e.match(De)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||(t=z(this),t&&pe._data(this,"__className__",t),pe.attr(this,"class",t||e===!1?"":pe._data(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+z(n)+" ").replace(Pt," ").indexOf(t)>-1)return!0;return!1}}),pe.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){pe.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),pe.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}});var Bt=e.location,Wt=pe.now(),It=/\?/,$t=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;pe.parseJSON=function(t){if(e.JSON&&e.JSON.parse)return e.JSON.parse(t+"");var n,r=null,i=pe.trim(t+"");return i&&!pe.trim(i.replace($t,function(e,t,i,o){return n&&t&&(r=0),0===r?e:(n=i||t,r+=!o-!i,"")}))?Function("return "+i)():pe.error("Invalid JSON: "+t)},pe.parseXML=function(t){var n,r;if(!t||"string"!=typeof t)return null;try{e.DOMParser?(r=new e.DOMParser,n=r.parseFromString(t,"text/xml")):(n=new e.ActiveXObject("Microsoft.XMLDOM"),n.async="false",n.loadXML(t))}catch(i){n=void 0}return n&&n.documentElement&&!n.getElementsByTagName("parsererror").length||pe.error("Invalid XML: "+t),n};var zt=/#.*$/,Xt=/([?&])_=[^&]*/,Ut=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Vt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Yt=/^(?:GET|HEAD)$/,Jt=/^\/\//,Gt=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Kt={},Qt={},Zt="*/".concat("*"),en=Bt.href,tn=Gt.exec(en.toLowerCase())||[];pe.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:en,type:"GET",isLocal:Vt.test(tn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":pe.parseJSON,"text xml":pe.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?V(V(e,pe.ajaxSettings),t):V(pe.ajaxSettings,e)},ajaxPrefilter:X(Kt),ajaxTransport:X(Qt),ajax:function(t,n){function r(t,n,r,i){var o,f,v,x,w,C=n;2!==b&&(b=2,u&&e.clearTimeout(u),c=void 0,s=i||"",T.readyState=t>0?4:0,o=t>=200&&t<300||304===t,r&&(x=Y(d,T,r)),x=J(d,x,T,o),o?(d.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(pe.lastModified[a]=w),w=T.getResponseHeader("etag"),w&&(pe.etag[a]=w)),204===t||"HEAD"===d.type?C="nocontent":304===t?C="notmodified":(C=x.state,f=x.data,v=x.error,o=!v)):(v=C,!t&&C||(C="error",t<0&&(t=0))),T.status=t,T.statusText=(n||C)+"",o?g.resolveWith(p,[f,C,T]):g.rejectWith(p,[T,C,v]),T.statusCode(y),y=void 0,l&&h.trigger(o?"ajaxSuccess":"ajaxError",[T,d,o?f:v]),m.fireWith(p,[T,C]),l&&(h.trigger("ajaxComplete",[T,d]),--pe.active||pe.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,d=pe.ajaxSetup({},n),p=d.context||d,h=d.context&&(p.nodeType||p.jquery)?pe(p):pe.event,g=pe.Deferred(),m=pe.Callbacks("once memory"),y=d.statusCode||{},v={},x={},b=0,w="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!f)for(f={};t=Ut.exec(s);)f[t[1].toLowerCase()]=t[2];t=f[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?s:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=x[n]=x[n]||e,v[e]=t),this},overrideMimeType:function(e){return b||(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(b<2)for(t in e)y[t]=[y[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||w;return c&&c.abort(t),r(0,t),this}};if(g.promise(T).complete=m.add,T.success=T.done,T.error=T.fail,d.url=((t||d.url||en)+"").replace(zt,"").replace(Jt,tn[1]+"//"),d.type=n.method||n.type||d.method||d.type,d.dataTypes=pe.trim(d.dataType||"*").toLowerCase().match(De)||[""],null==d.crossDomain&&(i=Gt.exec(d.url.toLowerCase()),d.crossDomain=!(!i||i[1]===tn[1]&&i[2]===tn[2]&&(i[3]||("http:"===i[1]?"80":"443"))===(tn[3]||("http:"===tn[1]?"80":"443")))),d.data&&d.processData&&"string"!=typeof d.data&&(d.data=pe.param(d.data,d.traditional)),U(Kt,d,n,T),2===b)return T;l=pe.event&&d.global,l&&0===pe.active++&&pe.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Yt.test(d.type),a=d.url,d.hasContent||(d.data&&(a=d.url+=(It.test(a)?"&":"?")+d.data,delete d.data),d.cache===!1&&(d.url=Xt.test(a)?a.replace(Xt,"$1_="+Wt++):a+(It.test(a)?"&":"?")+"_="+Wt++)),d.ifModified&&(pe.lastModified[a]&&T.setRequestHeader("If-Modified-Since",pe.lastModified[a]),pe.etag[a]&&T.setRequestHeader("If-None-Match",pe.etag[a])),(d.data&&d.hasContent&&d.contentType!==!1||n.contentType)&&T.setRequestHeader("Content-Type",d.contentType),T.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+Zt+"; q=0.01":""):d.accepts["*"]);for(o in d.headers)T.setRequestHeader(o,d.headers[o]);if(d.beforeSend&&(d.beforeSend.call(p,T,d)===!1||2===b))return T.abort();w="abort";for(o in{success:1,error:1,complete:1})T[o](d[o]);if(c=U(Qt,d,n,T)){if(T.readyState=1,l&&h.trigger("ajaxSend",[T,d]),2===b)return T;d.async&&d.timeout>0&&(u=e.setTimeout(function(){T.abort("timeout")},d.timeout));try{b=1,c.send(v,r)}catch(C){if(!(b<2))throw C;r(-1,C)}}else r(-1,"No Transport");return T},getJSON:function(e,t,n){return pe.get(e,t,n,"json")},getScript:function(e,t){return pe.get(e,void 0,t,"script")}}),pe.each(["get","post"],function(e,t){pe[t]=function(e,n,r,i){return pe.isFunction(n)&&(i=i||r,r=n,n=void 0),pe.ajax(pe.extend({url:e,type:t,dataType:i,data:n,success:r},pe.isPlainObject(e)&&e))}}),pe._evalUrl=function(e){return pe.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},pe.fn.extend({wrapAll:function(e){if(pe.isFunction(e))return this.each(function(t){pe(this).wrapAll(e.call(this,t))});if(this[0]){var t=pe(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstChild&&1===e.firstChild.nodeType;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return pe.isFunction(e)?this.each(function(t){pe(this).wrapInner(e.call(this,t))}):this.each(function(){var t=pe(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=pe.isFunction(e);return this.each(function(n){pe(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){pe.nodeName(this,"body")||pe(this).replaceWith(this.childNodes)}).end()}}),pe.expr.filters.hidden=function(e){return fe.reliableHiddenOffsets()?e.offsetWidth<=0&&e.offsetHeight<=0&&!e.getClientRects().length:K(e)},pe.expr.filters.visible=function(e){return!pe.expr.filters.hidden(e)};var nn=/%20/g,rn=/\[\]$/,on=/\r?\n/g,an=/^(?:submit|button|image|reset|file)$/i,sn=/^(?:input|select|textarea|keygen)/i;pe.param=function(e,t){var n,r=[],i=function(e,t){t=pe.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=pe.ajaxSettings&&pe.ajaxSettings.traditional),pe.isArray(e)||e.jquery&&!pe.isPlainObject(e))pe.each(e,function(){i(this.name,this.value)});else for(n in e)Q(n,e[n],t,i);return r.join("&").replace(nn,"+")},pe.fn.extend({serialize:function(){return pe.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=pe.prop(this,"elements");return e?pe.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!pe(this).is(":disabled")&&sn.test(this.nodeName)&&!an.test(e)&&(this.checked||!Be.test(e))}).map(function(e,t){var n=pe(this).val();return null==n?null:pe.isArray(n)?pe.map(n,function(e){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),pe.ajaxSettings.xhr=void 0!==e.ActiveXObject?function(){return this.isLocal?ee():re.documentMode>8?Z():/^(get|post|head|put|delete|options)$/i.test(this.type)&&Z()||ee()}:Z;var un=0,ln={},cn=pe.ajaxSettings.xhr();e.attachEvent&&e.attachEvent("onunload",function(){for(var e in ln)ln[e](void 0,!0)}),fe.cors=!!cn&&"withCredentials"in cn,cn=fe.ajax=!!cn,cn&&pe.ajaxTransport(function(t){if(!t.crossDomain||fe.cors){var n;return{send:function(r,i){var o,a=t.xhr(),s=++un;if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)a[o]=t.xhrFields[o];t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest");for(o in r)void 0!==r[o]&&a.setRequestHeader(o,r[o]+"");a.send(t.hasContent&&t.data||null),n=function(e,r){var o,u,l;if(n&&(r||4===a.readyState))if(delete ln[s],n=void 0,a.onreadystatechange=pe.noop,r)4!==a.readyState&&a.abort();else{l={},o=a.status,"string"==typeof a.responseText&&(l.text=a.responseText);try{u=a.statusText}catch(c){u=""}o||!t.isLocal||t.crossDomain?1223===o&&(o=204):o=l.text?200:404}l&&i(o,u,l,a.getAllResponseHeaders())},t.async?4===a.readyState?e.setTimeout(n):a.onreadystatechange=ln[s]=n:n()},abort:function(){n&&n(void 0,!0)}}}}),pe.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return pe.globalEval(e),e}}}),pe.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),pe.ajaxTransport("script",function(e){if(e.crossDomain){var t,n=re.head||pe("head")[0]||re.documentElement;return{send:function(r,i){t=re.createElement("script"),t.async=!0,e.scriptCharset&&(t.charset=e.scriptCharset),t.src=e.url,t.onload=t.onreadystatechange=function(e,n){(n||!t.readyState||/loaded|complete/.test(t.readyState))&&(t.onload=t.onreadystatechange=null,t.parentNode&&t.parentNode.removeChild(t),t=null,n||i(200,"success"))},n.insertBefore(t,n.firstChild)},abort:function(){t&&t.onload(void 0,!0)}}}});var fn=[],dn=/(=)\?(?=&|$)|\?\?/;pe.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=fn.pop()||pe.expando+"_"+Wt++;return this[e]=!0,e}}),pe.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=t.jsonp!==!1&&(dn.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&dn.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=pe.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(dn,"$1"+i):t.jsonp!==!1&&(t.url+=(It.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||pe.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?pe(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,fn.push(i)),a&&pe.isFunction(o)&&o(a[0]),a=o=void 0}),"script"}),pe.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||re;var r=Te.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=y([e],t,i),i&&i.length&&pe(i).remove(),pe.merge([],r.childNodes))};var pn=pe.fn.load;return pe.fn.load=function(e,t,n){if("string"!=typeof e&&pn)return pn.apply(this,arguments);var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=pe.trim(e.slice(s,e.length)),e=e.slice(0,s)),pe.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&pe.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?pe("
                  ").append(pe.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},pe.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){pe.fn[t]=function(e){return this.on(t,e)}}),pe.expr.filters.animated=function(e){return pe.grep(pe.timers,function(t){return e===t.elem}).length},pe.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=pe.css(e,"position"),f=pe(e),d={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=pe.css(e,"top"),u=pe.css(e,"left"),l=("absolute"===c||"fixed"===c)&&pe.inArray("auto",[o,u])>-1,l?(r=f.position(),a=r.top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),pe.isFunction(t)&&(t=t.call(e,n,pe.extend({},s))),null!=t.top&&(d.top=t.top-s.top+a),null!=t.left&&(d.left=t.left-s.left+i),"using"in t?t.using.call(e,d):f.css(d)}},pe.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){pe.offset.setOffset(this,e,t)});var t,n,r={top:0,left:0},i=this[0],o=i&&i.ownerDocument;if(o)return t=o.documentElement,pe.contains(t,i)?("undefined"!=typeof i.getBoundingClientRect&&(r=i.getBoundingClientRect()),n=te(o),{top:r.top+(n.pageYOffset||t.scrollTop)-(t.clientTop||0),left:r.left+(n.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}):r},position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===pe.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),pe.nodeName(e[0],"html")||(n=e.offset()),n.top+=pe.css(e[0],"borderTopWidth",!0),n.left+=pe.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-pe.css(r,"marginTop",!0),left:t.left-n.left-pe.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){ diff --git a/build/lay/modules/code.js b/build/lay/modules/code.js index f8cca0a3..acb1a72c 100644 --- a/build/lay/modules/code.js +++ b/build/lay/modules/code.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define("jquery",function(e){"use strict";var a=layui.jquery,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
                  1. '+o.replace(/[\r\t\n]+/g,"
                  2. ")+"
                  "),c.find(">.layui-code-h3")[0]||c.prepend('

                  '+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

                  ");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); \ No newline at end of file diff --git a/build/lay/modules/element.js b/build/lay/modules/element.js index 70df7f74..d80c7dbe 100644 --- a/build/lay/modules/element.js +++ b/build/lay/modules/element.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ - ;layui.define("jquery",function(i){"use strict";var t=layui.jquery,a=(layui.hint(),layui.device()),e="element",n="layui-this",l="layui-show",s=function(){this.config={}};s.prototype.set=function(i){var a=this;return t.extend(!0,a.config,i),a},s.prototype.on=function(i,t){return layui.onevent(e,i,t)},s.prototype.tabAdd=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title"),l=e.children(".layui-tab-content");return n.append("
                • "+(a.title||"unnaming")+"
                • "),l.append('
                  '+(a.content||"")+"
                  "),this.init()},s.prototype.tabDelete=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title").find(">li").eq(a);return o.tabDelete(null,n),this},s.prototype.tabChange=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),n=e.children(".layui-tab-title").find(">li").eq(a);return o.tabClick(null,a,n),this};var o={tabClick:function(i,a,s){var o=s||t(this),a=a||o.index(),u=o.parents(".layui-tab"),c=u.children(".layui-tab-content").children(".layui-tab-item"),r=u.attr("lay-filter");o.addClass(n).siblings().removeClass(n),c.eq(a).addClass(l).siblings().removeClass(l),layui.event.call(this,e,"tab("+r+")",{elem:u,index:a})},tabDelete:function(i,a){var e=a||t(this).parent(),l=e.index(),s=e.parents(".layui-tab"),u=s.children(".layui-tab-content").children(".layui-tab-item");e.hasClass(n)&&(e.next()[0]?o.tabClick.call(e.next()[0],null,l+1):e.prev()[0]&&o.tabClick.call(e.prev()[0],null,l-1)),e.remove(),u.eq(l).remove()},tabAuto:function(){var i="layui-tab-more",e="layui-tab-bar",n="layui-tab-close",l=this;t(".layui-tab").each(function(){var s=t(this),u=s.children(".layui-tab-title"),c=(s.children(".layui-tab-content").children(".layui-tab-item"),'lay-stope="tabmore"'),r=t('');if(l===window&&8!=a.ie&&o.hideTabMore(!0),s.attr("lay-allowClose")&&!u.find("li").find("."+n)[0]){var d=t('');d.on("click",o.tabDelete),u.find("li").append(d)}if(u.prop("scrollWidth")>u.outerWidth()+1){if(u.find("."+e)[0])return;u.append(r),r.on("click",function(t){u[this.title?"removeClass":"addClass"](i),this.title=this.title?"":"收缩"})}else u.find("."+e).remove()})},hideTabMore:function(i){var a=t(".layui-tab-title");i!==!0&&"tabmore"===t(i.target).attr("lay-stope")||(a.removeClass("layui-tab-more"),a.find(".layui-tab-bar").attr("title",""))}};s.prototype.init=function(i){var e={tab:function(){o.tabAuto.call({})},nav:function(){var i,e,n,l=".layui-nav",s="layui-nav-item",o="layui-nav-bar",u="layui-nav-tree",c="layui-nav-child",r="layui-nav-more",d=200,y=function(l,s){var o=t(this),y=o.find("."+c);s.hasClass(u)?l.css({top:o.position().top,height:o.children("a").height(),opacity:1}):(y.addClass("layui-anim layui-anim-upbit"),l.css({left:o.position().left+parseFloat(o.css("marginLeft")),top:o.position().top+o.height()-5}),i=setTimeout(function(){l.css({width:o.width(),opacity:1})},a.ie&&a.ie<10?0:d),clearTimeout(n),"block"===y.css("display")&&clearTimeout(e),e=setTimeout(function(){y.show(),o.find("."+r).addClass(r+"d")},300))};t(l).each(function(){var a=t(this),l=t(''),h=a.find("."+s);a.find("."+o)[0]||(a.append(l),h.on("mouseenter",function(){y.call(this,l,a)}).on("mouseleave",function(){a.hasClass(u)||(clearTimeout(e),e=setTimeout(function(){a.find("."+c).hide(),a.find("."+r).removeClass(r+"d")},300))}),a.on("mouseleave",function(){clearTimeout(i),n=setTimeout(function(){a.hasClass(u)?l.css({height:0,top:l.position().top+l.height()/2,opacity:0}):l.css({width:0,left:l.position().left+l.width()/2,opacity:0})},d)})),h.each(function(){var i=t(this),e=i.find("."+c);if(e[0]&&!i.find("."+r)[0]){if(i.children("a").append(''),!a.hasClass(u))return;i.children("a").on("click",function(){t(this);"none"===e.css("display")?i.addClass(s+"ed"):i.removeClass(s+"ed")})}})})},breadcrumb:function(){var i=".layui-breadcrumb";t(i).each(function(){var i=t(this),a=i.attr("lay-separator")||">",e=i.find("a");e.find(".layui-box")[0]||(e.each(function(i){i!==e.length-1&&t(this).append(''+a+"")}),i.css("visibility","visible"))})}};return layui.each(e,function(i,t){t()})};var u=new s,c=t(document);u.init();var r=".layui-tab-title li";c.on("click",r,o.tabClick),c.on("click",o.hideTabMore),t(window).on("resize",o.tabAuto),i(e,function(i){return u.set(i)})}); \ No newline at end of file +/** layui-v1.0.5 LGPL License By http://www.layui.com */ + ;layui.define("jquery",function(i){"use strict";var t=layui.jquery,a=(layui.hint(),layui.device()),e="element",l="layui-this",n="layui-show",s=function(){this.config={}};s.prototype.set=function(i){var a=this;return t.extend(!0,a.config,i),a},s.prototype.on=function(i,t){return layui.onevent(e,i,t)},s.prototype.tabAdd=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title"),n=e.children(".layui-tab-content");return l.append("
                • "+(a.title||"unnaming")+"
                • "),n.append('
                  '+(a.content||"")+"
                  "),y.tabAuto(),this},s.prototype.tabDelete=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title").find(">li").eq(a);return y.tabDelete(null,l),this},s.prototype.tabChange=function(i,a){var e=t(".layui-tab[lay-filter="+i+"]"),l=e.children(".layui-tab-title").find(">li").eq(a);return y.tabClick(null,a,l),this};var o=".layui-nav",c="layui-nav-item",r="layui-nav-bar",u="layui-nav-tree",d="layui-nav-child",h="layui-nav-more",f="layui-anim layui-anim-upbit",y={tabClick:function(i,a,s){var o=s||t(this),a=a||o.index(),c=o.parents(".layui-tab"),r=c.children(".layui-tab-content").children(".layui-tab-item"),u=c.attr("lay-filter");o.addClass(l).siblings().removeClass(l),r.eq(a).addClass(n).siblings().removeClass(n),layui.event.call(this,e,"tab("+u+")",{elem:c,index:a})},tabDelete:function(i,a){var e=a||t(this).parent(),n=e.index(),s=e.parents(".layui-tab"),o=s.children(".layui-tab-content").children(".layui-tab-item");e.hasClass(l)&&(e.next()[0]?y.tabClick.call(e.next()[0],null,n+1):e.prev()[0]&&y.tabClick.call(e.prev()[0],null,n-1)),e.remove(),o.eq(n).remove()},tabAuto:function(){var i="layui-tab-more",e="layui-tab-bar",l="layui-tab-close",n=this;t(".layui-tab").each(function(){var s=t(this),o=s.children(".layui-tab-title"),c=(s.children(".layui-tab-content").children(".layui-tab-item"),'lay-stope="tabmore"'),r=t('');if(n===window&&8!=a.ie&&y.hideTabMore(!0),s.attr("lay-allowClose")&&o.find("li").each(function(){var i=t(this);if(!i.find("."+l)[0]){var a=t('');a.on("click",y.tabDelete),i.append(a)}}),o.prop("scrollWidth")>o.outerWidth()+1){if(o.find("."+e)[0])return;o.append(r),r.on("click",function(t){o[this.title?"removeClass":"addClass"](i),this.title=this.title?"":"收缩"})}else o.find("."+e).remove()})},hideTabMore:function(i){var a=t(".layui-tab-title");i!==!0&&"tabmore"===t(i.target).attr("lay-stope")||(a.removeClass("layui-tab-more"),a.find(".layui-tab-bar").attr("title",""))},clickThis:function(){var i=t(this),a=i.parents(o),n=a.attr("lay-filter");i.find("."+d)[0]||(i.addClass(l).siblings().removeClass(l),layui.event.call(this,e,"nav("+n+")",i))},clickChild:function(){var i=t(this),a=i.parents(o),n=a.attr("lay-filter");i.addClass(l).siblings().removeClass(l),layui.event.call(this,e,"nav("+n+")",i)},showChild:function(){var i=t(this),a=i.parents(o),e=i.parent(),l=i.siblings("."+d);a.hasClass(u)&&(l.removeClass(f),e["none"===l.css("display")?"addClass":"removeClass"](c+"ed"))}};s.prototype.init=function(i){var e={tab:function(){y.tabAuto.call({})},nav:function(){var i,e,l,s=200,b=function(o,c){var r=t(this),y=r.find("."+d);c.hasClass(u)?o.css({top:r.position().top,height:r.children("a").height(),opacity:1}):(y.addClass(f),o.css({left:r.position().left+parseFloat(r.css("marginLeft")),top:r.position().top+r.height()-5}),i=setTimeout(function(){o.css({width:r.width(),opacity:1})},a.ie&&a.ie<10?0:s),clearTimeout(l),"block"===y.css("display")&&clearTimeout(e),e=setTimeout(function(){y.addClass(n),r.find("."+h).addClass(h+"d")},300))};t(o).each(function(){var a=t(this),o=t(''),f=a.find("."+c);a.find("."+r)[0]||(a.append(o),f.on("mouseenter",function(){b.call(this,o,a)}).on("mouseleave",function(){a.hasClass(u)||(clearTimeout(e),e=setTimeout(function(){a.find("."+d).removeClass(n),a.find("."+h).removeClass(h+"d")},300))}),a.on("mouseleave",function(){clearTimeout(i),l=setTimeout(function(){a.hasClass(u)?o.css({height:0,top:o.position().top+o.height()/2,opacity:0}):o.css({width:0,left:o.position().left+o.width()/2,opacity:0})},s)})),f.each(function(){var i=t(this),a=i.find("."+d);if(a[0]&&!i.find("."+h)[0]){var e=i.children("a");e.append('')}i.off("click",y.clickThis).on("click",y.clickThis),i.children("a").off("click",y.showChild).on("click",y.showChild),a.children("dd").off("click",y.clickChild).on("click",y.clickChild)})})},breadcrumb:function(){var i=".layui-breadcrumb";t(i).each(function(){var i=t(this),a=i.attr("lay-separator")||">",e=i.find("a");e.find(".layui-box")[0]||(e.each(function(i){i!==e.length-1&&t(this).append(''+a+"")}),i.css("visibility","visible"))})}};return layui.each(e,function(i,t){t()})};var b=new s,p=t(document);b.init();var v=".layui-tab-title li";p.on("click",v,y.tabClick),p.on("click",y.hideTabMore),t(window).on("resize",y.tabAuto),i(e,function(i){return b.set(i)})}); \ No newline at end of file diff --git a/build/lay/modules/flow.js b/build/lay/modules/flow.js index 437c2cf4..8391bb13 100644 --- a/build/lay/modules/flow.js +++ b/build/lay/modules/flow.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ - ;layui.define("jquery",function(o){"use strict";var e=layui.jquery,l=function(o){},i='';l.prototype.load=function(o){var l,t,n,r,a=this,c=1;o=o||{};var u=e(o.elem);if(u[0]){var f=e(o.scrollElem||document),m=o.mb||50,s=!("isAuto"in o)||o.isAuto,y=!("isShowEnd"in o)||o.isShowEnd,h=o.scrollElem&&o.scrollElem!==document,v="加载更多",d=e('");u.find(".layui-flow-more")[0]||u.append(d);var p=function(o,i){o=e(o),d.before(o),i=0==i||null,i?d.html(y?"没有更多了":""):d.find("a").html(v),t=i,l=null,n&&n()},g=function(){l=!0,d.find("a").html(i),"function"==typeof o.done&&o.done(++c,p)};if(d.find("a").on("click",function(){e(this);t||l||g()}),o.isLazyimg)var n=a.lazyimg({elem:o.elem+" img",scrollElem:o.scrollElem});return s?(f.on("scroll",function(){var o=e(this),i=o.scrollTop();r&&clearTimeout(r),t||(r=setTimeout(function(){var t=h?o.height():e(window).height(),n=h?o.prop("scrollHeight"):document.documentElement.scrollHeight;n-i-t<=m&&(l||g())},100))}),a):a}},l.prototype.lazyimg=function(o){var l,i=this,t=0;o=o||{};var n=e(o.scrollElem||document),r=o.elem||"img",a=o.scrollElem&&o.scrollElem!==document,c=function(o,e){var l=n.scrollTop(),r=l+e,c=a?function(){return o.offset().top-n.offset().top+l}():o.offset().top;if(c>=l&&c<=r&&!o.attr("src")){var f=o.attr("lay-src");layui.img(f,function(){var e=i.lazyimg.elem.eq(t);o.attr("src",f).removeAttr("lay-src"),e[0]&&u(e),t++})}},u=function(o,l){var u=a?(l||n).height():e(window).height(),f=n.scrollTop(),m=f+u;if(i.lazyimg.elem=e(r),o)c(o,u);else for(var s=0;sm)break}};if(u(),!l){var f;n.on("scroll",function(){var o=e(this);f&&clearTimeout(f),f=setTimeout(function(){u(null,o)},100)}),l=!0}return u},o("flow",new l)}); \ No newline at end of file +/** layui-v1.0.5 LGPL License By http://www.layui.com */ + ;layui.define("jquery",function(e){"use strict";var l=layui.jquery,o=function(e){},t='';o.prototype.load=function(e){var o,i,n,r,a=this,c=0;e=e||{};var u=l(e.elem);if(u[0]){var f=l(e.scrollElem||document),m=e.mb||50,s=!("isAuto"in e)||e.isAuto,y=e.end||"没有更多了",v=e.scrollElem&&e.scrollElem!==document,d="加载更多",h=l('");u.find(".layui-flow-more")[0]||u.append(h);var p=function(e,t){e=l(e),h.before(e),t=0==t||null,t?h.html(y):h.find("a").html(d),i=t,o=null,n&&n()},g=function(){o=!0,h.find("a").html(t),"function"==typeof e.done&&e.done(++c,p)};if(g(),h.find("a").on("click",function(){l(this);i||o||g()}),e.isLazyimg)var n=a.lazyimg({elem:e.elem+" img",scrollElem:e.scrollElem});return s?(f.on("scroll",function(){var e=l(this),t=e.scrollTop();r&&clearTimeout(r),i||(r=setTimeout(function(){var i=v?e.height():l(window).height(),n=v?e.prop("scrollHeight"):document.documentElement.scrollHeight;n-t-i<=m&&(o||g())},100))}),a):a}},o.prototype.lazyimg=function(e){var o,t=this,i=0;e=e||{};var n=l(e.scrollElem||document),r=e.elem||"img",a=e.scrollElem&&e.scrollElem!==document,c=function(e,l){var o=n.scrollTop(),r=o+l,c=a?function(){return e.offset().top-n.offset().top+o}():e.offset().top;if(c>=o&&c<=r&&!e.attr("src")){var f=e.attr("lay-src");layui.img(f,function(){var l=t.lazyimg.elem.eq(i);e.attr("src",f).removeAttr("lay-src"),l[0]&&u(l),i++})}},u=function(e,o){var u=a?(o||n).height():l(window).height(),f=n.scrollTop(),m=f+u;if(t.lazyimg.elem=l(r),e)c(e,u);else for(var s=0;sm)break}};if(u(),!o){var f;n.on("scroll",function(){var e=l(this);f&&clearTimeout(f),f=setTimeout(function(){u(null,e)},50)}),o=!0}return u},e("flow",new o)}); \ No newline at end of file diff --git a/build/lay/modules/form.js b/build/lay/modules/form.js index 2b046378..2d4eb6e1 100644 --- a/build/lay/modules/form.js +++ b/build/lay/modules/form.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define("layer",function(e){"use strict";var i=layui.jquery,a=layui.layer,t=layui.hint(),n=layui.device(),l="form",s=".layui-form",c="layui-this",r="layui-disabled",u=function(){this.config={verify:{required:[/[\S]+/,"必填项不能为空"],phone:[/^1\d{10}$/,"请输入正确的手机号"],email:[/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/,"邮箱格式不正确"],url:[/(^#)|(^http(s*):\/\/[^\s]+\.[^\s]+)/,"链接格式不正确"],number:[/^\d+$/,"只能填写数字"],date:[/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/,"日期格式不正确"],identity:[/(^\d{15}$)|(^\d{17}(x|X|\d)$)/,"请输入正确的身份证号"]}}};u.prototype.set=function(e){var a=this;return i.extend(!0,a.config,e),a},u.prototype.verify=function(e){var a=this;return i.extend(!0,a.config.verify,e),a},u.prototype.on=function(e,i){return layui.onevent(l,e,i)},u.prototype.render=function(e){var a=this,n={select:function(){var e="请选择",a="layui-form-select",t="layui-select-title",n=i(s).find("select"),u=function(e,n){i(e.target).parent().hasClass(t)&&!n||i("."+a).removeClass(a+"ed")},o=function(e,n){var s=i(this),o=e.find("."+t);n||(o.on("click",function(i){e.hasClass(a+"ed")?e.removeClass(a+"ed"):(u(i,!0),e.addClass(a+"ed"))}),e.find("dl>dd").on("click",function(){var e=i(this),a=e.attr("lay-value"),t=s.attr("lay-filter");return!e.hasClass(r)&&(s.val(a).removeClass("layui-form-danger"),o.find("input").val(e.text()),e.addClass(c).siblings().removeClass(c),void layui.event(l,"select("+t+")",{elem:s[0],value:a}))}),e.find("dl>dt").on("click",function(e){return!1}),i(document).off("click",u).on("click",u))};n.each(function(n,l){var s=i(this),u=s.next("."+a),d=this.disabled,f=l.value,y=i(l.options[l.selectedIndex]),v=i(['
                  ','
                  ','
                  ','
                  '+function(e){var i=[];return layui.each(e,function(e,a){(0!==e||a.value)&&("optgroup"===a.tagName.toLowerCase()?i.push("
                  "+a.label+"
                  "):i.push('
                  '+a.innerHTML+"
                  "))}),i.join("")}(s.find("*"))+"
                  ","
                  "].join(""));u[0]&&u.remove(),s.after(v),o.call(this,v,d)})},checkbox:function(){var e={checkbox:["layui-form-checkbox","layui-form-checked","checkbox"],_switch:["layui-form-switch","layui-form-onswitch","switch"]},a=i(s).find("input[type=checkbox]"),t=function(e,a){var t=i(this);e.on("click",function(){var i=t.attr("lay-filter");t[0].disabled||(t[0].checked?(t[0].checked=!1,e.removeClass(a[1])):(t[0].checked=!0,e.addClass(a[1])),layui.event(l,a[2]+"("+i+")",{elem:t[0],value:t[0].value}))})};a.each(function(a,n){var l=i(this),s=l.attr("lay-skin"),c=this.disabled;"switch"===s&&(s="_"+s);var u=e[s]||e.checkbox,o=l.next("."+u[0]),d=i(['
                  ',{_switch:""}[s]||""+(n.title||"勾选")+'',"
                  "].join(""));o[0]&&o.remove(),l.after(d),t.call(this,d,u)})},radio:function(){var e="layui-form-radio",a=["",""],t=i(s).find("input[type=radio]"),n=function(t){var n=i(this),c="layui-anim-scaleSpring";t.on("click",function(){var r=n[0].name,u=n.parents(s),o=n.attr("lay-filter"),d=u.find("input[name="+r.replace(/(\.|#|\[|\])/g,"\\$1")+"]");n[0].disabled||(layui.each(d,function(){var t=i(this).next("."+e);this.checked=!1,t.removeClass(e+"ed"),t.find(".layui-icon").removeClass(c).html(a[1])}),n[0].checked=!0,t.addClass(e+"ed"),t.find(".layui-icon").addClass(c).html(a[0]),layui.event(l,"radio("+o+")",{elem:n[0],value:n[0].value}))})};t.each(function(t,l){var s=i(this),c=s.next("."+e),u=this.disabled,o=i(['
                  ',''+a[l.checked?0:1]+"",""+(l.title||"未命名")+"","
                  "].join(""));c[0]&&c.remove(),s.after(o),n.call(this,o)})}};return e?n[e]?n[e]():t.error("不支持的"+e+"表单渲染"):layui.each(n,function(e,i){i()}),a};var o=function(){var e=i(this),t=d.config.verify,c=null,r="layui-form-danger",u={},o=e.parents(s),f=o.find("*[lay-verify]"),y=e.parents("form")[0],v=o.find("input,select,textarea"),h=e.attr("lay-filter");return layui.each(f,function(e,l){var s=i(this),u=s.attr("lay-verify"),o="",d=s.val(),f="function"==typeof t[u];if(s.removeClass(r),t[u]&&(f?o=t[u](d,l):!t[u][0].test(d)))return a.msg(o||t[u][1],{icon:5,shift:6}),n.android||n.ios||l.focus(),s.addClass(r),c=!0}),!c&&(layui.each(v,function(e,i){i.name&&(/^checkbox|radio$/.test(i.type)&&!i.checked||(u[i.name]=i.value))}),layui.event.call(this,l,"submit("+h+")",{elem:this,form:y,field:u}))},d=new u,f=i(document);d.render(),f.on("reset",s,function(){setTimeout(function(){d.render()},50)}),f.on("submit",s,o).on("click","*[lay-submit]",o),e(l,function(e){return d.set(e)})}); \ No newline at end of file diff --git a/build/lay/modules/laydate.js b/build/lay/modules/laydate.js index 6828a51f..3ad4979b 100644 --- a/build/lay/modules/laydate.js +++ b/build/lay/modules/laydate.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define(function(e){"use strict";var t=window,a={path:"",skin:"default",format:"YYYY-MM-DD",min:"1900-01-01 00:00:00",max:"2099-12-31 23:59:59",isv:!1,init:!0},n={},s=document,i="createElement",o="getElementById",l="getElementsByTagName",d=["laydate_box","laydate_void","laydate_click","LayDateSkin","skins/","/laydate.css"];t.laydate=function(e){return e=e||{},n.run(e),laydate},laydate.v="1.1",n.trim=function(e){return e=e||"",e.replace(/^\s|\s$/g,"").replace(/\s+/g," ")},n.digit=function(e){return e<10?"0"+(0|e):e},n.stopmp=function(e){return e=e||t.event,e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,this},n.each=function(e,t){for(var a=0,n=e.length;an.maxs[0]?s=["y",1]:e>=n.mins[0]&&e<=n.maxs[0]&&(e==n.mins[0]&&(tn.maxs[1]?s=["m",1]:t==n.maxs[1]&&a>n.maxs[2]&&(s=["d",1]))),s},n.timeVoid=function(e,t){if(n.ymd[1]+1==n.mins[1]&&n.ymd[2]==n.mins[2]){if(0===t&&en.maxs[3])return 1;if(1===t&&e>n.maxs[4])return 1;if(2===t&&e>n.maxs[5])return 1}if(e>(t?59:23))return 1},n.check=function(){var e=n.options.format.replace(/YYYY|MM|DD|hh|mm|ss/g,"\\d+\\").replace(/\\$/g,""),t=new RegExp(e),a=n.elem[d.elemv],s=a.match(/\d+/g)||[],i=n.checkVoid(s[0],s[1],s[2]);if(""!==a.replace(/\s/g,"")){if(!t.test(a))return n.elem[d.elemv]="",n.msg("日期不符合格式,请重新选择。"),1;if(i[0])return n.elem[d.elemv]="",n.msg("日期不在有效期内,请重新选择。"),1;i.value=n.elem[d.elemv].match(t).join(),s=i.value.match(/\d+/g),s[1]<1?(s[1]=1,i.auto=1):s[1]>12?(s[1]=12,i.auto=1):s[1].length<2&&(i.auto=1),s[2]<1?(s[2]=1,i.auto=1):s[2]>n.months[(0|s[1])-1]?(s[2]=31,i.auto=1):s[2].length<2&&(i.auto=1),s.length>3&&(n.timeVoid(s[3],0)&&(i.auto=1),n.timeVoid(s[4],1)&&(i.auto=1),n.timeVoid(s[5],2)&&(i.auto=1)),i.auto?n.creation([s[0],0|s[1],0|s[2]],1):i.value!==n.elem[d.elemv]&&(n.elem[d.elemv]=i.value)}},n.months=[31,null,31,30,31,30,31,31,30,31,30,31],n.viewDate=function(e,t,a){var s=(n.query,{}),i=new Date;e<(0|n.mins[0])&&(e=0|n.mins[0]),e>(0|n.maxs[0])&&(e=0|n.maxs[0]),i.setFullYear(e,t,a),s.ymd=[i.getFullYear(),i.getMonth(),i.getDate()],n.months[1]=n.isleap(s.ymd[0])?29:28,i.setFullYear(s.ymd[0],s.ymd[1],1),s.FDay=i.getDay(),s.PDay=n.months[0===t?11:t-1]-s.FDay+1,s.NDay=1,n.each(d.tds,function(e,t){var a,i=s.ymd[0],o=s.ymd[1]+1;t.className="",e=s.FDay&&e'+e+"年":'
                • '+(e-7+t)+"年
                • "}),t("#laydate_ys").innerHTML=a,n.each(t("#laydate_ys li"),function(e,t){"y"===n.checkVoid(t.getAttribute("y"))[0]?n.addClass(t,d[1]):n.on(t,"click",function(e){n.stopmp(e).reshow(),n.viewDate(0|this.getAttribute("y"),n.ymd[1],n.ymd[2])})})},n.initDate=function(){var e=(n.query,new Date),t=n.elem[d.elemv].match(/\d+/g)||[];t.length<3&&(t=n.options.start.match(/\d+/g)||[],t.length<3&&(t=[e.getFullYear(),e.getMonth()+1,e.getDate()])),n.inymd=t,n.viewDate(t[0],t[1]-1,t[2])},n.iswrite=function(){var e=n.query,t={time:e("#laydate_hms")};n.shde(t.time,!n.options.istime),n.shde(d.oclear,!("isclear"in n.options?n.options.isclear:1)),n.shde(d.otoday,!("istoday"in n.options?n.options.istoday:1)),n.shde(d.ok,!("issure"in n.options?n.options.issure:1))},n.orien=function(e,t){var a,s=n.elem.getBoundingClientRect();e.style.left=s.left+(t?0:n.scroll(1))+"px",a=s.bottom+e.offsetHeight/1.5<=n.winarea()?s.bottom-1:s.top>e.offsetHeight/1.5?s.top-e.offsetHeight+1:n.winarea()-e.offsetHeight,e.style.top=Math.max(a+(t?0:n.scroll()),1)+"px"},n.follow=function(e){n.options.fixed?(e.style.position="fixed",n.orien(e,1)):(e.style.position="absolute",n.orien(e))},n.viewtb=function(){var e,t=[],a=["日","一","二","三","四","五","六"],o={},d=s[i]("table"),r=s[i]("thead");return r.appendChild(s[i]("tr")),o.creath=function(e){var t=s[i]("th");t.innerHTML=a[e],r[l]("tr")[0].appendChild(t),t=null},n.each(new Array(6),function(a){t.push([]),e=d.insertRow(0),n.each(new Array(7),function(n){t[a][n]=0,0===a&&o.creath(n),e.insertCell(n)})}),d.insertBefore(r,d.children[0]),d.id=d.className="laydate_table",e=t=null,d.outerHTML.toLowerCase()}(),n.view=function(e,t){var o,l=n.query,r={};t=t||e,n.elem=e,n.options=t,n.options.format||(n.options.format=a.format),n.options.start=n.options.start||"",n.mm=r.mm=[n.options.min||a.min,n.options.max||a.max],n.mins=r.mm[0].match(/\d+/g),n.maxs=r.mm[1].match(/\d+/g),n.box?n.shde(n.box):(o=s[i]("div"),o.id=d[0],o.className=d[0],o.style.cssText="position: absolute;",o.setAttribute("name","laydate-v"+laydate.v),o.innerHTML=r.html='
                    '+function(){var e="";return n.each(new Array(12),function(t){e+=''+n.digit(t+1)+"月"}),e}()+"
                    "+n.viewtb+'",s.body.appendChild(o),n.box=l("#"+d[0]),n.events(),o=null),n.follow(n.box),t.zIndex?n.box.style.zIndex=t.zIndex:n.removeCssAttr(n.box,"z-index"),n.stopMosup("click",n.box),n.initDate(),n.iswrite(),n.check()},n.reshow=function(){return n.each(n.query("#"+d[0]+" .laydate_show"),function(e,t){n.removeClass(t,"laydate_show")}),this},n.close=function(){n.reshow(),n.shde(n.query("#"+d[0]),1),n.elem=null},n.parse=function(e,t,s){return e=e.concat(t),s=s||(n.options?n.options.format:a.format),s.replace(/YYYY|MM|DD|hh|mm|ss/g,function(t,a){return e.index=0|++e.index,n.digit(e[e.index])})},n.creation=function(e,t){var a=(n.query,n.hmsin),s=n.parse(e,[a[0].value,a[1].value,a[2].value]);n.elem[d.elemv]=s,t||(n.close(),"function"==typeof n.options.choose&&n.options.choose(s))},n.events=function(){var e=n.query,a={box:"#"+d[0]};n.addClass(s.body,"laydate_body"),d.tds=e("#laydate_table td"),d.mms=e("#laydate_ms span"),d.year=e("#laydate_y"),d.month=e("#laydate_m"),n.each(e(a.box+" .laydate_ym"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.addClass(this[l]("div")[0],"laydate_show"),e||(a.YY=parseInt(d.year.value),n.viewYears(a.YY))})}),n.on(e(a.box),"click",function(){n.reshow()}),a.tabYear=function(e){0===e?n.ymd[0]--:1===e?n.ymd[0]++:2===e?a.YY-=14:a.YY+=14,e<2?(n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2]),n.reshow()):n.viewYears(a.YY)},n.each(e("#laydate_YY .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t),a.tabYear(e)})}),a.tabMonth=function(e){e?(n.ymd[1]++,12===n.ymd[1]&&(n.ymd[0]++,n.ymd[1]=0)):(n.ymd[1]--,n.ymd[1]===-1&&(n.ymd[0]--,n.ymd[1]=11)),n.viewDate(n.ymd[0],n.ymd[1],n.ymd[2])},n.each(e("#laydate_MM .laydate_tab"),function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),a.tabMonth(e)})}),n.each(e("#laydate_ms span"),function(e,t){n.on(t,"click",function(e){n.stopmp(e).reshow(),n.hasClass(this,d[1])||n.viewDate(n.ymd[0],0|this.getAttribute("m"),n.ymd[2])})}),n.each(e("#laydate_table td"),function(e,t){n.on(t,"click",function(e){n.hasClass(this,d[1])||(n.stopmp(e),n.creation([0|this.getAttribute("y"),0|this.getAttribute("m"),0|this.getAttribute("d")]))})}),d.oclear=e("#laydate_clear"),n.on(d.oclear,"click",function(){n.elem[d.elemv]="",n.close()}),d.otoday=e("#laydate_today"),n.on(d.otoday,"click",function(){var e=new Date;n.creation([e.getFullYear(),e.getMonth()+1,e.getDate()])}),d.ok=e("#laydate_ok"),n.on(d.ok,"click",function(){n.valid&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])}),a.times=e("#laydate_time"),n.hmsin=a.hmsin=e("#laydate_hms input"),a.hmss=["小时","分钟","秒数"],a.hmsarr=[],n.msg=function(t,s){var i='
                    '+(s||"提示")+"×
                    ";"string"==typeof t?(i+="

                    "+t+"

                    ",n.shde(e("#"+d[0])),n.removeClass(a.times,"laydate_time1").addClass(a.times,"laydate_msg")):(a.hmsarr[t]?i=a.hmsarr[t]:(i+='
                    ',n.each(new Array(0===t?24:60),function(e){i+=""+e+""}),i+="
                    ",a.hmsarr[t]=i),n.removeClass(a.times,"laydate_msg"),n[0===t?"removeClass":"addClass"](a.times,"laydate_time1")),n.addClass(a.times,"laydate_show"),a.times.innerHTML=i},a.hmson=function(t,a){var s=e("#laydate_hmsno span"),i=n.valid?null:1;n.each(s,function(e,s){i?n.addClass(s,d[1]):n.timeVoid(e,a)?n.addClass(s,d[1]):n.on(s,"click",function(e){n.hasClass(this,d[1])||(t.value=n.digit(0|this.innerHTML))})}),n.addClass(s[0|t.value],"laydate_click")},n.each(a.hmsin,function(e,t){n.on(t,"click",function(t){n.stopmp(t).reshow(),n.msg(e,a.hmss[e]),a.hmson(this,e)})}),n.on(s,"mouseup",function(){var t=e("#"+d[0]);t&&"none"!==t.style.display&&(n.check()||n.close())}).on(s,"keydown",function(e){e=e||t.event;var a=e.keyCode;13===a&&n.elem&&n.creation([n.ymd[0],n.ymd[1]+1,n.ymd[2]])})},laydate.reset=function(){n.box&&n.elem&&n.follow(n.box)},laydate.now=function(e,t){var a=new Date(0|e?function(e){return e<864e5?+new Date+864e5*e:e}(parseInt(e)):+new Date);return n.parse([a.getFullYear(),a.getMonth()+1,a.getDate()],[a.getHours(),a.getMinutes(),a.getSeconds()],t)},layui.addcss("modules/laydate/laydate.css",function(){},"laydatecss"),e("laydate",laydate)}); \ No newline at end of file diff --git a/build/lay/modules/layedit.js b/build/lay/modules/layedit.js index d46c9954..aad5cd29 100644 --- a/build/lay/modules/layedit.js +++ b/build/lay/modules/layedit.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define(["layer","form"],function(t){"use strict";var e=layui.jquery,i=layui.layer,a=layui.form(),l=(layui.hint(),layui.device()),n="layedit",o="layui-show",r="layui-disabled",s=function(){var t=this;t.index=0,t.config={tool:["strong","italic","underline","del","|","left","center","right","|","link","unlink","face","image"],hideTool:[],height:280}};s.prototype.set=function(t){var i=this;return e.extend(!0,i.config,t),i},s.prototype.on=function(t,e){return layui.onevent(n,t,e)},s.prototype.build=function(t,i){i=i||{};var a=this,n=a.config,r="layui-layedit",s=e("#"+t),u="LAY_layedit_"+ ++a.index,d=s.next("."+r),y=e.extend({},n,i),f=function(){var t=[],e={};return layui.each(y.hideTool,function(t,i){e[i]=!0}),layui.each(y.tool,function(i,a){C[a]&&!e[a]&&t.push(C[a])}),t.join("")}(),m=e(['
                    ','
                    '+f+"
                    ",'
                    ','',"
                    ","
                    "].join(""));return l.ie&&l.ie<8?s.removeClass("layui-hide").addClass(o):(d[0]&&d.remove(),c.call(a,m,s[0],y),s.addClass("layui-hide").after(m),a.index)},s.prototype.getContent=function(t){var e=u(t);if(e[0])return d(e[0].document.body.innerHTML)},s.prototype.getText=function(t){var i=u(t);if(i[0])return e(i[0].document.body).text()},s.prototype.sync=function(t){var i=u(t);if(i[0]){var a=e("#"+i[1].attr("textarea"));a.val(d(i[0].document.body.innerHTML))}},s.prototype.getSelection=function(t){var e=u(t);if(e[0]){var i=m(e[0].document);return document.selection?i.text:i.toString()}};var c=function(t,i,a){var l=this,n=t.find("iframe");n.css({height:a.height}).on("load",function(){var o=n.contents(),r=n.prop("contentWindow"),s=o.find("head"),c=e([""].join("")),u=o.find("body");s.append(c),u.attr("contenteditable","true").css({"min-height":a.height}).html(i.value||""),y.apply(l,[r,n,i,a]),g.call(l,r,t,a)})},u=function(t){var i=e("#LAY_layedit_"+t),a=i.prop("contentWindow");return[a,i]},d=function(t){return 8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),t},y=function(t,a,n,o){var r=t.document,s=e(r.body);s.on("keydown",function(t){var e=t.keyCode;if(13===e){var a=m(r),l=p(a),n=l.parentNode;if("pre"===n.tagName.toLowerCase()){if(t.shiftKey)return;return i.msg("请暂时用shift+enter"),!1}r.execCommand("formatBlock",!1,"

                    ")}}),e(n).parents("form").on("submit",function(){var t=s.html();8==l.ie&&(t=t.replace(/<.+>/g,function(t){return t.toLowerCase()})),n.value=t}),s.on("paste",function(e){r.execCommand("formatBlock",!1,"

                    "),setTimeout(function(){f.call(t,s),n.value=s.html()},100)})},f=function(t){var i=this;i.document;t.find("*[style]").each(function(){var t=this.style.textAlign;this.removeAttribute("style"),e(this).css({"text-align":t||""})}),t.find("table").addClass("layui-table"),t.find("script,link").remove()},m=function(t){return t.selection?t.selection.createRange():t.getSelection().getRangeAt(0)},p=function(t){return t.endContainer||t.parentElement().childNodes[0]},v=function(t,i,a){var l=this.document,n=document.createElement(t);for(var o in i)n.setAttribute(o,i[o]);if(n.removeAttribute("text"),l.selection){var r=a.text||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.pasteHTML(e(n).prop("outerHTML")),a.select()}else{var r=a.toString()||i.text;if("a"===t&&!r)return;r&&(n.innerHTML=r),a.deleteContents(),a.insertNode(n)}},h=function(t,i){var a=this.document,l="layedit-tool-active",n=p(m(a)),o=function(e){return t.find(".layedit-tool-"+e)};i&&i[i.hasClass(l)?"removeClass":"addClass"](l),t.find(">i").removeClass(l),o("unlink").addClass(r),e(n).parents().each(function(){var t=this.tagName.toLowerCase(),e=this.style.textAlign;"b"!==t&&"strong"!==t||o("b").addClass(l),"i"!==t&&"em"!==t||o("i").addClass(l),"u"===t&&o("u").addClass(l),"strike"===t&&o("d").addClass(l),"p"===t&&("center"===e?o("center").addClass(l):"right"===e?o("right").addClass(l):o("left").addClass(l)),"a"===t&&(o("link").addClass(l),o("unlink").removeClass(r))})},g=function(t,a,l){var n=t.document,o=e(n.body),s={link:function(i){var a=p(i),l=e(a).parent();b.call(o,{href:l.attr("href"),target:l.attr("target")},function(e){var a=l[0];"A"===a.tagName?a.href=e.url:v.call(t,"a",{target:e.target,href:e.url,text:e.url},i)})},unlink:function(t){n.execCommand("unlink")},face:function(e){x.call(this,function(i){v.call(t,"img",{src:i.src,alt:i.alt},e)})},image:function(a){var n=this;layui.use("upload",function(o){var r=l.uploadImage||{};o({url:r.url,method:r.type,elem:e(n).find("input")[0],unwrap:!0,success:function(e){0==e.code?(e.data=e.data||{},v.call(t,"img",{src:e.data.src,alt:e.data.title},a)):i.msg(e.msg||"上传失败")}})})},code:function(e){k.call(o,function(i){v.call(t,"pre",{text:i.code,"lay-lang":i.lang},e)})},help:function(){i.open({type:2,title:"帮助",area:["600px","380px"],shadeClose:!0,shade:.1,skin:"layui-layer-msg",content:["http://www.layui.com/about/layedit/help.html","no"]})}},c=a.find(".layui-layedit-tool"),u=function(){var i=e(this),a=i.attr("layedit-event"),l=i.attr("lay-command");if(!i.hasClass(r)){o.focus();var u=m(n);u.commonAncestorContainer;l?(n.execCommand(l),/justifyLeft|justifyCenter|justifyRight/.test(l)&&n.execCommand("formatBlock",!1,"

                    "),setTimeout(function(){o.focus()},10)):s[a]&&s[a].call(this,u),h.call(t,c,i)}},d=/image/;c.find(">i").on("mousedown",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)||u.call(this)}).on("click",function(){var t=e(this),i=t.attr("layedit-event");d.test(i)&&u.call(this)}),o.on("click",function(){h.call(t,c),i.close(x.index)})},b=function(t,e){var l=this,n=i.open({type:1,id:"LAY_layedit_link",area:"350px",shade:.05,shadeClose:!0,moveType:1,title:"超链接",skin:"layui-layer-msg",content:['

                      ','
                    • ','','
                      ','',"
                      ","
                    • ",'
                    • ','','
                      ','",'","
                      ","
                    • ",'
                    • ','','',"
                    • ","
                    "].join(""),success:function(t,n){var o="submit(layedit-link-yes)";a.render("radio"),t.find(".layui-btn-primary").on("click",function(){i.close(n),l.focus()}),a.on(o,function(t){i.close(b.index),e&&e(t.field)})}});b.index=n},x=function(t){var a=function(){var t=["[微笑]","[嘻嘻]","[哈哈]","[可爱]","[可怜]","[挖鼻]","[吃惊]","[害羞]","[挤眼]","[闭嘴]","[鄙视]","[爱你]","[泪]","[偷笑]","[亲亲]","[生病]","[太开心]","[白眼]","[右哼哼]","[左哼哼]","[嘘]","[衰]","[委屈]","[吐]","[哈欠]","[抱抱]","[怒]","[疑问]","[馋嘴]","[拜拜]","[思考]","[汗]","[困]","[睡]","[钱]","[失望]","[酷]","[色]","[哼]","[鼓掌]","[晕]","[悲伤]","[抓狂]","[黑线]","[阴险]","[怒骂]","[互粉]","[心]","[伤心]","[猪头]","[熊猫]","[兔子]","[ok]","[耶]","[good]","[NO]","[赞]","[来]","[弱]","[草泥马]","[神马]","[囧]","[浮云]","[给力]","[围观]","[威武]","[奥特曼]","[礼物]","[钟]","[话筒]","[蜡烛]","[蛋糕]"],e={};return layui.each(t,function(t,i){e[i]=layui.cache.dir+"images/face/"+t+".gif"}),e}();return x.hide=x.hide||function(t){"face"!==e(t.target).attr("layedit-event")&&i.close(x.index)},x.index=i.tips(function(){var t=[];return layui.each(a,function(e,i){t.push('
                  • '+e+'
                  • ')}),'
                      '+t.join("")+"
                    "}(),this,{tips:1,time:0,skin:"layui-box layui-util-face",maxWidth:500,success:function(l,n){l.css({marginTop:-4,marginLeft:-10}).find(".layui-clear>li").on("click",function(){t&&t({src:a[this.title],alt:this.title}),i.close(n)}),e(document).off("click",x.hide).on("click",x.hide)}})},k=function(t){var e=this,l=i.open({type:1,id:"LAY_layedit_code",area:"550px",shade:.05,shadeClose:!0,moveType:1,title:"插入代码",skin:"layui-layer-msg",content:['
                      ','
                    • ','','
                      ','","
                      ","
                    • ",'
                    • ','','
                      ','',"
                      ","
                    • ",'
                    • ','','',"
                    • ","
                    "].join(""),success:function(l,n){var o="submit(layedit-code-yes)";a.render("select"),l.find(".layui-btn-primary").on("click",function(){i.close(n),e.focus()}),a.on(o,function(e){i.close(k.index),t&&t(e.field)})}});k.index=l},C={html:'',strong:'',italic:'',underline:'',del:'',"|":'',left:'',center:'',right:'',link:'',unlink:'',face:'',image:'',code:'',help:''},w=new s;t(n,w)}); \ No newline at end of file diff --git a/build/lay/modules/layer.js b/build/lay/modules/layer.js index 9d1ce2fc..b7d708aa 100644 --- a/build/lay/modules/layer.js +++ b/build/lay/modules/layer.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ - ;!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.scripts,t=e[e.length-1],i=t.src;if(!t.getAttribute("merge"))return i.substring(0,i.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"]},r={v:"3.0.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):r.link("skin/"+e.extend),this):this},link:function(t,n,a){if(r.path){var o=i("head")[0],l=document.createElement("link");"string"==typeof n&&(a=n);var s=(a||t).replace(/\.|\//g,""),f="layuicss-"+s,c=0;l.rel="stylesheet",l.href=r.path+t,l.id=f,i("#"+f)[0]||o.appendChild(l),"function"==typeof n&&!function d(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(i("#"+f).css("width"))?n():setTimeout(d,100))}()}},ready:function(e){var t="skinlayercss",i="1110";return a?layui.addcss("modules/layer/default/layer.css?v="+r.v+i,e,t):r.link("skin/default/layer.css?v="+r.v+i,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var l="function"==typeof t;return l&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},l?{}:t))},msg:function(e,n,a){var l="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",d=s.anim.length-1;return l&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},l&&!o.config.skin?{skin:c+" layui-layer-hui",anim:d}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},l=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},50)};l.pt=l.prototype;var s=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];s.anim=["layer-anim","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],l.pt.config={type:0,shade:.3,fixed:!0,move:s[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},l.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,l=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),d=r.title?'
                    '+(f?r.title[0]:r.title)+"
                    ":"";return r.zIndex=l,t([r.shade?'
                    ':"",'
                    '+(e&&2!=r.type?"":d)+'
                    '+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
                    '+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
                    '+e+"
                    "}():"")+(r.resize?'':"")+"
                    "],d,i('
                    ')),n},l.pt.creat=function(){var e=this,t=e.config,a=e.index,l=t.content,f="object"==typeof l,c=i("body");if(!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var l=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}e.vessel(f,function(n,r,d){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){l.parents("."+s[0])[0]||(l.data("display",l.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+s[0]+a).find("."+s[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=d),e.layero=i("#"+s[0]+a),t.scrollbar||s.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",l[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),s.anim[t.anim]&&e.layero.addClass(s.anim[t.anim]).data("anim",!0)}},l.pt.auto=function(e){function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("padding"))))}var a=this,o=a.config,l=i("#"+s[0]+e);""===o.area[0]&&o.maxWidth>0&&(r.ie&&r.ie<8&&o.btn&&l.width(l.innerWidth()),l.outerWidth()>o.maxWidth&&l.width(o.maxWidth));var f=[l.innerWidth(),l.innerHeight()],c=l.find(s[1]).outerHeight()||0,d=l.find("."+s[6]).outerHeight()||0;switch(o.type){case 2:t("iframe");break;default:""===o.area[1]?o.fixed&&f[1]>=n.height()&&(f[1]=n.height(),t("."+s[5])):t("."+s[5])}return a},l.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(s[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},l.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var l={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),l.autoLeft=function(){l.left+o[0]-n.width()>0?(l.tipLeft=l.left+l.width-o[0],f.css({right:12,left:"auto"})):l.tipLeft=l.left},l.where=[function(){l.autoLeft(),l.tipTop=l.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left+l.width+10,l.tipTop=l.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){l.autoLeft(),l.tipTop=l.top+l.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left-o[0]-10,l.tipTop=l.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],l.where[c-1](),1===c?l.top-(n.scrollTop()+o[1]+16)<0&&l.where[2]():2===c?n.width()-(l.left+l.width+o[0]+16)>0||l.where[3]():3===c?l.top-n.scrollTop()+l.height+o[1]+16-n.height()>0&&l.where[0]():4===c&&o[0]+16-l.left>0&&l.where[1](),a.find("."+s[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:l.tipLeft-(t.fixed?n.scrollLeft():0),top:l.tipTop-(t.fixed?n.scrollTop():0)})},l.pt.move=function(){var e=this,t=e.config,a=i(document),l=e.layero,s=l.find(t.move),f=l.find(".layui-layer-resize"),c={};return t.move&&s.css("cursor","move"),s.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(l.css("left")),e.clientY-parseFloat(l.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[l.outerWidth(),l.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],s="fixed"===l.css("position");if(i.preventDefault(),c.stX=s?0:n.scrollLeft(),c.stY=s?0:n.scrollTop(),!t.moveOut){var f=n.width()-l.outerWidth()+c.stX,d=n.height()-l.outerHeight()+c.stY;af&&(a=f),od&&(o=d)}l.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd()),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},l.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+s[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+s[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+s[0])[0]||1==n.attr("layer")&&i("."+s[0]).length<1&&n.removeAttr("layer").show(),n=null})},l.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+s[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},l.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){s.html.attr("layer-full")==e&&(s.html[0].style.removeProperty?s.html[0].style.removeProperty("overflow"):s.html[0].style.removeAttribute("overflow"),s.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+s[4]).attr("times"),i("#"+s[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+s[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+s[0]+e),a=n.find(s[1]).outerHeight()||0,o=n.find("."+s[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+s[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+s[0]+e),r=a.find(".layui-layer-content"),l=a.attr("type"),f=a.find(s[1]).outerHeight()||0,c=a.find("."+s[6]).outerHeight()||0;a.attr("minLeft");l!==o.type[3]&&l!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+s[6]).outerHeight(),l===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+s[0]+e),l=a.find(s[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:l,left:f,top:n.height()-l,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(s[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+s[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(s[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+s[0]+e);o.record(a),s.html.attr("layer-full")||s.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+s[0]+(t||r.index)).find(s[1]);n.html(e)},r.close=function(e){var t=i("#"+s[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var l="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+s[5]+")").remove();for(var a=t.find("."+l),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(l)}else{if(n===o.type[2])try{var f=i("#"+s[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+s[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}};t.data("anim")&&t.addClass(a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),"function"==typeof o.end[e]&&o.end[e](),delete o.end[e],t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),setTimeout(function(){f()},r.ie&&r.ie<10||!t.data("anim")?0:200)}},r.closeAll=function(e){i.each(i("."+s[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var l,s=2==e.formType?'":function(){return''}();return r.open(i.extend({type:1,btn:["确定","取消"],content:s,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){l=e.find(".layui-layer-input"),l.focus()},resize:!1,yes:function(i){var n=l.val();""===n?l.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",l,{tips:1}):t&&t(n,i,l)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{};return r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,n="";if(e>0)for(n=''+t[0].title+"";i"+t[i].title+"";return n}(),content:'
                      '+function(){var e=t.length,i=1,n="";if(e>0)for(n='
                    • '+(t[0].content||"no content")+"
                    • ";i'+(t[i].content||"no content")+"";return n}()+"
                    ",success:function(t){var n=t.find(".layui-layer-title").children(),a=t.find(".layui-layer-tabmain").children();n.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var n=i(this),o=n.index();n.addClass("layui-layer-tabnow").siblings().removeClass("layui-layer-tabnow"),a.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)})}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var l={};if(t=t||{},t.photos){var s=t.photos.constructor===Object,f=s?t.photos:{},d=f.data||[],u=f.start||0;if(l.imgIndex=(0|u)+1,t.img=t.img||"img",s){if(0===d.length)return r.msg("没有图片")}else{var y=i(t.photos),p=function(){d=[],y.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),d.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(p(),0===d.length)return;if(n||y.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:d,tab:t.tab},full:t.full}),!0),p()}),!n)return}l.imgprev=function(e){l.imgIndex--,l.imgIndex<1&&(l.imgIndex=d.length),l.tabimg(e)},l.imgnext=function(e,t){l.imgIndex++,l.imgIndex>d.length&&(l.imgIndex=1,t)||l.tabimg(e)},l.keyup=function(e){if(!l.end){var t=e.keyCode;e.preventDefault(),37===t?l.imgprev(!0):39===t?l.imgnext(!0):27===t&&r.close(l.index)}},l.tabimg=function(e){d.length<=1||(f.start=l.imgIndex-1,r.close(l.index),r.photos(t,!0,e))},l.event=function(){l.bigimg.hover(function(){l.imgsee.show()},function(){l.imgsee.hide()}),l.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),l.imgprev()}),l.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),l.imgnext()}),i(document).on("keyup",l.keyup)},l.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(d[u].src,function(n){r.close(l.loadi),l.index=r.open(i.extend({type:1,area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(d[u].alt||
                    '+(d.length>1?'':"")+'
                    '+(d[u].alt||"")+""+l.imgIndex+"/"+d.length+"
                    ",success:function(e,i){l.bigimg=e.find(".layui-layer-phimg"),l.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),l.event(e),t.tab&&t.tab(d[u],e)},end:function(){l.end=!0,i(document).off("keyup",l.keyup)}},t))},function(){r.close(l.loadi),r.msg("当前图片地址异常
                    是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){d.length>1&&l.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),s.html=i("html"),r.open=function(e){var t=new l(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.jquery),e.layer=r,t("layer",r)})):"function"==typeof define?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window); \ No newline at end of file +/** layui-v1.0.5 LGPL License By http://www.layui.com */ + ;!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.scripts,t=e[e.length-1],i=t.src;if(!t.getAttribute("merge"))return i.substring(0,i.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"]},r={v:"3.0.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):r.link("skin/"+e.extend),this):this},link:function(t,n,a){if(r.path){var o=i("head")[0],l=document.createElement("link");"string"==typeof n&&(a=n);var s=(a||t).replace(/\.|\//g,""),f="layuicss-"+s,c=0;l.rel="stylesheet",l.href=r.path+t,l.id=f,i("#"+f)[0]||o.appendChild(l),"function"==typeof n&&!function d(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(i("#"+f).css("width"))?n():setTimeout(d,100))}()}},ready:function(e){var t="skinlayercss",i="1110";return a?layui.addcss("modules/layer/default/layer.css?v="+r.v+i,e,t):r.link("skin/default/layer.css?v="+r.v+i,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var l="function"==typeof t;return l&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},l?{}:t))},msg:function(e,n,a){var l="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",d=s.anim.length-1;return l&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},l&&!o.config.skin?{skin:c+" layui-layer-hui",anim:d}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},l=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},50)};l.pt=l.prototype;var s=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];s.anim=["layer-anim","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],l.pt.config={type:0,shade:.3,fixed:!0,move:s[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},l.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,l=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),d=r.title?'
                    '+(f?r.title[0]:r.title)+"
                    ":"";return r.zIndex=l,t([r.shade?'
                    ':"",'
                    '+(e&&2!=r.type?"":d)+'
                    '+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
                    '+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
                    '+e+"
                    "}():"")+(r.resize?'':"")+"
                    "],d,i('
                    ')),n},l.pt.creat=function(){var e=this,t=e.config,a=e.index,l=t.content,f="object"==typeof l,c=i("body");if(!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var l=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}e.vessel(f,function(n,r,d){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){l.parents("."+s[0])[0]||(l.data("display",l.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+s[0]+a).find("."+s[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=d),e.layero=i("#"+s[0]+a),t.scrollbar||s.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",l[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),s.anim[t.anim]&&e.layero.addClass(s.anim[t.anim]).data("anim",!0)}},l.pt.auto=function(e){function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("padding"))))}var a=this,o=a.config,l=i("#"+s[0]+e);""===o.area[0]&&o.maxWidth>0&&(r.ie&&r.ie<8&&o.btn&&l.width(l.innerWidth()),l.outerWidth()>o.maxWidth&&l.width(o.maxWidth));var f=[l.innerWidth(),l.innerHeight()],c=l.find(s[1]).outerHeight()||0,d=l.find("."+s[6]).outerHeight()||0;switch(o.type){case 2:t("iframe");break;default:""===o.area[1]?o.fixed&&f[1]>=n.height()&&(f[1]=n.height(),t("."+s[5])):t("."+s[5])}return a},l.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(s[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},l.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var l={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),l.autoLeft=function(){l.left+o[0]-n.width()>0?(l.tipLeft=l.left+l.width-o[0],f.css({right:12,left:"auto"})):l.tipLeft=l.left},l.where=[function(){l.autoLeft(),l.tipTop=l.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left+l.width+10,l.tipTop=l.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){l.autoLeft(),l.tipTop=l.top+l.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){l.tipLeft=l.left-o[0]-10,l.tipTop=l.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],l.where[c-1](),1===c?l.top-(n.scrollTop()+o[1]+16)<0&&l.where[2]():2===c?n.width()-(l.left+l.width+o[0]+16)>0||l.where[3]():3===c?l.top-n.scrollTop()+l.height+o[1]+16-n.height()>0&&l.where[0]():4===c&&o[0]+16-l.left>0&&l.where[1](),a.find("."+s[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:l.tipLeft-(t.fixed?n.scrollLeft():0),top:l.tipTop-(t.fixed?n.scrollTop():0)})},l.pt.move=function(){var e=this,t=e.config,a=i(document),l=e.layero,s=l.find(t.move),f=l.find(".layui-layer-resize"),c={};return t.move&&s.css("cursor","move"),s.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(l.css("left")),e.clientY-parseFloat(l.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[l.outerWidth(),l.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],s="fixed"===l.css("position");if(i.preventDefault(),c.stX=s?0:n.scrollLeft(),c.stY=s?0:n.scrollTop(),!t.moveOut){var f=n.width()-l.outerWidth()+c.stX,d=n.height()-l.outerHeight()+c.stY;af&&(a=f),od&&(o=d)}l.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd()),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},l.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+s[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+s[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+s[0])[0]||1==n.attr("layer")&&i("."+s[0]).length<1&&n.removeAttr("layer").show(),n=null})},l.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+s[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},l.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){s.html.attr("layer-full")==e&&(s.html[0].style.removeProperty?s.html[0].style.removeProperty("overflow"):s.html[0].style.removeAttribute("overflow"),s.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+s[4]).attr("times"),i("#"+s[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+s[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+s[0]+e),a=n.find(s[1]).outerHeight()||0,o=n.find("."+s[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+s[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+s[0]+e),r=a.find(".layui-layer-content"),l=a.attr("type"),f=a.find(s[1]).outerHeight()||0,c=a.find("."+s[6]).outerHeight()||0;a.attr("minLeft");l!==o.type[3]&&l!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+s[6]).outerHeight(),l===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+s[0]+e),l=a.find(s[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:l,left:f,top:n.height()-l,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(s[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+s[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(s[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+s[0]+e);o.record(a),s.html.attr("layer-full")||s.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+s[0]+(t||r.index)).find(s[1]);n.html(e)},r.close=function(e){var t=i("#"+s[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var l="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+s[5]+")").remove();for(var a=t.find("."+l),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(l)}else{if(n===o.type[2])try{var f=i("#"+s[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+s[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}"function"==typeof o.end[e]&&o.end[e](),delete o.end[e]};t.data("anim")&&t.addClass(a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),setTimeout(function(){f()},r.ie&&r.ie<10||!t.data("anim")?0:200)}},r.closeAll=function(e){i.each(i("."+s[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var l,s=2==e.formType?'":function(){return''}();return r.open(i.extend({type:1,btn:["确定","取消"],content:s,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){l=e.find(".layui-layer-input"),l.focus()},resize:!1,yes:function(i){var n=l.val();""===n?l.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",l,{tips:1}):t&&t(n,i,l)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{};return r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,n="";if(e>0)for(n=''+t[0].title+"";i"+t[i].title+"";return n}(),content:'
                      '+function(){var e=t.length,i=1,n="";if(e>0)for(n='
                    • '+(t[0].content||"no content")+"
                    • ";i'+(t[i].content||"no content")+"";return n}()+"
                    ",success:function(t){var n=t.find(".layui-layer-title").children(),a=t.find(".layui-layer-tabmain").children();n.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var n=i(this),o=n.index();n.addClass("layui-layer-tabnow").siblings().removeClass("layui-layer-tabnow"),a.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)})}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var l={};if(t=t||{},t.photos){var s=t.photos.constructor===Object,f=s?t.photos:{},d=f.data||[],u=f.start||0;if(l.imgIndex=(0|u)+1,t.img=t.img||"img",s){if(0===d.length)return r.msg("没有图片")}else{var y=i(t.photos),p=function(){d=[],y.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),d.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(p(),0===d.length)return;if(n||y.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:d,tab:t.tab},full:t.full}),!0),p()}),!n)return}l.imgprev=function(e){l.imgIndex--,l.imgIndex<1&&(l.imgIndex=d.length),l.tabimg(e)},l.imgnext=function(e,t){l.imgIndex++,l.imgIndex>d.length&&(l.imgIndex=1,t)||l.tabimg(e)},l.keyup=function(e){if(!l.end){var t=e.keyCode;e.preventDefault(),37===t?l.imgprev(!0):39===t?l.imgnext(!0):27===t&&r.close(l.index)}},l.tabimg=function(e){d.length<=1||(f.start=l.imgIndex-1,r.close(l.index),r.photos(t,!0,e))},l.event=function(){l.bigimg.hover(function(){l.imgsee.show()},function(){l.imgsee.hide()}),l.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),l.imgprev()}),l.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),l.imgnext()}),i(document).on("keyup",l.keyup)},l.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(d[u].src,function(n){r.close(l.loadi),l.index=r.open(i.extend({type:1,area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(d[u].alt||
                    '+(d.length>1?'':"")+'
                    '+(d[u].alt||"")+""+l.imgIndex+"/"+d.length+"
                    ",success:function(e,i){l.bigimg=e.find(".layui-layer-phimg"),l.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),l.event(e),t.tab&&t.tab(d[u],e)},end:function(){l.end=!0,i(document).off("keyup",l.keyup)}},t))},function(){r.close(l.loadi),r.msg("当前图片地址异常
                    是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){d.length>1&&l.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),s.html=i("html"),r.open=function(e){var t=new l(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.jquery),e.layer=r,t("layer",r)})):"function"==typeof define?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window); \ No newline at end of file diff --git a/build/lay/modules/laypage.js b/build/lay/modules/laypage.js index d932849b..53ed13bd 100644 --- a/build/lay/modules/laypage.js +++ b/build/lay/modules/laypage.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define(function(a){"use strict";function t(a){new p(a)}var e=document,r="getElementById",n="getElementsByTagName",s=0,p=function(a){var t=this,e=t.config=a||{};e.item=s++,t.render(!0)};p.on=function(a,t,e){return a.attachEvent?a.attachEvent("on"+t,function(){e.call(a,window.even)}):a.addEventListener(t,e,!1),p},p.prototype.type=function(){var a=this.config;if("object"==typeof a.cont)return void 0===a.cont.length?2:3},p.prototype.view=function(){var a=this,t=a.config,e=[],r={};if(t.pages=0|t.pages,t.curr=0|t.curr||1,t.groups="groups"in t?0|t.groups:5,t.first="first"in t?t.first:"首页",t.last="last"in t?t.last:"末页",t.prev="prev"in t?t.prev:"上一页",t.next="next"in t?t.next:"下一页",t.pages<=1)return"";for(t.groups>t.pages&&(t.groups=t.pages),r.index=Math.ceil((t.curr+(t.groups>1&&t.groups!==t.pages?1:0))/(0===t.groups?1:t.groups)),t.curr>1&&t.prev&&e.push(''+t.prev+""),r.index>1&&t.first&&0!==t.groups&&e.push(''+t.first+""),r.poor=Math.floor((t.groups-1)/2),r.start=r.index>1?t.curr-r.poor:1,r.end=r.index>1?function(){var a=t.curr+(t.groups-r.poor-1);return a>t.pages?t.pages:a}():t.groups,r.end-r.start"+r.start+""):e.push(''+r.start+"");return t.pages>t.groups&&r.end'+t.last+""),r.flow=!t.prev&&0===t.groups,(t.curr!==t.pages&&t.next||r.flow)&&e.push(function(){return r.flow&&t.curr===t.pages?''+t.next+"":''+t.next+""}()),'
                    '+e.join("")+function(){return t.skip?'到第 ':""}()+"
                    "},p.prototype.jump=function(a){if(a){for(var t=this,e=t.config,r=a.children,s=a[n]("button")[0],i=a[n]("input")[0],u=0,o=r.length;u/g,">").replace(/'/g,"'").replace(/"/g,""")},error:function(e,r){var n="Laytpl Error:";return"object"==typeof console&&console.error(n+e+"\n"+(r||"")),n+e}},c=n.exp,t=function(e){this.tpl=e};t.pt=t.prototype,window.errors=0,t.pt.parse=function(e,t){var o=this,p=e,a=c("^"+r.open+"#",""),l=c(r.close+"$","");e=e.replace(/\s+|\r|\t|\n/g," ").replace(c(r.open+"#"),r.open+"# ").replace(c(r.close+"}"),"} "+r.close).replace(/\\/g,"\\\\").replace(/(?="|')/g,"\\").replace(n.query(),function(e){return e=e.replace(a,"").replace(l,""),'";'+e.replace(/\\/g,"")+';view+="'}).replace(n.query(1),function(e){var n='"+(';return e.replace(/\s/g,"")===r.open+r.close?"":(e=e.replace(c(r.open+"|"+r.close),""),/^=/.test(e)&&(e=e.replace(/^=/,""),n='"+_escape_('),n+e.replace(/\\/g,"")+')+"')}),e='"use strict";var view = "'+e+'";return view;';try{return o.cache=e=new Function("d, _escape_",e),e(t,n.escape)}catch(u){return delete o.cache,n.error(u,p)}},t.pt.render=function(e,r){var c,t=this;return e?(c=t.cache?t.cache(e,n.escape):t.parse(t.tpl,e),r?void r(c):c):n.error("no data")};var o=function(e){return"string"!=typeof e?n.error("Template not found"):new t(e)};o.config=function(e){e=e||{};for(var n in e)r[n]=e[n]},o.v="1.2.0",e("laytpl",o)}); \ No newline at end of file diff --git a/build/lay/modules/tree.js b/build/lay/modules/tree.js index e72ceb83..6f1e643a 100644 --- a/build/lay/modules/tree.js +++ b/build/lay/modules/tree.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define("jquery",function(e){"use strict";var o=layui.jquery,a=layui.hint(),r="layui-tree-enter",i=function(e){this.options=e},t={arrow:["",""],checkbox:["",""],radio:["",""],branch:["",""],leaf:""};i.prototype.init=function(e){var o=this;e.addClass("layui-box layui-tree"),o.options.skin&&e.addClass("layui-tree-skin-"+o.options.skin),o.tree(e),o.on(e)},i.prototype.tree=function(e,a){var r=this,i=r.options,n=a||i.nodes;layui.each(n,function(a,n){var l=n.children&&n.children.length>0,c=o('
                      '),s=o(["
                    • ",function(){return l?''+(n.spread?t.arrow[1]:t.arrow[0])+"":""}(),function(){return i.check?''+("checkbox"===i.check?t.checkbox[0]:"radio"===i.check?t.radio[0]:"")+"":""}(),function(){return'"+(''+(l?n.spread?t.branch[1]:t.branch[0]:t.leaf)+"")+(""+(n.name||"未命名")+"")}(),"
                    • "].join(""));l&&(s.append(c),r.tree(c,n.children)),e.append(s),"function"==typeof i.click&&r.click(s,n),r.spread(s,n),i.drag&&r.drag(s,n)})},i.prototype.click=function(e,o){var a=this,r=a.options;e.children("a").on("click",function(e){layui.stope(e),r.click(o)})},i.prototype.spread=function(e,o){var a=this,r=(a.options,e.children(".layui-tree-spread")),i=e.children("ul"),n=e.children("a"),l=function(){e.data("spread")?(e.data("spread",null),i.removeClass("layui-show"),r.html(t.arrow[0]),n.find(".layui-icon").html(t.branch[0])):(e.data("spread",!0),i.addClass("layui-show"),r.html(t.arrow[1]),n.find(".layui-icon").html(t.branch[1]))};i[0]&&(r.on("click",l),n.on("dblclick",l))},i.prototype.on=function(e){var a=this,i=a.options,t="layui-tree-drag";e.find("i").on("selectstart",function(e){return!1}),i.drag&&o(document).on("mousemove",function(e){var r=a.move;if(r.from){var i=(r.to,o('
                      '));e.preventDefault(),o("."+t)[0]||o("body").append(i);var n=o("."+t)[0]?o("."+t):i;n.addClass("layui-show").html(r.from.elem.children("a").html()),n.css({left:e.pageX+10,top:e.pageY+10})}}).on("mouseup",function(){var e=a.move;e.from&&(e.from.elem.children("a").removeClass(r),e.to&&e.to.elem.children("a").removeClass(r),a.move={},o("."+t).remove())})},i.prototype.move={},i.prototype.drag=function(e,a){var i=this,t=(i.options,e.children("a")),n=function(){var t=o(this),n=i.move;n.from&&(n.to={item:a,elem:e},t.addClass(r))};t.on("mousedown",function(){var o=i.move;o.from={item:a,elem:e}}),t.on("mouseenter",n).on("mousemove",n).on("mouseleave",function(){var e=o(this),a=i.move;a.from&&(delete a.to,e.removeClass(r))})},e("tree",function(e){var r=new i(e=e||{}),t=o(e.elem);return t[0]?void r.init(t):a.error("layui.tree 没有找到"+e.elem+"元素")})}); \ No newline at end of file diff --git a/build/lay/modules/upload.js b/build/lay/modules/upload.js index 34f9f78c..8c52f7f8 100644 --- a/build/lay/modules/upload.js +++ b/build/lay/modules/upload.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define("layer",function(e){"use strict";var a=layui.jquery,t=layui.layer,i=(layui.device(),"layui-upload-enter"),n="layui-upload-iframe",r={icon:2,shift:6},o={file:"文件",video:"视频",audio:"音频"},s=function(e){this.options=e};s.prototype.init=function(){var e=this,t=e.options,r=a("body"),s=a(t.elem||".layui-upload-file"),u=a('');return a("#"+n)[0]||r.append(u),s.each(function(r,s){s=a(s);var u='
                      ',l=s.attr("lay-type")||t.type;t.unwrap||(u='
                      '+u+''+(s.attr("lay-title")||t.title||"上传"+(o[l]||"图片"))+"
                      "),u=a(u),t.unwrap||u.on("dragover",function(e){e.preventDefault(),a(this).addClass(i)}).on("dragleave",function(){a(this).removeClass(i)}).on("drop",function(){a(this).removeClass(i)}),s.parent("form").attr("target")===n&&(t.unwrap?s.unwrap():(s.parent().next().remove(),s.unwrap().unwrap())),s.wrap(u),s.off("change").on("change",function(){e.action(this,l)})})},s.prototype.action=function(e,i){var o=this,s=o.options,u=e.value,l=a(e),p=l.attr("lay-ext")||s.ext||"";if(u){switch(i){case"file":if(p&&!RegExp("\\w\\.("+p+")$","i").test(escape(u)))return t.msg("不支持该文件格式",r),e.value="";break;case"video":if(!RegExp("\\w\\.("+(p||"avi|mp4|wma|rmvb|rm|flash|3gp|flv")+")$","i").test(escape(u)))return t.msg("不支持该视频格式",r),e.value="";break;case"audio":if(!RegExp("\\w\\.("+(p||"mp3|wav|mid")+")$","i").test(escape(u)))return t.msg("不支持该音频格式",r),e.value="";break;default:if(!RegExp("\\w\\.("+(p||"jpg|png|gif|bmp|jpeg")+")$","i").test(escape(u)))return t.msg("不支持该图片格式",r),e.value=""}s.before&&s.before(e),l.parent().submit();var c=a("#"+n),f=setInterval(function(){var a;try{a=c.contents().find("body").text()}catch(i){t.msg("上传接口存在跨域",r),clearInterval(f)}if(a){clearInterval(f),c.contents().find("body").html("");try{a=JSON.parse(a)}catch(i){return a={},t.msg("请对上传接口返回JSON字符",r)}"function"==typeof s.success&&s.success(a,e)}},30);e.value=""}},e("upload",function(e){var a=new s(e=e||{});a.init()})}); \ No newline at end of file diff --git a/build/lay/modules/util.js b/build/lay/modules/util.js index 2859170b..87e7e572 100644 --- a/build/lay/modules/util.js +++ b/build/lay/modules/util.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ +/** layui-v1.0.5 LGPL License By http://www.layui.com */ ;layui.define("jquery",function(l){"use strict";var o=layui.jquery,i={fixbar:function(l){l=l||{},l.bgcolor=l.bgcolor?"background-color:"+l.bgcolor:"";var i,a,c="layui-fixbar-top",t=[l.bar1===!0?"":l.bar1,l.bar2===!0?"":l.bar2,""],r=o(['
                        ',l.bar1?'
                      • '+t[0]+"
                      • ":"",l.bar2?'
                      • '+t[1]+"
                      • ":"",'
                      • '+t[2]+"
                      • ","
                      "].join("")),e=r.find("."+c),s=function(){var i=o(document).scrollTop();i>=(l.showHeight||200)?a||(e.show(),a=1):a&&(e.hide(),a=0)};o(".layui-fixbar")[0]||("object"==typeof l.css&&r.css(l.css),o("body").append(r),s(),r.find("li").on("click",function(){var i=o(this),a=i.attr("lay-type");"top"===a&&o("html,body").animate({scrollTop:0},200),l.click&&l.click.call(this,a)}),o(document).on("scroll",function(){i&&clearTimeout(i),i=setTimeout(function(){s()},100)}))}};l("util",i)}); \ No newline at end of file diff --git a/build/layui.js b/build/layui.js index 6ebb3f2b..0fabe9c3 100644 --- a/build/layui.js +++ b/build/layui.js @@ -1,2 +1,2 @@ -/** layui-v1.0.4 LGPL license By www.layui.com */ - ;!function(e){"use strict";var t=function(){this.v="1.0.4"};t.fn=t.prototype;var n=document,o=t.fn.cache={},i=function(){var e=n.scripts,t=e[e.length-1].src;return t.substring(0,t.lastIndexOf("/")+1)}(),r=function(t){e.console&&console.error&&console.error("Layui hint: "+t)},u="undefined"!=typeof opera&&"[object Opera]"===opera.toString(),l={layer:"modules/layer",laydate:"modules/laydate",laypage:"modules/laypage",laytpl:"modules/laytpl",layim:"modules/layim",layedit:"modules/layedit",form:"modules/form",upload:"modules/upload",tree:"modules/tree",slide:"modules/slide",table:"modules/table",element:"modules/element",util:"modules/util",flow:"modules/flow",code:"modules/code",single:"modules/single",mobile:"modules/mobile",jquery:"lib/jquery","layui.mod":"dest/layui.mod"};o.modules={},o.status={},o.timeout=10,o.event={},t.fn.define=function(e,t){var n=this,i="function"==typeof e,r=function(){return"function"==typeof t&&t(function(e,t){layui[e]=t,o.status[e]=!0}),this};return i&&(t=e,e=[]),layui["layui.all"]?r.call(n):(n.use(e,r),n)},t.fn.use=function(e,t,a){function s(e,t){var n="PLaySTATION 3"===navigator.platform?/^complete$/:/^(complete|loaded)$/;("load"===e.type||n.test((e.currentTarget||e.srcElement).readyState))&&(o.modules[y]=t,m.removeChild(p),function i(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void(o.status[y]?c():setTimeout(i,4))}())}function c(){a.push(layui[y]),e.length>1?d.use(e.slice(1),t,a):"function"==typeof t&&t.apply(layui,a)}var d=this,f=o.dir=o.dir?o.dir:i,m=n.getElementsByTagName("head")[0];e="string"==typeof e?[e]:e,window.jQuery&&jQuery.fn.on&&(d.each(e,function(t,n){"jquery"===n&&e.splice(t,1)}),layui.jquery=jQuery);var y=e[0],v=0;if(a=a||[],o.host=o.host||(f.match(/\/\/([\s\S]+?)\//)||["//"+location.host+"/"])[0],0===e.length)return t();var p=n.createElement("script"),h=(l[y]?f+"lay/":o.base||"")+(d.modules[y]||y)+".js";return p.async=!0,p.charset="utf-8",p.src=h+function(){var e=o.version===!0?o.v||(new Date).getTime():o.version||"";return e?"?v="+e:""}(),o.modules[y]?!function g(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void("string"==typeof o.modules[y]&&o.status[y]?c():setTimeout(g,4))}():(m.appendChild(p),!p.attachEvent||p.attachEvent.toString&&p.attachEvent.toString().indexOf("[native code")<0||u?p.addEventListener("load",function(e){s(e,h)},!1):p.attachEvent("onreadystatechange",function(e){s(e,h)})),o.modules[y]=h,d},t.fn.all=function(e){return this.use("layui.mod",e),this},t.fn.getStyle=function(t,n){var o=t.currentStyle?t.currentStyle:e.getComputedStyle(t,null);return o[o.getPropertyValue?"getPropertyValue":"getAttribute"](n)},t.fn.link=function(e,t,i){var u=this,l=n.createElement("link"),a=n.getElementsByTagName("head")[0];"string"==typeof t&&(i=t);var s=(i||e).replace(/\.|\//g,""),c=l.id="layuicss-"+s,d=0;l.rel="stylesheet",l.href=e+(o.debug?"?v="+(new Date).getTime():""),l.media="all",n.getElementById(c)||a.appendChild(l),"function"==typeof t&&!function f(){return++d>1e3*o.timeout/100?r(e+" timeout"):void(1989===parseInt(u.getStyle(n.getElementById(c),"width"))?function(){t()}():setTimeout(f,100))}()},t.fn.addcss=function(e,t,n){layui.link(o.dir+"css/"+e,t,n)},t.fn.img=function(e,t,n){var o=new Image;return o.src=e,o.complete?t(o):(o.onload=function(){o.onload=null,t(o)},void(o.onerror=function(e){o.onerror=null,n(e)}))},t.fn.config=function(e){e=e||{};for(var t in e)o[t]=e[t];return this},t.fn.modules=function(){var e={};for(var t in l)e[t]=l[t];return e}(),t.fn.extend=function(e){var t=this;e=e||{};for(var n in e)t[n]||t.modules[n]?r("模块名 "+n+" 已被占用"):t.modules[n]=e[n];return t},t.fn.router=function(e){for(var t,n=(e||location.hash).replace(/^#/,"").split("/")||[],o={dir:[]},i=0;i1e3*o.timeout/4?r(y+" is not a valid module"):void(o.status[y]?c():setTimeout(i,4))}())}function c(){a.push(layui[y]),e.length>1?d.use(e.slice(1),t,a):"function"==typeof t&&t.apply(layui,a)}var d=this,f=o.dir=o.dir?o.dir:i,m=n.getElementsByTagName("head")[0];e="string"==typeof e?[e]:e,window.jQuery&&jQuery.fn.on&&(d.each(e,function(t,n){"jquery"===n&&e.splice(t,1)}),layui.jquery=jQuery);var y=e[0],v=0;if(a=a||[],o.host=o.host||(f.match(/\/\/([\s\S]+?)\//)||["//"+location.host+"/"])[0],0===e.length)return t();var p=n.createElement("script"),h=(l[y]?f+"lay/":o.base||"")+(d.modules[y]||y)+".js";return p.async=!0,p.charset="utf-8",p.src=h+function(){var e=o.version===!0?o.v||(new Date).getTime():o.version||"";return e?"?v="+e:""}(),o.modules[y]?!function g(){return++v>1e3*o.timeout/4?r(y+" is not a valid module"):void("string"==typeof o.modules[y]&&o.status[y]?c():setTimeout(g,4))}():(m.appendChild(p),!p.attachEvent||p.attachEvent.toString&&p.attachEvent.toString().indexOf("[native code")<0||u?p.addEventListener("load",function(e){s(e,h)},!1):p.attachEvent("onreadystatechange",function(e){s(e,h)})),o.modules[y]=h,d},t.fn.all=function(e){return this.use("layui.mod",e),this},t.fn.getStyle=function(t,n){var o=t.currentStyle?t.currentStyle:e.getComputedStyle(t,null);return o[o.getPropertyValue?"getPropertyValue":"getAttribute"](n)},t.fn.link=function(e,t,i){var u=this,l=n.createElement("link"),a=n.getElementsByTagName("head")[0];"string"==typeof t&&(i=t);var s=(i||e).replace(/\.|\//g,""),c=l.id="layuicss-"+s,d=0;l.rel="stylesheet",l.href=e+(o.debug?"?v="+(new Date).getTime():""),l.media="all",n.getElementById(c)||a.appendChild(l),"function"==typeof t&&!function f(){return++d>1e3*o.timeout/100?r(e+" timeout"):void(1989===parseInt(u.getStyle(n.getElementById(c),"width"))?function(){t()}():setTimeout(f,100))}()},t.fn.addcss=function(e,t,n){layui.link(o.dir+"css/"+e,t,n)},t.fn.img=function(e,t,n){var o=new Image;return o.src=e,o.complete?t(o):(o.onload=function(){o.onload=null,t(o)},void(o.onerror=function(e){o.onerror=null,n(e)}))},t.fn.config=function(e){e=e||{};for(var t in e)o[t]=e[t];return this},t.fn.modules=function(){var e={};for(var t in l)e[t]=l[t];return e}(),t.fn.extend=function(e){var t=this;e=e||{};for(var n in e)t[n]||t.modules[n]?r("模块名 "+n+" 已被占用"):t.modules[n]=e[n];return t},t.fn.router=function(e){for(var t,n=(e||location.hash).replace(/^#/,"").split("/")||[],o={dir:[]},i=0;i-v<%= pkg.version %> <%= pkg.license %> license By <%= pkg.homepage %> */\n ;', {pkg: pkg})) + .pipe(header('/** <%= pkg.name %>-v<%= pkg.version %> LGPL License By <%= pkg.homepage %> */\n ;', {pkg: pkg})) .pipe(gulp.dest('./build')) } diff --git a/package.json b/package.json index 2ed2c8b6..b4733489 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "layui", - "version": "1.0.4", + "version": "1.0.5", "description": "经典模块化前端框架", "main": "layui.js", "license": "LGPL-2.1", diff --git a/src/css/layui.css b/src/css/layui.css index 280b64c8..2ab4083a 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -82,7 +82,7 @@ a cite{font-style: normal; *cursor:pointer;} /** 页面元素 **/ -.layui-btn, .layui-input, .layui-textarea, .layui-upload-button{outline: none; -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5); transition: border-color .3s cubic-bezier(.65,.05,.35,.5); -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;} +.layui-btn, .layui-input, .layui-textarea, .layui-upload-button, .layui-select{outline: none; -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5); transition: border-color .3s cubic-bezier(.65,.05,.35,.5); -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;} /* 引用 */.layui-elem-quote{margin-bottom: 10px; padding: 15px; line-height: 22px; border-left: 5px solid #009688; border-radius: 0 2px 2px 0; background-color: #f2f2f2;} .layui-quote-nm{border-color: #e2e2e2; border-style: solid; border-width: 1px; border-left-width: 5px; background: none;} @@ -124,10 +124,12 @@ a cite{font-style: normal; *cursor:pointer;} .layui-btn-mini i{font-size: 14px !important;} /** 表单 **/ -.layui-input, .layui-textarea{display: block; width: 100%; padding-left: 10px; height: 38px; line-height: 38px; line-height: 36px\9; border: 1px solid #e6e6e6; background-color: #fff; border-radius: 2px;} +.layui-input, .layui-textarea, .layui-select{height: 38px; line-height: 38px; line-height: 36px\9; border: 1px solid #e6e6e6; background-color: #fff; border-radius: 2px;} +.layui-input, .layui-textarea{display: block; width: 100%; padding-left: 10px;} .layui-input:hover, .layui-textarea:hover{border-color: #D2D2D2 !important;} .layui-input:focus, .layui-textarea:focus{border-color: #C9C9C9 !important;} .layui-textarea{position: relative; min-height: 100px; height: auto; line-height: 20px; padding: 6px 10px; resize: vertical;} +.layui-select{padding: 0 10px;} .layui-form select, .layui-form input[type=checkbox], .layui-form input[type=radio]{display: none;} @@ -149,8 +151,8 @@ a cite{font-style: normal; *cursor:pointer;} /* 下拉选择 */.layui-form-select{position: relative;} .layui-form-select .layui-input{padding-right: 30px; cursor: pointer;} -.layui-form-select .layui-edge{position: absolute; right: 10px; top: 50%; margin-top: -3px; cursor: pointer; border-width: 6px; border-top-color: #c2c2c2; border-top-style: solid; transition: transform .3s; transition: transform .3s,-webkit-transform .3s;} -.layui-form-select dl{display: none; position: absolute; left: 0; top: 42px; margin-bottom: 50px; padding: 5px 0; z-index: 999; min-width: 100%; border: 1px solid #d2d2d2; max-height: 300px; overflow-y: auto; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 4px rgba(0,0,0,.12); box-sizing: border-box;} +.layui-form-select .layui-edge{position: absolute; right: 10px; top: 50%; margin-top: -3px; cursor: pointer; border-width: 6px; border-top-color: #c2c2c2; border-top-style: solid; transition: all .3s; -webkit-transition: all .3s;} +.layui-form-select dl{display: none; position: absolute; left: 0; top: 42px; padding: 5px 0; z-index: 999; min-width: 100%; border: 1px solid #d2d2d2; max-height: 300px; overflow-y: auto; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 4px rgba(0,0,0,.12); box-sizing: border-box;} .layui-form-select dl dt, .layui-form-select dl dd{padding: 0 10px; line-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} .layui-form-select dl dt{font-size: 12px; color: #999;} @@ -237,15 +239,19 @@ a cite{font-style: normal; *cursor:pointer;} .layui-layedit-iframe iframe{display: block; width: 100%;} #LAY_layedit_code{overflow: hidden;} -/** 表格简单修饰 **/ -.layui-table{width: 100%; margin: 10px 0;} +/** 表格修饰 **/ +.layui-table{width: 100%; margin: 10px 0; background-color: #fff;} +.layui-table tr{transition: all .3s; -webkit-transition: all .3s;} .layui-table thead tr{background-color: #f2f2f2;} -.layui-table th, -.layui-table td{padding: 6px 10px; min-height: 20px; line-height: 20px; border: 1px solid #d2d2d2; font-size: 14px; font-weight: 400;} -.layui-table th{padding: 10px;} -.layui-table tr{background-color: #fff;} -.layui-table tr:nth-child(even){background: #fbfbfb;} +.layui-table th{text-align: left;} +.layui-table th, .layui-table td{padding: 9px 15px; min-height: 20px; line-height: 20px; border: 1px solid #e2e2e2; font-size: 14px;} +.layui-table[lay-even] tr:nth-child(even), +.layui-table tr:hover{background-color: #f8f8f8;} +.layui-table[lay-skin="line"], .layui-table[lay-skin="row"]{border: 1px solid #e2e2e2;} +.layui-table[lay-skin="line"] th, .layui-table[lay-skin="line"] td{border: none; border-bottom: 1px solid #e2e2e2} +.layui-table[lay-skin="row"] th, .layui-table[lay-skin="row"] td{border: none; border-right: 1px solid #e2e2e2} +.layui-table[lay-skin="nob"] th, .layui-table[lay-skin="nob"] td{border: none;} /** 文件上传 **/ .layui-upload-button{position: relative; display: inline-block; vertical-align: middle; min-width: 60px; height: 36px; line-height: 36px; border: 1px solid #DFDFDF; border-radius: 2px; overflow: hidden; background-color: #fff; color: #666;} @@ -319,41 +325,51 @@ a cite{font-style: normal; *cursor:pointer;} .layui-nav .layui-nav-item{position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 60px;} .layui-nav .layui-nav-item a{display: block; padding: 0 20px; color: #c2c2c2; transition: all .3s; -webkit-transition: all .3s;} .layui-nav-bar, -.layui-nav .layui-this:after{position: absolute; left: 0; top: 0; width: 0; height: 5px; background-color: #5FB878; transition: all .2s; -webkit-transition: all .2s;} +.layui-nav .layui-this:after, +.layui-nav-tree .layui-nav-itemed:after{position: absolute; left: 0; top: 0; width: 0; height: 5px; background-color: #5FB878; transition: all .2s; -webkit-transition: all .2s;} .layui-nav-bar{z-index: 1000;} .layui-nav .layui-this a ,.layui-nav .layui-nav-item a:hover{color: #fff;} .layui-nav .layui-this:after{content: ''; top: auto; bottom: 0; width: 100%;} -.layui-nav-child{display: none; position: absolute; left: 0; top: 65px; min-width: 100%; line-height: 36px; padding: 5px 0; box-shadow: 0 2px 4px rgba(0,0,0,.12); border: 1px solid #d2d2d2; background-color: #fff; z-index: 100; border-radius: 2px; white-space: nowrap;} -.layui-nav .layui-nav-child a{color: #333;} -.layui-nav .layui-nav-child a:hover{background-color: #f2f2f2; color: #333;} .layui-nav .layui-nav-more{content:''; width: 0; height: 0; border-style: dashed; border-color: transparent; overflow: hidden; cursor: pointer; transition: all .2s; -webkit-transition: all .2s;} .layui-nav .layui-nav-more{position: absolute; top: 28px; right: 3px; border-width: 6px; border-top-style: solid; border-top-color: #c2c2c2;} .layui-nav .layui-nav-mored, .layui-nav-itemed .layui-nav-more{top: 22px; border-style: dashed; border-color: transparent; border-bottom-style: solid; border-bottom-color: #c2c2c2;} +.layui-nav-child{display: none; position: absolute; left: 0; top: 65px; min-width: 100%; line-height: 36px; padding: 5px 0; box-shadow: 0 2px 4px rgba(0,0,0,.12); border: 1px solid #d2d2d2; background-color: #fff; z-index: 100; border-radius: 2px; white-space: nowrap;} +.layui-nav .layui-nav-child a{color: #333;} +.layui-nav .layui-nav-child a:hover{background-color: #f2f2f2; color: #333;} +.layui-nav-child dd{position: relative;} +.layui-nav-child dd.layui-this{background-color: #5FB878; color: #fff;} +.layui-nav-child dd.layui-this a{color: #fff;} +.layui-nav-child dd.layui-this:after{display: none;} /* 垂直导航菜单 */.layui-nav-tree{width: 200px; padding: 0;} .layui-nav-tree .layui-nav-item{display: block; width: 100%; line-height: 45px;} .layui-nav-tree .layui-nav-item a{height: 45px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} -.layui-nav-tree .layui-nav-bar{width: 5px; height: 0;} -.layui-nav-tree .layui-this{margin: 1px 0;} -.layui-nav-tree .layui-this>a{background-color: #4E5465;} -.layui-nav-tree .layui-this:after{width: 5px; height: 100%; top: 0; left: 0; bottom: auto;} .layui-nav-tree .layui-nav-item a:hover{background-color: #4E5465;} +.layui-nav-tree .layui-nav-bar{width: 5px; height: 0;} +.layui-nav-tree .layui-this, +.layui-nav-tree .layui-this>a, +.layui-nav-tree .layui-this>a:hover, +.layui-nav-tree .layui-nav-child dd.layui-this{background-color: #009688; color: #fff;} +.layui-nav-tree .layui-this:after{display: none;} .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-nav-itemed>a{background-color: #2B2E37 !important; color: #fff !important;} -.layui-nav-side{position: fixed; top: 0; bottom: 0; left: 0; overflow-x: hidden; z-index: 999;} +.layui-nav-tree .layui-nav-bar{background-color: #009688;} -.layui-nav-tree .layui-nav-child{position: relative; top: 0; background: none; border: none; box-shadow: none;} -.layui-nav-tree .layui-nav-child a{height: 36px; line-height: 36px; padding-left: 36px;} +.layui-nav-tree .layui-nav-child{position: relative; z-index: 0; top: 0; border: none; box-shadow: none;} +.layui-nav-tree .layui-nav-child a{height: 40px; line-height: 40px;} .layui-nav-tree .layui-nav-child a{color: #c2c2c2;} -.layui-nav-tree .layui-nav-child a:hover{color: #fff; background: none;} +.layui-nav-tree .layui-nav-child a:hover, +.layui-nav-tree .layui-nav-child{background: none; color: #fff;} .layui-nav-tree .layui-nav-more{top: 20px; right: 10px;} .layui-nav-itemed .layui-nav-more{top: 14px;} -.layui-nav-itemed .layui-nav-child{display: block;} +.layui-nav-itemed .layui-nav-child{display: block; padding: 0;} + +/* 侧边 */.layui-nav-side{position: fixed; top: 0; bottom: 0; left: 0; overflow-x: hidden; z-index: 999;} /** 面包屑 **/ .layui-breadcrumb{visibility: hidden; font-size: 0;} diff --git a/src/font/iconfont.eot b/src/font/iconfont.eot index 2c072ed93f8694fe244ec4d11315b33476fb9c75..6bb5c27b33be8fb3115c593483fa34ab01d6c1c7 100644 GIT binary patch delta 26191 zcmeHv33wdEwQeoF%)V$g?b6IhGuovYX=bc_BwLm@$&zhZmMt%`Mw*c=OI{?f4P=Z7 zgs>zgO&}p*OV|R05S(z63nXC+FJ!qS;Q~oW9$85O*>1@42$tSoBRkkYeBs9CefPa5 zO?7uwS65fpsdMU_Q|FxL{>&cvFjpRVl8{@zc9jy9HoSVV@2Yr|UZ%Zpx96%OA5PmS zArc`=m#*uXdFgj4La2!llHa|gYbm*eD9D!~U%Yy4ZFtiiLsQ5vLw^0}u94lxo^{`c z{7r-~!{|9P#pbcORfK%G5BE#PcPDq%{pE%aBR@lk{+i^-zTGIdAupcSB_|JzUtxUt zr)fg?-GtotRBCJ_VZQ!ICn5Krj|$Ng3iS8Lk0Sp$(O_!V%>MPea=wWCb9m{N$?4IN z?!t@WgnVHU?tgCA$o}2RH!3a2zl?nG)X1)}!Dl~oIU!%f2eJ6>>3uWLt}gp2ArGLF z{I%VC$9CWP#V@TMC**6WK+scyp&;ZNt)KWeaejI*fQrY@;trZ7*`kCn)Z}CXju<)Q z@T6pWusz@2hA`VhZ z7LgXxMpWWK;}Oy%I!hV>kRYieCB#iCNSHK}LNrxM+Q|~qOV*PWWF;};!`G5k#EFm3 zCk3RKcu9bilS)!eYDkF0NGItbtH~OYLl%=RQcsHX#7CB5eEej9bdzOdITW1g_vsrW-d)v0Lj zQ){h-IwRHV&3knQqq>tCwa3(Evk?%HNbCGV{87GGyEFURqno|?)Jn;^`J4Go?6-hR zJl?9^a!rHY;dTTZ6*kqS{rZ}6>en3C`e=t1xz?YS$j%iE`5rW?B}pW)0yr zHl5uzMD#?_D+A;>ASU1TTi)U&MAqA6eIk9Dmnn+Ahv@Z6zj$lcP=}v3(MB4j5gMi; zT0^U89?hj@ioRlOenNgso+m#b50WpE`^aa>)kGtE$SyKMwqZKw;!6sF7!Km7qz!>! z4Ga1L!G>UI0Kkq0g827Ysn0@dsVJ_Y{yM);Q5Dq!fGXPZ^*-hfX}i|v$l>~MEUI0; zKHuG-I#r*Ap%VT*h0Nntk<%VpUosdCMT0e5wCWGE(uP>Ljf(f66h*N%7K?h^9=9k$ zrkRF4b%oS}pS#{I%AyOcWg7RmL#XO;yXq9DwrJ2_V5m{^^vghwB%jJH%xzw2axp+# z=FDl(W(OB3*4m)LjoN1it0bE3dG>2VSZk2j!EVfMNHvxd9n7x&G(gg`un<;Ebi=xM;hwGc6(l_!|$`(te#5h zkJPu(`V5+5CTI_B>9qOjZ7;v93l|5Y(O_{{w^1{1Z8q$W~xERmx5yZDd!0Eq8uvKjMmI6mYv zGA?7Tau(MDhDLRAU|rwl{$Xw0u*2qy`GSFHJBzw8-!K!k7Yy6%wBE!pzpiUia+OxD zeu8SNjT5Q_Li#2C$kA7Po2kmlT4X-0^;y2=r^GV<75;nP4*J>^?~K<4d^W4aY(n3P zi*j?a-7ZzL*!_)7i^8F*@`8M?Y^|gLzfUEYziy8d^2CA^?<=4oXUG*Qq~T}`Qx^14 zl=^*sZPebxDAjJT52yz6CF0|IkG^K##nP0N&+p<-v)|F1)mK*DYwX+5@m2C&@)Y?N z`3CtKd4fDn9wA@B3VangLOwt)CzpY?FWOp!^llZ=xwtbiVpL-k}U*+Pb~=mkl-6ipT2p&`65X)mZPAW2st-sij~krF4pH#1b}$B}*2IE8R_}ac?<^()ZBw=s~)lo{KxH z$a4BIdJX*$y%Ka;#%j2VPSTxp2Tjo=9is`lJx%jLiL$Aix~PNNKr#eXGLlVLQX5H( z4$(onp01&Nw3h~GDfLqyEv7{v@J+aHLU*4f&wv-Z2nv zOqUlUN3jS~boISBuA*CTY{Vy~+X0M!1>rji(swucB)OSf2V(6bZFDiM#luacHE-p; zrVLo#2$T~~E+n3t&pWO*owZlK~((0VMHtCjh0#_o(j( zQ18uvD!l+JML;;ScE(8W8)5WMgXp`NY0L4=Zv;?oI@9ly;d6Y#0G_>nhf;e6I1Iyj zGFZ+8qNLw8rksGlnMIWJ+s2fC8VV<7;VFoce%qMxHV|cKC_}*F*H%|mR+N_o1EnQ? zqc7i=!aCzEE-Eb0<>%z5>cgSDTsg;+lZrHCr@2S*q_VKEfZ7@jdYx)gsFHFzWC?sN zh(ZdKfw)pDSFq*LRng_E#+P-o##mFVv1xqi!ulkb(q>arQ<6lN$D%z0;3C(q>F-H0Oy}g%g3?r4EP+*(C4Qgipt&HYK=cpmp>n)~+@qe- zKO^{NbWaieQ(x~N*3}i#a;$aBd*6N!mEKsI^q$hecQSToV(8Lud+dgWI_?Fs5_$vu zIQUQCG=u?Ax+Z@==t;Z3E-p4DK|R;ZGaDp$h)AidN8aT1E?L0adA-;Zu*1zmY$a zKaoF>-;Cgiy(g`Noj^*2oh0B0dMkPubbPf_Py%~$@&3J*OveX}J@JH&zFVuiv1#JlV z>muN)Lv_JWK%4{qkkUwfD8>&bCr&6*Ly9;!{h41#T||{S*TS{S=L*%ijI<#VLQ@TO zp@=v&(uQ=XE)+l#Z^~Ro>U<5pNXUn*5BD=Kt;75A0#S^9`9wYBLP+R^xKc$g>TtrL zPDR3F3nvAY(V;r@SNt+L+;`QX)8bBA@Jqf-H<5L5hz?FS*!q|o!a^PeFXi-voCVY! za=B3zr!ev!F!uP>JDaJyKD3C2ny5P*3fI?#>KD;4QY3_Is6HI2kH+dk(O5$$41NsX z6viPE4mHGZ3PmH0bc8Nyo>O;;ZTIUuQVOKql;-V3a;$jh|saBILW{hd8 zlU~M|wkKK9N-5*?#2=Wv2Q zf{O(w^s!@A+CAr#=hBaF5p^?v7PnQXM>@f&ewBA=2Hnvp0|T^*f0=zAGpvOS#n(6b z7?qp6Ae}AEi((~y5Vf3a59lkgNeYkGRpL&&77CO|(TKyL4F$pqMyw9sb!Ffjtt00q z)l5E!x9mN-EmcHwx6NP6zrvo!eC{QU@#wPdvLKO}MB_c${0B=}WlRek36w*yi$*Y> z3-X*0)H1?aMjl&`*Mt~`nW^nP62z!z*Bx0_$N1GtBays3MvDrfktK_lFYD+Cg>rHj z&Cd^q+S?X$<|<}2zzv!=|3~(7?Iu&Dym0lDsT?|y{`uSaqwM3LI3G5&E^y9219~n3 zi^>H~ks+|B-MA9@?cjNbaTe_CPM|Xb3R3XLd%zuYprnbM5B`}6sU7Hl7>HjB%yc0y zc$fjg53S!DH&Mo67n#3%m+|f zf!q@yQw(&X0%Ysoz~XaIj%xB8`FE7oAiqUv3v#cK zzYvxNo8AJt$jCg3J4rkEW}zGFBAwu+!AYZZ8R-K3%tPr)vW%8cFRpsYN)YK<(ARQ& zUq5&(=mb!{j`Y(wZKX|k4s1P0^kS55B!jdcocBtUZYCSSjju=PHnN%aY^B4v93|Vp z%_nIB6~@UZJ`(1};?K|X-lI|eXNt$Sx_ zT7YZ;ObdWhaEAjt0$dz4lL9~jU>r2moB`4K86Y{47a+PAcRZl60!SagbslmjL+Q>8 zoH%&E4Xea&8I-dmVph2_|yr#3!sBKE67p-5n71r9>JwPLhOx0o{%3og^usK+nT9M)VXo zOks@z95RYC?KhLf89|#t=dvBs9hR9h=+X>Un^c1duqvI*4fpW>R!samUX38EN9DBE=%>SVk>)BrutU1 z-u~Xy+BK|yU4Lr*09!Y>E;Y1)4Q?Dv4R2x_H*ZXB-NH6++nm}y!nTcWON}Mi==f+V zm1N@+;SYHC-S#jTUmlc~MC+4P?26xp+9>v2~9KQbdDxOGl>YC*yP-)^QU zNF3a3H>Vs~%_@yF(MEOc%iQ_RpMv9QeO%p4KFP(O;uK~@~UzS zMm4Xht4h_U!y#VRP?w5ESVOEK1??J-HODXzExftC`NT*-T;ZKdJ5$S-b@QbwmZny% zWGi}BU=VtFPk&DeQVZ`N=uZu%KE@Ks zL~6%GiYIp_Q@bYF&Z+cHeEKw>+B3EA?Qv{`yqgmu{iYf5?oNo{n`XqDCj{h|Umg8l zd%j6+F|vFg zo?`QWs>UIOF#?eUoI5sIh-9GBkck>}Iztam23-nxJBz;*8@%D z;`zt<1H4sx#Q3aUM=Iu@;dimaN3#xmjioQ2|0bVhpMy+chn$fIj-m}~$3`$c`^Y2l z*0m07gsh9VxFkilxs}PvFqPz;JGPH(DKGOD=VTl8QZ6;s1{V^=hqHE2i5o_Fn8A^=JyvJ_9E?V8Nci8*udrCj++qT5Vf1m$5r_0ggWR*^* zchu`_c6NGIi$neP2fZKg&0TYa_X=;P&v%{oIu|W#cH-g!#UnfHN`h+nlqORmZg>Rk4WSQl-j(RON22LlT`KT@a&5*)UL zBKC%$*jR9tIu+ID7aIK-;EC-fCJinz*l%v$ z#0`3CS6vRf(Qu!vNZeqUdv@PG`ea=xW7tMf)pV}co2#naq?XprE@_q|gCt2xeN%H- zkrcDqyoB8-sXsTUbFYYIU!&~X$M#*;%Tyb)C{R`Dbsv?eY-GYA~rL zrdCEPRc11))X*ASytkO?6*JG@-qbjn&&?)@7w=t+LBn{))8s||5c?)Jn7v>?bK@Q# z1s5F01_vc6Ati40+{LWN{Dbu+}~;PdT>pzK`EZwDSCA2{3U!p`?hx3&;xoE znkIy-hkk$l+wxPKYa2_3nbW0xp=4`XrAxmrc5vJ0ALS464iKFpOr>hF zG`_gHN=TSQsBH9<4`HVaBva9;gCG-%q*n&<7?FC21nGkb8-cC`RiWK(ce(5ykIm$% zlzlaO3pvGPa|4@CUV* z-}9^VDiWLjBL5O!kIyOxlfM*O2b&?u%wU`4637-eK#_D5s-{Pwbow~UzeRzusBq~}5db}6)D*V5bRgY+@_P5STjhxA4I2l_XrXIU(t`B@c1CrR ziI6Z}^Ao)Ei|q4hbY>h6#z_R7+J|aQq>W)`95PN5r|bfDKBi0$iK0i>vcKUvK}Pv4 zxDSzo|0~X`NRs`5{hnEIuL25+2U#{+86*|_Ru;miJD35h2LxaK0>7W%%Qj*dTG%2M zV>Qgp(kc@=hA(4tV+X0@Px8;OA^JEVlp;IW0R1YODkmxaX}%aEH^|npUe?1_(MKQ~ zV#R?dA0p-aPyCM1TmKtVU1 zrW4c%RlqIKP6(amRhSdYpawAkNvj~h&FG|SU$(UqaIiw8ntfQfMOd z&=JJBQ1-0hJ8;~@&c!jzQaHxh0USYSaI6MmJ%J~8utu>bl>%a8M~%Nke}KX=8bvM} zS`zFk(s~>#q1ra%P7W)izrxu~Q&1%L;R~vOUKB%oAC5W@hnH~IMmNw9)E68hu?gj7 zU=&41GsY*h7ocUh_j!~N+Ci`X^@ZWPL@cT`e{W@Z2 z{{zJC08WedpW!9_9j)l;Gry$2qZK`U=9lz$w4$fa{F45TR`m3lU((-*;-|&%^qF7M z-wMtDA(lg%2@E)+OFG(n`zw0-%rEJ$BmO^F(S_-R0cw_c($}BvOOgK7{i(Hd^_tZw zvZirOiZnJiHx93$9j#k?I<}Cly{%h&6Akq&yeYCVyoE&Kqmkj2%R70zZ8SdIP1~A! z+J?IpxA3OeXwxu>ZS08+lU2!zbhigU4qo@NY?F0 zz&b0PO72J{NUA)UDo>E|P_jIfAR#pwQWHciNvb7@-Lxb>S(2Y9rTJya{IUcolaggp zVv0(Zq$I3m^OBal1j%E`JeKfNmYrnT312SD_9U}C3F4_tdMXpUXk|{aGABWD+{qkw zVgq$oCEZnt_%mrzWlvVw6UEe?m9%FiNS18Q8un6Imy~tF);6iLC4$rz7`F|RfH@g} znXc9BG+Ui8%ysf{;}*hAPHsvN6CF1V1NKfz5=DT4lN2UMq2er55=1F*Dg_BrU~m=~ z62zb%Hw+W~#JGNVNt!ka8 zMiV`w8zKB8S0$2zE(bFcr_t=(xQ9-Xp~<23WMabDLB_|Y`^faPak>*+8_fGMAU-XG z)2$s_$Imj1PY2@k*@kiaxy0!}oIV-GNn0RsHh_E@7^nY9Aj4SjWFQlP#cS!QXx!V{ z(L4TD2;4LpPrr`3u-tuz$XlM=QJzTAH(+gPQY}r8(voCp26@YpC9flGK6?Y!rr#QE zcU3Y^PSW!xgnb>9a?&m*yje`vndRa5XHLS@w}7INa;IsWZ#fl76-Elv3us#4EPQMH zJQZ}<9~qY3Hh%Kczk#_{}Mtv^%IFDXMwP$j|-9oXBLv1+L{sz`hrbOvBYT<2I;rd7`%Hp z*?o$}ApVmDoxz)N^1l--i~m0?q5X;f?A?MTnHYCYjGsC56dIoN-&H*2XBnECVjB~0 z*5#%DkuvXHLd_L#Q0B#deq5b*_EGa}g7aiO&Z%-_V=AMKeUljZ51F1fk=VBewh(~#Z!$g>u@gOhde(vSP_%GsiZsRIf*gQMN{>=UaW1kn; z583nVd+a%w{yf9J%f7?@jeQG-K;K|rWB-Fa&K`ql&{1|T`wY9A-33FTPqEwBt?U!* zW_A<1k$s$fjD3V%%Ra=8z?$g2?4mR~%r0by7!0G?6q|&hQG&sunk{49tev$n7%a0~ zmcwBEOkbgYq|ec3>DTF#^b7P~=x69XFkiX`Zhjwvli!sYCqLobcRmc%_rldfIC2Yj zzHT`4EvB9D9%;$MnTQ}5M|oaD4kbEt7no%(zti z1Ysy%fJ^%iGcN7V!LeI7_I(4ceZrwnIP+Z&=l5-}Y3+sak?^&vg89r|?d7GubWBBj zh*(hZC`Akwy|}`4I~CC-qQRJz2BYGp8uP@W!Dz&fdY+gEmWaWaijV;w)u*C1>Y%<` z4SF(Hst2xEu|O@wW6>B+N)e6LQom9p#Z>tFQuz75!zKG(2S878HXI#~zx2|X;rurjp6ro!|pXw^2s2M~B zf6xVIwlF%c`dl$_I~t3iFdD0GN2ic?!MalM$6PAvMbwz$QbjzBNFb<2f-bd4r8WF9aDn<}PfW~94Xnn*VP(3a&jD8-?_->(Z!l$d9YP**?)1F8) zXrW>d@%m^CPoWaNT%7A;4VkkT&p=SX!xKdx6pVx@iYP%0h8uvWMPvj3C6bBefw8HN zh0#U;<4eV`peGnjR1kxQJlgQ14cv;rd{n%$4PZr?0A&o-&=tHTbKpKzapTMVvJ)fP z5I~@YFhV#q0GLjXh)WWUso@5nvmT%c;F%)$oWjN!L!iR8I3Row>mwq-1uTN2^{&5{ z#iDKuL#!njb&K&ptegL=HYVlqx-#rH5mq9kUAMf@u7=b`Uhe}`VbSVS;ePkTa$j*1 zg}UGFtoMc^b}_EeU@4;Npa+oxS_gMVO<7T#uJd>s0BFC8a&NeRHel$ysw<#IsMju{ zq(s^nLQh1zVp1W>3eSwM6W*B^5;qKO>uEzU8gfN^a2my#dVLXl7{<0iIC0{3sofoO zd+c!9q*XG_m2EC}kkw}KIy;PNB_(ZaE0CD6GD~)t*Hyv+4PhCC#j4#1uQQ|MXL=*G za#qf%BUZQ63Yi zp1aK1I+Yc=LJTF%+-NEBimv#mFId6@G@wwuuaN64dWqVy6b=VRAGIkgoBK*A^HD^S zG2lTjU7S8aKfKz-YVArq`JOR(xY6Tmq^X%l69l(7kez#X@Pw{xx@T zadlCV$JJF>SXo%;hId1u+ikTNDGtesl1MRn~;#qKYl67!2_`RHM(b1ORv9#9S6JY!yZM>(}$&X!t{=qPvJ#;MB zKxLal&$K&w%F^=lfVs*5X$iAPwlc}!k-8;rvq?pIgNQj$#EWHf0i%8!z6Wp!GK6}u z$~2^NOjwKzv3Y`4nq!jK4J?N;NwroqdJBwIZJg?@Zdq@lIcjN+O(`(wWCfvxta&yY zT#r1k1g}s`>0H@tve@zrhCCH+#8Qz|Z;*{}M9OuVovP8pR!iJP?QBM}8GUWEKr)u< zEX=1jQ|6Z3T(9ad@!ZTP>0^K!rxr6+4bn>ZexYN` z9dW24v{SuP{Fs+X4MenRSMs3{Sq_Ume2d@O5HQQWbSEVv5)m?{_#dIv&q1VH*6~jwM ztWLyzN*B6Ww@EUB?Q)q-zzgcgm8oJgI^{4X1(j8uncIwZHAk<@@yK>rvDwUe{dqRZ zZFYxbwOe(1$uUw;o}XV{uq`i`hhLvF&*8{(W&t9Y%{~LrPt_Tgyk#8=Dk*=j^9`-A zZxHsT+Btm@^X54}Emv$NNe6_}zR*{!7#bLxJ5PJQF9#MmF1Y)=#16yYHV7BzE^t5t z2z7HAor`BFh+x)E^~hMWc44YX2n{C;4Mt(p>o&Vp^EkqdQ3N?N4#DEyLiIMHAB2sr zJ!_x_9M@?xk(bja^M$+LpruUW5p63O5%gInEVCk8=>Rg(Dc6Kcqc%cnI$9?AX6{ z)Yf*?wtGDuuZLdmi&eO6t~|S4>%3?kmQwB7i`tH6TM_p{CTt#o$c{dLk&&h&i0Sop z#Po8)>bepB!&~6U`>}Xoys3h#@~-XcS7uucpokKSWAUWzn_6qReB5`doXDySpLaO% zFb>Op1?a729JheS1907emoeCJBZ1de?LVlS#&Sg9ga&snoh}nyPWZX$b@147CCAtF zFJ02OsH!qhD#B$s9X5j%UL4?E5P2aMig`jFx6AE9TtGx)2&%piT&&>56@kCjLZ$lS zl~7GoYCxqrurFZ4M6Doqd&b0_g~~C9XwhM$g2P#8Cm4uuzNM<&(r31;rk3{VwzgKP zuV}6?{9*A{7v1l4o=d57%i_t&UG^0X4a@DXG3x#3vmf=*hl`6J{_!KU=;8<7TSy<( zDlf@h<@iRTyE;gp_WQpB@?X`R_zivdVOo^iIJi1iQZ#oX=dDYpufKk}yA{w{6^qT? zPn+hBQW|aBcIlp<{#is9Nq2Afn_}chFrzJsFjossYcQ}Lve}>ttFt0C! z<-3S2nTU_*C`2zKYgaQNX<&2C+H__tWG0KkCETDx0IXg$>WAEMZQC#71+Y7S_;ggeN%c`sv%O4!%jMN3^8{smiz1Ljr zaPg|Sr{|ugRe#0b6}Fn4)$h|DG57OkLXLhtw}NUeOM_lS3n=3^v47Woap}rp86HDl zK_JUGY~Sob5V@Yo6?~0-lC)jCn8+o2o>Rm#0ID%Q$*+hoSs-eTtEyG5bZS2 z4GrCIcP(AEO?Ffc)A}ZcSbG971Zos}fde)>cz*=l5M{DA;)TCM`A5!=W&0FXnm>1V z?xKRy(t_)+FD#wAkhae~%ns$a^v1dQe3ZhQu1(z4*Qjx#J$LJih?n=3+hWwN{q?pG zmYMkRG0MURM&LNI5me?9as$0Fo>Ss;aKbijSk6s47B8hzlqyqH&k;FOtTxja2Y6M$ z%>=F$R-2XD#u0PGYLgN~GFl~Lf*85g$Pp<*v2rD0ffK1!krPBVTV)YvQ*SkE_kN-# zw6M%foTfEym3RW?L&w|EZumq;=pDZuPqn9qhT?(iK651x!|1H-P5~v z4i5CKUe?*x5~;1K@PeFW*|IE^4#>OiBE-{xpad~804K##3xX4gIf^)yLc|QH)Pf2z z(5!|)B_iYa{4$W^+|ss>el}o6&(VM!Y^&@2TgI-u>Fw-ydB<<)Dyh zYanO)5#Up?G7p7d9|-a`jG6@^cuYkgPc;~GsEF3(L7~b&yJ2R9{e4+Ivm^EO~eJYZnPTw7gVr4pX_n$onUs)`wyj(+ee1goGk6KO|dnS#d`hK{mUei8D@Ues8b~l zzac|w3&NesTn`#-vl_tH^SW9DEc5%k*?LJfXaiThn*P{z*Iskgkt?rw-z66vKL0#1 zZ6|k*CAMxE+Ay$AFeY6~I^s=@ZnxVZl0Dy3S?UZ&LJbH5g)lr~=|yZOL0LoU--&GS z)EmJ}wa`MXOeS-gx$4hc#{T|j<_gVcTKosap1;?At1C^?s>5z?Zb>eFiGuP1{4_7b z!D{bq{;(gvYXh+Wemg6g%gdW9Dy!S8@zb_yuC$`lo57?b^%-q8qseA7z25?s99VL@ z&EtVYX}c{;w40lCiK_sCiwg>ztAt2eTs^S z)z!tq7M+$7JNq{K9%zzslo1-J)H7O2@0uH6&&^#g&3&8@?J?~_?V)S$)js>N+@tC1 zzQqxsNUS$s<{enBox~r9bOBFW__)CXmeLIRz$XSG{Ze?oMv6h}9bQm$JBYlX@q)z5 zUb}ZS-=-K0%4;{NdcDf~Uc=(a<9hYAn=|>Xs=oL&5wB)}ZZEv6jFiU%TM-JG)A)bw zr8EGQ7=mDVD3n(;q=4Rq`p^-C6h6@rZDex`!Z>sC#Qd}Tv%Fu+-TqRULUQIG;V<$w zNE0FmW;Mvk5ZM&pphENGvV+q!I?%1_!@@kykZe_7kG=}&%{%*-F+SAarUfo(oWK(*w%ag#3_Yd(z!5$~j3yX=ZPb=6hn zWg_OF)^cS;bwx0Gc1b(u%GEv98(8VFAAF^#qOh<60EL?%NFKty9s=7{4d2WW1S8r_ z((&_!%9zGQ_(F;Ao}St@IRa*1Z$Lc38cF5tSa2PZw&C{n^v)g0@zL#@hXum*tWg-!WxNII|j4Ca65i!0SQn!H<3lOy3P;13!pB!0U&DK13~=|2Ch82$O@) zZX})55zkd9CG}yr5I2^2xi)pfAEeHXmL_fV#zo9dwU6I;f#cXBc8tmfw*`FKdk}{F zFv5_Z^O3dXKv9$s-^H(P*lKP06EO<+(o@3S_n<3P@>AL~cNC?c5_M1cTfa~rjSK)c zenqN~Z$(;;6hD5w0_Sx|JCOi7@)*)AQVUWMlBl;9$%6DHq;jNABvHN%>4OVrnup=0 zdC2r5iG~`H79&+4U5<1w(h(%_;HBcM#548UaV{aZ{{aJdi^b>WRZk6t8-EZ~l3^j%qjLVEq znGIRzWIgTJ=(y9_;{1;D*DjX7EdQ$oodx$5!5?jiZs;9q8WP^d2uR0Y zgKNC_W7zR}1^&H6dODD=wcJ&i7X(kSFq|km_-G}S_ z6I1#F6H_Ren%Jf68ynd>n$nMtP3@l;nSyW7Ld}qhDtjiTlI8=mV>@O?rbcI{QzO$H zCw2SC^!AC7X=&fg$X?w6+)Lm|Y3JDZtTZ{DoR%gh_RT0Wv!YH~-aC;@&8T?o)c9;z zT|HGjIWaY+hiqV{&o!KYGBRM^* zJKki-c3@;0Ka9=x>G6@N17p0Qu0cOJJGC8MnVFSRW0Sj;#K^?1k&wDW4BG63lEnKD z%o;N9*q6efNqZ;uOz4ikDWoLECdX#R_{{Wfa~flY_lkksGcjv8cWgp@`OHK}KPrYK zxpR8fGCI9$Vq%{t7u9qJ0hi>S*|Dq>190wiVr-!q^YK^U%@_v^@$Sr*Wxjk&+A%RX ztDBsd9Tg4O#nA1WN$;K5IX08pJ3X6BDYH`;`<=#xkwQ}kCv?XF0H|k1c-oN|nG(ah zQ*w zXXebAIdjT==+ol)KXYZ(0mi!S`J|GTe&$@Z?~~bd#d&N6+r)OVE!#W)a@D69yA5T`mu%T^{0`*1@cf5}O zPyRP!{8`4Xy*s~YL(U%hinGAj4d>y7bRIe8FUybN{t=_X{PtaY*I6si!u`u=Ft_d4 zjT?UYcs1^CM5FAE?Hl&)P;L*s$kTNvsR8g_#(~-(DAYslQk} zIf*m)sX&#m|VbF5O;BY6Y5o2b2f|@1ZQF;<3xOz zaZZaQq-cmSRgopUCfu?!ns5i)k%T)GB-blXJi%{zV?~f}9{+}P5-)HzIQgJ>Kn$`r zHo#81vz`Q}?C@>=#j8-g;0hPYW`NIy#7CIIR9R6+7?}uQE@!fAm8Vx_V{g7FtE9?w zhys9n0V85diX~@`WPQZ?db?cdj`nb4ZH?x&+gKa5ne|a?b6G<$oXR9K>5M<_^D3c; z>eVl^b~wT=E1AvqohFM_J(~3At-V%byr-iBkBJ%j1I^H?;!Y>~?%8`vLeX{oDqyG*8RUw5V@-I7kl+oPdiZF60-Pjl6{YfMg) z)9tQsyQ6LBo=s%@R?B z`BsYF|Aq_MIh08*iFD5!#X z{62rD?9W69*sc)(E}cn7FeQ!qDCsX$^$^#6)yvHWRo};g;<)jh)!Vr$vHr;e;<53+ zonAqHnPn#*5ci90aol38hYhiwY({rp*dnG6di7}+4w+@IFP=_@gNlC6g(qU!#1b)` z4UE6`DUEznr3WzHeQbJmptFsGzOwq?FNsLK-RYzr{!EYBSwppyi0S#yZ1i#N^pw~8 z|A-ZrfoA)G#fQXnz25d2y%7DJKBWG3eBk^hGIO?K^0V?$V&nMf7d_3#J4_ex@vqvd zjR!`P4~VSpy69;1We_zyINn|{MrN#oli!w~7F^#pca+zV{;j#|FiU5>V2togcColy zuRL>PrC@{Xm*QUjB(r0xRI|#gzZzsuSx_3WJk}{%=d19!rLric<9?r4B?V-b%p{OR zijYJ;iM_Uf&1Rd}Y71Cxwl4kX+0}!^9J<6BM9##~=pq&`wm{s^?_}jzUysNxP6av1 z=>S)#E0at#gzD>RE6V+4ZWnV&3VL;8OM?`Tx!wA=TjCspW{&Q`<};sVCclR1y`0rz za>p?K3)o8RmfP4ab~5`oyO>?du47+jR`NTV8xP#YyFOY>-i)>EF2 zrQLKoeU`4K8|W6glkTI(=^6SF{hVH**XVUFb0;t7O}vx$^4WYoKZ36*@EqUHck`3@ zsr($S^UL|?_zl7%W{MSJpEymNDXtV()y*Eh&ANEi;3R(zqd1Gr;V&Yd%VvpA(JGom znE#Cbls^R8OS8FrHDAa_=17#B|#;@QX}&qUq~mgM8e8)2)&5s1gwh{z)zVq^SE{3iM@ywl8v#8&zZs$IyM#WEoG z7xW?~UI%Lh+&OWi*dW&O2)A+-D4C!)=vVYZdVzjGmxC)<$2!CwQ5fT4`WycAzmFrQHAPxLGh z{uDh)kI>z8Bqqfu`y0E6oy$&Vr(m@oU}XTPh5noFr&VZ2V})}120cWp**O@4DAQ;u z&1ZjMud&av3)org6YNZ&VhHWE|WmjW^ zcQF%9qZFCh3joN@8bPrPlYa;LEHf`wvWI{M4uHIrVGo0eEW>+(S*Z&w1ZOrTC_(M) zDeT0zv+LQFY?Q45i{(WLVm9iaRv;Lg1MY6YSbzhmMzgn~V$RHH#Eu7RkZNaH{s_`@ zc^20gkK@|Qr{mhgZ^m_qb6i`+Zd})KgKb(%ci&v-3gq0wdZ}zzZ_S8{04SQ6)PL*^Oj0X=fQ+oh*#2m6FVZqJrIkJ0`Bebv>XT z;NRun;ZO6&Fb1<(f7S49w!NG;NTn(f`B7|@g~Qk@50e%@&{kPEjJ@)3Y4L+>m4(CDD?f^@vTzuC<@?d*;cS&7Bg3~@ zAY>>^ve|QH=h>WDbMo_O*4$ZnHaFchca){Oy3(U;`LvnSme1TAKZ?heCT7IevPAEy z#OR7+`I1y}#*(#cXsmf`sCjdH8*g4X*1RycnijT>Eo{xP){e2(jvVV)H`cK($JVVK zTemjH);5i;ZOXBx&atM>9P3oaI@Lmssi847l*>`5YAjThYoMygSXCs)BGOny${k6P zV@z`7n4@ycQJDijI9ADXLE`=~?#~4_R|vmv%q$0^6=YNPnH)2@#!RkUKFnQ>qpnfbXdi2| z=a|#(wL86=nbj*st!tUEd4(+pCTi3+3S4-Jj7F$3E~_q49=)x$J%*%5qcZ06FD!gQK8NWDGNdPlOkBQsX5##vx&Xk={VCJ(nWuhs5deH^W4i`Oq+v4hsE zu@17)(T$7Q#*NmE)4>SgyplZ>Zs+FTf!e}Hh}#c>+QLVOTiKM$KJ#|ej=36h|A5=V zM~U1IfZM|V3c28N-;P{n(Cs{$n?8u#4^FRzcOlrOv2{(kwe)sU1v(qX)P@{u2#qxq z2{tkodW%r2_y?oZ4K3VPKISXYXyH&qDv!D4TzwgrO?G+o-4U3*sYsqy5?1 z6!8__gPE!MH=wWZeyr+8OnklX#;T5$VKX#%)$DUvKHt809wzmb@aHwJ$-N6V`e6`Q zcrR`={Lv$@@V;k_j~0Q`-u0~U76O0pFGC<${!#Cm(SIc(3;%emc;|tl`NN?wwIsRu zy^o894{~1o2yr-YC|2~~dGR0)voDPOpT*(Zj|^{~^^3e`I{!}A^Pkw4_s8B8@<4>| zb=v<3u{VXh?n9sU4`OdD`+t@KM-Ki5C&k&~6JjO)G~wmv@pJjd`DuJJ-^9oGD4)yc z@D|=oJMhCDgN6%F>eaG>21y%DU;sX>+DVa3P ziBgKDWD)>ROQ$kwDCI+r>W>6ft&Z?o1dk(H0v!RcYA}NqQB^9Ur89{E0HXS}bRQ`x zO~pH@jH0P93Gt`G5jCQz{Q^0N6HX{oVIYzmpcIBDgQ~QQnnqtkN=8d3QlYS4Ge%0J zVPWFKP$-cw1`)5KQ~rd}12vM4pg8~?aS%og0Hia>@By3%qC_T%arGI)7mgT1?@t2? zB#fMt(m|*>lkVUJ)Q#crp)>|F6G!nd(4gU70p`-E1dnlt(joLNlTKkc6|EnbLx%AT zZ=iKFYFtE6Reb2MjPXkvW-@V~ngqVQeh21TIucI?y#POqxBcxDrIkpiQ?@N$U&gTH z3Wk&ElC_K1pY|z{c1mLmBL4S$D;z1l6qduWRHPHeH<#|Nbvmh=58zTgiefkPE}fp`riG5i5l3#$}xV5#nB+svvHMvG{TD+;*^+$ckF+3zDRHQSsr z&p0KBwqzcJx;-*>`Nv3Kum6^zClN?q{nJkw}jSitGN=1c*+(P4;)Yz;{90{ow6<2Q)wEh)Qc_eQ z+PyA|*?gbBuCA@V-sdYmSB&RcQh?AyX1B#+GSMZ5b(C43cH)2=hL^Glb~CTa{6ms( zxuiO?1xAHfNb6-6r;rQ4yLcmqt(#M(nCWD^&rNE?NfkEf3K-jPN$u_q)L2{lg~{oY z%{HoNt#Bzd7Q13Y#Z@ksAmO)*S&FSvw%cl}ES4&@9;T#HU57=sI)uI5?p3Y+1(MLn zy;E{ogZ)$^SsP6b9yHsD`y}6HVCQ^}ewbx4nPFRM<>n@#ScO?NVgC5IRmuV*f*f{I zEz&S-BFXIZ#=Tx1NpOkFF1zHBFSl~Vthmh*=uAtREUHPi0es0`4{Jn;3z$&WDrU)U zv8&vQcU6aCHI>^fXwu~87LEzO<0Nn47!x^!Nhwz>*rlb)3bW)0l$UwPQNioVgxzwc zN%2z|Z+7~)!{@_rJJGBUqaa~!DkcpS0n<6ICViTf5;JTbBGJ}|=A9-^E@APK?7oA; z&dq6UaH~?2lP-3Wsf?R=)NH1z0ttKNkxs8rXA1V&vR=JJfd9>i@fbB{0!%*8CqoA%q=->aE- zZRLnkGfcL)WlQcoT2mCu0%ox&ON!0T92soHhTMalG!0X+I9RuKs-jAAkX`?_vudv4 zp8ykW7+3{hh*t)yOh3%WJm9Lrk#-&lh9gO^OxWMUkxuOXPJ;b#2N}8T6zT+a)lSu5 zNjmkIE4Z}N@535f+{FF0WE2B`RQyYHCgPb+BWEhlh*9%Y-NsF-Q}u!mfXT1%=db19 z*gBnDzs}XL66GT8!gxCr?xSP|*2^ejPm6g>cADX`$Wi zu`W~1;0pB9%6e&;et%h&k1SXOWs?0SPla1F)EGM<+WAA-z(TZRQo|;<)g;Vy^HkNW zX%X413A^ATfi)3rC?=2BFZ(Nf)smgaR#sN~^6u+*@4o)88_r(8{_Lrh;_S&Y#R>cw z{o2_FVEr?Q#p8b11J=XlYk$@X1&r#oz_yRW3&GGKgI|$g#w4jL(IL1vuwf%+d?_|; z#%Dp(?893=BeR&Z0#@?U5)_gwDtr^(yLe&N$Vk@W)&jmj`Jl_>i&CPqm&bt*teZvG5^9_xTIj z?5kmN`!PPCXYY()oCaXUK4nVoVJ+E+goT7-QGua7wwqxX+S3v&tTdA|4-B3yDsytD z?1*{{xQ(tDJwZq0fIF~AtXDveuYXQ8o5jl4AHd-{YgS+XJZ@F7PBquR{-6OepgGuP z0Sicob!OWti~b=Wrf~{m>KlANDII(?Rgxut;K5n(mp2j8Xg89Sq=FIHx?e5B?ZCvVTZ)vYT*nm(8vNG9U3aAQL#81Q)=i=2x>LAT2Zt8_R>^kYxJaU~QC z>*sr?JLvk~{?-()kEGL)`uI})$KGCeQnc4a(hJiOdPt9G(~5p5(R9O}$N--uDHBdYf7AJK#9n zp(wmep}`}Q-BJpAAT_kR8Euikb0S8luY<}clJ z;}>tZ?%FS0dBp|io%4yp>8I^4oO1HVPCQ}H?p-^M*>?2Sqw-re=QfUwu35cmB`hG8 zE?K;2p+V1cXU!bU_DxHt67kNC)@Vy}Loi?rvR}gj=d{~^TUC(+`!)T#-w|yLMUtUZ zr}3Y}UoZwwrzl0jhDVPYl{B1oAX@Q;3f_>W!nep9s-a*FS;4f0`go|1jN*}0Fd0Na zR1m>6h#DZViOOn})KKxy8zs$2sAH-I|4O*`p(@$=yCrQ7m zDL}IRU{gy6$I-(0;kbw$ub32Y`z!tSEH)CxnPlq6^+2=7i@SpvM)t&w{5h_>dmHER z3E_l;8{`p}ztM^(Z+i=j|J1J(BQjD~tSw~|Iebp+6LvT_5FDVwt#wpbI{8KMFuxp* z7@xLGFB0qEOK<_}0(&dKFf&LJm%&utaAA|!k#GVTMVjO8XqHE8N7w};{9};o!rjU2 zMC5>bWoNL{SOKiGgcF7bz7glbJ3_Du++6|>2M$x^3hbDLE8wgnVAEU;OZ{t*9Yp#z z_%9efla08$3vN7yi%BB{o%cb|X*dBivB%-9z+o~Sg-rBmNJB-@J@$FXNI6R){a=uq z{s_4l-2ICE0=Yd%zXpekSCHF>yVv2g!CAJz`rvKHA@PP&AQ*Z(87`l**boG?9&#ZU zUOVvEszUC3HWvci08)$Cd^*c;jljV`g3rn#946w(U(S}oyQq(PP;M1l4quNU zXbA+u*!1Bwvj)CLE0DVZ{txSDcofMT+W>?4EtJCxTUZW)H{lC=h-F$53~d6Z7gqKf=)vEShnpQxHuN$0bEEWWYiZC z@zK)HTSz$s`4m2S`gu?CDSY(w^Pc3>ewg%QN!AnyA`6yRAX!qSyon%p%o{tGkf9XH zJE0nK+4E&??((?unwNWgo_x8V!$UG(1;@AQihOMiudb`k2kLoUurA*a;=#rs*c;y1 z)R=E+=1tM2d|NAzwny`w9lSl(o=?PiEE&s#rAcOz`GT>t_hj-03)9z=AL!?O*}nYr zL7pAT=4Z~}L$ikRb7phHesg#ppF4kUe>>f6@H>lEr+{(nWd0OnCXy{K^%4`Ksml z)gye>npOF+QNCvFn*928eC>v{`He^N4Y>{Z&6{{`OD=y@o^RQ@CBN-xzIFT7{IP{& zvM#=T$M*d3$MGFIcjVd5o$E@x(;ugX2Hww*|4I4chHioc)4}uL#D$~Gk@tFdnO2tf zLyK0fVMHoKd3E{0ApzGV>Oys3w|FQV$~QMfM7SlKZ;kSnwib*=yJ(BG74qQdL@X7{ zXVN^?mCE<_bc?QOT^NZzF)cgo;84t(IYSK19?H*~J4ehOo}FJXpARn_#waWj3zsg; z7cDbaEX}W4$ybc5$b(lABV!{Nfwf|6!&pAI@kp^@(*`gyd{cf?9z2c6Z_DS8+0F~w zj@^d7?-0lCJa(${*~x$BlqeixPW(HkM9U%O#381{$jIQY$LD08q%t>zJ-e7I+6XZU z{vc8rZ|pveXz%!qJ+}xPtfDweeTkns-j)3(FPt~|l-LD7RTK7|GOz++IKU2LJ3RvK zpAThw=ecmu9_~t&K@7h%lXgn7vVvfubM&OLxjP=1!1wQ5NY1Z_B4pG`C)^)Z7qQMy(f-QlVyDD6Wq^n%9z|xqb zD&mMOed81;jYb2b6Mwp;@hidgGlJsP>i_m?o*o|cdIK8+-rn|r>hOH)!oUR+yUq)o zH#j4BS>Q5_ntHv6gJkbmcUDIf4XmFTj0WQFs`SDtH>!_2!qtxW5fd9aI$l~6STphC zSF2w$fDoQr!?$>=YoNUWeg-Emg)jIGdVbE|i*EQ^#Q~iU|7y_0G)$S_@KeE2M8FIT zVTK%m522jN&&)a$_;#L2F3(X=X^4`<=_uwcukd@i4bICr@dZ|Bp2=s1p6cx0yjH4>wrr2!~_o2d(g^ zeF1M7=HfqAdbnWKYjM=F)#zNgw_@}Ews*B<*<(Lk9leFd#*u7yPd8(QeW#qf7YD&( zj?Nu9x@O7Z1@q_5nK`4sZ(48nP|uKldSN;5Oz1x!j8q8z#yx`_9fKVM0lz=s zrz?Y*7R{wq1@&Y0FT?j39@*co%1lhQN^CrQnw1J^$cw%Od664#jBW6roe$pmGuf&I z@mNQD2*>a>i)VZ6W)*5yNE6O&{K-tLfV8p3zf3F&Kb4NxI9hYZsAj0qf? zLGSH{eia_FOoh}Ag%m|KzTBZKVGtruefebhvZ3i+>Bfe-+R6&e3x83!*%6fuZFQzI zH2}9%pJqr9U>*T|yzzkuLvvv~O~MqRj^kM*6;Yw3_Tt2ehd5#y?@zsw@qoUCp~Egr z6^(>bVr}byW3k<_h#Uj%{ys9d^tRl6<~oh`dc7xbZ))3i_q=3s?!+HC1ulK=(jYxp zUtj+a)tzzRbbR|F+g@EkXZw6-5mi*TXD{Em)1w92+XLE@3LmJCm~nV4mn znM2H`pLJz2ZH3B@OT&mHzL-HtIKyPxc;wo#)gucRU|XMUvY0IR1c}R524R6nWD@=a z7DN4aSEhS25!g<&Lp~6KL|<`oKfx{{%=>Xrb5K}?)LxDFRS5X~$Pr&zwQHXH6J-m& zpGdq>t#7$1mHFDWf3sA}gDa}(Kd-gcn78;V>E7BCEj(4<*&x+-Ha00O)sH5=I(_1p znN}O^QRvZ$1O5G{>Mvf^z53DfU$fLN?~>~$UcAuEt-C7y6Z^|AvR2dY8bn^jMVvhdf8@nRQ zmUefww|R_TMZgoXVNXdyO#&qebPx%sxHPZo)6)9DO;$dE*;ZbuG2EEe2$}C!Z1Lj!)cb z$Cn$}`pM6V2lx-M?hdm|HW_Ke=XNB@&ePYmHS(4w{miy-7+M%;T2fO=mg1(5jlZZk z0fbYk5$Ij??_s71eWGm+q#$$J>yD7Mdfv{k?=PJErTC8MM$=`*uhYaq=*Akq0+Z$_ zoJv2&PNOB+hNISVzh}jKUQuQoUoG(_F3e?in<|+^1cD{#JQV%OtN&Iw?bLmzoVa)Q zuH$xW-?nA*)C5{~#G-}6^JdQ)nm*9q(+y}lG|lTlD05f)qmABpDjC$&BDKW~9phBm zNJZY3Ih8IxFD8vt*m#aax)f)MiK3!X%armI|G|XjE2ZAdIhdh;=JRc;wX&hIvSFV7 z19!@@qMRZ@F@jjmsuqjgV&S^|n)1v|^?rZ7?_#51vJ7JeVZesx6It4yT5RYnb@7Hw{9sI9Ij*E~*#u{q$2SXO7$oeF5ir+y6f z$5%%ItgQu51Lj#M3`w1_reY>0j71e}6cW;miCvv1EMA(f>$6O}>c8>A151 z)M*R%bU3QMYyaYx?!HtxU7>X|X3&c4tnPuZ&n?<}&bo2`;X-Vxr z@bE=TFayz9aiG}Q2G*DD(ez92xN7|VFT5-QIPXt>M@$Msx@9mdgH)ESP_Sa+XeUuq zfa_=9`Fm+F+uN=0yQ_;D^}Fvnr71EwmY z1<&d;Zf)-f1Onkek(430hL)rp+XsZIrJu{=k9r{fbSI4OFu6m1{hC|*(9BP7)pYfe z=ToMGUkSp#8iaZ~3;Etgb`sO+x~wGt!O>!}nGUM&cA~31Uq<>@F7x1PEqd&7jeEI1 z`|<&2=^VK2ZEtvth07@k=(2_46iUu9^{%BV`>qvDFT`W9P>8V$FF58)* zy!$H#{*w(NOhTs5sYU>1x9S#uSe)Z z=#g(^D-h2`n1^6IA5^ji<+GVax)d^qmm*w)(2YQuUAY6oCRAM}fBAka{G++RvK?@A49F|5f09`Lditkk-y$fM?F^{o@h&v_7?k_+B zy=AveWw3qHjA8+!^0x=VeFuVqkTq1z2V=a}Wc*PM-zCiPn}s5NCM}h=N~g&#xkbKM zsaN)?%+zE0mU*%Hhn5wV>n(q_ZnH7_Hpd;#!gS}!u6Ea_T#rC8cvg6SghifeTHNwj zv?+Q;^p@7v))}q)TAyuusy*4^=r}7Lk3Z65>p7?Q57YkKx3}-rfmgG82WL&+HT|lg zi)LhJyfX8zv(B0Q@|>o*i|5`x_oaE$=53w#li{x67w4b8pmm{d;l72xUVQQ5KPsxX+CsVOCa+bs$Z@SY5*ED=_c2GsIy>W~I8}<%r8r~6Gt-@&r8riKi|->pQMyl-;$nH^ z7t13)SiY<8o08*Xfn;#gp{69b|GFSir diff --git a/src/font/iconfont.svg b/src/font/iconfont.svg index 9842f536..bac1b54f 100644 --- a/src/font/iconfont.svg +++ b/src/font/iconfont.svg @@ -2,7 +2,7 @@ -Created by FontForge 20120731 at Wed Oct 5 21:54:59 2016 +Created by FontForge 20120731 at Sun Nov 20 18:07:09 2016 By admin @@ -17,14 +17,16 @@ Created by FontForge 20120731 at Wed Oct 5 21:54:59 2016 descent="-128" x-height="792" bbox="0 -212 1487.11 896" - underline-thickness="50" - underline-position="-100" + underline-thickness="0" + underline-position="0" unicode-range="U+0078-E650" /> - - + + + d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5 t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5 t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" /> - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - + - - - - - - - - + - + + + - - - - + + + + + + + + + - + + + - - + + - - + + + + + - + + - + - + + - - + + + - - - - - - - - - + - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + - - +M624 696v0q-12 4 -23.5 -1.5t-16.5 -17.5l-202 -558q-5 -12 0.5 -24t18.5 -16v0q12 -4 23.5 1.5t16.5 17.5l202 558q4 12 -1.5 24t-17.5 16z" /> + + + + diff --git a/src/font/iconfont.ttf b/src/font/iconfont.ttf index 8b44c108751a2eaa5ba686c0471c27c2dd69a3db..e06a767daecb746376d4c8bcc3a697180c8ed27d 100644 GIT binary patch delta 26165 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 delta 22164 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 QS-A)R2moUsu#+!mh5wjfJ^%m! delta 25084 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 z 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 Gr~U^qXu|;j diff --git a/src/lay/modules/element.js b/src/lay/modules/element.js index 1c25db0d..91d610d9 100644 --- a/src/lay/modules/element.js +++ b/src/lay/modules/element.js @@ -38,7 +38,7 @@ layui.define('jquery', function(exports){ ,contElem = tabElem.children('.layui-tab-content'); titElem.append('
                    • '+ (options.title||'unnaming') +'
                    • '); contElem.append('
                      '+ (options.content||'') +'
                      '); - return this.init(); + return call.tabAuto(), this; }; //外部Tab删除 @@ -57,8 +57,12 @@ layui.define('jquery', function(exports){ return this; }; + var NAV_ELEM = '.layui-nav', NAV_ITEM = 'layui-nav-item', NAV_BAR = 'layui-nav-bar' + ,NAV_TREE = 'layui-nav-tree', NAV_CHILD = 'layui-nav-child', NAV_MORE = 'layui-nav-more' + ,NAV_ANIM = 'layui-anim layui-anim-upbit' + //基础事件体 - var call = { + ,call = { //Tab点击 tabClick: function(e, index, liElem){ var othis = liElem || $(this) @@ -112,12 +116,17 @@ layui.define('jquery', function(exports){ //允许关闭 if(othis.attr('lay-allowClose')){ - if(!title.find('li').find('.'+CLOSE)[0]){ - var close = $(''); - close.on('click', call.tabDelete); - title.find('li').append(close); - } + title.find('li').each(function(){ + var li = $(this); + if(!li.find('.'+CLOSE)[0]){ + var close = $(''); + close.on('click', call.tabDelete); + li.append(close); + } + }); } + + //响应式 if(title.prop('scrollWidth') > title.outerWidth()+1){ if(title.find('.'+BAR)[0]) return; title.append(span); @@ -138,6 +147,32 @@ layui.define('jquery', function(exports){ tsbTitle.find('.layui-tab-bar').attr('title',''); } } + //点击选中 + ,clickThis: function(){ + var othis = $(this), parents = othis.parents(NAV_ELEM) + ,filter = parents.attr('lay-filter'); + + if(othis.find('.'+NAV_CHILD)[0]) return; + othis.addClass(THIS).siblings().removeClass(THIS); + layui.event.call(this, MOD_NAME, 'nav('+ filter +')', othis); + } + //点击子菜单选中 + ,clickChild: function(){ + var othis = $(this), parents = othis.parents(NAV_ELEM) + ,filter = parents.attr('lay-filter'); + + othis.addClass(THIS).siblings().removeClass(THIS); + layui.event.call(this, MOD_NAME, 'nav('+ filter +')', othis); + } + //展开二级菜单 + ,showChild: function(){ + var othis = $(this), parents = othis.parents(NAV_ELEM); + var parent = othis.parent(), child = othis.siblings('.'+NAV_CHILD); + if(parents.hasClass(NAV_TREE)){ + child.removeClass(NAV_ANIM); + parent[child.css('display') === 'none' ? 'addClass': 'removeClass'](NAV_ITEM+'ed'); + } + } }; //初始化元素操作 @@ -151,19 +186,17 @@ layui.define('jquery', function(exports){ //导航菜单 ,nav: function(){ - var ELEM = '.layui-nav', ITEM = 'layui-nav-item', BAR = 'layui-nav-bar' - ,TREE = 'layui-nav-tree', CHILD = 'layui-nav-child', MORE = 'layui-nav-more' - ,TIME = 200, timer, timerMore, timeEnd, follow = function(bar, nav){ - var othis = $(this), child = othis.find('.'+CHILD); + var TIME = 200, timer, timerMore, timeEnd, follow = function(bar, nav){ + var othis = $(this), child = othis.find('.'+NAV_CHILD); - if(nav.hasClass(TREE)){ + if(nav.hasClass(NAV_TREE)){ bar.css({ top: othis.position().top ,height: othis.children('a').height() ,opacity: 1 }); } else { - child.addClass('layui-anim layui-anim-upbit'); + child.addClass(NAV_ANIM); bar.css({ left: othis.position().left + parseFloat(othis.css('marginLeft')) ,top: othis.position().top + othis.height() - 5 @@ -181,35 +214,35 @@ layui.define('jquery', function(exports){ clearTimeout(timerMore); } timerMore = setTimeout(function(){ - child.show() - othis.find('.'+MORE).addClass(MORE+'d'); + child.addClass(SHOW) + othis.find('.'+NAV_MORE).addClass(NAV_MORE+'d'); }, 300); } } - $(ELEM).each(function(){ + $(NAV_ELEM).each(function(){ var othis = $(this) - ,bar = $('') - ,itemElem = othis.find('.'+ITEM); + ,bar = $('') + ,itemElem = othis.find('.'+NAV_ITEM); //Hover滑动效果 - if(!othis.find('.'+BAR)[0]){ + if(!othis.find('.'+NAV_BAR)[0]){ othis.append(bar); itemElem.on('mouseenter', function(){ follow.call(this, bar, othis); }).on('mouseleave', function(){ - if(!othis.hasClass(TREE)){ + if(!othis.hasClass(NAV_TREE)){ clearTimeout(timerMore); timerMore = setTimeout(function(){ - othis.find('.'+CHILD).hide(); - othis.find('.'+MORE).removeClass(MORE+'d'); + othis.find('.'+NAV_CHILD).removeClass(SHOW); + othis.find('.'+NAV_MORE).removeClass(NAV_MORE+'d'); }, 300); } }); othis.on('mouseleave', function(){ clearTimeout(timer) timeEnd = setTimeout(function(){ - if(othis.hasClass(TREE)){ + if(othis.hasClass(NAV_TREE)){ bar.css({ height: 0 ,top: bar.position().top + bar.height()/2 @@ -226,22 +259,18 @@ layui.define('jquery', function(exports){ }); } - //二级菜单 itemElem.each(function(){ - var oitem = $(this), child = oitem.find('.'+CHILD); - if(child[0] && !oitem.find('.'+MORE)[0]){ - oitem.children('a').append(''); - - if(!othis.hasClass(TREE)) return; - oitem.children('a').on('click', function(){ - var a = $(this); - if(child.css('display') === 'none'){ - oitem.addClass(ITEM+'ed'); - } else { - oitem.removeClass(ITEM+'ed'); - } - }); + var oitem = $(this), child = oitem.find('.'+NAV_CHILD); + + //二级菜单 + if(child[0] && !oitem.find('.'+NAV_MORE)[0]){ + var one = oitem.children('a'); + one.append(''); } + + oitem.off('click', call.clickThis).on('click', call.clickThis); //点击选中 + oitem.children('a').off('click', call.showChild).on('click', call.showChild); //展开二级菜单 + child.children('dd').off('click', call.clickChild).on('click', call.clickChild); //点击子菜单选中 }); }); } diff --git a/src/lay/modules/flow.js b/src/lay/modules/flow.js index 9a6cd182..5245cb31 100644 --- a/src/lay/modules/flow.js +++ b/src/lay/modules/flow.js @@ -16,14 +16,14 @@ layui.define('jquery', function(exports){ //主方法 Flow.prototype.load = function(options){ - var that = this, page = 1, lock, isOver, lazyimg, timer; + var that = this, page = 0, lock, isOver, lazyimg, timer; options = options || {}; var elem = $(options.elem); if(!elem[0]) return; var scrollElem = $(options.scrollElem || document); //滚动条所在元素 var mb = options.mb || 50; //与底部的临界距离 var isAuto = 'isAuto' in options ? options.isAuto : true; //是否自动滚动加载 - var isShowEnd = 'isShowEnd' in options ? options.isShowEnd : true; //是否显示加载更多 + var end = options.end || '没有更多了'; //“末页”显示文案 //滚动条所在元素是否为document var notDocment = options.scrollElem && options.scrollElem !== document; @@ -41,7 +41,7 @@ layui.define('jquery', function(exports){ html = $(html); more.before(html); over = over == 0 ? true : null; - over ? more.html(isShowEnd ? '没有更多了' : '') : more.find('a').html(ELEM_TEXT); + over ? more.html(end) : more.find('a').html(ELEM_TEXT); isOver = over; lock = null; lazyimg && lazyimg(); @@ -54,6 +54,8 @@ layui.define('jquery', function(exports){ typeof options.done === 'function' && options.done(++page, next); }; + done(); + //不自动滚动加载 more.find('a').on('click', function(){ var othis = $(this); @@ -162,7 +164,7 @@ layui.define('jquery', function(exports){ if(timer) clearTimeout(timer) timer = setTimeout(function(){ render(null, othis); - }, 100); + }, 50); }); haveScroll = true; } diff --git a/src/lay/modules/layer.js b/src/lay/modules/layer.js index 95f34f76..2b243845 100644 --- a/src/lay/modules/layer.js +++ b/src/lay/modules/layer.js @@ -885,6 +885,8 @@ layer.close = function(index){ layero[0].innerHTML = ''; layero.remove(); } + typeof ready.end[index] === 'function' && ready.end[index](); + delete ready.end[index]; }; if(layero.data('anim')){ @@ -893,9 +895,7 @@ layer.close = function(index){ $('#layui-layer-moves, #layui-layer-shade' + index).remove(); layer.ie == 6 && ready.reselect(); - ready.rescollbar(index); - typeof ready.end[index] === 'function' && ready.end[index](); - delete ready.end[index]; + ready.rescollbar(index); if(layero.attr('minLeft')){ ready.minIndex--; ready.minLeft.push(layero.attr('minLeft')); diff --git a/src/layui.js b/src/layui.js index 77be82d1..116c4984 100644 --- a/src/layui.js +++ b/src/layui.js @@ -13,7 +13,7 @@ "use strict"; var Lay = function(){ - this.v = '1.0.4'; //版本号 + this.v = '1.0.5'; //版本号 }; Lay.fn = Lay.prototype; diff --git a/test/element.html b/test/element.html index 052c1f3a..58deafc8 100644 --- a/test/element.html +++ b/test/element.html @@ -47,7 +47,7 @@ body{padding: 10px;}
                      解决方案
                      移动模块
                      -
                      后台模版
                      +
                      后台模版
                      电商平台
                      @@ -56,19 +56,16 @@ body{padding: 10px;}

                      -
                        -
                      • 最新活动
                      • -
                      • + @@ -104,7 +102,7 @@ body{padding: 10px;}

                        -
                        +
                        • 标题1
                        • 标题2
                        • @@ -113,12 +111,7 @@ body{padding: 10px;}
                        • 标题5
                        -
                        - 1 -
                        - - -
                        +
                        1
                        2
                        3
                        4
                        @@ -126,6 +119,10 @@ body{padding: 10px;}
                        + + + +
                        • 标题1
                        • @@ -182,6 +179,10 @@ layui.use('element', function(){ element.on('tab(test)', function(data){ console.log(this, data); }); + + element.on('nav(test)', function(elem){ + console.log(elem) + }); }); diff --git a/test/flow.html b/test/flow.html index 393434b5..c867a57a 100644 --- a/test/flow.html +++ b/test/flow.html @@ -18,12 +18,7 @@ img{width: 500px; height: 300px;} -
                            -
                          • 1
                          • -
                          • 2
                          • -
                          • 3
                          • -
                          • 4
                          • -
                          +
                            @@ -48,7 +43,7 @@ layui.use('flow', function(){ elem: '.flow-default' //流加载容器 //,scrollElem: '.flow-default' //滚动条所在元素,默认document //,isAuto: false - //,isShowEnd: false + //,end: '没了' ,isLazyimg: true ,done: function(page, next){ //加载下一页 console.log(page) @@ -57,7 +52,7 @@ layui.use('flow', function(){ for(var i = 0; i < 6; i++){ lis.push('
                          • ') } - next(lis.join(''), page > 5 ? 0 : 11); + next(lis.join(''), page < 3); }, 500); } }); diff --git a/test/json/layim/getList.json b/test/json/layim/getList.json index fd718904..445181a9 100644 --- a/test/json/layim/getList.json +++ b/test/json/layim/getList.json @@ -33,6 +33,7 @@ ,"id": "168168" ,"avatar": "http://tp4.sinaimg.cn/2145291155/180/5601307179/1" ,"sign": "让天下没有难写的代码" + ,"status": "offline" },{ "username": "徐小峥" ,"id": "666666" diff --git a/test/table.html b/test/table.html index dbd1df5e..8f6abb99 100644 --- a/test/table.html +++ b/test/table.html @@ -15,36 +15,130 @@ body{padding: 10px;} + + + + + - - + + + - - + + + - - + + + - - + + + + + +
                            名称组合昵称加入时间签名
                            原始class="layui-btn layui-btn-primary"贤心2016-11-29人生就像是一场修行
                            默认class="layui-btn"贤心2016-11-29人生就像是一场修行
                            百搭class="layui-btn layui-btn-normal"贤心2016-11-29人生就像是一场修行
                            + + + + + + + + + + + + + + + + + + + - - + + + - - + + + + + +
                            昵称加入时间签名
                            贤心2016-11-29人生就像是一场修行
                            暖色class="layui-btn layui-btn-warm"贤心2016-11-29人生就像是一场修行
                            警告class="layui-btn layui-btn-danger"贤心2016-11-29人生就像是一场修行
                            + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + +
                            昵称加入时间签名
                            贤心2016-11-29人生就像是一场修行
                            禁用class="layui-btn layui-btn-disabled"贤心2016-11-29人生就像是一场修行
                            贤心2016-11-29人生就像是一场修行
                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                            昵称加入时间签名
                            贤心2016-11-29人生就像是一场修行
                            贤心2016-11-29人生就像是一场修行
                            贤心2016-11-29人生就像是一场修行