Commit 7d5f9271 by fengshuonan

初步升级easyweb

parent 76ab22bc
package cn.stylefeng.guns.config;
import cn.stylefeng.guns.core.schedue.quartz.StartQuartzExample;
import cn.stylefeng.guns.core.schedue.spring.SpringTasks;
import org.quartz.Scheduler;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.quartz.SchedulerFactoryBean;
/**
* 定时任务自动配置
*
* @author fengshuonan
* @Date 2019/2/24 16:23
*/
@Configuration
public class SchedulingConfig {
/**
* 定时任务执行测试,注意在Application上加@EnableScheduling
*
* @author fengshuonan
* @Date 2019/3/27 2:48 PM
*/
@Bean
public SpringTasks scheduledTasks() {
return new SpringTasks();
}
/**
* quartz方式,配置Scheduler实例
*
* @author fengshuonan
* @Date 2019/2/24 19:03
*/
@Bean
public Scheduler scheduler(SchedulerFactoryBean schedulerFactoryBean) {
return schedulerFactoryBean.getScheduler();
}
/**
* 启动quartz的示例
*
* @author fengshuonan
* @Date 2019/3/27 3:34 PM
*/
@Bean
public StartQuartzExample startQuartzExample() {
return new StartQuartzExample();
}
}
//package cn.stylefeng.guns.config;
//
//import cn.stylefeng.guns.core.schedue.quartz.StartQuartzExample;
//import cn.stylefeng.guns.core.schedue.spring.SpringTasks;
//import org.quartz.Scheduler;
//import org.springframework.context.annotation.Bean;
//import org.springframework.context.annotation.Configuration;
//import org.springframework.scheduling.quartz.SchedulerFactoryBean;
//
///**
// * 定时任务自动配置
// *
// * @author fengshuonan
// * @Date 2019/2/24 16:23
// */
//@Configuration
//public class SchedulingConfig {
//
// /**
// * 定时任务执行测试,注意在Application上加@EnableScheduling
// *
// * @author fengshuonan
// * @Date 2019/3/27 2:48 PM
// */
// @Bean
// public SpringTasks scheduledTasks() {
// return new SpringTasks();
// }
//
// /**
// * quartz方式,配置Scheduler实例
// *
// * @author fengshuonan
// * @Date 2019/2/24 19:03
// */
// @Bean
// public Scheduler scheduler(SchedulerFactoryBean schedulerFactoryBean) {
// return schedulerFactoryBean.getScheduler();
// }
//
// /**
// * 启动quartz的示例
// *
// * @author fengshuonan
// * @Date 2019/3/27 3:34 PM
// */
// @Bean
// public StartQuartzExample startQuartzExample() {
// return new StartQuartzExample();
// }
//
//}
......@@ -60,7 +60,7 @@ public class PdfPreviewController extends BaseController {
}
try {
ClassPathResource classPathResource = new ClassPathResource("assets/common/pdf/demo/" + file);
ClassPathResource classPathResource = new ClassPathResource("assets/expand/pdf/demo/" + file);
return new FileSystemResource(classPathResource.getFile().getAbsolutePath());
} catch (IOException e) {
e.printStackTrace();
......
File mode changed from 100644 to 100755
No preview for this file type
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755

4.99 KB | W: | H:

3.58 KB | W: | H:

src/main/webapp/assets/common/images/logo.png
src/main/webapp/assets/common/images/logo.png
src/main/webapp/assets/common/images/logo.png
src/main/webapp/assets/common/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -88,7 +88,6 @@ Feng.closeAllLoading = function () {
layui.config({
base: Feng.ctxPath + '/assets/common/module/'
}).extend({
selectPlus: 'selectPlus/selectPlus',
formSelects: 'formSelects/formSelects-v4',
treetable: 'treetable-lay/treetable',
dropdown: 'dropdown/dropdown',
......@@ -97,21 +96,17 @@ layui.config({
dtree: 'dtree/dtree',
citypicker: 'city-picker/city-picker',
tableSelect: 'tableSelect/tableSelect',
ax: 'ax/ax',
ztree: 'ztree/ztree-object'
selectPlus: '../../expand/module/selectPlus/selectPlus',
ax: '../../expand/module/ax/ax',
ztree: '../../expand/module/ztree/ztree-object'
}).use(['admin'], function () {
var $ = layui.$;
var $ = layui.jquery;
var admin = layui.admin;
// 单标签模式需要根据子页面的地址联动侧边栏的选中,用于适配浏览器前进后退按钮
if (window != top && top.layui && top.layui.index && !top.layui.index.pageTabs) {
top.layui.admin.activeNav(location.href.substring(Feng.ctxPath.length));
}
// 移除loading动画
setTimeout(function () {
admin.removeLoading();
}, window == top ? 300 : 150);
}, window == top ? 600 : 100);
//注册session超时的操作
$.ajaxSetup({
......
/** EasyWeb iframe v3.1.0 data:2019-01-17 */
/** EasyWeb iframe v3.1.1 data:2019-03-24 License By http://easyweb.vip */
html{background-color:#f2f2f2}.layui-layout-body{overflow-x:hidden;overflow-y:auto}.layui-layout-admin{position:fixed;left:0;right:0;top:0;bottom:0}.layui-layout-admin .layui-header .layui-nav .layui-this:after,.layui-layout-admin .layui-header .layui-nav-bar{height:2px;background-color:#03152A;top:0!important}.layui-layout-admin .layui-header .layui-nav .layui-nav-item{line-height:50px}.layui-layout-admin .layui-header .layui-nav .layui-nav-item .layui-nav-child{top:55px}.layui-layout-admin .layui-header .layui-nav-item .layui-icon{font-size:16px}.layui-layout-admin .layui-header .layui-layout-left{left:220px;padding:0 10px;transition:all .3s}.layui-layout-admin .layui-header .layui-layout-right{padding:0}.layui-layout-admin .layui-header{background-color:#fff;height:50px;box-shadow:0 1px 0 0 rgba(0,0,0,.05)}.layui-layout-admin .layui-header a{color:#333;padding:0 15px}.layui-layout-admin .layui-header a:hover{color:#333}.layui-layout-admin .layui-header .layui-nav-child a{color:#333!important}.layui-layout-admin .layui-header .layui-nav .layui-nav-more{border-color:#666 transparent transparent}.layui-layout-admin .layui-header .layui-nav .layui-nav-mored{border-color:transparent transparent #666}.layui-layout-admin .layui-header .layui-nav-child dd{text-align:center}.layui-layout-admin .layui-header a{cursor:pointer}.layui-layout-admin .layui-header .layui-logo{width:220px;background-color:#3A3D49;color:#f2f2f2;font-size:18px;font-family:Myriad Pro,Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:700;overflow:hidden;line-height:50px;transition:all .3s}.layui-layout-admin .layui-header .layui-logo img{height:35px}.layui-layout-admin .layui-header .layui-logo cite{font-style:normal}.layui-layout-admin .layui-header .layui-nav-img{margin-right:5px}.layui-layout-admin .layui-header .layui-nav-img+cite{margin-right:5px}.layui-layout-admin .layui-body{left:220px;top:50px;transition:left .3s;overflow:auto;-webkit-overflow-scrolling:touch}.layui-fluid{padding:15px}.admin-iframe{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0}.layui-layout-admin .layui-footer{left:220px;background:#fff;transition:all .3s;color:#666;border-top:1px solid #eee;height:43px}.layui-layout-admin .layui-footer a{color:#666}.layui-layout-admin .layui-footer a:hover{color:#333}.close-footer .layui-layout-admin .layui-footer{display:none}.close-footer .layui-layout-admin .layui-body{bottom:0}.layui-layout-admin .layui-side .layui-side-scroll{width:240px;transition:all .3s;-webkit-transition:all .3s}.layui-layout-admin .layui-side{position:absolute;top:50px;width:220px;background-color:#24262F;transition:all .3s;-webkit-transition:all .3s}.layui-layout-admin .layui-side .layui-nav{width:220px;background-color:transparent}.layui-layout-admin .layui-side .layui-nav .layui-nav-item>a:hover{background:rgba(255,255,255,.03)}.layui-layout-admin .layui-side .layui-nav .layui-nav-item>.layui-nav-child{padding:5px 0;background-color:rgba(0,0,0,.3)!important}.layui-layout-admin .layui-side .layui-nav .layui-nav-more{right:15px}.layui-nav.arrow2 .layui-nav-more{font-family:layui-icon!important;font-size:12px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;width:auto;height:auto;line-height:normal;border:none;top:23px;margin:0;padding:0;display:inline-block;transition:all .1s;-webkit-transition:all .1s}.layui-nav.arrow2 .layui-nav-child .layui-nav-more{top:13px}.layui-nav.arrow2 .layui-nav-more:before{content:"\e61a"}.layui-nav.arrow2 .layui-nav-itemed>a>.layui-nav-more{transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg)}.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child a{padding-left:50px;cursor:pointer}.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child a{padding-left:70px}.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left:90px}.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left:110px}.layui-layout-admin .layui-side .layui-nav .layui-nav-item>a{padding-top:8px;padding-bottom:8px;cursor:pointer}.layui-layout-admin.admin-nav-mini .layui-header .layui-logo{width:60px}.layui-layout-admin.admin-nav-mini .layui-header .layui-logo cite{display:none}.layui-layout-admin.admin-nav-mini .layui-header .layui-layout-left{left:60px}.layui-layout-admin.admin-nav-mini .layui-side{width:60px}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav{width:60px}.layui-layout-admin.admin-nav-mini .layui-side-scroll{width:80px}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a>cite{display:none}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a .layui-nav-more{display:none}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a{overflow:visible}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed .layui-nav-child{display:none}.layui-layout-admin.admin-nav-mini .layui-body{left:60px}.layui-layout-admin.admin-nav-mini .layui-footer{left:60px}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed>a{background:rgba(0,0,0,.3)}.layui-layout-admin.admin-nav-mini .layui-header .layui-icon-shrink-right:before{content:"\e66b"}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover>.layui-nav-child{display:inline-block;position:fixed;top:105px;left:65px;background:#24262F!important;min-width:200px;z-index:1001}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover .layui-nav-itemed>.layui-nav-child{display:block}@media screen and (max-width:750px){.layui-layout-admin .layui-side{position:fixed;left:-260px;z-index:10000}.layui-layout-admin .layui-body{left:0}.layui-layout-admin .layui-footer{left:0}.layui-layout-admin .layui-header .layui-logo{left:-260px}.layui-layout-admin .layui-header .layui-layout-left{left:0}.layui-layout-admin .layui-header .layui-icon-shrink-right:before{content:"\e66b"}.layui-layout-admin.admin-nav-mini .layui-header .layui-logo{width:220px;left:0;z-index:10001}.layui-layout-admin.admin-nav-mini .layui-header{z-index:auto}.layui-layout-admin.admin-nav-mini .layui-header .layui-logo cite{display:inline-block}.layui-layout-admin.admin-nav-mini .layui-header .layui-layout-left{left:0}.layui-layout-admin.admin-nav-mini .layui-side{width:220px;left:0}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav{width:220px}.layui-layout-admin.admin-nav-mini .layui-side-scroll{width:240px}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a>cite{display:inline-block}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a .layui-nav-more{display:inline-block}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a{overflow:hidden}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed>a{background:0 0}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-item>a:hover{background:rgba(255,255,255,.03)}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed>.layui-nav-child{display:block}.layui-layout-admin.admin-nav-mini .layui-body{left:0}.layui-layout-admin.admin-nav-mini .layui-footer{left:0}.layui-layout-admin.admin-nav-mini .site-mobile-shade{content:'';position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);z-index:9999;cursor:pointer}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed>a{background:0 0}.layui-layout-admin.admin-nav-mini .layui-header .layui-icon-shrink-right:before{content:"\e668"}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover>.layui-nav-child{display:none;position:static;background-color:rgba(0,0,0,.3)!important;min-width:100%}.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed.admin-nav-hover>.layui-nav-child{display:block}}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-content{padding:0;position:absolute;left:0;top:40px;right:0;bottom:0}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-content>.layui-tab-item{position:absolute;bottom:0;right:0;top:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch}.layui-layout-admin .layui-body>.layui-tab{position:absolute;left:0;right:0;top:0;bottom:0;margin:0}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title{height:40px;line-height:40px;padding:0 80px 0 40px;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);position:absolute;right:0;z-index:999;border:none;overflow:hidden}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li{min-width:0;line-height:40px;max-width:160px;text-overflow:ellipsis;overflow:hidden;border-right:1px solid #eee;vertical-align:top;padding:0 30px 0 15px}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li:first-child{padding:0 15px}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li cite{font-style:normal}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title .layui-tab-bar{display:none}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li.layui-this,.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li:hover{background-color:#eee}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li.layui-this:after{width:100%;border:none;height:2px;background-color:#292B34;border-radius:0}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li .layui-tab-close{width:16px;height:16px;line-height:16px;font-size:12px;position:absolute;top:12px;right:8px}.layui-layout-admin .layui-body>.layui-tab>.layui-tab-title li:first-child .layui-tab-close{display:none}.layui-layout-admin .layui-body .admin-tabs-control{position:absolute;top:0;width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;transition:all .3s;border-left:1px solid #eee;z-index:1000;background-color:#fff}.layui-layout-admin .layui-body .admin-tabs-control:hover{background-color:#eee}.layui-layout-admin .layui-body .layui-icon-prev{left:0;border-left:none;border-right:1px solid #eee}.layui-layout-admin .layui-body .layui-icon-next{right:40px}.layui-layout-admin .layui-body .layui-icon-down{right:0}.admin-tabs-select.layui-nav{position:absolute;left:0;top:0;width:100%;height:100%;padding:0;background:0 0}.admin-tabs-select.layui-nav .layui-nav-item{line-height:40px}.admin-tabs-select.layui-nav .layui-nav-item>a{height:40px}.admin-tabs-select.layui-nav .layui-nav-item a{color:#666}.admin-tabs-select.layui-nav .layui-nav-child{top:40px;left:auto;right:0}.admin-tabs-select.layui-nav .layui-nav-child dd.layui-this,.admin-tabs-select.layui-nav .layui-nav-child dd.layui-this a{background-color:#f2f2f2!important;color:#333}.admin-tabs-select.layui-nav .layui-nav-bar,.admin-tabs-select.layui-nav .layui-nav-more{display:none}.page-loading{position:absolute;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:19891017;background-color:#fff}.page-no-scroll{overflow:hidden}.rubik-loader{width:64px;height:64px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url(img/ic_loading.gif);background-repeat:no-repeat;background-position:center}.layui-layer.layui-layer-adminRight{top:50px!important;bottom:0;box-shadow:1px 1px 50px rgba(0,0,0,.3)!important;border:none!important;overflow:auto}.layui-layer.layui-layer-admin{box-shadow:1px 1px 50px rgba(0,0,0,.3)!important;border:none!important}.layui-layer.layui-layer-admin .layui-layer-title{background-color:#24262F;color:#fff;height:50px;line-height:50px;border:0}.layui-layer.layui-layer-admin .layui-layer-setwin{top:17px}.layui-layer.layui-layer-admin .layui-layer-setwin a{font-family:layui-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1{background:0 0}.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1:before{content:"\1006"}.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite{background-color:#ddd}.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max{background:0 0;font-size:14px;padding-top:1px}.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max:before{content:"\e622"}.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-maxmin:before{content:"\e758"}.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0{border-color:#009688;background-color:#009688}.layui-layer.layui-layer-admin .layui-layer-btn a{height:34px;line-height:34px}.layui-layer-admin{max-width:100%}.layui-layer-iframe .layui-layer-content{overflow:auto;-webkit-overflow-scrolling:touch}.layui-body-header{padding:13px 20px;color:#333;font-size:16px;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:absolute;left:0;right:0;z-index:1000}.layui-body-header-title{border-left:4px solid #009688;padding-left:6px}.layui-body-header+div{position:absolute;left:0;right:0;top:45px;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch}.tab-open .layui-body-header{display:none}.tab-open .layui-body-header+div{position:static;top:0}.layui-form.toolbar{margin-top:10px}.layui-form.toolbar .layui-form-item{margin-bottom:0}.toolbar+table+.layui-table-view{margin:0}.mr0{margin-right:0!important}.w-auto{width:auto}@media screen and (max-width:450px){.layui-form-item .w-auto+.layui-input-inline{margin-left:100px}}.layui-form-select .layui-input{padding-right:0}.layui-input{line-height:38px}.layui-form.model-form{padding:30px 30px 0 0}.icon-btn{padding:0 10px}.layui-card .layui-card-header .layui-badge.pull-right{top:50%;margin-top:-9px}.lay-big-font{font-size:36px;color:#666;line-height:36px;padding:5px 0 10px;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap}.date-icon{background-image:url(img/icon_date.png);background-repeat:no-repeat;background-position:right center}.pull-right{float:right}.inline-block{display:inline-block}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bg-white{background-color:#fff}.layui-link{color:#029789!important}.layui-link:hover{opacity:.8}.layui-text a:not(.layui-btn){color:#01AAED}.layui-text a:not(.layui-btn):hover{text-decoration:underline}.btn-circle{width:50px;height:50px;line-height:50px;border-radius:50%;background:#009688;color:#fff;position:fixed;right:15px;bottom:15px;text-align:center;box-shadow:0 5px 20px 0 #009688;cursor:pointer}.btn-circle:hover{opacity:.8;color:#fff}.btn-circle .layui-icon{font-size:24px}::-webkit-scrollbar{width:8px;height:8px;background:0 0}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#A6A6A6}::-webkit-scrollbar-thumb:hover{background-color:#7f7f7f}@media screen and (max-width:750px){::-webkit-scrollbar{width:5px;height:5px}}.mini-bar::-webkit-scrollbar{width:5px;height:5px}.layui-nav-item.admin-nav-hover>.layui-nav-child::-webkit-scrollbar{width:3px;height:3px}.dropdown-menu{display:none}.nav-btn{position:static;display:inline-flex;padding:0;background:0 0;vertical-align:inherit}.nav-btn .layui-nav-bar{display:none}.nav-btn .layui-nav-item{line-height:38px;border-left:1px solid rgba(255,255,255,.5);background-color:#009688}.nav-btn .layui-nav-item>a:hover{background:rgba(255,255,255,.2)}.nav-btn .layui-nav-item:first-child{border-left:none;border-bottom-left-radius:2px;border-top-left-radius:2px}.nav-btn .layui-nav-item:nth-last-child(2){border-bottom-right-radius:2px;border-top-right-radius:2px}.nav-btn a{cursor:pointer}.nav-btn .layui-nav-item>a{padding:0 22px 0 10px;color:#fff}.nav-btn .layui-nav-item .layui-icon{font-size:16px}.nav-btn .layui-nav-item.text-center>a{padding:0 10px 0 10px}.nav-btn .layui-nav-more{right:8px;border-color:#fff transparent transparent}.nav-btn .layui-nav-mored{border-color:transparent transparent #fff}.nav-btn .layui-nav-child{top:43px;padding:2px 0}.nav-btn .layui-nav-child hr{margin:2px 0}.layui-nav-child.align-top{top:auto;bottom:43px}.layui-nav-child.align-right{right:0;left:auto}.nav-btn-lg .layui-nav-item{line-height:44px}.nav-btn-lg .layui-nav-child{top:49px}.nav-btn-lg .layui-nav-child.align-top{top:auto;bottom:49px}.nav-btn-sm .layui-nav-item{line-height:30px}.nav-btn-sm .layui-nav-child{top:35px}.nav-btn-sm .layui-nav-child.align-top{top:auto;bottom:35px}.nav-btn-xs .layui-nav-item{line-height:22px}.nav-btn-xs .layui-nav-child{top:27px}.nav-btn-xs .layui-nav-child.align-top{top:auto;bottom:27px}.nav-btn-sm .layui-nav-item>a{font-size:12px;padding:0 14px 0 8px}.nav-btn.nav-btn-sm .layui-nav-more{right:5px;border-width:4px;margin-top:-2px}.nav-btn.nav-btn-sm .layui-nav-mored{margin-top:-6px}.nav-btn.nav-btn-sm .layui-nav-item.text-center>a{padding:0 8px 0 8px}.nav-btn-xs .layui-nav-item>a{font-size:12px;padding:0 13px 0 5px}.nav-btn.nav-btn-xs .layui-nav-more{right:4px;border-width:4px;margin-top:-2px}.nav-btn.nav-btn-xs .layui-nav-mored{margin-top:-6px}.nav-btn.nav-btn-xs .layui-nav-item.text-center>a{padding:0 5px 0 5px}.nav-btn-lg .layui-nav-item>a{font-size:16px;padding:0 25px 0 13px}.nav-btn.nav-btn-lg .layui-nav-more{right:10px}.nav-btn.nav-btn-lg .layui-nav-item.text-center>a{padding:0 13px 0 13px}.dtree-theme-item-this{background-color:#eee!important}.ctxMenu,.ctxMenu-sub{max-width:250px;min-width:110px;background:#fff;border-radius:2px;padding:5px 0;white-space:nowrap;position:fixed;z-index:19891099;box-shadow:0 2px 4px rgba(0,0,0,.12);border:1px solid #d2d2d2;overflow:visible}.ctxMenu-item{position:relative}.ctxMenu-item>a{font-size:14px;color:#666;padding:0 26px 0 35px;cursor:pointer;display:block;line-height:36px;text-decoration:none;position:relative}.ctxMenu-item>a:hover{background:#f2f2f2;color:#666}.ctxMenu-item>a>.icon-more{position:absolute;right:5px;top:0;font-size:12px;color:#666}.ctxMenu-item>a>.ctx-icon{position:absolute;left:12px;top:0;font-size:15px;color:#666}.ctxMenu hr{background-color:#e6e6e6;clear:both;margin:5px 0;border:0;height:1px}.ctx-ic-lg{font-size:18px!important;left:11px!important}
\ No newline at end of file
html {
background-color: #f2f2f2;
}
.layui-layout-body {
overflow-x: hidden;
overflow-y: auto;
}
.layui-layout-admin {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/** header样式 */
/** 导航栏下面的线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
height: 2px;
background-color: #03152A;
top: 0 !important;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item {
line-height: 50px; /** 高度重写 */
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item .layui-nav-child {
top: 55px;
}
.layui-layout-admin .layui-header .layui-nav-item .layui-icon {
font-size: 16px; /** 图标大小 */
}
.layui-layout-admin .layui-header .layui-layout-left {
left: 220px;
padding: 0 10px;
transition: all .3s;
}
.layui-layout-admin .layui-header .layui-layout-right {
padding: 0;
}
/** 重写header的背景色和字体颜色 */
.layui-layout-admin .layui-header {
background-color: #fff;
height: 50px;
box-shadow: 0 1px 0px 0 rgba(0, 0, 0, .05);
}
.layui-layout-admin .layui-header a {
color: #333;
padding: 0 15px;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
}
.layui-layout-admin .layui-header .layui-nav-child a {
color: #333 !important;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #666;
}
.layui-layout-admin .layui-header .layui-nav-child dd {
text-align: center;
}
.layui-layout-admin .layui-header a {
cursor: pointer;
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
width: 220px;
background-color: #2B2D36;
color: #f2f2f2;
font-size: 18px;
font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
font-weight: bold;
overflow: hidden;
line-height: 50px;
transition: all .3s;
white-space: nowrap;
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
}
.layui-layout-admin .layui-header .layui-logo img {
height: 35px;
}
.layui-layout-admin .layui-header .layui-logo cite {
font-style: normal;
}
.layui-layout-admin .layui-header .layui-nav-img {
margin-right: 5px;
}
.layui-layout-admin .layui-header .layui-nav-img + cite {
margin-right: 5px;
}
/** //header样式结束 */
/** 主体部分样式 */
.layui-layout-admin .layui-body {
left: 220px;
top: 50px;
transition: left .3s;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.layui-fluid {
padding: 15px;
}
.admin-iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/** //主体部分样式结束 */
/** 底部样式 */
.layui-layout-admin .layui-footer {
left: 220px;
background: #fff;
transition: all .3s;
color: #666;
border-top: 1px solid #eeeeee;
height: 43px;
}
.layui-layout-admin .layui-footer a {
color: #666;
}
.layui-layout-admin .layui-footer a:hover {
color: #333;
}
/** 关闭底部 */
.close-footer .layui-layout-admin .layui-footer {
display: none;
}
.close-footer .layui-layout-admin .layui-body {
bottom: 0;
}
/** 底部样式结束 */
/** 侧边栏样式 */
.layui-layout-admin .layui-side .layui-side-scroll {
width: 240px;
transition: all .3s;
-webkit-transition: all .3s;
}
.layui-layout-admin .layui-side {
position: absolute;
top: 50px;
width: 220px;
background-color: #24262F;
transition: all .3s;
-webkit-transition: all .3s;
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.layui-layout-admin .layui-side .layui-nav {
width: 220px;
background-color: transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
padding: 5px 0;
background-color: rgba(0, 0, 0, .2) !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
right: 15px;
}
.layui-nav.arrow2 .layui-nav-more {
font-family: layui-icon !important;
font-size: 12px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
width: auto;
height: auto;
line-height: normal;
border: none;
top: 23px;
margin: 0;
padding: 0;
display: inline-block;
transition: all .1s;
-webkit-transition: all .1s;
}
.layui-nav.arrow2 .layui-nav-child .layui-nav-more {
top: 13px;
}
.layui-nav.arrow2 .layui-nav-more:before {
content: "\e61a";
}
.layui-nav.arrow2 .layui-nav-itemed > a > .layui-nav-more {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child a {
padding-left: 50px; /** 导航字体位置 */
cursor: pointer;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child a {
padding-left: 70px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child a {
padding-left: 90px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a {
padding-left: 110px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a {
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
}
/** 侧边栏样式结束 */
/** 侧导航折叠样式PC */
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo {
width: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo cite {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-layout-left {
left: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side {
width: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav {
width: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side-scroll {
width: 80px;
}
/** 侧导航隐藏文字 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a > cite {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a .layui-nav-more {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a {
overflow: visible;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed .layui-nav-child {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-body {
left: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-footer {
left: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(0, 0, 0, .3);
}
/** 修改折叠的图标 */
.layui-layout-admin.admin-nav-mini .layui-header .layui-icon-shrink-right:before {
content: "\e66b";
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
display: inline-block;
position: fixed;
top: 105px;
left: 65px;
background: #24262F !important;
min-width: 200px;
z-index: 1001;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover .layui-nav-itemed > .layui-nav-child {
display: block;
}
/** //侧导航折叠样式结束 */
/** 移动设备样式 */
@media screen and (max-width: 750px) {
.layui-layout-admin .layui-side {
position: fixed;
left: -260px;
z-index: 10000;
}
.layui-layout-admin .layui-body {
left: 0;
}
.layui-layout-admin .layui-footer {
left: 0;
}
.layui-layout-admin .layui-header .layui-logo {
left: -260px;
}
.layui-layout-admin .layui-header .layui-layout-left {
left: 0;
}
.layui-layout-admin .layui-header .layui-icon-shrink-right:before {
content: "\e66b";
}
/* 移动设备侧导航折叠样式 */
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo {
width: 220px;
left: 0;
z-index: 10001;
}
.layui-layout-admin.admin-nav-mini .layui-header {
z-index: auto;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo cite {
display: inline-block;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-layout-left {
left: 0;
}
.layui-layout-admin.admin-nav-mini .layui-side {
width: 220px;
left: 0;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav {
width: 220px;
}
.layui-layout-admin.admin-nav-mini .layui-side-scroll {
width: 240px;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a > cite {
display: inline-block;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a .layui-nav-more {
display: inline-block;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a {
overflow: hidden;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: transparent;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
display: block;
}
.layui-layout-admin.admin-nav-mini .layui-body {
left: 0;
}
.layui-layout-admin.admin-nav-mini .layui-footer {
left: 0;
}
/** 移动设备遮罩层 */
.layui-layout-admin.admin-nav-mini .site-mobile-shade {
content: '';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .1);
z-index: 9999;
cursor: pointer;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed > a {
background: transparent;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-icon-shrink-right:before {
content: "\e668";
}
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
display: none;
position: static;
background-color: rgba(0, 0, 0, .3) !important;
min-width: 100%;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed.admin-nav-hover > .layui-nav-child {
display: block;
}
}
/** //移动设备样式结束 */
/** 选项卡样式开始 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-content {
padding: 0;
position: absolute;
left: 0;
top: 40px;
right: 0;
bottom: 0;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-content > .layui-tab-item {
position: absolute;
bottom: 0;
right: 0;
top: 0;
left: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/** 选项卡标题样式 */
.layui-layout-admin .layui-body > .layui-tab {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title {
height: 40px;
line-height: 40px;
padding: 0 80px 0 40px;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
position: absolute;
right: 0;
z-index: 999;
border: none;
overflow: hidden;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li {
min-width: 0;
line-height: 40px;
max-width: 160px;
text-overflow: ellipsis;
overflow: hidden;
border-right: 1px solid #eeeeee;
vertical-align: top;
padding: 0 30px 0 15px;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li:first-child {
padding: 0 15px;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li cite {
font-style: normal;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title .layui-tab-bar {
display: none;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this,
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li:hover {
background-color: #eeeeee;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
width: 100%;
border: none;
height: 2px;
background-color: #292B34;
border-radius: 0;
}
/** tab关闭按钮样式 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li .layui-tab-close {
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 50%;
font-size: 12px;
position: absolute;
top: 12px;
right: 8px;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li:first-child .layui-tab-close {
display: none; /** 第一个选项卡不可关闭 */
}
/** 选项卡其他操作按钮样式 */
.layui-layout-admin .layui-body .admin-tabs-control {
position: absolute;
top: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
transition: all .3s;
border-left: 1px solid #eeeeee;
z-index: 1000;
background-color: white;
}
.layui-layout-admin .layui-body .admin-tabs-control:hover {
background-color: #eeeeee;
}
.layui-layout-admin .layui-body .layui-icon-prev {
left: 0;
border-left: none;
border-right: 1px solid #eeeeee;
}
.layui-layout-admin .layui-body .layui-icon-next {
right: 40px;
}
.layui-layout-admin .layui-body .layui-icon-down {
right: 0;
}
.admin-tabs-select.layui-nav {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0;
background: 0 0;
}
.admin-tabs-select.layui-nav .layui-nav-item {
line-height: 40px
}
.admin-tabs-select.layui-nav .layui-nav-item > a {
height: 40px
}
.admin-tabs-select.layui-nav .layui-nav-item a {
color: #666
}
.admin-tabs-select.layui-nav .layui-nav-child {
top: 40px;
left: auto;
right: 0
}
.admin-tabs-select.layui-nav .layui-nav-child dd.layui-this,
.admin-tabs-select.layui-nav .layui-nav-child dd.layui-this a {
background-color: #f2f2f2 !important;
color: #333
}
.admin-tabs-select.layui-nav .layui-nav-bar, .admin-tabs-select.layui-nav .layui-nav-more {
display: none;
}
/** //选项卡样式结束 */
/** loading样式 */
.page-loading {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 19891017;
background-color: #fff;
}
.page-no-scroll {
overflow: hidden;
}
/** 魔方loading */
.rubik-loader {
width: 64px;
height: 64px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-image: url(img/ic_loading.gif);
background-repeat: no-repeat;
background-position: center;
}
/** 球形loading */
.ball-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ball-loader span {
display: inline-block;
background-color: #4aca85;
width: 25px;
height: 25px;
-webkit-animation: 1s ball-load ease-in-out infinite;
animation: ball-load 1s ease-in-out infinite;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
border-radius: 50%;
margin: 2px;
}
.ball-loader span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.ball-loader span:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.ball-loader span:nth-child(3) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.ball-loader span:nth-child(4) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes ball-load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes ball-load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
/** 右侧弹窗样式 */
.layui-layer.layui-layer-adminRight {
top: 50px !important;
bottom: 0;
box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
border: none !important;
overflow: auto;
}
/** admin风格的弹窗 */
.layui-layer.layui-layer-admin {
box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
border: none !important;
}
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #24262F;
color: #ffffff;
height: 50px;
line-height: 50px;
border: 0;
}
.layui-layer.layui-layer-admin .layui-layer-setwin {
top: 17px;
}
.layui-layer.layui-layer-admin .layui-layer-setwin a {
font-family: layui-icon !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffffff;
}
/* 关闭按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1 {
background: none;
}
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1:before {
content: "\1006";
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/* 最大化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max {
background: none;
font-size: 14px;
padding-top: 1px;
}
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max:before {
content: "\e622";
}
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-maxmin:before {
content: "\e758";
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #009688;
background-color: #009688;
}
.layui-layer.layui-layer-admin .layui-layer-btn a {
height: 34px;
line-height: 34px;
}
.layui-layer-admin {
max-width: 100%;
}
.layui-layer-iframe .layui-layer-content {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/** 主体部分标题样式 */
.layui-body-header {
padding: 13px 20px;
color: #333;
font-size: 16px;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
position: absolute;
left: 0;
right: 0;
z-index: 1000;
display: none;
}
.layui-body-header-title {
border-left: 4px solid #009688;
padding-left: 6px;
}
.layui-body-header.show {
display: block;
}
.layui-body-header.show + div {
position: absolute;
left: 0;
right: 0;
top: 45px;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/** 表格上方工具栏样式 */
.layui-form.toolbar {
}
.layui-form.toolbar .layui-form-item {
margin-bottom: 0;
}
.toolbar + table {
margin: 2px 0 !important;
}
.toolbar + table + .layui-table-view {
margin: 0 !important;
}
.mr0 {
margin-right: 0 !important;
}
.w-auto {
width: auto;
}
@media screen and (max-width: 450px) {
.layui-form-item .w-auto + .layui-input-inline {
margin-left: 100px;
}
.layui-form-item .layui-inline {
margin-bottom: 8px;
}
}
.layui-form-select .layui-input {
padding-right: 0px;
}
.layui-input[type=number] {
line-height: 38px;
}
/** 弹窗内表单样式 */
.layui-form.model-form {
padding: 30px 30px 0px 0px;
}
/** 如果按钮加图标减少内边距 */
.icon-btn {
padding: 0 10px;
}
/** 卡片header里面的徽章样式调整 */
.layui-card .layui-card-header .layui-badge.pull-right {
top: 50%;
margin-top: -9px;
}
/** 特大字体 */
.lay-big-font {
font-size: 36px;
color: #666;
line-height: 36px;
padding: 5px 0 10px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
/** laydate加图标 */
.date-icon {
background-image: url(img/icon_date.png);
background-repeat: no-repeat;
background-position: right center;
}
.icon-search {
background-image: url(img/icon_search.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 26px;
}
/** 辅助样式 */
*[ew-href] {
cursor: pointer;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.inline-block {
display: inline-block;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.bg-white {
background-color: white;
}
.layui-link {
color: #029789 !important;
cursor: pointer;
}
.layui-link:hover {
opacity: .8;
}
/** 超链接样式 */
.layui-text a:not(.layui-btn) {
color: #01AAED;
}
.layui-text a:not(.layui-btn):hover {
opacity: .8;
text-decoration: none;
}
/* 圆形按钮 */
.btn-circle {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: #009688;
color: #ffffff;
position: fixed;
right: 15px;
bottom: 15px;
text-align: center;
box-shadow: 0 5px 20px 0 #009688;
cursor: pointer;
}
.btn-circle:hover {
opacity: .8;
color: #ffffff;
}
.btn-circle .layui-icon {
font-size: 24px;
}
/** 滚动条样式美化 */
::-webkit-scrollbar {
width: 8px;
height: 8px;
background: transparent;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #A6A6A6;
}
::-webkit-scrollbar-thumb:hover {
background-color: #7f7f7f;
}
@media screen and (max-width: 750px) {
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
}
.mini-bar::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.layui-nav-item.admin-nav-hover > .layui-nav-child::-webkit-scrollbar {
width: 3px;
height: 3px;
}
/** 下拉菜单默认隐藏 */
.dropdown-menu {
display: none;
}
/** 基于layui nav的下拉菜单 */
.nav-btn {
position: static;
display: inline-flex;
padding: 0;
background: none;
vertical-align: inherit;
}
.nav-btn .layui-nav-bar {
display: none;
}
.nav-btn .layui-nav-item {
line-height: 38px;
border-left: 1px solid rgba(255, 255, 255, .5);
background-color: #009688;
}
.nav-btn .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .2);
}
.nav-btn .layui-nav-item:first-child {
border-left: none;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.nav-btn .layui-nav-item:nth-last-child(2) {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.nav-btn a {
cursor: pointer;
}
.nav-btn .layui-nav-item > a {
padding: 0 22px 0 10px;
color: #fff;
}
.nav-btn .layui-nav-item .layui-icon {
font-size: 16px;
}
.nav-btn .layui-nav-item.text-center > a {
padding: 0 10px 0 10px;
}
.nav-btn .layui-nav-more {
right: 8px;
border-color: #fff transparent transparent;
}
.nav-btn .layui-nav-mored {
border-color: transparent transparent #fff;
}
.nav-btn .layui-nav-child {
top: 43px;
padding: 2px 0;
}
.nav-btn .layui-nav-child hr {
margin: 2px 0;
}
.layui-nav-child.align-top {
top: auto;
bottom: 43px;
}
.layui-nav-child.align-right {
right: 0;
left: auto;
}
.nav-btn-lg .layui-nav-item {
line-height: 44px;
}
.nav-btn-lg .layui-nav-child {
top: 49px;
}
.nav-btn-lg .layui-nav-child.align-top {
top: auto;
bottom: 49px;
}
.nav-btn-sm .layui-nav-item {
line-height: 30px;
}
.nav-btn-sm .layui-nav-child {
top: 35px;
}
.nav-btn-sm .layui-nav-child.align-top {
top: auto;
bottom: 35px;
}
.nav-btn-xs .layui-nav-item {
line-height: 22px;
}
.nav-btn-xs .layui-nav-child {
top: 27px;
}
.nav-btn-xs .layui-nav-child.align-top {
top: auto;
bottom: 27px;
}
.nav-btn-sm .layui-nav-item > a {
font-size: 12px;
padding: 0 14px 0 8px;
}
.nav-btn.nav-btn-sm .layui-nav-more {
right: 5px;
border-width: 4px;
margin-top: -2px;
}
.nav-btn.nav-btn-sm .layui-nav-mored {
margin-top: -6px;
}
.nav-btn.nav-btn-sm .layui-nav-item.text-center > a {
padding: 0 8px 0 8px;
}
.nav-btn-xs .layui-nav-item > a {
font-size: 12px;
padding: 0 13px 0 5px;
}
.nav-btn.nav-btn-xs .layui-nav-more {
right: 4px;
border-width: 4px;
margin-top: -2px;
}
.nav-btn.nav-btn-xs .layui-nav-mored {
margin-top: -6px;
}
.nav-btn.nav-btn-xs .layui-nav-item.text-center > a {
padding: 0 5px 0 5px;
}
.nav-btn-lg .layui-nav-item > a {
font-size: 16px;
padding: 0 25px 0 13px;
}
.nav-btn.nav-btn-lg .layui-nav-more {
right: 10px;
}
.nav-btn.nav-btn-lg .layui-nav-item.text-center > a {
padding: 0 13px 0 13px;
}
/** dtree选中颜色重写 */
.dtree-theme-item-this {
background-color: #eeeeee !important;
}
/** 鼠标右键菜单样式 */
.ctxMenu, .ctxMenu-sub {
max-width: 250px;
min-width: 110px;
background: white;
border-radius: 2px;
padding: 5px 0;
white-space: nowrap;
position: fixed;
z-index: 19891099;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
border: 1px solid #d2d2d2;
overflow: visible;
}
.ctxMenu-item {
position: relative;
}
.ctxMenu-item > a {
font-size: 14px;
color: #666;
padding: 0 26px 0 35px;
cursor: pointer;
display: block;
line-height: 36px;
text-decoration: none;
position: relative;
}
.ctxMenu-item > a:hover {
background: #f2f2f2;
color: #666;
}
.ctxMenu-item > a > .icon-more {
position: absolute;
right: 5px;
top: 0;
font-size: 12px;
color: #666;
}
.ctxMenu-item > a > .ctx-icon {
position: absolute;
left: 12px;
top: 0;
font-size: 15px;
color: #666;
}
.ctxMenu hr {
background-color: #e6e6e6;
clear: both;
margin: 5px 0;
border: 0;
height: 1px;
}
.ctx-ic-lg {
font-size: 18px !important;
left: 11px !important;
}
/** // 鼠标右键菜单样式end */
\ No newline at end of file
/** EasyWeb iframe v3.1.0 data:2019-01-17 */
/** EasyWeb iframe v3.1.1 data:2019-03-24 License By http://easyweb.vip */
eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([4-9bcf-hj-qs-vx-zA-Z]|[1-3]\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('4.define([\'k\'],8(2A){6 $=4.1m;6 k=4.k;6 1n=\'.4-t-5>.4-u\';6 H=1n+\'>.4-l\';6 1c=\'.4-t-5>.4-I>.4-I-1K\';6 1L=\'.4-t-5>.4-header\';6 tabFilter=\'5-pagetabs\';6 2B=\'5-I-7\';6 5={1o:\'5\',1p:\'easyweb\',1q:8(1d){6 2C=$(\'.4-t-5\').1r(\'5-7-R\');9(2C==!1d){p}9(1d){$(\'.4-t-5\').v(\'5-7-R\')}h{$(\'.4-t-5\').C(\'5-7-R\')}5.1M()},activeNav:8(c){9(!c){c=J.2D.pathname;6 us=c.split(\'/\');c=us[us.K-1]}9(c&&c!=\'\'){6 $a=$(1c+\'>.4-7 a[x-1O="\'+c+\'"]\');9($a&&$a.K>0){$(1c+\'>.4-7 .4-7-D .4-7-S dd\').v(\'4-f\');$(1c+\'>.4-7 .4-7-D\').v(\'4-f\');$(1c+\'>.4-7 .4-7-D\').v(\'4-7-2F\');$a.L().C(\'4-f\');$a.L(\'dd\').2G(\'.4-7-S\').L().C(\'4-7-2F\');$(\'ul[x-filter="\'+2B+\'"]\').C(\'4-2H\');6 $1P=$a.2G(\'.4-7\');$1P.v(\'4-2H\');$(1L+\'>.4-7>.4-7-D\').v(\'4-f\');$(1L+\'>.4-7>.4-7-D>a[7-bind="\'+$1P.y(\'7-V\')+\'"]\').L().C(\'4-f\')}h{1s.1t(c+\' is 1u in Z I\')}}h{1s.1t(\'active c 1u be 2J\')}},1v:8(b){6 1Q=b.2K;9(b.m==T){b.m=s;b.2L=s}9(b.2M==T){b.2M=2}9(b.1w==T){b.1w=U}b.isOutAnim=s;b.M=\'r\';b.shadeClose=U;b.1R=\'336px\';b.1S=\'4-k-adminRight\';b.move=s;b.2K=8(){k.1T(\'E\');1Q?1Q:\'\'};p 5.1x(b)},1x:8(b){9(!b.1R){b.1R=(b.1e==2)?[\'2N\',\'300px\']:\'2N\'}9(!b.1S){b.1S=\'4-k-5\'}9(!b.M){b.M=\'100px\'}9(b.1w==T){b.1w=s}b.1U=b.1U!=T?b.1U:s;b.1y=b.1y!=T?b.1y:.1;p k.1x(b)},req:8(c,N,10,2O){5.1V({c:c,N:N,1e:2O,2P:\'2Q\',10:10})},1V:8(b){6 2R=b.10;b.10=8(1z,1W,W){6 1f;9(\'2Q\'==b.2P.toLowerCase()){1f=1z}h{1f=5.2S(1z)}9(1f&&5.2T(1f)==s){p}2R(1z,1W,W)};b.error=8(W){b.10({2U:W.1W,1g:W.statusText})};b.beforeSend=8(W){6 11=5.2V();1X(6 i=0;i<11.K;i++){W.setRequestHeader(11[i].1Y,11[i].X)}};$.1V(b)},2T:8(1Z){9(1Z.2U==401){k.1g(1Z.1g,{12:2,20:1500},8(){},1000);p s}},2V:8(){6 11=21 Array();p 11},2S:8(22){9(2W 22==\'string\'){23{6 1A=JSON.parse(22);9(2W 1A==\'object\'&&1A){p 1A}}24(e){1s.1t(e)}}},showLoading:8(F){9(!F){F=\'u\'}$(F).C(\'1h-no-1K\');$(F).append(\'<1B 2Y="1h-2Z"><1B 2Y="rubik-loader"></1B></1B>\')},removeLoading:8(F){9(!F){F=\'u\'}$(F).30(\'.1h-2Z\').13();$(F).v(\'1h-no-1K\')},putTempData:8(O,X){9(X!=T&&X!=2J){4.25(\'26\',{O:O,X:X})}h{4.25(\'26\',{O:O,13:U})}},getTempData:8(O){p 4.25(\'26\')[O]},27:8(d){6 $14=$(H+\'>.4-l-m\');6 Z=$14.1C();9(\'Z\'===d){$14.28({\'1C\':Z-29},2a)}h 9(\'15\'===d){6 2b=0;$14.30("P").31(8(){9($(f).1r(\'4-f\')){p s}h{2b+=$(f).outerWidth()}});$14.28({\'1C\':2b-29},2a)}h{$14.28({\'1C\':Z+29},2a)}},2c:8(c){6 $n;9(!c){$n=$(H+\'>.4-l-1i>.4-l-D.4-32>.5-n\');9(!$n||$n.K<=0){$n=$(1n+\'>.5-n\')}}h{$n=$(H+\'>.4-l-1i>.4-l-D>.5-n[x-V="\'+c+\'"]\');9(!$n||$n.K<=0){$n=$(1n+\'>.5-n\')}}9($n&&$n[0]){$n[0].contentWindow.2D.reload(U)}h{1s.1t(c+\' is 1u found\')}},2d:8(c){5.1D();6 $m=$(H+\'>.4-l-m\');9(!c){9($m.z(\'P\').33().1r(\'4-f\')){k.1g(\'主页不能关闭\',{12:2});p}$m.z(\'P.4-f\').z(".4-l-16").17("A")}h{9(c==$m.z(\'P\').33().y(\'x-V\')){k.1g(\'主页不能关闭\',{12:2});p}$m.z(\'P[x-V="\'+c+\'"]\').z(".4-l-16").17("A")}},2e:8(c){9(!c){$(H+\'>.4-l-m P:gt(0):1u(.4-f)\').z(\'.4-l-16\').17(\'A\')}h{$(H+\'>.4-l-m P:gt(0)\').31(8(){9(c!=$(f).y(\'x-V\')){$(f).z(\'.4-l-16\').17(\'A\')}})}5.1D()},2g:8(){$(H+\'>.4-l-m P:gt(0)\').z(\'.4-l-16\').17(\'A\');$(H+\'>.4-l-m P:eq(0)\').17(\'A\');5.1D()},1D:8(){$(\'.4-12-down .4-7 .4-7-S\').v(\'4-32\')},changeTheme:8(g){9(g){4.N(5.1p,{O:\'g\',X:g});9(\'5\'==g){g=T}}h{4.N(5.1p,{O:\'g\',13:U})}5.2h(j);!g||j.4.1j(5.1k()+g+\'.B\',g);6 18=j.J.34;1X(6 i=0;i<18.K;i++){6 19=18[i];23{5.2h(19)}24(e){}9(g&&19.4){19.4.1j(5.1k()+g+\'.B\',g)}}},2h(w){9(!w){w=J}9(w.4){6 35=\'layuicss-g\';w.4.1m(\'1j[V^="\'+35+\'"]\').13()}},1k:8(){p 4.cache.base+\'g/\'},36:8(){L.k.16(L.k.37(J.1Y))},38:8(){L.k.38(L.k.37(J.1Y))},39:8(){p o.2i.3a||o.u.3a},3b:8(){p o.2i.3c||o.u.3c},1M:8(){$(\'.5-7-G>.4-7-S\').B({\'j\':\'15\',\'2j-2k\':\'none\',\'2l\':\'15\'});$(\'.5-7-G\').v(\'5-7-G\')},3d:8($q){6 $7=$(\'.5-7-G>.4-7-S\');9($q&&$7.K>0){6 3e=($q.M().j+$7.2m())>J.innerHeight;9(3e){6 2n=$q.M().j-$7.2m()+$q.2m();9(2n<50){6 1E=5.39();9($q.M().j<1E/2){$7.B({\'j\':\'50px\',\'2j-2k\':1E-50+\'px\',\'2l\':\'15\'})}h{$7.B({\'j\':$q.M().j,\'2j-2k\':1E-$q.M().j,\'2l\':\'15\'})}}h{$7.B(\'j\',2n)}}h{$7.B(\'j\',$q.M().j)}1l=U}}};5.3g={1q:8(e){6 1d=$(\'.4-t-5\').1r(\'5-7-R\');5.1q(1d)},2c:8(){5.2c()},3h:8(){history.3h()},g:8(){6 c=$(f).y(\'N-c\');5.1v({1e:2,1i:c?c:3i.3j+\'/3k/g\'})},2o:8(){6 c=$(f).y(\'N-c\');5.1v({V:\'k-2o\',m:\'便签\',1e:2,2L:s,1i:c?c:\'1h/3l/3l-2o.html\'})},3m:8(){6 c=$(f).y(\'N-c\');5.1v({1e:2,1i:c?c:3i.3j+\'/3k/3m\'})},fullScreen:8(e){6 ac=\'4-12-3n-full\',ic=\'4-12-3n-restore\';6 ti=$(f).z(\'i\');6 3o=o.fullscreenElement||o.msFullscreenElement||o.mozFullScreenElement||o.webkitFullscreenElement||s;9(3o){6 2s=o.exitFullscreen||o.webkitExitFullscreen||o.mozCancelFullScreen||o.msExitFullscreen;9(2s){2s.2t(o)}h 9(J.1F){6 ws=21 1F(\'3p.3q\');ws&&ws.3r(\'{3s}\')}ti.C(ac).v(ic)}h{6 el=o.2i;6 2u=el.requestFullscreen||el.webkitRequestFullscreen||el.mozRequestFullScreen||el.msRequestFullscreen;9(2u){2u.2t(el)}h 9(J.1F){6 ws=21 1F(\'3p.3q\');ws&&ws.3r(\'{3s}\')}ti.C(ic).v(ac)}},leftPage:8(){5.27("Z")},rightPage:8(){5.27()},2d:8(){5.2d()},2e:8(){5.2e()},2g:8(){5.2g()},closeDialog:8(){5.36()}};$(\'u\').Q(\'A\',\'*[ew-1H]\',8(){6 1H=$(f).y(\'ew-1H\');6 te=5.3g[1H];te&&te.2t(f,$(f))});$(\'.site-mobile-1y\').A(8(){5.1q(U)});6 1l=s;$(\'u\').Q(\'2w\',\'.4-t-5.5-7-R .4-I .4-7 .4-7-D>a\',8(){9(5.3b()>750){6 $q=$(f);$(\'.5-7-G>.4-7-S\').B(\'j\',\'15\');$(\'.5-7-G\').v(\'5-7-G\');$q.L().C(\'5-7-G\');6 $7=$(\'.5-7-G>.4-7-S\');9($7.K>0){5.3d($q)}h{6 1I=$q.z(\'cite\').3t();6 Y=$(\'.4-t-5 .4-I\').B(\'background-color\');Y=(Y==\'rgb(2x, 2x, 2x)\'?\'#009688\':Y);k.E(1I,$q,{E:[2,Y],20:-1})}}}).Q(\'2y\',\'.4-t-5.5-7-R .4-I .4-7 .4-7-D>a\',8(){k.1T(\'E\')});$(\'u\').Q(\'2y\',\'.4-t-5.5-7-R .4-I\',8(){1l=s;setTimeout(8(){9(!1l){5.1M()}},500)});$(\'u\').Q(\'2w\',\'.4-t-5.5-7-R .4-I .4-7 .4-7-D.5-7-G .4-7-S\',8(){1l=U});$(\'u\').Q(\'2w\',\'*[x-E]\',8(){6 1I=$(f).y(\'x-E\');6 dt=$(f).y(\'x-direction\');6 Y=$(f).y(\'x-bg\');k.E(1I,f,{E:[dt||3,Y||\'#333333\'],20:-1})}).Q(\'2y\',\'*[x-E]\',8(){k.1T(\'E\')});$(\'u\').Q(\'A\',\'*[ew-1O]\',8(){6 c=$(f).y(\'ew-1O\');6 m=$(f).3t();j.4.2z.openTab({m:m,c:c})});9(!4.contextMenu){$(o).off(\'A.1J\').Q(\'A.1J\',8(){6 18=j.J.34;1X(6 i=0;i<18.K;i++){6 19=18[i];23{19.4.1m(\'.1J\').13()}24(e){}}j.4.1m(\'.1J\').13()})}6 g=4.N(5.1p).g;9(g){(g==\'5\')||4.1j(5.1k()+g+\'.B\',g)}h 9(\'5\'!=5.1o){4.1j(5.1k()+5.1o+\'.B\',5.1o)}9(j.4&&j.4.2z&&j.4.2z.pageTabs){$(\'u\').C(\'l-1x\')}2A(\'5\',5)});',[],216,'||||layui|admin|var|nav|function|if||param|url|||this|theme|else||top|layer|tab|title|iframe|document|return|that||false|layout|body|removeClass||lay|attr|find|click|css|addClass|item|tips|elem|hover|tabDOM|side|window|length|parent|offset|data|key|li|on|mini|child|undefined|true|id|xhr|value|bgColor|left|success|headers|icon|remove|tabTitle|auto|close|trigger|ifs|tif|||sideDOM|expand|type|jsonRs|msg|page|content|link|getThemeDir|isHover|jquery|bodyDOM|defaultTheme|tableName|flexible|hasClass|console|warn|not|popupRight|fixed|open|shade|result|obj|div|scrollLeft|closeTabOperNav|pageHeight|ActiveXObject||event|tipText|ctxMenu|scroll|headerDOM|removeNavHover||href|aUl|eCallBack|area|skin|closeAll|resize|ajax|status|for|name|res|time|new|str|try|catch|sessionData|tempData|rollPage|animate|120|100|autoLeft|refresh|closeThisTabs|closeOtherTabs||closeAllTabs|removeTheme|documentElement|max|height|overflow|outerHeight|newTop|note||||efs|call|rfs||mouseenter|255|mouseleave|index|exports|navFilter|isExapnd|location||itemed|parents|hide||null|end|closeBtn|anim|360px|method|dataType|json|successCallback|parseJSON|ajaxSuccessBefore|code|getAjaxHeaders|typeof||class|loading|children|each|show|first|frames|themeId|closeThisDialog|getFrameIndex|iframeAuto|getPageHeight|clientHeight|getPageWidth|clientWidth|setNavHoverCss|isOver||events|back|Feng|ctxPath|system|tpl|message|screen|isFullscreen|WScript|Shell|SendKeys|F11|text'.split('|'),0,{}))
\ No newline at end of file
layui.define(["layer"], function(f) {
var h = layui.jquery;
var k = layui.layer;
var a = ".layui-layout-admin>.layui-body";
var l = a + ">.layui-tab";
var e = ".layui-layout-admin>.layui-side>.layui-side-scroll";
var j = ".layui-layout-admin>.layui-header";
var b = "admin-pagetabs";
var d = "admin-side-nav";
var c = "theme-admin";
var m = {
defaultTheme: "theme-admin",
tableName: "easyweb",
flexible: function(n) {
var o = h(".layui-layout-admin").hasClass("admin-nav-mini");
if (o == !n) {
return
}
if (n) {
h(".layui-layout-admin").removeClass("admin-nav-mini")
} else {
h(".layui-layout-admin").addClass("admin-nav-mini")
}
m.removeNavHover()
},
activeNav: function(n) {
if (!n) {
n = window.location.pathname;
n = n.substring(n.indexOf("/"))
}
if (n && n != "") {
h(e + ">.layui-nav .layui-nav-item .layui-nav-child dd").removeClass("layui-this");
h(e + ">.layui-nav .layui-nav-item").removeClass("layui-this");
var r = h(e + '>.layui-nav a[lay-href="' + n + '"]');
if (r && r.length > 0) {
if (h(e + ">.layui-nav").attr("lay-accordion") == "true") {
h(e + ">.layui-nav .layui-nav-itemed").removeClass("layui-nav-itemed")
}
r.parent().addClass("layui-this");
r.parent("dd").parents(".layui-nav-child").parent().addClass("layui-nav-itemed");
h('ul[lay-filter="' + d + '"]').addClass("layui-hide");
var p = r.parents(".layui-nav");
p.removeClass("layui-hide");
h(j + ">.layui-nav>.layui-nav-item").removeClass("layui-this");
h(j + '>.layui-nav>.layui-nav-item>a[nav-bind="' + p.attr("nav-id") + '"]').parent().addClass("layui-this");
var o = r.offset().top + r.outerHeight() + 30 - m.getPageHeight();
var q = 50 + 65 - r.offset().top;
if (o > 0) {
h(e).animate({
"scrollTop": h(e).scrollTop() + o
}, 100)
} else {
if (q > 0) {
h(e).animate({
"scrollTop": h(e).scrollTop() - q
}, 100)
}
}
} else {}
} else {
console.warn("active url is null")
}
},
popupRight: function(n) {
if (n.title == undefined) {
n.title = false;
n.closeBtn = false
}
if (n.anim == undefined) {
n.anim = 2
}
if (n.fixed == undefined) {
n.fixed = true
}
n.isOutAnim = false;
n.offset = "r";
n.shadeClose = true;
n.area = "336px";
n.skin = "layui-layer-adminRight";
n.move = false;
return m.open(n)
},
open: function(o) {
if (!o.area) {
o.area = (o.type == 2) ? ["360px", "300px"] : "360px"
}
if (!o.skin) {
o.skin = "layui-layer-admin"
}
if (!o.offset) {
o.offset = "35px"
}
if (o.fixed == undefined) {
o.fixed = false
}
o.resize = o.resize != undefined ? o.resize : false;
o.shade = o.shade != undefined ? o.shade : 0.1;
var n = o.end;
o.end = function() {
k.closeAll("tips");
n && n()
};
return k.open(o)
},
req: function(n, o, p, q) {
m.ajax({
url: n,
data: o,
type: q,
dataType: "json",
success: p
})
},
ajax: function(o) {
var n = o.success;
o.success = function(p, q, s) {
var r;
if ("json" == o.dataType.toLowerCase()) {
r = p
} else {
r = m.parseJSON(p)
}
r && (r = p);
if (m.ajaxSuccessBefore(r, o.url) == false) {
return
}
n(p, q, s)
};
o.error = function(p) {
o.success({
code: p.status,
msg: p.statusText
})
};
o.beforeSend = function(r) {
var q = m.getAjaxHeaders(o.url);
for (var p = 0; p < q.length; p++) {
r.setRequestHeader(q[p].name, q[p].value)
}
};
h.ajax(o)
},
ajaxSuccessBefore: function(n, o) {
return true
},
getAjaxHeaders: function(n) {
var o = new Array();
return o
},
parseJSON: function(p) {
if (typeof p == "string") {
try {
var o = JSON.parse(p);
if (typeof o == "object" && o) {
return o
}
} catch (n) {}
}
},
showLoading: function(q, p, o) {
var n = ['<div class="ball-loader"><span></span><span></span><span></span><span></span></div>', '<div class="rubik-loader"></div>'];
if (!q) {
q = "body"
}
if (p == undefined) {
p = 1
}
h(q).addClass("page-no-scroll");
var r = h(q).children(".page-loading");
if (r.length <= 0) {
h(q).append('<div class="page-loading">' + n[p - 1] + "</div>");
r = h(q).children(".page-loading")
}
o && r.css("background-color", "rgba(255,255,255," + o + ")");
r.show()
},
removeLoading: function(o, q, n) {
if (!o) {
o = "body"
}
if (q == undefined) {
q = true
}
var p = h(o).children(".page-loading");
if (n) {
p.remove()
} else {
q ? p.fadeOut() : p.hide()
}
h(o).removeClass("page-no-scroll")
},
putTempData: function(n, o) {
if (o != undefined && o != null) {
layui.sessionData("tempData", {
key: n,
value: o
})
} else {
layui.sessionData("tempData", {
key: n,
remove: true
})
}
},
getTempData: function(n) {
var o = layui.sessionData("tempData");
if (o) {
return o[n]
} else {
return false
}
},
rollPage: function(q) {
var o = h(l + ">.layui-tab-title");
var p = o.scrollLeft();
if ("left" === q) {
o.animate({
"scrollLeft": p - 120
}, 100)
} else {
if ("auto" === q) {
var n = 0;
o.children("li").each(function() {
if (h(this).hasClass("layui-this")) {
return false
} else {
n += h(this).outerWidth()
}
});
o.animate({
"scrollLeft": n - 120
}, 100)
} else {
o.animate({
"scrollLeft": p + 120
}, 100)
}
}
},
refresh: function(n) {
var p;
if (!n) {
p = h(l + ">.layui-tab-content>.layui-tab-item.layui-show>.admin-iframe");
if (!p || p.length <= 0) {
p = h(a + ">div>.admin-iframe")
}
} else {
p = h(l + '>.layui-tab-content>.layui-tab-item>.admin-iframe[lay-id="' + n + '"]');
if (!p || p.length <= 0) {
p = h(a + ">.admin-iframe")
}
}
if (p && p[0]) {
try {
p[0].contentWindow.location.reload(true)
} catch (o) {
p.attr("src", p.attr("src"))
}
} else {
console.warn(n + " is not found")
}
},
closeThisTabs: function(n) {
m.closeTabOperNav();
var o = h(l + ">.layui-tab-title");
if (!n) {
if (o.find("li").first().hasClass("layui-this")) {
k.msg("主页不能关闭", {
icon: 2
});
return
}
o.find("li.layui-this").find(".layui-tab-close").trigger("click")
} else {
if (n == o.find("li").first().attr("lay-id")) {
k.msg("主页不能关闭", {
icon: 2
});
return
}
o.find('li[lay-id="' + n + '"]').find(".layui-tab-close").trigger("click")
}
},
closeOtherTabs: function(n) {
if (!n) {
h(l + ">.layui-tab-title li:gt(0):not(.layui-this)").find(".layui-tab-close").trigger("click")
} else {
h(l + ">.layui-tab-title li:gt(0)").each(function() {
if (n != h(this).attr("lay-id")) {
h(this).find(".layui-tab-close").trigger("click")
}
})
}
m.closeTabOperNav()
},
closeAllTabs: function() {
h(l + ">.layui-tab-title li:gt(0)").find(".layui-tab-close").trigger("click");
h(l + ">.layui-tab-title li:eq(0)").trigger("click");
m.closeTabOperNav()
},
closeTabOperNav: function() {
h(".layui-icon-down .layui-nav .layui-nav-child").removeClass("layui-show")
},
changeTheme: function(t) {
if (t) {
layui.data(m.tableName, {
key: "theme",
value: t
});
if (c == t) {
t = undefined
}
} else {
layui.data(m.tableName, {
key: "theme",
remove: true
})
}
m.removeTheme(top);
!t || top.layui.link(m.getThemeDir() + t + ".css", t);
var u = top.window.frames;
for (var p = 0; p < u.length; p++) {
var r = u[p];
try {
m.removeTheme(r)
} catch (s) {}
if (t && r.layui) {
r.layui.link(m.getThemeDir() + t + ".css", t)
}
var q = r.frames;
for (var o = 0; o < q.length; o++) {
var n = q[o];
try {
m.removeTheme(n)
} catch (s) {}
if (t && n.layui) {
n.layui.link(m.getThemeDir() + t + ".css", t)
}
}
}
},
removeTheme: function(n) {
if (!n) {
n = window
}
if (n.layui) {
var o = "layuicss-theme";
n.layui.jquery('link[id^="' + o + '"]').remove()
}
},
getThemeDir: function() {
return layui.cache.base + "theme/"
},
closeThisDialog: function() {
parent.layer.close(parent.layer.getFrameIndex(window.name))
},
closeDialog: function(n) {
var o = h(n).parents(".layui-layer").attr("id").substring(11);
k.close(o)
},
iframeAuto: function() {
parent.layer.iframeAuto(parent.layer.getFrameIndex(window.name))
},
getPageHeight: function() {
return document.documentElement.clientHeight || document.body.clientHeight
},
getPageWidth: function() {
return document.documentElement.clientWidth || document.body.clientWidth
},
removeNavHover: function() {
h(".admin-nav-hover>.layui-nav-child").css({
"top": "auto",
"max-height": "none",
"overflow": "auto"
});
h(".admin-nav-hover").removeClass("admin-nav-hover")
},
setNavHoverCss: function(p) {
var n = h(".admin-nav-hover>.layui-nav-child");
if (p && n.length > 0) {
var r = (p.offset().top + n.outerHeight()) > window.innerHeight;
if (r) {
var o = p.offset().top - n.outerHeight() + p.outerHeight();
if (o < 50) {
var q = m.getPageHeight();
if (p.offset().top < q / 2) {
n.css({
"top": "50px",
"max-height": q - 50 + "px",
"overflow": "auto"
})
} else {
n.css({
"top": p.offset().top,
"max-height": q - p.offset().top,
"overflow": "auto"
})
}
} else {
n.css("top", o)
}
} else {
n.css("top", p.offset().top)
}
i = true
}
}
};
m.events = {
flexible: function(o) {
var n = h(".layui-layout-admin").hasClass("admin-nav-mini");
m.flexible(n)
},
refresh: function() {
m.refresh()
},
back: function() {
history.back()
},
theme: function() {
var n = h(this).attr("data-url");
m.popupRight({
id: "layer-theme",
type: 2,
content: n ? n : "page/tpl/tpl-theme.html"
})
},
note: function() {
var n = h(this).attr("data-url");
m.popupRight({
id: "layer-note",
title: "便签",
type: 2,
closeBtn: false,
content: n ? n : "page/tpl/tpl-note.html"
})
},
message: function() {
var n = h(this).attr("data-url");
m.popupRight({
id: "layer-notice",
type: 2,
content: n ? n : "page/tpl/tpl-message.html"
})
},
psw: function() {
var n = h(this).attr("data-url");
m.open({
id: "pswForm",
type: 2,
title: "修改密码",
shade: 0,
content: n ? n : "page/tpl/tpl-password.html"
})
},
logout: function() {
var n = h(this).attr("data-url");
k.confirm("确定要退出登录吗?", {
title: "温馨提示",
skin: "layui-layer-admin"
}, function() {
location.replace(n ? n : "/")
})
},
fullScreen: function(t) {
var v = "layui-icon-screen-full",
p = "layui-icon-screen-restore";
var n = h(this).find("i");
var s = document.fullscreenElement || document.msFullscreenElement || document.mozFullScreenElement || document.webkitFullscreenElement || false;
if (s) {
var r = document.exitFullscreen || document.webkitExitFullscreen || document.mozCancelFullScreen || document.msExitFullscreen;
if (r) {
r.call(document)
} else {
if (window.ActiveXObject) {
var u = new ActiveXObject("WScript.Shell");
u && u.SendKeys("{F11}")
}
}
n.addClass(v).removeClass(p)
} else {
var o = document.documentElement;
var q = o.requestFullscreen || o.webkitRequestFullscreen || o.mozRequestFullScreen || o.msRequestFullscreen;
if (q) {
q.call(o)
} else {
if (window.ActiveXObject) {
var u = new ActiveXObject("WScript.Shell");
u && u.SendKeys("{F11}")
}
}
n.addClass(p).removeClass(v)
}
},
leftPage: function() {
m.rollPage("left")
},
rightPage: function() {
m.rollPage()
},
closeThisTabs: function() {
m.closeThisTabs()
},
closeOtherTabs: function() {
m.closeOtherTabs()
},
closeAllTabs: function() {
m.closeAllTabs()
},
closeDialog: function() {
m.closeThisDialog()
},
closePageDialog: function() {
m.closeDialog(this)
}
};
h("body").on("click", "*[ew-event]", function() {
var n = h(this).attr("ew-event");
var o = m.events[n];
o && o.call(this, h(this))
});
h("body").on("click", "*[ew-href]", function() {
var n = h(this).attr("ew-href");
var o = h(this).text();
top.layui.index.openTab({
title: o,
url: n
})
});
h("body").on("mouseenter", "*[lay-tips]", function() {
var n = h(this).attr("lay-tips");
var o = h(this).attr("lay-direction");
var p = h(this).attr("lay-bg");
k.tips(n, this, {
tips: [o || 3, p || "#333333"],
time: -1
})
}).on("mouseleave", "*[lay-tips]", function() {
k.closeAll("tips")
});
var i = false;
h("body").on("mouseenter", ".layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a", function() {
if (m.getPageWidth() > 750) {
var p = h(this);
h(".admin-nav-hover>.layui-nav-child").css("top", "auto");
h(".admin-nav-hover").removeClass("admin-nav-hover");
p.parent().addClass("admin-nav-hover");
var n = h(".admin-nav-hover>.layui-nav-child");
if (n.length > 0) {
m.setNavHoverCss(p)
} else {
var o = p.find("cite").text();
k.tips(o, p, {
tips: [2, "#333333"],
time: -1
})
}
}
}).on("mouseleave", ".layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item>a", function() {
k.closeAll("tips")
});
h("body").on("mouseleave", ".layui-layout-admin.admin-nav-mini .layui-side", function() {
i = false;
setTimeout(function() {
if (!i) {
m.removeNavHover()
}
}, 500)
});
h("body").on("mouseenter", ".layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover .layui-nav-child", function() {
i = true
});
if (!layui.contextMenu) {
h(document).off("click.ctxMenu").on("click.ctxMenu", function() {
var q = top.window.frames;
for (var n = 0; n < q.length; n++) {
var o = q[n];
try {
o.layui.jquery(".ctxMenu").remove()
} catch (p) {}
}
top.layui.jquery(".ctxMenu").remove()
})
}
var g = layui.data(m.tableName);
if (g && g.theme) {
(g.theme == c) || layui.link(m.getThemeDir() + g.theme + ".css", g.theme)
} else {
if (c != m.defaultTheme) {
layui.link(m.getThemeDir() + m.defaultTheme + ".css", m.defaultTheme)
}
}
f("admin", m)
});
\ No newline at end of file
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
/** EasyWeb iframe v3.1.0 data:2019-01-17 */
/** EasyWeb iframe v3.1.1 data:2019-03-24 License By http://easyweb.vip */
eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([1-9b-df-hj-wzA-Z]|1\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('j.define(["s"],7(M){4 $=j.s;4 5={N:7(O,9){$(O).N(\'contextmenu\',7(e){5.P(9,e.clientX,e.clientY);t false})},z:7(9,A){4 2=\'\';B(4 i=0;i<9.m;i++){4 1=9[i];1.u=\'3-\'+A+i;6(1.k&&1.k.m>0){2+=\'<f g="3-1 C" D-E="\'+1.u+\'">\';2+=\'<a>\';6(1.b){2+=\'<i g="\'+1.b+\' Q-b"></i>\'}2+=1.R;2+=\'<i g="j-b j-b-right b-more"></i>\';2+=\'</a>\';2+=\'<f g="3-c" S="F: T;">\';2+=5.z(1.k,A+i);2+=\'</f>\'}U{2+=\'<f g="3-1" D-E="\'+1.u+\'">\';2+=\'<a>\';6(1.b){2+=\'<i g="\'+1.b+\' Q-b"></i>\'}2+=1.R;2+=\'</a>\'}2+=\'</f>\';6(1.V==true){2+=\'<V/>\'}}t 2},G:7(9){B(4 i=0;i<9.m;i++){4 1=9[i];6(1.h){$(\'.3\').n(\'h\',\'[D-E="\'+1.u+\'"]\',1.h)}6(1.k&&1.k.m>0){5.G(1.k)}}},l:7(){4 H=8.window.frames;B(4 i=0;i<H.m;i++){4 W=H[i];X{W.j.s(\'.3\').l()}Y(e){}}X{8.j.s(\'.3\').l()}Y(e){}},I:7(){t o.Z.10||o.v.10},J:7(){t o.Z.11||o.v.11},P:7(9,x,y){4 xy=\'d: \'+x+\'px; 8: \'+y+\'px;\';4 2=\'<f g="3" S="\'+xy+\'">\';2+=5.z(9,\'\');2+=\'</f>\';5.l();$(\'v\').append(2);4 $3=$(\'.3\');6(x+$3.p()>5.J()){x-=$3.p()}6(y+$3.q()>5.I()){y=y-$3.q();6(y<0){y=0}}$3.K({\'8\':y,\'d\':x});5.G(9);$(\'.3-1.C\').n(\'mouseenter\',7(){4 $1=$(r).w(\'>a\');4 $c=$(r).w(\'>.3-c\');4 8=$1.L().8;4 d=$1.L().d+$1.p();6(d+$c.p()>5.J()){d=$1.L().d-$c.p()}6(8+$c.q()>5.I()){8=8-$c.q()+$1.q();6(8<0){8=0}}$(r).w(\'>.3-c\').K({\'8\':8,\'d\':d,\'F\':\'block\'})}).n(\'mouseleave\',7(){$(r).w(\'>.3-c\').K(\'F\',\'T\')})}};$(o).14(\'h.3\').n(\'h.3\',7(){5.l()});$(\'v\').14(\'h.15\').n(\'h.15\',\'.3-1\',7(e){6($(r).hasClass(\'C\')){6(e!==void 0){e.preventDefault();e.stopPropagation()}}U{5.l()}});M("5",5)});',[],68,'|item|htmlStr|ctxMenu|var|contextMenu|if|function|top|items||icon|sub|left||div|class|click||layui|subs|remove|length|on|document|outerWidth|outerHeight|this|jquery|return|itemId|body|find|||getHtml|pid|for|haveMore|lay|id|display|setEvents|ifs|getPageHeight|getPageWidth|css|offset|exports|bind|elem|show|ctx|name|style|none|else|hr|tif|try|catch|documentElement|clientHeight|clientWidth|||off|ctxMenuMore'.split('|'),0,{}))
\ No newline at end of file
layui.define(["jquery"], function(a) {
var c = layui.jquery;
var b = {
bind: function(e, d) {
c(e).bind("contextmenu", function(f) {
b.show(d, f.clientX, f.clientY);
return false
})
},
getHtml: function(e, d) {
var h = "";
for (var f = 0; f < e.length; f++) {
var g = e[f];
g.itemId = "ctxMenu-" + d + f;
if (g.subs && g.subs.length > 0) {
h += '<div class="ctxMenu-item haveMore" lay-id="' + g.itemId + '">';
h += "<a>";
if (g.icon) {
h += '<i class="' + g.icon + ' ctx-icon"></i>'
}
h += g.name;
h += '<i class="layui-icon layui-icon-right icon-more"></i>';
h += "</a>";
h += '<div class="ctxMenu-sub" style="display: none;">';
h += b.getHtml(g.subs, d + f);
h += "</div>"
} else {
h += '<div class="ctxMenu-item" lay-id="' + g.itemId + '">';
h += "<a>";
if (g.icon) {
h += '<i class="' + g.icon + ' ctx-icon"></i>'
}
h += g.name;
h += "</a>"
}
h += "</div>";
if (g.hr == true) {
h += "<hr/>"
}
}
return h
},
setEvents: function(d) {
for (var e = 0; e < d.length; e++) {
var f = d[e];
if (f.click) {
c(".ctxMenu").on("click", '[lay-id="' + f.itemId + '"]', f.click)
}
if (f.subs && f.subs.length > 0) {
b.setEvents(f.subs)
}
}
},
remove: function() {
var h = top.window.frames;
for (var d = 0; d < h.length; d++) {
var f = h[d];
try {
f.layui.jquery(".ctxMenu").remove()
} catch (g) {}
}
try {
top.layui.jquery(".ctxMenu").remove()
} catch (g) {}
},
getPageHeight: function() {
return document.documentElement.clientHeight || document.body.clientHeight
},
getPageWidth: function() {
return document.documentElement.clientWidth || document.body.clientWidth
},
show: function(e, d, i) {
var f = "left: " + d + "px; top: " + i + "px;";
var h = '<div class="ctxMenu" style="' + f + '">';
h += b.getHtml(e, "");
h += "</div>";
b.remove();
c("body").append(h);
var g = c(".ctxMenu");
if (d + g.outerWidth() > b.getPageWidth()) {
d -= g.outerWidth()
}
if (i + g.outerHeight() > b.getPageHeight()) {
i = i - g.outerHeight();
if (i < 0) {
i = 0
}
}
g.css({
"top": i,
"left": d
});
b.setEvents(e);
c(".ctxMenu-item.haveMore").on("mouseenter", function() {
var j = c(this).find(">a");
var k = c(this).find(">.ctxMenu-sub");
var m = j.offset().top;
var l = j.offset().left + j.outerWidth();
if (l + k.outerWidth() > b.getPageWidth()) {
l = j.offset().left - k.outerWidth()
}
if (m + k.outerHeight() > b.getPageHeight()) {
m = m - k.outerHeight() + j.outerHeight();
if (m < 0) {
m = 0
}
}
c(this).find(">.ctxMenu-sub").css({
"top": m,
"left": l,
"display": "block"
})
}).on("mouseleave", function() {
c(this).find(">.ctxMenu-sub").css("display", "none")
})
}
};
c(document).off("click.ctxMenu").on("click.ctxMenu", function() {
b.remove()
});
c("body").off("click.ctxMenuMore").on("click.ctxMenuMore", ".ctxMenu-item", function(d) {
if (c(this).hasClass("haveMore")) {
if (d !== void 0) {
d.preventDefault();
d.stopPropagation()
}
} else {
b.remove()
}
});
a("contextMenu", b)
});
\ No newline at end of file
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
/** EasyWeb iframe v3.1.0 data:2019-01-17 */
/** EasyWeb iframe v3.1.1 data:2019-03-24 License By http://easyweb.vip */
;var encode_version = 'sojson.v5', vfziv = '__0x2fe22', __0x2fe22=['w7XDoMOtG8O/WMKIw4IdPVjCmcKXw6tsw6A=','w5I1wpg=','XsOTwo9Aw5Rsw6bCpDI=','5p6j5aWs5om05byt','5Lid6YK06aKS5Y2E','w6/CgMObGcOxOCQ=','wqbDnMOJScOGUBXDpQIbUEPCpl8=','SMO5bsKPwqoDwojCt8KNTMOn','OsKhwoRbEXU4woNPbXrDnBlEwqM2wrTCsmvCizPCkA==','wp3CjMK6','acK3aEt2Og==','d8Kdwp1lw4w=','w7sYwprCj8KS','G1PDqiHCu8OvTcOGw7k=','w6/DnsOQXsOq','wp1EWzbCkg==','RhUM5Lq/6IOK5LqP56qP','ZcKnFg==','w67CgDJCPMO7w6PDlQ==','w68qw5ZDO8OfbDDCh0IzwrI=','LX86ccKZRiXCjQ==','wrvDjMO8PcOD','KcK7wphxWA==','ImLCrFnDvQ==','w7MuwqU=','HU/DtQ==','w48XXgBSwqQ=','SRDCgMOOFMOlNHRT','w5cXRX1UwrPDjE54ZGU=','w5LDqcKyFcOW','w6vCtMKKFcOi','w4AswovDi8K5','w5c+wpRc','wozCuRrCsy0=','w63CtsOyw7XClQ==','wpNFw5jCq3vCqkoeEAfCvg==','w7LDrMKQP8O2','IW7DjcOuw4zDngk1R8O6wrg/','HMK8wpV1Tw==','w7NlwpJ9bg==','I2PCjnHDnMKSwqRv','w7QYwrnCjMKOwpU=','w5Q+wqbDnMKIU8Kmw4DCkQ==','wpHCjsKN','aMK3aTJ+PMK/wrLCvQ==','5LqR6YOp6aCM5Y6d','w5cpwpRHw6TCs8O/w43Diw==','w7EjwonCtVLDqcOSWcKkUCcR','w6gWworClmbDog==','QcOTwqJgw5s=','IMObw4vCphQ=','w6vCqcO4G8O9CMOP','w6rCocOKw7jCgw==','wo5kw43CnVLCrkku','w4Y/wpNG','w6gKcFgkccO9w5g=','YRbCpsOSAw==','wr3CscKQw5vDoQ==','w7AYwonCs1TDr8OERw==','DglLY8OfKMKhZA==','ZMK1ZQ9pO8K/wqbCpg==','QxIUw6ZSw5jChSnDlsO9w6c=','RBYaw7R+','NcKawoFAc3Aqwo4=','IW7DjcOuw5DDmAko','M1XDnMKDEnE=','BMO8BcKWGcKBTMKWwoc=','w5Qswrk=','JHnDncOdw5M=','wo5Rw5TCq3/CpXQvHA==','BMOJHMKgKMKMccKKwp5bw6hI','LMKvwoJjW30=','w5NAwo9MTg==','NGDDrcOAw5I=','wqlmwpU8XA==','w4snw4lcIA==','T8OTVsK5wpU=','ZMKxQQRL','w6Y/clINTMOvw44=','wpNFw5/Clw==','w6oUw5fCsMOGRsOTw5Y=','Xl7CoRvDgg==','w7HDvMK2GsO2RSBEwoI=','w5bCi37CiEzCvsKDH8KRwqkOwo7Dtg==','D1BRCcO0w6/Cs8KYbsK9DSc=','UcO9YsKqwpURwpXCqw==','wpgLwobDoG9iesOr','w6Y/clIRSsOvw5PCtcOKw7Yq','w4vClQbClA==','w4oxwqTDvMKA','w5nCgsKFMsOC','wrvDsMOK','w6IUwrvCiMKP','w6wxdGIC','w5g7wrrDi8KFUMKbw4Y=','w7dyR8OdwrM=','RsO4wo5fw4A=','wotEw4HCkw==','w6PCksOuw4PClg==','w77CnsKlD8O0','w4UBwrpIw4I=','OH0lfcKZ','M2l5I8Oo','w6oYwrHCmcKfwo58','woJEw5jCjQ==','FG7DisObw7o=','E8Kqw6HCginCkMOyVA==','wpfCgj7CoB/Cr8OAJ8OFwqFf','L8K/wppkdg==','HcKfw6PCiADCrcOgQg==','wpTChybCnRnCpw==','w5DCosKvIsOCw6TDrcKc','XwIOw5VDw50=','worChC0=','w7bClzDkuLrogo/kuqDnq7Q=','w5fCjxTCmCDDmcKuw5I=','wr3DtADDoA5vF8OT','QwYHw5djw5TClx4=','w5MZwprCv1E=','wrfDkws=','woXChsK4wqHCtcKEw7HCg8Ou','worCkiTCgSrCo8OECw==','w5jDmzrDmXY=','w7kUw4bCvcONZg==','wpBFwp0ybwfDp8OD','Fm1EB8OB','wpLCm8K1','w57CjhE=','wovCmCvCkCzCq8OVFA==','J2LDnA==','w7wTw5Y=','JsOkH8K4LQ==','w7vCisOvw7/CsQ==','LMKvwoJmWnU8wo5f','w7vCs8Ouw47CsnrCnHsbwpNI','w6Ubw4NxFsORehM=','YX3CuA==','w4zCmsOvdMOv','woPDmMKiIcO3w7jDt8OFw691NsOTwppFakHDtMKwKQY6cFZSwqI=','wpDCl8Klwq/CpMKEw40=','CHx+OcOg','w7EFw6dlGw==','LHYrXcKVSTnCrMKyw70h','DGTCg13DlA==','VMKYwrtHw4k=','w7sKdFUVRMO+w4k=','IljCjnfDhsKSwrJs','MmteD8OC','w4h/wqVyRA==','w6o7VEda','wqB+wo06Rw==','wofCicKjwrvCpsKgw5PCjsOMWsKTdw==','w5s6w4ZeMQ==','QcK+JA==','wrpHwqE=','KCxDZ8OD','acK5cAJJN8KUwrA=','UMKowrRyw7zClyPDtA==','HwtYb8O9LMKNdjE=','w70TwrM=','TEHCvw==','w7dewoF/fMONL8Od','IWsRW8K0','w7wcwqPCig==','w4/CgRfCkBPDvsKqw4jCvw==','Rl/CvjPDjcO8FsOOwq/CiA==','w4E7wrVnw6E=','w5PDuhnDuVA=','w6kEd0lvScO9w4PCtMOKwrQowrEbwo/DqcKpG8KiwpPCgyM=','wqBpwp8rYA==','w7jDj8OIVg==','VB/ChsOHCcO/NHtF','w5rClAHCjg==','RB/CkMOK','wqPCgDrCvRQ=','wqDDpBrDgSVjCsOyWUlX','wo7CmS7CkQLClsORAcOX','w6jCh8OcecOOVAvCjAoJQw==','w7/CpcKiDsOK','w6bCksO7w7jCh3jCn1YOwo5Gwrc=','BWfCgQ==','w7oqw4RhP8OLYQ==','w7B5QsOXwoA=','wohDXQ3ChQdmwr3Cp8OSfA==','wpBfw4bCjHHCqRQsRA==','w60Qw5LCscONdw==','w4AZSVlewrjDkXd0ZX4=','w5rChBjClRjCncK7w4TCvWDChiMuLw==','asK7FVE=','X8O0ZcK8wq5ewo/CosKSbsOmBMO8','w4nDm8K9cMOCwo0UIsK9wo1qUGszWykE','w5owwrDDvMKMScKcw5jCmR3Dsw/CqFTCow==','w5h8dA==','K8K6cB9qN8OcwqnCsQ7DkMKPwrfDnMO/','w7JfwoR+UsOwK8OIw5I=','w7sRwrjCmMKfw5ByIsKxw4bDuMOy','wovCljPDmRvCt8OEDMO2wrBYwoDCocOnEg==','w6rDujXClGw1JcOr','w6/ChCUaG8O+','w7TCk8ORWMOCFBLCqwQTAk7CqkMGw6/CrjpWwqfDvAY6QMK3wqXCosOyYMKCOHjDmMKrw7AKNcOIw5zDs04F','XwYZw4dewpjCnA7DmMOnwqZow77DpMKdw5fDksOLwrfDv8O8w79rwo/DsQzCmsKE','5YSD6ZSm5Ye05Li8','WcOcwp0N','wrfCtTrCnXAULcKkJkwr','w77DvQ/DrDVnV8OaWURZTg0xwrXDs1LDr8KIw6/DgHfCm0zDpsK1QzjCml3CrEHCnsKdD8OIwpjClEZOFnN6wojCkAgYw47ChH8=','wpXCk8KOw5nDoA==','P0rDgMOlw6g=','wqnDgcOcCg==','w7/Cp8O4w7bCslnCjVIf','woTClinCnB/ClsORAQ==','w6LCvcOOTg==','Q8OcwolJw4l2w6bCqyQ=','eMK6wollw54=','TcOfw4HCkBsNw7bDjsO9DgdTwp1GwrBhw73CpXo4GDwyWFMNw4E0Y0tTw50Z','w64RwpjDqsKm','U8O+ag==','wq/CucKcw6nDnw==','GFcpXMK3','w43DhwzDhG8=','f0bCnsOwwq3DjU4gBsOvw6c=','YlbDjcO1w6nDmFcyUsOlw7o4wpvDicOC','XwYZw4dewpjCgQXDnsO6','w5XCgQPDkRTDmcKlw4E=','w40Dwpg/cgDDq8KAwo/CqEQpR8OGwqnChMKkw54mwprDicKbwrZEw5fCmDw=','OGMzYMKE','w7PChC5SHMOu','w7pVwoRYRsOFOcOZ','w4jCrsOsw67Cog==','wokPwojDp3xTWMOlw57Ds0E=','V8KbwpB/w7w=','wol6wr82fQ==','ZUnCujXDkw==','w7kZwrPCqMKWwpxnPg==','w7RewpBRfQ==','wrHDpRrDpw==','w4JEecOVwrc=','RhLCgcOTBcOTOXM=','aMK9wp10w4U=','w5bCvsODbsO6','wpbCgMKhwqfCtcKEw7zCjsO5SMKC','w5cLwqTCgMK0','w5w5wprDj8Kz','ZMK1CAVOMA==','Hx1YaQ==','woLCnifDlmbDm8Kew4fCgsKlASZnK8KcwrfDkcOdGcOxw7FrVw7DqMOrdi51c8OFPy1HFsOWwr9ww7PDvAXDkxfCiELDpjbDtGrDg8OHwrcyJcOZwr3DvCNcwow=','OcOkQQ0=','wqDCnjo=','B3bDjsOFw4o=','w4jCqT5+JA==','RsKlwrZvw4HClC3Dog==','wqhWw6DCnXk=','w6LCkShF','PFjDl8KlMA==','HcKfw6PCiBzCq8OgX2XDosOjwpQ=','wpTClMKyecOewqwcbQ==','O2YrXcKVSTnCrMKyw70h','w4jDkSnDp3DDncKewp7Cn8KrDQ==','KsKhwoxOb3g+wp8=','wqBgwrYwYw==','w6ksw5Z6LMOdRwbCmA==','wpTCgzPCmB8=','wpTCmMKDw5vDsAo=','w5nDvx3ClVg=','P07DlcOgw7k=','w54vwolJw7rCog==','woJTw6TCt2s=','Ek1lLsOU','J1VAGcOW','woXCv8KOw4bDnA==','wpcFwoTDrFxffsO+','w5DCk8KgNcOew6zDqsKA','QQIGw4BSw4bCnQ==','M2UOUcKS','wpfCli3CkS7Co8OSEA==','X8O3YsKrwqAIwpXCjsKBTcO8','wp4FwrZ9wro=','w6YFw5HCtsO3c8OQw7fCj8Kew53CscOtw6Q=','KB1DVMOp','wpQMwoM=','w6t2woJJbA==','woclwoZJwrg=','Kmcrew==','w47CnsKhNw==','w5ANw49YFg==','w6QkwozCrUo=','w4IrwoJtw7rCt8Ofw4vDmA==','wpnDtcOfM8OK','w7jCvMKdMsOl','wrPClSXCnDE=','w77CtcO8w7HCpw==','w7vDvjDCjmwSLA==','KlBWJ8OW','5YSR6Zep5b2j5Yim','w6DCiTNEF8OOw6bDmcKDYcONZ1g=','d8KkZA==','w5orwpkDw7vCsg==','w4l9wrdLaw==','w4IuTQ==','GyRkQcOj','w6k7w5Zh','w5ghw5N5Cg==','wpJZwoAs','w7Qcwq7CnsKTw5B9LsKxw5zCvcOswrvCg8KhHsOgwoPDp8O+wplpLcONwp7DscKOwrPCgcKzRjbCuMKGw4oTwqM=','wp/CkcKDw5nDtgph','wpbCkcK8eMOV','w5bDgT7Dkm3Dlw==','w7YuwobCsEo=','EsODw6TCqD8=','wpDCgsKnfcOx','wqTDsAzDhS99E8OCUVJY','Lw95dMOg','w6fCrsKkEsOD','w7kTw57Cr8ON','XMKeRQhN','w5DCkiTCjBg=','w4Q+wq3Cums=','fsOKwohEw5k=','w6TDm8K3NsOS','w5lvZMOawqg=','5YSR6Zep5YWY6YKD','wr7CnjvCni4=','KVHDhcOnw5g=','HXTDv8Oqw5c=','wq4Lw5vCqzLDusKVTMOh','w6rCvcODAnjDlQ==','wrVFf1E4UMO1wpfCr8OCw69pwqQQwoXDuQ==','TB/CncOeBcKcO3dWwp0AwpzDlsKa','HMKqw7vCnyXDqcO9V2fCpsOlwo7CnUfCjsOr','NMKvwplXVjQtwpJTdw==','w44ZUl5ewqXDi050eQ==','wqByTA==','w5grwqrDug==','J8Klw5HCuSM=','Z8KIwot2w5g=','JFbCmXLDo8KYwqVywokjXMKO','TBHChcOPOsOYMGE=','PkPCunXDiA==','Ml8LYcKk','ZMKiZRQ=','XwYZwp9Ww5bClgLDhcOtw69rw7E=','w7nDuiTCmWcV','w6PCp8Opw5nCu3bCn0w=','Q8KowpB4w5A=','wqJnwoA=','w6YTwp7CuVE=','C8OSw5PCqgIFwqjDkQ==','w7skwozCmm0=','UB/ClsOOAsOF','X8Ocwphmw4BZw7TCtQ==','w4rDu8OST8OE','wofCgcKEd8Oj','LVXDn8KLEHzDh8KfwoLCqcOP','TB/CncOeBcKcO3dWwp0AwpzDlsKawqUM','w5rChBHCvxrDkcK4w5Y=','w64mw5DClcOM','w73DqT/Cm24ENg==','wrwowpdTwro=','wrPDncO/G8O5','w4MLwqrDusKO','w4FPWsOXwqUnMSvCljjCtWBZw74=','wozCnMKYw5nDtgpKUkMdwovChA==','DhLChcOSGcOYeHhBw4ZEwoHDh8KSwq0=','wp/ClcKDw5DDvAxcaQ==','w4k+wrnDrcK9UMKKw4Y=','ccK+HWte','w7nChsOcXw==','w67CqsO/w7fCsnnCmA==','w6jCjMKAK8O3','w7kcwoHCvEY=','w5fCi3vCiEjCvsKEH8KX','wp7Cm8K1dMODwqwcbcK6','wpN+Qw==','w4EQw4rCjX/Cql84HgHCu8KXAcOBDcKWwpsrw7UIdMOnwoHDusKYNcOxw71zw7EuMcOrwpfChU/CozTDi1lYwokCXMOibDLDqg==','wo/CkcKvwq7CjQ==','w4FaQsOwwrA=','w5sewoFMw57Cv8OCw5g=','w6jDuMK6LMOORTpL','wp8wwq56woTDq3Fc','U8K5wr9+w4vCkw==','w4oYQ0hD','wpBMwpc2biHDo8OP','O03Dh8O1w5I=','w7EjwonCtU7Dr8OSRA==','w7LDusKfIMOw','w7fCp8OnCMOnQMKEw48FPUPCmcKKw6Ylwq4RFx9xwp1NwpLCsGoAwp3Dr8KubQ0=','w5rCmsOMaMOP','w4zDv8KDIcO9','w60Vwok=','WS/CtsOjGg==','wqXDlMOFBw==','w4zDlTzCi3E=','wrnDtMKyK8O/SSsDwovDvsOrw6EWRRDCvg==','woFWVF9Yw73Chw==','wofChMKgwqQ=','wr3CssKSVcOd','T8OPwpJnw4M=','w78bw4HCl8Oy','w7vCssOc','G07CnQ==','w709w47kuJ7ogqfkuoLnqbM=','V8KzEcKjAcKWa8OOwp5Tw6ULeDECKU3DqE/CuQ==','wqHDphY='];(function(_0x4082e0,_0x28fedc){var _0x1d1515=function(_0x542d77){while(--_0x542d77){_0x4082e0['push'](_0x4082e0['shift']());}};_0x1d1515(++_0x28fedc);}(__0x2fe22,0xb8));var _0x5ab2=function(_0x1805c7,_0x57b6f8){_0x1805c7=_0x1805c7-0x0;var _0x127804=__0x2fe22[_0x1805c7];if(_0x5ab2['initialized']===undefined){(function(){var _0x38090d=typeof window!=='undefined'?window:typeof process==='object'&&typeof require==='function'&&typeof global==='object'?global:this;var _0x24fc7d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x38090d['atob']||(_0x38090d['atob']=function(_0xffc62b){var _0x51f4c6=String(_0xffc62b)['replace'](/=+$/,'');for(var _0x2e5c49=0x0,_0x3d4f33,_0xa8c8a5,_0x1befcd=0x0,_0x43a21d='';_0xa8c8a5=_0x51f4c6['charAt'](_0x1befcd++);~_0xa8c8a5&&(_0x3d4f33=_0x2e5c49%0x4?_0x3d4f33*0x40+_0xa8c8a5:_0xa8c8a5,_0x2e5c49++%0x4)?_0x43a21d+=String['fromCharCode'](0xff&_0x3d4f33>>(-0x2*_0x2e5c49&0x6)):0x0){_0xa8c8a5=_0x24fc7d['indexOf'](_0xa8c8a5);}return _0x43a21d;});}());var _0x284580=function(_0x21d8c3,_0x3f5c98){var _0x40cacf=[],_0x2c143e=0x0,_0x996992,_0x199fc3='',_0x490cc7='';_0x21d8c3=atob(_0x21d8c3);for(var _0x29e19d=0x0,_0x541f4e=_0x21d8c3['length'];_0x29e19d<_0x541f4e;_0x29e19d++){_0x490cc7+='%'+('00'+_0x21d8c3['charCodeAt'](_0x29e19d)['toString'](0x10))['slice'](-0x2);}_0x21d8c3=decodeURIComponent(_0x490cc7);for(var _0x100307=0x0;_0x100307<0x100;_0x100307++){_0x40cacf[_0x100307]=_0x100307;}for(_0x100307=0x0;_0x100307<0x100;_0x100307++){_0x2c143e=(_0x2c143e+_0x40cacf[_0x100307]+_0x3f5c98['charCodeAt'](_0x100307%_0x3f5c98['length']))%0x100;_0x996992=_0x40cacf[_0x100307];_0x40cacf[_0x100307]=_0x40cacf[_0x2c143e];_0x40cacf[_0x2c143e]=_0x996992;}_0x100307=0x0;_0x2c143e=0x0;for(var _0x414fbc=0x0;_0x414fbc<_0x21d8c3['length'];_0x414fbc++){_0x100307=(_0x100307+0x1)%0x100;_0x2c143e=(_0x2c143e+_0x40cacf[_0x100307])%0x100;_0x996992=_0x40cacf[_0x100307];_0x40cacf[_0x100307]=_0x40cacf[_0x2c143e];_0x40cacf[_0x2c143e]=_0x996992;_0x199fc3+=String['fromCharCode'](_0x21d8c3['charCodeAt'](_0x414fbc)^_0x40cacf[(_0x40cacf[_0x100307]+_0x40cacf[_0x2c143e])%0x100]);}return _0x199fc3;};_0x5ab2['rc4']=_0x284580;_0x5ab2['data']={};_0x5ab2['initialized']=!![];}var _0xca0322=_0x5ab2['data'][_0x1805c7];if(_0xca0322===undefined){if(_0x5ab2['once']===undefined){_0x5ab2['once']=!![];}_0x127804=_0x5ab2['rc4'](_0x127804,_0x57b6f8);_0x5ab2['data'][_0x1805c7]=_0x127804;}else{_0x127804=_0xca0322;}return _0x127804;};if(typeof encode_version!=='undefined'&&encode_version===_0x5ab2('0x0','r$1^')){layui[_0x5ab2('0x1','L4Zq')](['layer','admin','element',_0x5ab2('0x2','6sai')],function(_0x51a5fa){var _0x11975f={'UfJCd':'13|12|9|11|15|8|0|22|20|16|18|3|2|6|21|14|5|17|1|7|4|10|19','XsZrv':_0x5ab2('0x3','e7cW'),'VuoRb':function _0x379f13(_0x38829f,_0x51feee){return _0x38829f(_0x51feee);},'WNFbO':_0x5ab2('0x4','6m4k'),'SDvUG':_0x5ab2('0x5','4uES'),'qwGsp':'[nav-bind]','OvskN':function _0x1d7be9(_0x146393,_0x19d4c7){return _0x146393+_0x19d4c7;},'efDGZ':'tab(','xvQXb':'admin-side-nav','HTrgh':function _0x102d6f(_0x518a0c,_0x3c40c6){return _0x518a0c!=_0x3c40c6;},'EOABt':function _0x5463f5(_0x2734ec,_0x467d48){return _0x2734ec+_0x467d48;},'izEuZ':_0x5ab2('0x6','O]V9'),'pGbRF':_0x5ab2('0x7','fL7r'),'jYngH':_0x5ab2('0x8','573i'),'qpDAQ':_0x5ab2('0x9',')v$m'),'XSuds':function _0x242612(_0x16a358,_0x38c381){return _0x16a358!==_0x38c381;},'gwvlJ':_0x5ab2('0xa','VP6]'),'QgUrk':function _0x162ecd(_0x538269,_0x2b78a9){return _0x538269==_0x2b78a9;},'MLetg':'WPD','ZXjRM':function _0x975081(_0x3636dc,_0x9253ee){return _0x3636dc!=_0x9253ee;},'pfjwn':_0x5ab2('0xb','Z3cL'),'YHTnR':_0x5ab2('0xc','fkyR'),'krQpn':_0x5ab2('0xd','nv6#'),'XIEmi':'true','Iwcau':_0x5ab2('0xe','[Wqo'),'aFcoL':'layui-icon\x20layui-icon-refresh','kEJCl':_0x5ab2('0xf','VXK&'),'sGKsx':_0x5ab2('0x10','P#P2'),'WDJMV':_0x5ab2('0x11','WdQc'),'YiqjT':function _0x60090f(_0x2b2471,_0x132660){return _0x2b2471+_0x132660;},'ekikD':function _0x67c718(_0x2461e8,_0x1e0873){return _0x2461e8+_0x1e0873;},'QNSfK':_0x5ab2('0x12','QN^I'),'UzNky':_0x5ab2('0x13','nv6#'),'JGCDf':_0x5ab2('0x14','dEck'),'xryBo':_0x5ab2('0x15','nHX0'),'OvClS':'.layui-layout-admin>.layui-body','vnuOQ':function _0x4ca976(_0x317f0e,_0x1e29f5){return _0x317f0e==_0x1e29f5;}};var _0x6c3948=_0x11975f['UfJCd'][_0x5ab2('0x16','nZxB')]('|'),_0x53b12d=0x0;while(!![]){switch(_0x6c3948[_0x53b12d++]){case'0':var _0x4c5729=layui[_0x5ab2('0x17','p[k9')](_0x172aef[_0x5ab2('0x18','5rY&')])[_0x5ab2('0x19','fkyR')];continue;case'1':var _0xd2de41=layui[_0x5ab2('0x1a','^Gk9')](_0x172aef[_0x5ab2('0x1b','QN^I')])['openTab'];continue;case'2':var _0x5529a3=_0x11975f[_0x5ab2('0x1c','o1p9')];continue;case'3':var _0x3d87f1=_0x5ab2('0x1d','uVOq');continue;case'4':_0x11975f['VuoRb'](_0x3f7a94,_0x11975f[_0x5ab2('0x1e','fL7r')])[_0x5ab2('0x1f','4uES')](_0x11975f[_0x5ab2('0x20','nHX0')])['on'](_0x11975f[_0x5ab2('0x21','HCkW')],_0x11975f[_0x5ab2('0x22','zmgy')],function(){var _0x9e4fd6={'wHsTK':_0x5ab2('0x23','nZxB'),'mUDlr':function _0x39c444(_0x2bfc42,_0x38dcb0){return _0x2bfc42(_0x38dcb0);},'XgWgy':_0x5ab2('0x24','nZxB'),'RwwGi':_0x5ab2('0x25','P#P2'),'ApDQq':function _0x31bef0(_0x206006,_0x31f0e9){return _0x206006(_0x31f0e9);},'Chvtu':function _0x56e93b(_0xc48271,_0x51537f){return _0xc48271+_0x51537f;},'wRChT':'layui-hide','zWKhv':function _0x5d9696(_0x4d5bf4,_0x20a20c){return _0x4d5bf4+_0x20a20c;},'HtNcm':function _0x24b5b2(_0x51ae13,_0x12543b){return _0x51ae13+_0x12543b;},'LfahX':'ul[lay-filter=\x22','oopJW':function _0x51f4df(_0x278df7,_0x3b7f69){return _0x278df7(_0x3b7f69);},'fQPBg':_0x5ab2('0x26','e7cW'),'pnWLs':function _0x3e3eb1(_0x45e929,_0x45237d){return _0x45e929<=_0x45237d;},'NLkCQ':_0x5ab2('0x27','%m@4')};var _0x3302c6=_0x9e4fd6['wHsTK'][_0x5ab2('0x28','HCkW')]('|'),_0x4d006e=0x0;while(!![]){switch(_0x3302c6[_0x4d006e++]){case'0':_0x9e4fd6['mUDlr'](_0x3f7a94,this)[_0x5ab2('0x29','[Wqo')](_0x9e4fd6['XgWgy'])[_0x5ab2('0x2a','VP6]')](_0x9e4fd6['RwwGi']);continue;case'1':_0x9e4fd6['ApDQq'](_0x3f7a94,_0x9e4fd6[_0x5ab2('0x2b','5rY&')]('ul[nav-id=\x22'+_0xe6797e,'\x22]'))[_0x5ab2('0x2c','P2vu')](_0x9e4fd6[_0x5ab2('0x2d','o1p9')]);continue;case'2':_0x9e4fd6['ApDQq'](_0x3f7a94,_0x9e4fd6[_0x5ab2('0x2e','%m@4')](_0x9e4fd6['HtNcm'](_0x9e4fd6[_0x5ab2('0x2f','2^9J')],_0x1a1e68),'\x22]'))[_0x5ab2('0x30','Z3cL')](_0x9e4fd6['wRChT']);continue;case'3':var _0xe6797e=_0x9e4fd6[_0x5ab2('0x31','VP6]')](_0x3f7a94,this)[_0x5ab2('0x32','dEck')](_0x9e4fd6['fQPBg']);continue;case'4':if(_0x9e4fd6[_0x5ab2('0x33','573i')](_0x172aef['getPageWidth'](),0x2ee)){_0x172aef[_0x5ab2('0x34',']UIq')](![]);}continue;case'5':_0x9e4fd6['oopJW'](_0x3f7a94,_0x9e4fd6[_0x5ab2('0x35','o1p9')](_0x3d87f1,_0x9e4fd6[_0x5ab2('0x36','VXK&')]))[_0x5ab2('0x37','uB*s')]('layui-this');continue;}break;}});continue;case'5':_0x385ff9['on'](_0x11975f[_0x5ab2('0x38','Z3cL')](_0x11975f[_0x5ab2('0x39','fL7r')],_0x5529a3)+')',function(_0x37007c){var _0x517a2e={'KLbIV':'QTw','KfLbg':function _0x1505f4(_0x2e4b9e,_0x159b1f){return _0x2e4b9e(_0x159b1f);},'cheAV':_0x5ab2('0x3a','6m4k'),'SMBnh':_0x5ab2('0x3b','C%*l'),'pIUEp':function _0x1cbe0e(_0x48ae99,_0x23dbd9){return _0x48ae99(_0x23dbd9);},'rzrJB':_0x5ab2('0x3c','zmgy'),'PdKiQ':'99%','acHHu':_0x5ab2('0x3d','6m4k'),'EQprr':'lay-autoRefresh','zEdCf':function _0x2a9bed(_0x3b74f9,_0x1f5202){return _0x3b74f9!==_0x1f5202;},'yBdzD':_0x5ab2('0x3e','fkyR')};if(_0x517a2e[_0x5ab2('0x3f','nZxB')]!==_0x517a2e[_0x5ab2('0x40','[Wqo')]){_0x172aef[_0x5ab2('0x41','o1p9')](![]);}else{var _0x2d9c21=_0x517a2e[_0x5ab2('0x42','r$1^')](_0x3f7a94,this)[_0x5ab2('0x43','[Wqo')](_0x517a2e[_0x5ab2('0x44','^ISu')]);_0x80d179[_0x5ab2('0x45','WdQc')]=_0x2d9c21;if(_0x80d179[_0x5ab2('0x46','O]V9')]){_0x172aef[_0x5ab2('0x47','HCkW')](_0x5ab2('0x48','zmgy'),_0x80d179['mTabPosition']);}_0x172aef[_0x5ab2('0x49','m(CC')](_0x517a2e[_0x5ab2('0x4a','%m@4')]);_0x172aef[_0x5ab2('0x4b','SVAW')](_0x2d9c21);var _0x4f210c=_0x517a2e['pIUEp'](_0x3f7a94,_0x112bb9+_0x517a2e['rzrJB'])[0x0];if(_0x4f210c){_0x4f210c[_0x5ab2('0x4c','fkyR')][_0x5ab2('0x4d','nHX0')]=_0x517a2e[_0x5ab2('0x4e','nv6#')];_0x4f210c['scrollWidth'];_0x4f210c[_0x5ab2('0x4f','nZxB')][_0x5ab2('0x50','IcWN')]=_0x517a2e[_0x5ab2('0x51','r$1^')];}_0x4f210c['focus']();var _0x4acab1=_0x517a2e[_0x5ab2('0x52','qpXl')](_0x3f7a94,_0x112bb9)['attr'](_0x517a2e[_0x5ab2('0x53','qpXl')]);if(_0x4acab1==='true'){if(_0x517a2e['zEdCf'](_0x517a2e['yBdzD'],_0x517a2e[_0x5ab2('0x54','nHX0')])){if(_0x80d179['pageTabs']){_0x80d179[_0x5ab2('0x55','P2vu')](indexTabs[i]);}if(indexTabs[i][_0x5ab2('0x56','^Oia')]==tabPosition){mi=i;}}else{_0x172aef[_0x5ab2('0x57','P#P2')](_0x2d9c21);}}}});continue;case'6':var _0x1a1e68=_0x11975f[_0x5ab2('0x58','HCkW')];continue;case'7':if(_0x11975f['HTrgh'](_0xd2de41,undefined)){_0x80d179[_0x5ab2('0x59','fkyR')]=_0xd2de41;}continue;case'8':var _0x1909d3=layui[_0x5ab2('0x5a','4uES')];continue;case'9':var _0x2490d4=layui[_0x5ab2('0x5b','jK73')];continue;case'10':if(_0x80d179[_0x5ab2('0x5c','L4Zq')]&&_0x80d179['pageTabs']){_0x11975f[_0x5ab2('0x5d','C%*l')](_0x3f7a94,_0x11975f['EOABt'](_0x112bb9,_0x11975f['izEuZ']))[_0x5ab2('0x5e','P2vu')](_0x11975f['pGbRF'])['on'](_0x11975f[_0x5ab2('0x5f','VP6]')],'li',function(_0x4b9d03){var _0x4aaa24={'TUwXX':function _0x16d588(_0xe7dbc5,_0x3a8b9a){return _0xe7dbc5(_0x3a8b9a);},'EJSrk':_0x4aadc2[_0x5ab2('0x60','jK73')],'TbohK':function _0x5793be(_0x122033,_0x5ebdb1){return _0x4aadc2['GzMXN'](_0x122033,_0x5ebdb1);},'usfkp':_0x4aadc2['KIJzm']};var _0x4087e7=_0x4aadc2['APHNd'](_0x3f7a94,this)[_0x5ab2('0x61','HCkW')](_0x4aadc2['IFnFM']);_0x1909d3[_0x5ab2('0x62','^Oia')]([{'icon':_0x4aadc2[_0x5ab2('0x63','SVAW')],'name':_0x4aadc2[_0x5ab2('0x64','3ndJ')],'click':function(){_0x385ff9[_0x5ab2('0x65','IcWN')](_0x5529a3,_0x4087e7);var _0x9b57b0=_0x4aaa24[_0x5ab2('0x66','p[k9')](_0x3f7a94,_0x112bb9)['attr'](_0x4aaa24[_0x5ab2('0x67','^Oia')]);if(!_0x9b57b0||_0x4aaa24[_0x5ab2('0x68','fkyR')](_0x9b57b0,_0x4aaa24[_0x5ab2('0x69','5rY&')])){_0x172aef[_0x5ab2('0x6a','nv6#')](_0x4087e7);}}},{'icon':_0x4aadc2[_0x5ab2('0x6b','qpXl')],'name':_0x5ab2('0x6c','qpXl'),'click':function(){_0x172aef[_0x5ab2('0x6d','[Wqo')](_0x4087e7);}},{'icon':_0x4aadc2['afVYX'],'name':_0x4aadc2['vEaKV'],'click':function(){var _0x6ca94c={'RLWPA':function _0x44b2e4(_0x2d7f4c,_0x432a1c){return _0x2d7f4c===_0x432a1c;},'eLHGh':_0x5ab2('0x6e',')v$m'),'PnqjP':_0x5ab2('0x6f','IcWN'),'KIbKe':'src'};if(_0x6ca94c[_0x5ab2('0x70','VP6]')](_0x5ab2('0x71','6sai'),_0x6ca94c[_0x5ab2('0x72','C%*l')])){$contentDom[_0x5ab2('0x73','SVAW')](_0x6ca94c[_0x5ab2('0x74','SVAW')],menuPath);$contentDom[_0x5ab2('0x75','%m@4')](_0x6ca94c['KIbKe'],menuPath);}else{_0x172aef['closeOtherTabs'](_0x4087e7);}}},{'icon':_0x5ab2('0x76','Z3cL'),'name':_0x4aadc2['ZlRzq'],'click':function(){_0x172aef['closeAllTabs']();}}],_0x4b9d03[_0x5ab2('0x77','nHX0')],_0x4b9d03['clientY']);return![];});}continue;case'11':var _0x172aef=layui[_0x5ab2('0x78','O]V9')];continue;case'12':var _0x3f7a94=layui[_0x5ab2('0x79','zmgy')];continue;case'13':var _0x4aadc2={'OnrhS':_0x11975f[_0x5ab2('0x7a','3ndJ')],'dkqni':_0x11975f[_0x5ab2('0x7b','uVOq')],'GzMXN':function _0x329caf(_0x2e87aa,_0x496400){return _0x11975f['XSuds'](_0x2e87aa,_0x496400);},'ThGYD':'HRc','wCpkX':function _0x116bf3(_0x5c2d71,_0x1fd1f2){return _0x5c2d71(_0x1fd1f2);},'jxNRD':_0x11975f[_0x5ab2('0x7c','O]V9')],'yJEvA':'CYB','BSlND':_0x5ab2('0x7d','dEck'),'tQhPa':function _0x4be05c(_0x503951,_0xd7dcbe){return _0x503951<_0xd7dcbe;},'Pondf':function _0x494d05(_0x3fa09c,_0x3f3f10){return _0x11975f[_0x5ab2('0x7e','C%*l')](_0x3fa09c,_0x3f3f10);},'SNEin':function _0xc31c4b(_0x1a9d93,_0x4320fb){return _0x1a9d93!=_0x4320fb;},'IMsja':function _0x9be573(_0x4652ce,_0x2bca05){return _0x4652ce===_0x2bca05;},'SSydL':_0x11975f['MLetg'],'SudMk':function _0x13f46(_0x412ffb,_0x5ac535,_0x37c1d1){return _0x412ffb(_0x5ac535,_0x37c1d1);},'wqUIs':function _0x4bef01(_0x2395fb,_0x13b753){return _0x11975f[_0x5ab2('0x7f','^Oia')](_0x2395fb,_0x13b753);},'oJRNO':function _0x2d06ec(_0x36dfc2,_0x487529){return _0x36dfc2==_0x487529;},'APHNd':function _0x37196e(_0x587c68,_0x13848e){return _0x587c68(_0x13848e);},'SDkuk':_0x11975f[_0x5ab2('0x80','L4Zq')],'uAIQp':_0x11975f[_0x5ab2('0x81',')v$m')],'DwpIn':_0x11975f[_0x5ab2('0x82','e7cW')],'KIJzm':_0x11975f[_0x5ab2('0x83','3ndJ')],'IFnFM':_0x11975f[_0x5ab2('0x84','QN^I')],'XBmKL':_0x11975f[_0x5ab2('0x85','qUvd')],'xSdzH':'刷新当前','HTfLr':_0x11975f[_0x5ab2('0x86','573i')],'afVYX':_0x11975f['sGKsx'],'vEaKV':_0x11975f['WDJMV'],'ZlRzq':_0x5ab2('0x87','qpXl')};continue;case'14':_0x385ff9['on'](_0x11975f[_0x5ab2('0x88','fkyR')](_0x11975f[_0x5ab2('0x89','nZxB')](_0x11975f[_0x5ab2('0x8a','nZxB')],_0x1a1e68),')'),function(_0x57fc0a){var _0x374716={'QgeTg':_0x5ab2('0x8b','3ndJ'),'WnSSo':_0x5ab2('0x8c','^Gk9'),'GAXap':function _0x2a6ca8(_0x52c66e,_0x2fef9e){return _0x52c66e!=_0x2fef9e;},'NDuop':'true','ptUfX':function _0x207a8b(_0x7c6c89,_0x3ec6ca){return _0x7c6c89(_0x3ec6ca);},'yLThT':_0x5ab2('0x8d','grTk'),'lpqJf':_0x5ab2('0x8e',']UIq'),'caCox':function _0x5ac8a7(_0x3da554,_0x13f5f7){return _0x3da554===_0x13f5f7;},'zdvnS':'QJt','gSdMo':_0x5ab2('0x8f','WdQc'),'VUnxZ':_0x5ab2('0x90','m(CC'),'XOKzO':'>.layui-nav\x20.layui-nav-item','NLXKr':_0x5ab2('0x91','6sai'),'zTtrg':_0x5ab2('0x92','[M99'),'yjlCy':function _0x5376b4(_0x331b0a,_0x33331a){return _0x331b0a(_0x33331a);}};var _0x55fdf4=_0x374716['QgeTg']['split']('|'),_0x4a9a35=0x0;while(!![]){switch(_0x55fdf4[_0x4a9a35++]){case'0':var _0xf6bda7=_0x1ce77d[_0x5ab2('0x93','fL7r')](_0x374716[_0x5ab2('0x94','WdQc')]);continue;case'1':if(_0x2b8f87&&_0x374716[_0x5ab2('0x95','o1p9')](_0x2b8f87,_0x5ab2('0x96','0KSl'))){var _0x355423=_0x1ce77d['text']()['replace'](/(^\s*)|(\s*$)/g,'');_0x80d179[_0x5ab2('0x97',']UIq')]({'menuId':_0xf6bda7,'menuPath':_0x2b8f87,'menuName':_0x355423});}else if(_0x374716['NDuop']===_0x374716[_0x5ab2('0x98','0KSl')](_0x3f7a94,_0x4516d7+_0x374716[_0x5ab2('0x99','HCkW')])[_0x5ab2('0x9a',')v$m')](_0x5ab2('0x9b','P#P2'))&&_0x1ce77d[_0x5ab2('0x9c','nv6#')]()[_0x5ab2('0x9d','5rY&')](_0x374716['lpqJf'])){if(_0x374716[_0x5ab2('0x9e','o1p9')](_0x5ab2('0x9f','%m@4'),_0x374716[_0x5ab2('0xa0','3ndJ')])){if(_0x1ce77d['parent']()[_0x5ab2('0xa1','uVOq')](_0x374716[_0x5ab2('0xa2','3ndJ')])||_0x1ce77d[_0x5ab2('0xa3',']UIq')]()[_0x5ab2('0xa4','QN^I')](_0x374716[_0x5ab2('0xa5',')A[v')])){_0x374716[_0x5ab2('0xa6','O]V9')](_0x3f7a94,_0x4516d7+_0x374716['XOKzO'])[_0x5ab2('0xa7','^ISu')](_0x5ab2('0xa8',']UIq'));_0x1ce77d[_0x5ab2('0xa3',']UIq')]()[_0x5ab2('0xa9','e7cW')](_0x374716[_0x5ab2('0xaa','L4Zq')]);}_0x1ce77d[_0x5ab2('0xab','nv6#')](_0x374716[_0x5ab2('0xac','jK73')]);}else{mi=i;}}else{if(_0x374716[_0x5ab2('0xad','qf9g')]===_0x374716[_0x5ab2('0xae','fL7r')]){_0x172aef[_0x5ab2('0xaf','573i')](_0x1ce77d[_0x5ab2('0xb0','nHX0')](_0x5ab2('0xb1',']UIq'))['parent']()[_0x5ab2('0xb2','nHX0')]()['eq'](0x0));}else{_0x80d179[_0x5ab2('0xb3','fL7r')]=_0xd2de41;}}continue;case'2':var _0x1ce77d=_0x374716[_0x5ab2('0xb4','6m4k')](_0x3f7a94,_0x57fc0a);continue;case'3':var _0x2b8f87=_0x1ce77d[_0x5ab2('0xb5','VXK&')]('lay-href');continue;case'4':if(!_0xf6bda7){_0xf6bda7=_0x2b8f87;}continue;}break;}});continue;case'15':var _0x385ff9=layui[_0x5ab2('0xb6','5rY&')];continue;case'16':var _0x112bb9=_0x11975f['ekikD'](_0x500239,_0x11975f[_0x5ab2('0xb7','^Oia')]);continue;case'17':_0x385ff9['on'](_0x11975f[_0x5ab2('0xb8','3ndJ')]('tabDelete('+_0x5529a3,')'),function(_0xacbbfa){var _0xc8d599={'ktcfN':_0x5ab2('0xb9','fkyR'),'wwkyN':_0x5ab2('0xba','O]V9'),'wgKyn':function _0x1a1f6f(_0x4c1faf,_0x3a02fd){return _0x4c1faf+_0x3a02fd;},'yQRHv':function _0x4410ef(_0x2f2959,_0x47ad4f){return _0x2f2959(_0x47ad4f);},'eewBv':'>.layui-tab-title>li:last','BhdEd':'click','IbWxc':function _0x3debcb(_0x2ba178,_0x3bb3ff){return _0x2ba178===_0x3bb3ff;},'VOYOg':_0x5ab2('0xbb','[M99'),'ENjwx':function _0x184106(_0x1b8a30,_0x317fa2){return _0x1b8a30+_0x317fa2;},'cfTvi':function _0x88eaf(_0x2108a1,_0x2f711a){return _0x2108a1+_0x2f711a;},'LVwsb':_0x5ab2('0xbc','r$1^')};var _0x526cfa=_0xc8d599[_0x5ab2('0xbd','uB*s')][_0x5ab2('0xbe','573i')]('|'),_0x369671=0x0;while(!![]){switch(_0x526cfa[_0x369671++]){case'0':var _0x87bdba=_0x80d179[_0x5ab2('0xbf','IcWN')][_0xacbbfa['index']][_0x5ab2('0xc0','qUvd')];continue;case'1':_0x80d179[_0x5ab2('0xc1','jK73')][_0x5ab2('0xc2','o1p9')](_0xacbbfa[_0x5ab2('0xc3','6sai')],0x1);continue;case'2':if(_0x80d179[_0x5ab2('0xc4','%m@4')]){_0x172aef['putTempData'](_0xc8d599[_0x5ab2('0xc5','nZxB')],_0x80d179[_0x5ab2('0xc6','3ndJ')]);}continue;case'3':if(_0x3f7a94(_0xc8d599[_0x5ab2('0xc7','qUvd')](_0x112bb9,_0x5ab2('0xc8','qf9g')))['length']<=0x0){_0xc8d599['yQRHv'](_0x3f7a94,_0x112bb9+_0xc8d599['eewBv'])['trigger'](_0xc8d599[_0x5ab2('0xc9','VXK&')]);}continue;case'4':if(_0x1803a3[_0x87bdba]){if(_0xc8d599[_0x5ab2('0xca','qUvd')](_0xc8d599['VOYOg'],_0x5ab2('0xcb','fL7r'))){_0xc8d599[_0x5ab2('0xcc',']UIq')](_0x3f7a94,_0x500239)[_0x5ab2('0xcd','p[k9')](_0xc8d599['ENjwx'](_0xc8d599[_0x5ab2('0xce','nv6#')](_0xc8d599['cfTvi'](_0x5ab2('0xcf','qUvd')+menuPath,_0x5ab2('0xd0','6sai')),menuPath),_0xc8d599['LVwsb']));}else{_0x1803a3[_0x87bdba][_0x5ab2('0xd1','uB*s')]();}}continue;}break;}});continue;case'18':var _0x4516d7=_0x11975f[_0x5ab2('0xd2','O]V9')];continue;case'19':_0x51a5fa(_0x11975f[_0x5ab2('0xd3','QN^I')],_0x80d179);continue;case'20':var _0x500239=_0x11975f['OvClS'];continue;case'21':var _0x80d179={'pageTabs':![],'maxTabNum':0x14,'openTabCtxMenu':!![],'cacheTab':_0x11975f[_0x5ab2('0xd4','L4Zq')](_0x4c5729,undefined)?!![]:_0x4c5729,'mTabList':[],'mTabPosition':undefined,'loadView':function(_0x3677ee){var _0x5536a7={'WTNrd':function _0x87da9d(_0xbcd091,_0x20cb91){return _0xbcd091!==_0x20cb91;},'ceMdh':_0x5ab2('0xd5','5rY&'),'OdeCO':_0x5ab2('0xd6','0KSl'),'uBdaH':_0x5ab2('0xd7','SVAW'),'zeOnh':function _0x35d9fc(_0xe25465,_0xd5ad7a){return _0xe25465<=_0xd5ad7a;},'vlTVQ':function _0x4cd329(_0x2a529b,_0x22cbdd){return _0x2a529b(_0x22cbdd);},'quxSg':function _0x1fe070(_0x5ba004,_0x33ca3a){return _0x5ba004+_0x33ca3a;},'lUCJm':_0x5ab2('0xd8','kH(k'),'DruWp':'oQL','hTrfD':_0x5ab2('0xd9','dEck'),'hQCvo':function _0x15342c(_0x2d2c13,_0x5f1fcb){return _0x2d2c13>=_0x5f1fcb;},'VcCuQ':function _0x383229(_0x28cb61,_0x17aea0){return _0x28cb61+_0x17aea0;},'HqoWd':'无标题','vnIEw':function _0x451e53(_0x550d18,_0x281103){return _0x550d18+_0x281103;},'ChkOz':_0x5ab2('0xda','qf9g'),'agPbT':'\x22\x20frameborder=\x220\x22\x20class=\x22admin-iframe\x22></iframe>','AhByo':'tFs','ALzgy':_0x5ab2('0xdb','fL7r'),'wqzFI':_0x5ab2('0xdc','QN^I'),'xZALN':function _0x919654(_0x354ad2,_0x1122c3){return _0x354ad2+_0x1122c3;},'hCqQO':_0x5ab2('0xdd','6sai'),'MkpiV':_0x5ab2('0xde','QN^I'),'ZKabW':function _0x1b74e2(_0x42e88e,_0x2bafca){return _0x42e88e+_0x2bafca;},'sKZfP':_0x5ab2('0xdf','p[k9'),'otHWJ':function _0x512f82(_0x19ad1c,_0x3dfb30){return _0x19ad1c+_0x3dfb30;},'NQtTX':_0x5ab2('0xe0','VXK&'),'IOtRM':_0x5ab2('0xe1','4uES'),'snzti':function _0x4bfc26(_0x56dcdc,_0x5c831e){return _0x56dcdc===_0x5c831e;},'dtKrL':'Lgu','zilcu':function _0x3f57fe(_0x3c6432,_0x59c510){return _0x3c6432(_0x59c510);},'gZgRC':_0x5ab2('0xe2','m(CC'),'EXiDw':'close-footer','qEezl':function _0x4409d0(_0x1f1b08,_0x5bcd03){return _0x1f1b08(_0x5bcd03);},'hTtYA':function _0x9a4eb(_0x58ceb9,_0x1b836d){return _0x58ceb9+_0x1b836d;},'QmIHL':_0x5ab2('0xe3','O]V9'),'ySMIk':'Drc','XTfWf':_0x5ab2('0xe4',')v$m'),'oSIaE':'src'};if(_0x5536a7[_0x5ab2('0xe5','o1p9')](_0x5536a7[_0x5ab2('0xe6','Z3cL')],_0x5536a7['OdeCO'])){var _0x32afd2=_0x5ab2('0xe7','2^9J')[_0x5ab2('0xe8',')A[v')]('|'),_0xc29018=0x0;while(!![]){switch(_0x32afd2[_0xc29018++]){case'0':if(!_0x29be48){console[_0x5ab2('0xe9','[M99')](_0x5ab2('0xea','P#P2'));_0x2490d4[_0x5ab2('0xeb','6m4k')](_0x5536a7['uBdaH'],{'icon':0x2});return;}continue;case'1':var _0xcc35a9=_0x3677ee[_0x5ab2('0xec','[Wqo')];continue;case'2':var _0x29be48=_0x3677ee['menuPath'];continue;case'3':if(_0x5536a7['zeOnh'](_0x172aef[_0x5ab2('0xed','SVAW')](),0x2ee)){_0x172aef[_0x5ab2('0xee','HCkW')](!![]);}continue;case'4':if(_0x80d179['pageTabs']){var _0x1508ec=![];_0x5536a7[_0x5ab2('0xef','p[k9')](_0x3f7a94,_0x5536a7[_0x5ab2('0xf0','m(CC')](_0x112bb9,_0x5536a7[_0x5ab2('0xf1','0KSl')]))['each'](function(){var _0x1d6469={'WtfLH':_0x5ab2('0xf2','Z3cL'),'VBDUl':_0x5ab2('0xf3','nZxB'),'OzmJW':function _0x19f22a(_0x4313da,_0x2ea733){return _0x4313da===_0x2ea733;},'ysUCP':function _0x1ec75d(_0x207134,_0x1a22a0){return _0x207134(_0x1a22a0);},'kNPGW':_0x5ab2('0xf4','6sai'),'fphoB':_0x5ab2('0xf5',']UIq'),'wqDfh':_0x5ab2('0xf6','6sai')};if(_0x1d6469[_0x5ab2('0xf7','qUvd')]!==_0x1d6469[_0x5ab2('0xf8','^Oia')]){if(_0x1d6469['OzmJW'](_0x1d6469[_0x5ab2('0xf9','fL7r')](_0x3f7a94,this)[_0x5ab2('0xfa','IcWN')](_0x1d6469[_0x5ab2('0xfb','fkyR')]),_0x29be48)){_0x1508ec=!![];return![];}}else{_0x172aef['putTempData'](_0x1d6469[_0x5ab2('0xfc','5rY&')],_0x80d179['mTabList']);_0x172aef[_0x5ab2('0xfd','r$1^')](_0x1d6469[_0x5ab2('0xfe','qUvd')],_0x80d179[_0x5ab2('0xff','nZxB')]);}});if(!_0x1508ec){if(_0x5536a7[_0x5ab2('0x100','m(CC')]!==_0x5536a7[_0x5ab2('0x101','VP6]')]){if(_0x5536a7['hQCvo'](_0x80d179[_0x5ab2('0x102','0KSl')][_0x5ab2('0x103','Z3cL')],_0x80d179[_0x5ab2('0x104','fL7r')])){_0x2490d4[_0x5ab2('0x105','nHX0')](_0x5536a7['quxSg'](_0x5536a7['VcCuQ']('最多打开',_0x80d179[_0x5ab2('0x106',')v$m')]),_0x5ab2('0x107','e7cW')),{'icon':0x2});_0x172aef[_0x5ab2('0x108','IcWN')](_0x80d179[_0x5ab2('0x109','3ndJ')]);return;}_0x385ff9[_0x5ab2('0x10a','3ndJ')](_0x5529a3,{'id':_0x29be48,'title':_0xcc35a9?_0xcc35a9:_0x5536a7['HqoWd'],'content':_0x5536a7['vnIEw'](_0x5536a7[_0x5ab2('0x10b','QN^I')](_0x5536a7['vnIEw'](_0x5536a7[_0x5ab2('0x10c','uVOq')],_0x29be48),_0x5ab2('0x10d','qf9g')),_0x29be48)+_0x5536a7[_0x5ab2('0x10e','5rY&')]});_0x80d179[_0x5ab2('0x10f','r$1^')][_0x5ab2('0x110','IcWN')](_0x3677ee);if(_0x80d179[_0x5ab2('0x111','grTk')]){if(_0x5536a7[_0x5ab2('0x112',']UIq')]===_0x5536a7[_0x5ab2('0x113','nHX0')]){setTimeout(function(){_0x80d179[_0x5ab2('0x114','3ndJ')](indexTabs[mi]);if(!_0x80d179[_0x5ab2('0x115','C%*l')]){_0x172aef[_0x5ab2('0x116',')v$m')](tabPosition);}},0x96);}else{_0x172aef[_0x5ab2('0x117','P#P2')](_0x5536a7[_0x5ab2('0x118','P#P2')],_0x80d179[_0x5ab2('0x119','m(CC')]);}}}else{if(_0x5536a7['hQCvo'](_0x80d179[_0x5ab2('0x11a','nZxB')][_0x5ab2('0x11b','^ISu')],_0x80d179[_0x5ab2('0x11c','kH(k')])){_0x2490d4[_0x5ab2('0x11d','fL7r')](_0x5536a7['vnIEw'](_0x5536a7['xZALN'](_0x5536a7[_0x5ab2('0x11e','nZxB')],_0x80d179[_0x5ab2('0x11f','r$1^')]),_0x5536a7['MkpiV']),{'icon':0x2});_0x172aef['activeNav'](_0x80d179[_0x5ab2('0x120','kH(k')]);return;}_0x385ff9[_0x5ab2('0x121','m(CC')](_0x5529a3,{'id':_0x29be48,'title':_0xcc35a9?_0xcc35a9:_0x5536a7[_0x5ab2('0x122','VP6]')],'content':_0x5536a7[_0x5ab2('0x123','nZxB')](_0x5536a7[_0x5ab2('0x124','%m@4')](_0x5536a7[_0x5ab2('0x125','SVAW')],_0x29be48),_0x5536a7[_0x5ab2('0x126','4uES')])+_0x29be48+_0x5536a7[_0x5ab2('0x127',')v$m')]});_0x80d179[_0x5ab2('0x128','grTk')][_0x5ab2('0x129','r$1^')](_0x3677ee);if(_0x80d179[_0x5ab2('0x12a','L4Zq')]){_0x172aef['putTempData'](_0x5536a7[_0x5ab2('0x12b','2^9J')],_0x80d179[_0x5ab2('0x128','grTk')]);}}}_0x385ff9[_0x5ab2('0x12c','qUvd')](_0x5529a3,_0x29be48);}else{var _0x3ff409=_0x5ab2('0x12d','fkyR')['split']('|'),_0x10d880=0x0;while(!![]){switch(_0x3ff409[_0x10d880++]){case'0':_0x80d179[_0x5ab2('0x12e','qpXl')]=_0x3677ee[_0x5ab2('0x12f','4uES')];continue;case'1':var _0x120a75=_0x5536a7['vlTVQ'](_0x3f7a94,_0x5536a7['otHWJ'](_0x500239,_0x5536a7['NQtTX']));continue;case'2':if(_0x80d179[_0x5ab2('0x130','P2vu')]){_0x172aef['putTempData'](_0x5536a7['IOtRM'],_0x80d179[_0x5ab2('0x131','grTk')]);}continue;case'3':_0x80d179[_0x5ab2('0x128','grTk')][_0x5ab2('0x132','e7cW')](_0x3677ee);continue;case'4':if(!_0x120a75||_0x120a75['length']<=0x0){if(_0x5536a7[_0x5ab2('0x133','fL7r')](_0x5536a7[_0x5ab2('0x134','^Oia')],_0x5ab2('0x135','p[k9'))){_0x5536a7[_0x5ab2('0x136','Z3cL')](_0x3f7a94,_0x5536a7[_0x5ab2('0x137','grTk')])[_0x5ab2('0x138','fL7r')](_0x5536a7[_0x5ab2('0x139','573i')]);}else{_0x5536a7[_0x5ab2('0x13a','QN^I')](_0x3f7a94,_0x500239)[_0x5ab2('0x13b','r$1^')](_0x5536a7[_0x5ab2('0x13c','5rY&')](_0x5536a7['hTtYA'](_0x5536a7['hTtYA'](_0x5536a7[_0x5ab2('0x13d','^Oia')],_0x29be48),_0x5536a7[_0x5ab2('0x13e','IcWN')])+_0x29be48,'\x22\x20frameborder=\x220\x22\x20class=\x22admin-iframe\x22></iframe>'));}}else{if(_0x5536a7[_0x5ab2('0x13f','HCkW')](_0x5536a7[_0x5ab2('0x140','qpXl')],_0x5536a7['ySMIk'])){_0x172aef[_0x5ab2('0x141','Z3cL')](layId);}else{_0x120a75[_0x5ab2('0x142','r$1^')](_0x5536a7[_0x5ab2('0x143','nZxB')],_0x29be48);_0x120a75[_0x5ab2('0x75','%m@4')](_0x5536a7['oSIaE'],_0x29be48);}}continue;case'5':if(_0x80d179[_0x5ab2('0x144','WdQc')]){_0x172aef[_0x5ab2('0x145','fkyR')](_0x5536a7[_0x5ab2('0x146','m(CC')],_0x80d179[_0x5ab2('0xc6','3ndJ')]);}continue;case'6':_0x80d179[_0x5ab2('0x147','WdQc')][_0x5ab2('0x148','fkyR')](0x0,_0x80d179[_0x5ab2('0x149','^Oia')][_0x5ab2('0x14a','P#P2')]);continue;}break;}}continue;}break;}}else{console['error'](_0x5536a7['uBdaH']);_0x2490d4[_0x5ab2('0x14b','fkyR')](_0x5ab2('0x14c','[Wqo'),{'icon':0x2});return;}},'loadHome':function(_0x29236f){_0x80d179[_0x5ab2('0x14d','e7cW')]({'menuPath':_0x29236f['menuPath'],'menuName':_0x29236f[_0x5ab2('0x14e','dEck')]});if(!_0x80d179[_0x5ab2('0x14f','P#P2')]){if(_0x4aadc2[_0x5ab2('0x150','3ndJ')]!==_0x5ab2('0x151','dEck')){_0x172aef[_0x5ab2('0x152','uB*s')](_0x29236f[_0x5ab2('0x153','fkyR')]);}else{_0x172aef['setNavHoverCss']($that['parentsUntil'](_0x4aadc2[_0x5ab2('0x154','zmgy')])[_0x5ab2('0x155','L4Zq')]()[_0x5ab2('0x156','%m@4')]()['eq'](0x0));}}},'openTab':function(_0x4dfc0b){var _0x3cf480=_0x4dfc0b['url'];var _0x277c7e=_0x4dfc0b[_0x5ab2('0x157','qpXl')];if(_0x4dfc0b[_0x5ab2('0x158','O]V9')]){_0x1803a3[_0x3cf480]=_0x4dfc0b[_0x5ab2('0x159','e7cW')];}_0x80d179[_0x5ab2('0x15a','fkyR')]({'menuPath':_0x3cf480,'menuName':_0x277c7e});},'closeTab':function(_0x531cb4){var _0x5022e5={'OybzU':function _0x181dc0(_0x1bc9ad,_0x34c4bb){return _0x1bc9ad!==_0x34c4bb;},'pLuef':_0x5ab2('0x15b','nZxB'),'Uexbw':_0x5ab2('0x15c','L4Zq'),'eXFzZ':'indexTabs'};if(_0x5022e5[_0x5ab2('0x15d','kH(k')](_0x5022e5[_0x5ab2('0x15e','5rY&')],_0x5022e5['Uexbw'])){_0x385ff9[_0x5ab2('0x15f','m(CC')](_0x5529a3,_0x531cb4);}else{_0x172aef[_0x5ab2('0x160','5rY&')](_0x5022e5['eXFzZ'],_0x80d179[_0x5ab2('0x161','SVAW')]);}},'loadSetting':function(){if(_0x80d179['cacheTab']){if(_0x4aadc2['GzMXN'](_0x5ab2('0x162','2^9J'),_0x4aadc2[_0x5ab2('0x163','VXK&')])){_0x4aadc2['wCpkX'](_0x3f7a94,_0x112bb9+_0x5ab2('0x164','^Oia'))[_0x5ab2('0x165','uB*s')]('click');}else{var _0x3d648b=_0x172aef['getTempData'](_0x4aadc2[_0x5ab2('0x166','qpXl')]);if(_0x3d648b){if('cfO'!==_0x4aadc2[_0x5ab2('0x167','SVAW')]){var _0x3faf71=_0x172aef[_0x5ab2('0x168','HCkW')](_0x4aadc2[_0x5ab2('0x169','0KSl')]);var _0x59a850=-0x1;for(var _0x5db6c6=0x0;_0x4aadc2[_0x5ab2('0x16a','o1p9')](_0x5db6c6,_0x3d648b['length']);_0x5db6c6++){if(_0x80d179[_0x5ab2('0x16b','grTk')]){_0x80d179[_0x5ab2('0x16c','0KSl')](_0x3d648b[_0x5db6c6]);}if(_0x4aadc2[_0x5ab2('0x16d','qpXl')](_0x3d648b[_0x5db6c6]['menuPath'],_0x3faf71)){_0x59a850=_0x5db6c6;}}if(_0x4aadc2[_0x5ab2('0x16e','VP6]')](_0x59a850,-0x1)){if(_0x4aadc2[_0x5ab2('0x16f','6sai')](_0x4aadc2[_0x5ab2('0x170','%m@4')],'bbd')){_0x172aef[_0x5ab2('0x171','uB*s')]();}else{_0x4aadc2[_0x5ab2('0x172','SVAW')](setTimeout,function(){var _0x59c734={'VDoaH':_0x5ab2('0x173','6m4k')};if(_0x5ab2('0x174','%m@4')===_0x59c734[_0x5ab2('0x175','C%*l')]){_0x80d179[_0x5ab2('0x176',')v$m')](_0x3d648b[_0x59a850]);if(!_0x80d179[_0x5ab2('0x177','o1p9')]){_0x172aef[_0x5ab2('0x178','C%*l')](_0x3faf71);}}else{var _0x42a3ee=param['url'];var _0x30ef92=param['title'];if(param[_0x5ab2('0x179','Z3cL')]){_0x1803a3[_0x42a3ee]=param[_0x5ab2('0x17a','2^9J')];}_0x80d179[_0x5ab2('0x17b','VP6]')]({'menuPath':_0x42a3ee,'menuName':_0x30ef92});}},0x96);}}}else{_0x172aef['putTempData'](_0x4aadc2[_0x5ab2('0x17c','HCkW')],_0x80d179['mTabList']);}}}}var _0x1c7167=layui[_0x5ab2('0x17d','Z3cL')](_0x172aef[_0x5ab2('0x17e','e7cW')])[_0x5ab2('0x17f','2^9J')];if(_0x4aadc2[_0x5ab2('0x180','IcWN')](_0x1c7167,undefined)&&_0x4aadc2[_0x5ab2('0x181','zmgy')](_0x1c7167,![])){_0x4aadc2['APHNd'](_0x3f7a94,_0x5ab2('0x182','grTk'))['addClass'](_0x4aadc2[_0x5ab2('0x183','%m@4')]);}var _0x279fcc=layui[_0x5ab2('0x184',')A[v')](_0x172aef[_0x5ab2('0x185',']UIq')])['tabAutoRefresh'];if(_0x279fcc){_0x4aadc2['APHNd'](_0x3f7a94,_0x112bb9)[_0x5ab2('0x186','e7cW')](_0x4aadc2[_0x5ab2('0x60','jK73')],'true');}},'setTabCache':function(_0x503b26){layui[_0x5ab2('0x187',']UIq')](_0x172aef['tableName'],{'key':_0x4aadc2[_0x5ab2('0x188','fkyR')],'value':_0x503b26});_0x80d179['cacheTab']=_0x503b26;if(_0x503b26){_0x172aef[_0x5ab2('0x189','dEck')](_0x5ab2('0x18a','fkyR'),_0x80d179[_0x5ab2('0x149','^Oia')]);_0x172aef[_0x5ab2('0x18b','VXK&')](_0x4aadc2[_0x5ab2('0x18c','^Oia')],_0x80d179[_0x5ab2('0x18d','5rY&')]);}else{if(_0x5ab2('0x18e','0KSl')==='Vxe'){_0x172aef[_0x5ab2('0x18f','SVAW')](layId);}else{_0x172aef['putTempData'](_0x4aadc2['jxNRD'],[]);_0x172aef['putTempData'](_0x4aadc2[_0x5ab2('0x190','573i')],undefined);}}},'closeTabCache':function(){_0x172aef[_0x5ab2('0x191','[M99')](_0x4aadc2['jxNRD'],undefined);}};continue;case'22':var _0x1803a3={};continue;}break;}});}else{alert('不能删除sojson.v5');};encode_version = 'sojson.v5';
\ No newline at end of file
layui.define(["layer", "element", "admin", "contextMenu"], function(s) {
var d = layui.jquery;
var r = layui.layer;
var b = layui.element;
var m = layui.admin;
var t = layui.contextMenu;
var a = ".layui-layout-admin>.layui-header";
var o = ".layui-layout-admin>.layui-side>.layui-side-scroll";
var j = ".layui-layout-admin>.layui-body";
var n = j + ">.layui-tab";
var q = j + ">.layui-body-header";
var i = "admin-pagetabs";
var p = "admin-side-nav";
var k = {};
var f = false;
var c;
var h = {
pageTabs: true,
cacheTab: true,
openTabCtxMenu: true,
maxTabNum: 20,
mTabList: [],
mTabPosition: undefined,
loadView: function(z) {
var x = z.menuPath;
var w = z.menuName;
if (!x) {
console.error("url不能为空");
r.msg("url不能为空", {
icon: 2
});
return
}
if (h.pageTabs) {
var v = false;
d(n + ">.layui-tab-title>li").each(function() {
if (d(this).attr("lay-id") === x) {
v = true;
return false
}
});
if (!v) {
if (h.mTabList.length >= h.maxTabNum) {
r.msg("最多打开" + h.maxTabNum + "个选项卡", {
icon: 2
});
m.activeNav(h.mTabPosition);
return
}
f = true;
b.tabAdd(i, {
id: x,
title: w ? w : "无标题",
content: '<iframe lay-id="' + x + '" src="' + x + '" frameborder="0" class="admin-iframe"></iframe>'
});
if (x != c) {
h.mTabList.push(z)
}
if (h.cacheTab) {
m.putTempData("indexTabs", h.mTabList)
}
}
b.tabChange(i, x)
} else {
var u = d(j + ">.admin-iframe");
if (!u || u.length <= 0) {
var y = '<div class="layui-body-header">';
y += ' <span class="layui-body-header-title"></span>';
y += ' <span class="layui-breadcrumb pull-right">';
y += ' <a ew-href="' + c + '">首页</a>';
y += " <a><cite></cite></a>";
y += " </span>";
y += " </div>";
y += ' <div style="-webkit-overflow-scrolling: touch;">';
y += ' <iframe lay-id="' + x + '" src="' + x + '" frameborder="0" class="admin-iframe"></iframe>';
y += " </div>";
d(j).html(y);
if (x != c) {
h.setTabTitle(w)
}
b.render("breadcrumb")
} else {
u.attr("lay-id", x);
u.attr("src", x);
h.setTabTitle(w)
}
m.activeNav(x);
h.mTabList.splice(0, h.mTabList.length);
if (x != c) {
h.mTabList.push(z);
h.mTabPosition = x
} else {
h.mTabPosition = undefined
}
if (h.cacheTab) {
m.putTempData("indexTabs", h.mTabList);
m.putTempData("tabPosition", h.mTabPosition)
}
}
if (m.getPageWidth() <= 750) {
m.flexible(true)
}
},
loadHome: function(w) {
c = w.menuPath;
var x = m.getTempData("indexTabs");
var u = m.getTempData("tabPosition");
var v = (w.loadSetting == undefined ? true : w.loadSetting);
h.loadView({
menuPath: c,
menuName: w.menuName
});
if (!h.pageTabs) {
m.activeNav(w.menuPath)
}
if (v) {
h.loadSettings(x, u)
}
},
openTab: function(w) {
var u = w.url;
var v = w.title;
if (w.end) {
k[u] = w.end
}
h.loadView({
menuPath: u,
menuName: v
})
},
closeTab: function(u) {
b.tabDelete(i, u)
},
loadSettings: function(z, y) {
if (h.cacheTab) {
var A = z;
var w = y;
if (A) {
var v = -1;
for (var x = 0; x < A.length; x++) {
if (h.pageTabs) {
h.loadView(A[x])
}
if (A[x].menuPath == w) {
v = x
}
}
if (v != -1) {
setTimeout(function() {
h.loadView(A[v]);
if (!h.pageTabs) {
m.activeNav(w)
}
}, 150)
}
}
}
var u = layui.data(m.tableName);
if (u) {
if (u.openFooter != undefined && u.openFooter == false) {
d("body.layui-layout-body").addClass("close-footer")
}
if (u.tabAutoRefresh) {
d(n).attr("lay-autoRefresh", "true")
}
}
},
setTabCache: function(u) {
layui.data(m.tableName, {
key: "cacheTab",
value: u
});
h.cacheTab = u;
if (u) {
m.putTempData("indexTabs", h.mTabList);
m.putTempData("tabPosition", h.mTabPosition)
} else {
m.putTempData("indexTabs", []);
m.putTempData("tabPosition", undefined)
}
},
clearTabCache: function() {
m.putTempData("indexTabs", undefined)
},
setTabTitle: function(u) {
if (!h.pageTabs) {
if (u) {
d(q).addClass("show");
var v = d(q + ">.layui-body-header-title");
v.text(u);
v.next(".layui-breadcrumb").find("cite").last().text(u)
} else {
d(q).removeClass("show")
}
}
},
setTabTitleHtml: function(u) {
if (!h.pageTabs) {
if (u) {
d(q).addClass("show");
d(q).html(u)
} else {
d(q).removeClass("show")
}
}
},
closeTabCache: function() {
console.warn("closeTabCache() has been deprecated, please use clearTabCache().");
h.clearTabCache()
},
loadSetting: function() {
console.warn("loadSetting() has been deprecated.")
}
};
var l = layui.data(m.tableName);
if (l) {
if (l.openTab != undefined) {
h.pageTabs = l.openTab
}
if (l.cacheTab != undefined) {
h.cacheTab = l.cacheTab
}
}
var g = ".layui-layout-admin .site-mobile-shade";
if (d(g).length <= 0) {
d(".layui-layout-admin").append('<div class="site-mobile-shade"></div>')
}
d(g).click(function() {
m.flexible(true)
});
if (h.pageTabs && d(n).length <= 0) {
var e = '<div class="layui-tab" lay-allowClose="true" lay-filter="admin-pagetabs">';
e += ' <ul class="layui-tab-title"></ul>';
e += ' <div class="layui-tab-content"></div>';
e += " </div>";
e += ' <div class="layui-icon admin-tabs-control layui-icon-prev" ew-event="leftPage"></div>';
e += ' <div class="layui-icon admin-tabs-control layui-icon-next" ew-event="rightPage"></div>';
e += ' <div class="layui-icon admin-tabs-control layui-icon-down">';
e += ' <ul class="layui-nav admin-tabs-select" lay-filter="admin-pagetabs-nav">';
e += ' <li class="layui-nav-item" lay-unselect>';
e += " <a></a>";
e += ' <dl class="layui-nav-child layui-anim-fadein">';
e += ' <dd ew-event="closeThisTabs" lay-unselect><a>关闭当前标签页</a></dd>';
e += ' <dd ew-event="closeOtherTabs" lay-unselect><a>关闭其它标签页</a></dd>';
e += ' <dd ew-event="closeAllTabs" lay-unselect><a>关闭全部标签页</a></dd>';
e += " </dl>";
e += " </li>";
e += " </ul>";
e += " </div>";
d(j).html(e);
b.render("nav")
}
b.on("nav(" + p + ")", function(x) {
var w = d(x);
var u = w.attr("lay-href");
var y = w.attr("lay-id");
if (!y) {
y = u
}
if (u && u != "javascript:;") {
var v = w.text().replace(/(^\s*)|(\s*$)/g, "");
h.loadView({
menuId: y,
menuPath: u,
menuName: v
})
} else {
m.setNavHoverCss(w.parentsUntil(".layui-nav-item").parent().children().eq(0))
}
if ("true" == (d(o + ">.layui-nav-tree").attr("lay-accordion"))) {
if ((w.parent().hasClass("layui-nav-itemed")) || (w.parent().hasClass("layui-this"))) {
d(o + ">.layui-nav .layui-nav-itemed").not(w.parents(".layui-nav-child").parent()).removeClass("layui-nav-itemed");
w.parent().addClass("layui-nav-itemed")
}
w.trigger("mouseenter")
}
});
b.on("tab(" + i + ")", function(w) {
var v = d(this).attr("lay-id");
if (v != c) {
h.mTabPosition = v
} else {
h.mTabPosition = undefined
}
if (h.cacheTab) {
m.putTempData("tabPosition", h.mTabPosition)
}
m.rollPage("auto");
m.activeNav(v);
var x = d(n + ">.layui-tab-content>.layui-tab-item.layui-show .admin-iframe")[0];
if (x) {
x.style.height = "99%";
x.scrollWidth;
x.style.height = "100%"
}
x.focus();
var u = d(n).attr("lay-autoRefresh");
if (u === "true" && !f) {
m.refresh(v)
}
f = false
});
b.on("tabDelete(" + i + ")", function(w) {
var u = h.mTabList[w.index - 1];
if (u) {
var v = u.menuPath;
h.mTabList.splice(w.index - 1, 1);
if (h.cacheTab) {
m.putTempData("indexTabs", h.mTabList)
}
if (k[v]) {
k[v].call()
}
}
if (d(n + ">.layui-tab-title>li.layui-this").length <= 0) {
d(n + ">.layui-tab-title>li:last").trigger("click")
}
});
d("body").off("click.navMore").on("click.navMore", "[nav-bind]", function() {
var u = d(this).attr("nav-bind");
d('ul[lay-filter="' + p + '"]').addClass("layui-hide");
d('ul[nav-id="' + u + '"]').removeClass("layui-hide");
if (m.getPageWidth() <= 750) {
m.flexible(false)
}
d(a + ">.layui-nav .layui-nav-item").removeClass("layui-this");
d(this).parent(".layui-nav-item").addClass("layui-this")
});
if (h.openTabCtxMenu && h.pageTabs) {
d(n + ">.layui-tab-title").off("contextmenu.tab").on("contextmenu.tab", "li", function(v) {
var u = d(this).attr("lay-id");
t.show([{
icon: "layui-icon layui-icon-refresh",
name: "刷新当前",
click: function() {
b.tabChange(i, u);
var w = d(n).attr("lay-autoRefresh");
if (!w || w !== "true") {
m.refresh(u)
}
}
}, {
icon: "layui-icon layui-icon-close-fill ctx-ic-lg",
name: "关闭当前",
click: function() {
m.closeThisTabs(u)
}
}, {
icon: "layui-icon layui-icon-unlink",
name: "关闭其他",
click: function() {
m.closeOtherTabs(u)
}
}, {
icon: "layui-icon layui-icon-close ctx-ic-lg",
name: "关闭全部",
click: function() {
m.closeAllTabs()
}
}], v.clientX, v.clientY);
return false
})
}
s("index", h)
});
\ No newline at end of file
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
/** EasyWeb iframe v3.1.1 data:2019-03-24 License By http://easyweb.vip */
layui.define(["jquery"], function(a) {
var d = layui.jquery;
var e = "hide-print";
var c = "printing";
var b = {
print: function(h) {
window.focus();
if (!h) {
h = {}
}
var j = h.hide;
var g = h.horizontal;
var m = h.iePreview;
var o = h.close;
var i = h.blank;
if (m == undefined) {
m = true
}
if (i == undefined && window != top && m && b.isIE()) {
i = true
}
d("#page-print-set").remove();
var f = '<div id="page-print-set">';
f += ' <style type="text/css" media="print">';
if (g) {
f += " @page { size: landscape; }"
} else {
f += " @page { size: portrait; }"
}
f += " </style>";
if (m && b.isIE()) {
f += ' <object id="WebBrowser" classid="clsid:8856F961-340A-11D0-A96B-00C04FD705A2" width="0" height="0"></object>';
f += " <script>WebBrowser.ExecWB(7, 1);";
if (o) {
f += " window.close();"
}
f += " <\/script>"
}
f += " </div>";
b.hideElem(j);
var k, n;
if (i) {
k = window.open("", "_blank");
n = k.document;
k.focus();
var l = document.getElementsByTagName("html")[0].innerHTML;
l += f;
n.open();
n.write(l);
n.close()
} else {
k = window;
d("body").append(f)
}(m && b.isIE()) || k.print();
b.showElem(j)
},
printHtml: function(h) {
if (!h) {
h = {}
}
var j = h.html;
var i = h.blank;
var f = h.print;
var o = h.close;
var g = h.horizontal;
var l = h.iePreview;
if (f == undefined) {
f = true
}
if (l == undefined) {
l = true
}
if (b.isIE() && i == undefined) {
i = true
}
if (o == undefined) {
o = true;
if (l && i && b.isIE()) {
o = false
}
}
var k, n;
if (i) {
k = window.open("", "_blank");
n = k.document
} else {
var m = document.getElementById("printFrame");
if (!m) {
d("body").append('<iframe id="printFrame" style="display: none;"></iframe>');
m = document.getElementById("printFrame")
}
k = m.contentWindow;
n = m.contentDocument || m.contentWindow.document
}
k.focus();
if (j) {
j += ("<style>" + b.getCommonCss(true) + "</style>");
j += '<style type="text/css" media="print">';
if (g) {
j += "@page { size: landscape; }"
} else {
j += "@page { size: portrait; }"
}
j += "</style>";
if (l && b.isIE()) {
j += '<object id="WebBrowser" classid="clsid:8856F961-340A-11D0-A96B-00C04FD705A2" width="0" height="0"></object>';
j += "<script>WebBrowser.ExecWB(7, 1);";
if (o) {
j += "window.close();"
}
j += "<\/script>"
}
n.open();
n.write(j);
n.close()
}
if (f) {
(l && b.isIE()) || k.print();
if (i && o && (!(l && b.isIE()))) {
k.close()
}
}
return k
},
printPage: function(k) {
if (!k) {
k = {}
}
var r = k.htmls;
var h = k.style;
var j = k.horizontal;
var p = k.padding;
var m = k.blank;
var f = k.print;
var t = k.close;
var v = k.debug;
var o = k.iePreview;
if (f == undefined) {
f = true
}
if (o == undefined) {
o = true
}
if (b.isIE() && m == undefined) {
m = true
}
if (t == undefined) {
t = true;
if (o && m && b.isIE()) {
t = false
}
}
if (b.isEdge() || b.isFirefox()) {
p = undefined
}
var n, s;
if (m) {
n = window.open("", "_blank");
s = n.document
} else {
var q = document.getElementById("printFrame");
if (!q) {
d("body").append('<iframe id="printFrame" style="display: none;"></iframe>');
q = document.getElementById("printFrame")
}
n = q.contentWindow;
s = q.contentDocument || q.contentWindow.document
}
n.focus();
var g = '<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>打印窗口</title>';
h && (g += h);
g += "<style>";
g += "body {";
g += " margin: 0 !important;";
g += "} ";
g += ".print-page .print-page-item {";
g += " width: 793px !important;";
g += " height: 1122px !important;";
g += " padding: " + (p ? p : "55px") + " !important;";
g += " box-sizing: border-box !important;";
g += " overflow: hidden !important;";
g += " border: none !important;";
g += "} ";
g += ".print-page.page-horizontal .print-page-item {";
g += " width: 1122px !important;";
g += " height: 792px !important;";
g += "} ";
g += ".print-page.page-debug .print-page-item {";
g += " border: 1px solid red !important;";
g += "} ";
g += ".print-page.padding-default .print-page-item {";
g += " width: 713px !important;";
g += " height: 1042px !important;";
g += " padding: 0 !important;";
g += "} ";
g += ".print-page.padding-default.page-horizontal .print-page-item {";
g += " width: 1042px !important;";
g += " height: 712px !important;";
g += "} ";
g += ".print-page.padding-default.page-ie .print-page-item {";
g += " width: 645px !important;";
g += " height: 977px !important;";
g += "} ";
g += ".print-page.padding-default.page-ie.page-horizontal .print-page-item {";
g += " width: 978px !important;";
g += " height: 648px !important;";
g += "} ";
g += ".print-page.padding-default.page-firefox .print-page-item {";
g += " width: 720px !important;";
g += " height: 955px !important;";
g += "} ";
g += ".print-page.padding-default.page-firefox.page-horizontal .print-page-item {";
g += " width: 955px !important;";
g += " height: 720px !important;";
g += "} ";
g += b.getCommonCss(true);
g += "</style>";
g += '<style type="text/css" media="print">';
if (j) {
g += "@page { size: landscape; }"
} else {
g += "@page { size: portrait; }"
}
g += "</style>";
g += "</head><body>";
if (r && (r instanceof Array)) {
var u = j ? " page-horizontal" : "";
u += p == undefined ? " padding-default" : "";
u += v ? " page-debug" : "";
if (b.isIE() || b.isEdge()) {
u += " page-ie"
} else {
if (b.isFirefox()) {
u += " page-firefox"
}
}
g += '<div class="print-page' + u + '">';
for (var l = 0; l < r.length; l++) {
g += '<div class="print-page-item">';
g += r[l];
g += "</div>"
}
g += "</div>"
}
if (o && b.isIE()) {
g += '<object id="WebBrowser" classid="clsid:8856F961-340A-11D0-A96B-00C04FD705A2" width="0" height="0"></object>';
g += "<script>WebBrowser.ExecWB(7, 1);";
if (t) {
g += "window.close();"
}
g += "<\/script>"
}
g += "</body></html>";
s.open();
s.write(g);
s.close();
if (f) {
(o && b.isIE()) || n.print();
if (m && t && (!(o && b.isIE()))) {
n.close()
}
}
return n
},
hideElem: function(f) {
d("." + e).addClass(c);
if (!f) {
return
}
if (f instanceof Array) {
for (var g = 0; g < f.length; g++) {
d(f[g]).addClass(c)
}
} else {
d(f).addClass(c)
}
},
showElem: function(f) {
d("." + e).removeClass(c);
if (!f) {
return
}
if (f instanceof Array) {
for (var g = 0; g < f.length; g++) {
d(f[g]).removeClass(c)
}
} else {
d(f).removeClass(c)
}
},
getCommonCss: function(g) {
var f = ("." + e + "." + c + " {");
f += " display: none !important;";
f += " }";
f += " .print-table {";
f += " border: none;";
f += " border-collapse: collapse;";
f += " width: 100%;";
f += " }";
f += " .print-table td, .print-table th {";
f += " color: #333;";
f += " padding: 9px 15px;";
f += " word-break: break-all;";
f += " border: 1px solid #666;";
f += " }";
if (g) {
f += ("." + e + " {");
f += " display: none !important;";
f += "}"
}
return f
},
makeHtml: function(j) {
var i = j.title;
var g = j.style;
var f = j.body;
if (i == undefined) {
i = "打印窗口"
}
var h = '<!DOCTYPE html><html lang="en">';
h += ' <head><meta charset="UTF-8">';
h += (" <title>" + i + "</title>");
g && (h += g);
h += " </head>";
h += " <body>";
f && (h += f);
h += " </body>";
h += " </html>";
return h
},
isIE: function() {
if ( !! window.ActiveXObject || "ActiveXObject" in window) {
return true
} else {
return false
}
},
isEdge: function() {
return navigator.userAgent.indexOf("Edge") != -1
},
isFirefox: function() {
return navigator.userAgent.indexOf("Firefox") != -1
}
};
d("head").append("<style>" + b.getCommonCss() + "</style>");
a("printer", b)
});
\ No newline at end of file
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
/** EasyWeb iframe v3.1.1 data:2019-03-24 License By http://easyweb.vip */
html {
background-color: #f2f2f2;
}
.layui-layout-body {
overflow-x: hidden;
overflow-y: auto;
}
.layui-layout-admin {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/** header样式 */
/** 导航栏下面的线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
height: 2px;
background-color: #03152A;
top: 0 !important;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item {
line-height: 50px; /** 高度重写 */
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item .layui-nav-child {
top: 55px;
}
.layui-layout-admin .layui-header .layui-nav-item .layui-icon {
font-size: 16px; /** 图标大小 */
}
.layui-layout-admin .layui-header .layui-layout-left {
left: 220px;
padding: 0 10px;
transition: all .3s;
}
.layui-layout-admin .layui-header .layui-layout-right {
padding: 0;
}
/** 重写header的背景色和字体颜色 */
.layui-layout-admin .layui-header {
background-color: #fff;
height: 50px;
box-shadow: 0 1px 0px 0 rgba(0, 0, 0, .05);
}
.layui-layout-admin .layui-header a {
color: #333;
padding: 0 15px;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
}
.layui-layout-admin .layui-header .layui-nav-child a {
color: #333 !important;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #666;
}
.layui-layout-admin .layui-header .layui-nav-child dd {
text-align: center;
}
.layui-layout-admin .layui-header a {
cursor: pointer;
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
width: 220px;
background-color: #2B2D36;
color: #f2f2f2;
font-size: 18px;
font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
font-weight: bold;
overflow: hidden;
line-height: 50px;
transition: all .3s;
white-space: nowrap;
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
}
.layui-layout-admin .layui-header .layui-logo img {
height: 35px;
}
.layui-layout-admin .layui-header .layui-logo cite {
font-style: normal;
}
.layui-layout-admin .layui-header .layui-nav-img {
margin-right: 5px;
}
.layui-layout-admin .layui-header .layui-nav-img + cite {
margin-right: 5px;
}
/** //header样式结束 */
/** 主体部分样式 */
.layui-layout-admin .layui-body {
left: 220px;
top: 50px;
transition: left .3s;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.layui-fluid {
padding: 15px;
}
.admin-iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/** //主体部分样式结束 */
/** 底部样式 */
.layui-layout-admin .layui-footer {
left: 220px;
background: #fff;
transition: all .3s;
color: #666;
border-top: 1px solid #eeeeee;
height: 43px;
}
.layui-layout-admin .layui-footer a {
color: #666;
}
.layui-layout-admin .layui-footer a:hover {
color: #333;
}
/** 关闭底部 */
.close-footer .layui-layout-admin .layui-footer {
display: none;
}
.close-footer .layui-layout-admin .layui-body {
bottom: 0;
}
/** 底部样式结束 */
/** 侧边栏样式 */
.layui-layout-admin .layui-side .layui-side-scroll {
width: 240px;
transition: all .3s;
-webkit-transition: all .3s;
}
.layui-layout-admin .layui-side {
position: absolute;
top: 50px;
width: 220px;
background-color: #24262F;
transition: all .3s;
-webkit-transition: all .3s;
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.layui-layout-admin .layui-side .layui-nav {
width: 220px;
background-color: transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
padding: 5px 0;
background-color: rgba(0, 0, 0, .2) !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
right: 15px;
}
.layui-nav.arrow2 .layui-nav-more {
font-family: layui-icon !important;
font-size: 12px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
width: auto;
height: auto;
line-height: normal;
border: none;
top: 23px;
margin: 0;
padding: 0;
display: inline-block;
transition: all .1s;
-webkit-transition: all .1s;
}
.layui-nav.arrow2 .layui-nav-child .layui-nav-more {
top: 13px;
}
.layui-nav.arrow2 .layui-nav-more:before {
content: "\e61a";
}
.layui-nav.arrow2 .layui-nav-itemed > a > .layui-nav-more {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child a {
padding-left: 50px; /** 导航字体位置 */
cursor: pointer;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child a {
padding-left: 70px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child a {
padding-left: 90px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a {
padding-left: 110px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a {
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
}
/** 侧边栏样式结束 */
/** 侧导航折叠样式PC */
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo {
width: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo cite {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-layout-left {
left: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side {
width: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav {
width: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side-scroll {
width: 80px;
}
/** 侧导航隐藏文字 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a > cite {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a .layui-nav-more {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a {
overflow: visible;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed .layui-nav-child {
display: none;
}
.layui-layout-admin.admin-nav-mini .layui-body {
left: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-footer {
left: 60px;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(0, 0, 0, .3);
}
/** 修改折叠的图标 */
.layui-layout-admin.admin-nav-mini .layui-header .layui-icon-shrink-right:before {
content: "\e66b";
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
display: inline-block;
position: fixed;
top: 105px;
left: 65px;
background: #24262F !important;
min-width: 200px;
z-index: 1001;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover .layui-nav-itemed > .layui-nav-child {
display: block;
}
/** //侧导航折叠样式结束 */
/** 移动设备样式 */
@media screen and (max-width: 750px) {
.layui-layout-admin .layui-side {
position: fixed;
left: -260px;
z-index: 10000;
}
.layui-layout-admin .layui-body {
left: 0;
}
.layui-layout-admin .layui-footer {
left: 0;
}
.layui-layout-admin .layui-header .layui-logo {
left: -260px;
}
.layui-layout-admin .layui-header .layui-layout-left {
left: 0;
}
.layui-layout-admin .layui-header .layui-icon-shrink-right:before {
content: "\e66b";
}
/* 移动设备侧导航折叠样式 */
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo {
width: 220px;
left: 0;
z-index: 10001;
}
.layui-layout-admin.admin-nav-mini .layui-header {
z-index: auto;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-logo cite {
display: inline-block;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-layout-left {
left: 0;
}
.layui-layout-admin.admin-nav-mini .layui-side {
width: 220px;
left: 0;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav {
width: 220px;
}
.layui-layout-admin.admin-nav-mini .layui-side-scroll {
width: 240px;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a > cite {
display: inline-block;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a .layui-nav-more {
display: inline-block;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item > a {
overflow: hidden;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: transparent;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
display: block;
}
.layui-layout-admin.admin-nav-mini .layui-body {
left: 0;
}
.layui-layout-admin.admin-nav-mini .layui-footer {
left: 0;
}
/** 移动设备遮罩层 */
.layui-layout-admin.admin-nav-mini .site-mobile-shade {
content: '';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .1);
z-index: 9999;
cursor: pointer;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed > a {
background: transparent;
}
.layui-layout-admin.admin-nav-mini .layui-header .layui-icon-shrink-right:before {
content: "\e668";
}
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
display: none;
position: static;
background-color: rgba(0, 0, 0, .3) !important;
min-width: 100%;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-itemed.admin-nav-hover > .layui-nav-child {
display: block;
}
}
/** //移动设备样式结束 */
/** 选项卡样式开始 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-content {
padding: 0;
position: absolute;
left: 0;
top: 40px;
right: 0;
bottom: 0;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-content > .layui-tab-item {
position: absolute;
bottom: 0;
right: 0;
top: 0;
left: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/** 选项卡标题样式 */
.layui-layout-admin .layui-body > .layui-tab {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title {
height: 40px;
line-height: 40px;
padding: 0 80px 0 40px;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
position: absolute;
right: 0;
z-index: 999;
border: none;
overflow: hidden;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li {
min-width: 0;
line-height: 40px;
max-width: 160px;
text-overflow: ellipsis;
overflow: hidden;
border-right: 1px solid #eeeeee;
vertical-align: top;
padding: 0 30px 0 15px;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li:first-child {
padding: 0 15px;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li cite {
font-style: normal;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title .layui-tab-bar {
display: none;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this,
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li:hover {
background-color: #eeeeee;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
width: 100%;
border: none;
height: 2px;
background-color: #292B34;
border-radius: 0;
}
/** tab关闭按钮样式 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li .layui-tab-close {
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 50%;
font-size: 12px;
position: absolute;
top: 12px;
right: 8px;
}
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li:first-child .layui-tab-close {
display: none; /** 第一个选项卡不可关闭 */
}
/** 选项卡其他操作按钮样式 */
.layui-layout-admin .layui-body .admin-tabs-control {
position: absolute;
top: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
transition: all .3s;
border-left: 1px solid #eeeeee;
z-index: 1000;
background-color: white;
}
.layui-layout-admin .layui-body .admin-tabs-control:hover {
background-color: #eeeeee;
}
.layui-layout-admin .layui-body .layui-icon-prev {
left: 0;
border-left: none;
border-right: 1px solid #eeeeee;
}
.layui-layout-admin .layui-body .layui-icon-next {
right: 40px;
}
.layui-layout-admin .layui-body .layui-icon-down {
right: 0;
}
.admin-tabs-select.layui-nav {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0;
background: 0 0;
}
.admin-tabs-select.layui-nav .layui-nav-item {
line-height: 40px
}
.admin-tabs-select.layui-nav .layui-nav-item > a {
height: 40px
}
.admin-tabs-select.layui-nav .layui-nav-item a {
color: #666
}
.admin-tabs-select.layui-nav .layui-nav-child {
top: 40px;
left: auto;
right: 0
}
.admin-tabs-select.layui-nav .layui-nav-child dd.layui-this,
.admin-tabs-select.layui-nav .layui-nav-child dd.layui-this a {
background-color: #f2f2f2 !important;
color: #333
}
.admin-tabs-select.layui-nav .layui-nav-bar, .admin-tabs-select.layui-nav .layui-nav-more {
display: none;
}
/** //选项卡样式结束 */
/** loading样式 */
.page-loading {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 19891017;
background-color: #fff;
}
.page-no-scroll {
overflow: hidden;
}
/** 魔方loading */
.rubik-loader {
width: 64px;
height: 64px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-image: url(img/ic_loading.gif);
background-repeat: no-repeat;
background-position: center;
}
/** 球形loading */
.ball-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ball-loader span {
display: inline-block;
background-color: #4aca85;
width: 25px;
height: 25px;
-webkit-animation: 1s ball-load ease-in-out infinite;
animation: ball-load 1s ease-in-out infinite;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
border-radius: 50%;
margin: 2px;
}
.ball-loader span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.ball-loader span:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.ball-loader span:nth-child(3) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.ball-loader span:nth-child(4) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes ball-load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes ball-load {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
/** 右侧弹窗样式 */
.layui-layer.layui-layer-adminRight {
top: 50px !important;
bottom: 0;
box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
border: none !important;
overflow: auto;
}
/** admin风格的弹窗 */
.layui-layer.layui-layer-admin {
box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
border: none !important;
}
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #24262F;
color: #ffffff;
height: 50px;
line-height: 50px;
border: 0;
}
.layui-layer.layui-layer-admin .layui-layer-setwin {
top: 17px;
}
.layui-layer.layui-layer-admin .layui-layer-setwin a {
font-family: layui-icon !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffffff;
}
/* 关闭按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1 {
background: none;
}
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1:before {
content: "\1006";
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/* 最大化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max {
background: none;
font-size: 14px;
padding-top: 1px;
}
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max:before {
content: "\e622";
}
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-maxmin:before {
content: "\e758";
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #009688;
background-color: #009688;
}
.layui-layer.layui-layer-admin .layui-layer-btn a {
height: 34px;
line-height: 34px;
}
.layui-layer-admin {
max-width: 100%;
}
.layui-layer-iframe .layui-layer-content {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/** 主体部分标题样式 */
.layui-body-header {
padding: 13px 20px;
color: #333;
font-size: 16px;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
position: absolute;
left: 0;
right: 0;
z-index: 1000;
display: none;
}
.layui-body-header-title {
border-left: 4px solid #009688;
padding-left: 6px;
}
.layui-body-header.show {
display: block;
}
.layui-body-header.show + div {
position: absolute;
left: 0;
right: 0;
top: 45px;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/** 表格上方工具栏样式 */
.layui-form.toolbar {
}
.layui-form.toolbar .layui-form-item {
margin-bottom: 0;
}
.toolbar + table {
margin: 2px 0 !important;
}
.toolbar + table + .layui-table-view {
margin: 0 !important;
}
.mr0 {
margin-right: 0 !important;
}
.w-auto {
width: auto;
}
@media screen and (max-width: 450px) {
.layui-form-item .w-auto + .layui-input-inline {
margin-left: 100px;
}
.layui-form-item .layui-inline {
margin-bottom: 8px;
}
}
.layui-form-select .layui-input {
padding-right: 0px;
}
.layui-input[type=number] {
line-height: 38px;
}
/** 弹窗内表单样式 */
.layui-form.model-form {
padding: 30px 30px 0px 0px;
}
/** 如果按钮加图标减少内边距 */
.icon-btn {
padding: 0 10px;
}
/** 卡片header里面的徽章样式调整 */
.layui-card .layui-card-header .layui-badge.pull-right {
top: 50%;
margin-top: -9px;
}
/** 特大字体 */
.lay-big-font {
font-size: 36px;
color: #666;
line-height: 36px;
padding: 5px 0 10px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
/** laydate加图标 */
.date-icon {
background-image: url(img/icon_date.png);
background-repeat: no-repeat;
background-position: right center;
}
.icon-search {
background-image: url(img/icon_search.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 26px;
}
/** 辅助样式 */
*[ew-href] {
cursor: pointer;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.inline-block {
display: inline-block;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.bg-white {
background-color: white;
}
.layui-link {
color: #029789 !important;
cursor: pointer;
}
.layui-link:hover {
opacity: .8;
}
/** 超链接样式 */
.layui-text a:not(.layui-btn) {
color: #01AAED;
}
.layui-text a:not(.layui-btn):hover {
opacity: .8;
text-decoration: none;
}
/* 圆形按钮 */
.btn-circle {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: #009688;
color: #ffffff;
position: fixed;
right: 15px;
bottom: 15px;
text-align: center;
box-shadow: 0 5px 20px 0 #009688;
cursor: pointer;
}
.btn-circle:hover {
opacity: .8;
color: #ffffff;
}
.btn-circle .layui-icon {
font-size: 24px;
}
/** 滚动条样式美化 */
::-webkit-scrollbar {
width: 8px;
height: 8px;
background: transparent;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #A6A6A6;
}
::-webkit-scrollbar-thumb:hover {
background-color: #7f7f7f;
}
@media screen and (max-width: 750px) {
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
}
.mini-bar::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.layui-nav-item.admin-nav-hover > .layui-nav-child::-webkit-scrollbar {
width: 3px;
height: 3px;
}
/** 下拉菜单默认隐藏 */
.dropdown-menu {
display: none;
}
/** 基于layui nav的下拉菜单 */
.nav-btn {
position: static;
display: inline-flex;
padding: 0;
background: none;
vertical-align: inherit;
}
.nav-btn .layui-nav-bar {
display: none;
}
.nav-btn .layui-nav-item {
line-height: 38px;
border-left: 1px solid rgba(255, 255, 255, .5);
background-color: #009688;
}
.nav-btn .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .2);
}
.nav-btn .layui-nav-item:first-child {
border-left: none;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.nav-btn .layui-nav-item:nth-last-child(2) {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.nav-btn a {
cursor: pointer;
}
.nav-btn .layui-nav-item > a {
padding: 0 22px 0 10px;
color: #fff;
}
.nav-btn .layui-nav-item .layui-icon {
font-size: 16px;
}
.nav-btn .layui-nav-item.text-center > a {
padding: 0 10px 0 10px;
}
.nav-btn .layui-nav-more {
right: 8px;
border-color: #fff transparent transparent;
}
.nav-btn .layui-nav-mored {
border-color: transparent transparent #fff;
}
.nav-btn .layui-nav-child {
top: 43px;
padding: 2px 0;
}
.nav-btn .layui-nav-child hr {
margin: 2px 0;
}
.layui-nav-child.align-top {
top: auto;
bottom: 43px;
}
.layui-nav-child.align-right {
right: 0;
left: auto;
}
.nav-btn-lg .layui-nav-item {
line-height: 44px;
}
.nav-btn-lg .layui-nav-child {
top: 49px;
}
.nav-btn-lg .layui-nav-child.align-top {
top: auto;
bottom: 49px;
}
.nav-btn-sm .layui-nav-item {
line-height: 30px;
}
.nav-btn-sm .layui-nav-child {
top: 35px;
}
.nav-btn-sm .layui-nav-child.align-top {
top: auto;
bottom: 35px;
}
.nav-btn-xs .layui-nav-item {
line-height: 22px;
}
.nav-btn-xs .layui-nav-child {
top: 27px;
}
.nav-btn-xs .layui-nav-child.align-top {
top: auto;
bottom: 27px;
}
.nav-btn-sm .layui-nav-item > a {
font-size: 12px;
padding: 0 14px 0 8px;
}
.nav-btn.nav-btn-sm .layui-nav-more {
right: 5px;
border-width: 4px;
margin-top: -2px;
}
.nav-btn.nav-btn-sm .layui-nav-mored {
margin-top: -6px;
}
.nav-btn.nav-btn-sm .layui-nav-item.text-center > a {
padding: 0 8px 0 8px;
}
.nav-btn-xs .layui-nav-item > a {
font-size: 12px;
padding: 0 13px 0 5px;
}
.nav-btn.nav-btn-xs .layui-nav-more {
right: 4px;
border-width: 4px;
margin-top: -2px;
}
.nav-btn.nav-btn-xs .layui-nav-mored {
margin-top: -6px;
}
.nav-btn.nav-btn-xs .layui-nav-item.text-center > a {
padding: 0 5px 0 5px;
}
.nav-btn-lg .layui-nav-item > a {
font-size: 16px;
padding: 0 25px 0 13px;
}
.nav-btn.nav-btn-lg .layui-nav-more {
right: 10px;
}
.nav-btn.nav-btn-lg .layui-nav-item.text-center > a {
padding: 0 13px 0 13px;
}
/** dtree选中颜色重写 */
.dtree-theme-item-this {
background-color: #eeeeee !important;
}
/** 鼠标右键菜单样式 */
.ctxMenu, .ctxMenu-sub {
max-width: 250px;
min-width: 110px;
background: white;
border-radius: 2px;
padding: 5px 0;
white-space: nowrap;
position: fixed;
z-index: 19891099;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
border: 1px solid #d2d2d2;
overflow: visible;
}
.ctxMenu-item {
position: relative;
}
.ctxMenu-item > a {
font-size: 14px;
color: #666;
padding: 0 26px 0 35px;
cursor: pointer;
display: block;
line-height: 36px;
text-decoration: none;
position: relative;
}
.ctxMenu-item > a:hover {
background: #f2f2f2;
color: #666;
}
.ctxMenu-item > a > .icon-more {
position: absolute;
right: 5px;
top: 0;
font-size: 12px;
color: #666;
}
.ctxMenu-item > a > .ctx-icon {
position: absolute;
left: 12px;
top: 0;
font-size: 15px;
color: #666;
}
.ctxMenu hr {
background-color: #e6e6e6;
clear: both;
margin: 5px 0;
border: 0;
height: 1px;
}
.ctx-ic-lg {
font-size: 18px !important;
left: 11px !important;
}
/** // 鼠标右键菜单样式end */
\ No newline at end of file
......@@ -52,8 +52,6 @@
background-color: #009688;
}
/** 主题颜色 */
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
......@@ -63,21 +61,8 @@
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #292B34;
top: 38px;
}
\ No newline at end of file
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
\ No newline at end of file
......@@ -9,21 +9,21 @@
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #1e90ff;
color: #eee;
background-color: #367FA9;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #1e90ff;
background-color: #3C8DBC;
}
.layui-layout-admin .layui-header a {
color: #eee;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #eee;
color: #fff;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
......@@ -34,169 +34,173 @@
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #344058;
background-color: #222D32;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #b8c7ce;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #1e90ff;
background-color: #3C8DBC;
}
.layui-nav-tree .layui-nav-bar {
background-color: #1e90ff;
background-color: #3C8DBC;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #222D32 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #3C8DBC;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #3C8DBC;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #3C8DBC;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #3C8DBC;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #3C8DBC;
background-color: #3C8DBC;
}
/* 圆形按钮 */
.btn-circle {
background: #3C8DBC;
box-shadow: 0 5px 20px 0 #3C8DBC;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #1e90ff;
background-color: #3C8DBC;
}
.layui-btn.layui-btn-primary:hover {
border-color: #1e90ff;
border-color: #3C8DBC;
}
/** 开关 */
.layui-form-onswitch {
border-color: #1e90ff;
background-color: #1e90ff;
border-color: #3C8DBC;
background-color: #3C8DBC;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #1e90ff;
background-color: #3C8DBC;
}
.layui-table-page .layui-laypage input:focus {
border-color: #1e90ff !important;
border-color: #3C8DBC !important;
}
.layui-table-view select:focus {
border-color: #1e90ff !important;
border-color: #3C8DBC !important;
}
.layui-table-page .layui-laypage a:hover {
color: #1e90ff;
color: #3C8DBC;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #1e90ff;
color: #3C8DBC;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #1e90ff;
background-color: #3C8DBC;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #1e90ff;
color: #3C8DBC;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #1e90ff !important;
border-color: #3C8DBC !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #1e90ff !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #1e90ff;
color: #3C8DBC !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #1e90ff !important;
color: #3C8DBC !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #1e90ff;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #1e90ff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #1e90ff;
top: 38px;
color: #3C8DBC;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #1e90ff;
background-color: #1e90ff;
border-color: #3C8DBC;
background-color: #3C8DBC;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #1e90ff;
border-color: #3C8DBC;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #344058 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #1e90ff;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #1e90ff;
background-color: #1e90ff;
}
/* 圆形按钮 */
.btn-circle {
background: #1e90ff;
box-shadow: 0 5px 20px 0 #1e90ff;
/** 加载动画颜色 */
.ball-loader span {
background-color: #3C8DBC;
}
......@@ -9,8 +9,8 @@
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #001529;
color: #eee;
background-color: #002140;
color: #fff;
}
/** header样式 */
......@@ -27,176 +27,181 @@
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #666;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #002140;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #001529 !important;
background-color: #002140;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(255, 255, 255, 0.65);
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #1e9fff;
background-color: #1890FF;
}
.layui-nav-tree .layui-nav-bar {
background-color: #1e9fff;
background-color: #1890FF;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #002140 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #002140;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #1890FF;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #1890FF;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #fff;
color: #333;
border-bottom: 1px solid #eee;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #000;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #555;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #1890FF;
background-color: #1890FF;
}
/* 圆形按钮 */
.btn-circle {
background: #1890FF;
box-shadow: 0 5px 20px 0 #1890FF;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #1e9fff;
background-color: #1890FF;
}
.layui-btn.layui-btn-primary:hover {
border-color: #1e9fff;
border-color: #1890FF;
}
/** 开关 */
.layui-form-onswitch {
border-color: #1e9fff;
background-color: #1e9fff;
border-color: #1890FF;
background-color: #1890FF;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #1e9fff;
background-color: #1890FF;
}
.layui-table-page .layui-laypage input:focus {
border-color: #1e9fff !important;
border-color: #1890FF !important;
}
.layui-table-view select:focus {
border-color: #1e9fff !important;
border-color: #1890FF !important;
}
.layui-table-page .layui-laypage a:hover {
color: #1e9fff;
color: #1890FF;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #1e9fff;
color: #1890FF;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #1e9fff;
background-color: #1890FF;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #1e9fff;
color: #1890FF;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #1e9fff !important;
border-color: #1890FF !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #1e9fff !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #1e9fff;
color: #1890FF !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #1e9fff !important;
color: #1890FF !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #1e9fff;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #1e9fff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #1e9fff;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #1e9fff;
top: 0px;
color: #1890FF;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #1e9fff;
background-color: #1e9fff;
border-color: #1890FF;
background-color: #1890FF;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #1e9fff;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #001529 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #001529;
color: #ffffff;
border-color: #1890FF;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
/** 加载动画颜色 */
.ball-loader span {
background-color: #1890FF;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #1e90ff;
background-color: #1e90ff;
}
/* 圆形按钮 */
.btn-circle {
background: #1e90ff;
box-shadow: 0 5px 20px 0 #1e90ff;
}
\ No newline at end of file
......@@ -9,194 +9,198 @@
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #00675d;
color: #eee;
background-color: #008D4C;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #fff;
background-color: #00A65A;
}
.layui-layout-admin .layui-header a {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #eee transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #00675d !important;
background-color: #222D32;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #b8c7ce;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #009688;
background-color: #00A65A;
}
.layui-nav-tree .layui-nav-bar {
background-color: #009688;
background-color: #00A65A;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #222D32 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #00A65A;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #00A65A;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #00A65A;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #00A65A;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #00A65A;
background-color: #00A65A;
}
/* 圆形按钮 */
.btn-circle {
background: #00A65A;
box-shadow: 0 5px 20px 0 #00A65A;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #009688;
background-color: #00A65A;
}
.layui-btn.layui-btn-primary:hover {
border-color: #009688;
border-color: #00A65A;
}
/** 开关 */
.layui-form-onswitch {
border-color: #009688;
background-color: #009688;
border-color: #00A65A;
background-color: #00A65A;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #009688;
background-color: #00A65A;
}
.layui-table-page .layui-laypage input:focus {
border-color: #009688 !important;
border-color: #00A65A !important;
}
.layui-table-view select:focus {
border-color: #009688 !important;
border-color: #00A65A !important;
}
.layui-table-page .layui-laypage a:hover {
color: #009688;
color: #00A65A;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #009688;
color: #00A65A;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #009688;
background-color: #00A65A;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #009688;
color: #00A65A;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #009688 !important;
border-color: #00A65A !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #009688 !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #009688;
color: #00A65A !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #009688 !important;
color: #00A65A !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #009688;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #009688;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #009688;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #009688;
top: 0px;
color: #00A65A;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #009688;
background-color: #009688;
border-color: #00A65A;
background-color: #00A65A;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #009688;
border-color: #00A65A;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #00675d !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #009688;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #009688;
background-color: #009688;
}
/* 圆形按钮 */
.btn-circle {
background: #009688;
box-shadow: 0 5px 20px 0 #009688;
/** 加载动画颜色 */
.ball-loader span {
background-color: #00A65A;
}
/** 透明侧边栏导航 */
/** 透明侧边栏导航 */
.layui-layout-admin .layui-side .layui-nav {
background-color: transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
background: rgba(255, 255, 255, .08);
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #1e90ff;
color: #eee;
background-color: #FB7299;
color: #fff;
box-shadow: none;
}
/** header样式 */
......@@ -26,176 +27,192 @@
color: #333;
}
/** header里面三角箭头 */
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #666;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #FB7299;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #344058;
background-color: #FB7299;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #fff;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #1e90ff;
background-color: rgba(255, 255, 255, .15);
color: #fff;
}
.layui-nav-tree .layui-nav-bar {
background-color: #1e90ff;
background-color: #fff;
width: 4px;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(255, 255, 255, .2);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .03) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #FB7299 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .03) !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: transparent;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #FB7299;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #FB7299;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #FB7299;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #fff;
color: #333;
border-bottom: 1px solid #eee;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #000;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #555;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #FB7299;
background-color: #FB7299;
}
/* 圆形按钮 */
.btn-circle {
background: #FB7299;
box-shadow: 0 5px 20px 0 #FB7299;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #1e90ff;
background-color: #FB7299;
}
.layui-btn.layui-btn-primary:hover {
border-color: #1e90ff;
border-color: #FB7299;
}
/** 开关 */
.layui-form-onswitch {
border-color: #1e90ff;
background-color: #1e90ff;
border-color: #FB7299;
background-color: #FB7299;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #1e90ff;
background-color: #FB7299;
}
.layui-table-page .layui-laypage input:focus {
border-color: #1e90ff !important;
border-color: #FB7299 !important;
}
.layui-table-view select:focus {
border-color: #1e90ff !important;
border-color: #FB7299 !important;
}
.layui-table-page .layui-laypage a:hover {
color: #1e90ff;
color: #FB7299;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #1e90ff;
color: #FB7299;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #1e90ff;
background-color: #FB7299;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #1e90ff;
color: #FB7299;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #1e90ff !important;
border-color: #FB7299 !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #1e90ff !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #1e90ff;
color: #FB7299 !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #1e90ff !important;
color: #FB7299 !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #1e90ff;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #1e90ff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #1e90ff;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #1e90ff;
color: #FB7299;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #1e90ff;
background-color: #1e90ff;
border-color: #FB7299;
background-color: #FB7299;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #1e90ff;
border-color: #FB7299;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #344058 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #1e90ff;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #1e90ff;
background-color: #1e90ff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/* 圆形按钮 */
.btn-circle {
background: #1e90ff;
box-shadow: 0 5px 20px 0 #1e90ff;
/** 加载动画颜色 */
.ball-loader span {
background-color: #FB7299;
}
......@@ -4,28 +4,29 @@
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
background: rgba(114, 46, 209, .06);
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #009688;
color: #eee;
background-color: #722ED1;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #009688;
background-color: #722ED1;
}
.layui-layout-admin .layui-header a {
color: #eee;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #eee;
color: #fff;
}
/** header里面三角箭头 */
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #eee transparent transparent;
}
......@@ -34,169 +35,231 @@
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #00675d !important;
background-color: #fff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #555;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #009688;
background: rgba(114, 46, 209, .08);
color: #722ED1;
}
.layui-nav-tree .layui-nav-bar {
background-color: #009688;
background-color: #722ED1;
width: 4px;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #555 !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(114, 46, 209, .08);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: #fff !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #fff !important;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: #fff !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: transparent;
}
}
/** 侧边栏小三角样式 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
border-color: #999 transparent transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a .layui-nav-more {
border-color: transparent transparent #999;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #722ED1;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #722ED1;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #722ED1;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #fff;
color: #333;
border-bottom: 1px solid #eee;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #000;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #555;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #722ED1;
background-color: #722ED1;
}
/* 圆形按钮 */
.btn-circle {
background: #722ED1;
box-shadow: 0 5px 20px 0 #722ED1;
}
/** 修改侧边栏小三角 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
font-family: layui-icon !important;
font-size: 12px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
width: auto;
height: auto;
line-height: normal;
border: none;
top: 23px;
margin: 0;
padding: 0;
display: inline-block;
transition: all .1s;
-webkit-transition: all .1s;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-child .layui-nav-more {
top: 13px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more:before {
content: "\e61a";
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a > .layui-nav-more {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #009688;
background-color: #722ED1;
}
.layui-btn.layui-btn-primary:hover {
border-color: #009688;
border-color: #722ED1;
}
/** 开关 */
.layui-form-onswitch {
border-color: #009688;
background-color: #009688;
border-color: #722ED1;
background-color: #722ED1;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #009688;
background-color: #722ED1;
}
.layui-table-page .layui-laypage input:focus {
border-color: #009688 !important;
border-color: #722ED1 !important;
}
.layui-table-view select:focus {
border-color: #009688 !important;
border-color: #722ED1 !important;
}
.layui-table-page .layui-laypage a:hover {
color: #009688;
color: #722ED1;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #009688;
color: #722ED1;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #009688;
background-color: #722ED1;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #009688;
color: #722ED1;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #009688 !important;
border-color: #722ED1 !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #009688 !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #009688;
color: #722ED1 !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #009688 !important;
color: #722ED1 !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #009688;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #009688;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #009688;
top: 38px;
color: #722ED1;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #009688;
background-color: #009688;
border-color: #722ED1;
background-color: #722ED1;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #009688;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #00675d !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
border-color: #722ED1;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #009688;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #009688;
background-color: #009688;
}
/* 圆形按钮 */
.btn-circle {
background: #009688;
box-shadow: 0 5px 20px 0 #009688;
/** 加载动画颜色 */
.ball-loader span {
background-color: #722ED1;
}
/** 透明侧边栏导航 */
/** 透明侧边栏导航 */
.layui-layout-admin .layui-side .layui-nav {
background-color: transparent;
}
......@@ -9,193 +9,198 @@
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #00509f;
color: #eee;
background-color: #722ED1;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #fff;
background-color: #722ED1;
}
.layui-layout-admin .layui-header a {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #eee transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #00509f;
background-color: #222D32;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #b8c7ce;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #1e90ff;
background-color: #722ED1;
}
.layui-nav-tree .layui-nav-bar {
background-color: #1e90ff;
background-color: #722ED1;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #222D32 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #722ED1;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #722ED1;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #722ED1;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #722ED1;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #722ED1;
background-color: #722ED1;
}
/* 圆形按钮 */
.btn-circle {
background: #722ED1;
box-shadow: 0 5px 20px 0 #722ED1;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #1e90ff;
background-color: #722ED1;
}
.layui-btn.layui-btn-primary:hover {
border-color: #1e90ff;
border-color: #722ED1;
}
/** 开关 */
.layui-form-onswitch {
border-color: #1e90ff;
background-color: #1e90ff;
border-color: #722ED1;
background-color: #722ED1;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #1e90ff;
background-color: #722ED1;
}
.layui-table-page .layui-laypage input:focus {
border-color: #1e90ff !important;
border-color: #722ED1 !important;
}
.layui-table-view select:focus {
border-color: #1e90ff !important;
border-color: #722ED1 !important;
}
.layui-table-page .layui-laypage a:hover {
color: #1e90ff;
color: #722ED1;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #1e90ff;
color: #722ED1;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #1e90ff;
background-color: #722ED1;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #1e90ff;
color: #722ED1;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #1e90ff !important;
border-color: #722ED1 !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #1e90ff !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #1e90ff;
color: #722ED1 !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #1e90ff !important;
color: #722ED1 !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #1e90ff;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #1e90ff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #1e90ff;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #1e90ff;
color: #722ED1;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #1e90ff;
background-color: #1e90ff;
border-color: #722ED1;
background-color: #722ED1;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #1e90ff;
border-color: #722ED1;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #00509f !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #1e90ff;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #1e90ff;
background-color: #1e90ff;
}
/* 圆形按钮 */
.btn-circle {
background: #1e90ff;
box-shadow: 0 5px 20px 0 #1e90ff;
/** 加载动画颜色 */
.ball-loader span {
background-color: #722ED1;
}
......@@ -4,199 +4,262 @@
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
background: rgba(221, 75, 57, .06);
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #e63e3e;
color: #eee;
background-color: #DD4B39;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #ffffff;
background-color: #DD4B39;
}
.layui-layout-admin .layui-header a {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
color: #fff;
}
/** header里面三角箭头 */
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #eee transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #28333E !important;
background-color: #fff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #555;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #e63e3e;
background: rgba(221, 75, 57, .08);
color: #DD4B39;
}
.layui-nav-tree .layui-nav-bar {
background-color: #e63e3e;
background-color: #DD4B39;
width: 4px;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #555 !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(221, 75, 57, .08);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: #fff !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #fff !important;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: #fff !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: transparent;
}
}
/** 侧边栏小三角样式 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
border-color: #999 transparent transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a .layui-nav-more {
border-color: transparent transparent #999;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #DD4B39;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #DD4B39;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #DD4B39;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #fff;
color: #333;
border-bottom: 1px solid #eee;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #000;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #555;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #DD4B39;
background-color: #DD4B39;
}
/* 圆形按钮 */
.btn-circle {
background: #DD4B39;
box-shadow: 0 5px 20px 0 #DD4B39;
}
/** 修改侧边栏小三角 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
font-family: layui-icon !important;
font-size: 12px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
width: auto;
height: auto;
line-height: normal;
border: none;
top: 23px;
margin: 0;
padding: 0;
display: inline-block;
transition: all .1s;
-webkit-transition: all .1s;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-child .layui-nav-more {
top: 13px;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more:before {
content: "\e61a";
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a > .layui-nav-more {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #e63e3e;
background-color: #DD4B39;
}
.layui-btn.layui-btn-primary:hover {
border-color: #e63e3e;
border-color: #DD4B39;
}
/** 开关 */
.layui-form-onswitch {
border-color: #e63e3e;
background-color: #e63e3e;
border-color: #DD4B39;
background-color: #DD4B39;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #e63e3e;
background-color: #DD4B39;
}
.layui-table-page .layui-laypage input:focus {
border-color: #e63e3e !important;
border-color: #DD4B39 !important;
}
.layui-table-view select:focus {
border-color: #e63e3e !important;
border-color: #DD4B39 !important;
}
.layui-table-page .layui-laypage a:hover {
color: #e63e3e;
color: #DD4B39;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #e63e3e;
color: #DD4B39;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #e63e3e;
background-color: #DD4B39;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #e63e3e;
color: #DD4B39;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #e63e3e !important;
border-color: #DD4B39 !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #e63e3e !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #e63e3e;
color: #DD4B39 !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #e63e3e !important;
color: #DD4B39 !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #e63e3e;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #e63e3e;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #e63e3e;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #e63e3e;
top: 0px;
color: #DD4B39;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #e63e3e;
background-color: #e63e3e;
border-color: #DD4B39;
background-color: #DD4B39;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #e63e3e;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #28333E !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
border-color: #DD4B39;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #e63e3e;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #e63e3e;
background-color: #e63e3e;
}
/* 圆形按钮 */
.btn-circle {
background: #e63e3e;
box-shadow: 0 5px 20px 0 #e63e3e;
/** 加载动画颜色 */
.ball-loader span {
background-color: #DD4B39;
}
......@@ -9,194 +9,198 @@
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #e63e3e;
color: #eee;
background-color: #DD4B39;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #ffffff;
background-color: #DD4B39;
}
.layui-layout-admin .layui-header a {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
color: #fff;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #eee transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #801a1a !important;
background-color: #28333E;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(255, 255, 255, .7);
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #e63e3e;
background-color: #DD4B39;
}
.layui-nav-tree .layui-nav-bar {
background-color: #e63e3e;
background-color: #DD4B39;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #28333E !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #DD4B39;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #DD4B39;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #DD4B39;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #DD4B39;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #DD4B39;
background-color: #DD4B39;
}
/* 圆形按钮 */
.btn-circle {
background: #DD4B39;
box-shadow: 0 5px 20px 0 #DD4B39;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #e63e3e;
background-color: #DD4B39;
}
.layui-btn.layui-btn-primary:hover {
border-color: #e63e3e;
border-color: #DD4B39;
}
/** 开关 */
.layui-form-onswitch {
border-color: #e63e3e;
background-color: #e63e3e;
border-color: #DD4B39;
background-color: #DD4B39;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #e63e3e;
background-color: #DD4B39;
}
.layui-table-page .layui-laypage input:focus {
border-color: #e63e3e !important;
border-color: #DD4B39 !important;
}
.layui-table-view select:focus {
border-color: #e63e3e !important;
border-color: #DD4B39 !important;
}
.layui-table-page .layui-laypage a:hover {
color: #e63e3e;
color: #DD4B39;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #e63e3e;
color: #DD4B39;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #e63e3e;
background-color: #DD4B39;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #e63e3e;
color: #DD4B39;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #e63e3e !important;
border-color: #DD4B39 !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #e63e3e !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #e63e3e;
color: #DD4B39 !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #e63e3e !important;
color: #DD4B39 !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #e63e3e;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #e63e3e;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #e63e3e;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #e63e3e;
top: 0px;
color: #DD4B39;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #e63e3e;
background-color: #e63e3e;
border-color: #DD4B39;
background-color: #DD4B39;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #e63e3e;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #801a1a !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #e63e3e;
color: #ffffff;
border-color: #DD4B39;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #e63e3e;
background-color: #e63e3e;
}
/* 圆形按钮 */
.btn-circle {
background: #e63e3e;
box-shadow: 0 5px 20px 0 #e63e3e;
/** 加载动画颜色 */
.ball-loader span {
background-color: #DD4B39;
}
......@@ -4,13 +4,13 @@
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
background: rgba(59, 116, 255, .02);
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #ffffff;
color: #303D51;
background-color: #fff;
color: #666;
}
/** header样式 */
......@@ -19,215 +19,247 @@
}
.layui-layout-admin .layui-header a {
color: #333;
color: #555;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
color: #555;
}
/** header里面三角箭头 */
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
border-color: transparent transparent #666;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
background-color: #3B74FF;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #ffffff !important;
background-color: #fff;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #555;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
color: #ffffff !important;
background-color: #1e90ff;
background: rgba(59, 116, 255, .03);
color: #3B74FF;
}
.layui-nav-tree .layui-nav-bar {
background-color: #1e90ff;
background-color: #3B74FF;
width: 4px;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #1e90ff;
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #555 !important;
}
.layui-btn.layui-btn-primary:hover {
border-color: #1e90ff;
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(59, 116, 255, .03);
}
/** 开关 */
.layui-form-onswitch {
border-color: #1e90ff;
background-color: #1e90ff;
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: #fff !important;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #1e90ff;
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #fff !important;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.layui-table-page .layui-laypage input:focus {
border-color: #1e90ff !important;
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: #fff !important;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: transparent;
}
}
.layui-table-view select:focus {
border-color: #1e90ff !important;
/** 侧边栏小三角样式 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
border-color: #999 transparent transparent;
}
.layui-table-page .layui-laypage a:hover {
color: #1e90ff;
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a .layui-nav-more {
border-color: transparent transparent #999;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #1e90ff;
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #2486FF;
/*top: 38px;*/
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #1e90ff;
/** 主体标题 */
.layui-body-header-title {
border-left-color: #2486FF;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #1e90ff;
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #2486FF;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #1e90ff !important;
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #fff;
color: #333;
border-bottom: 1px solid #eee;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #1e90ff !important;
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #000;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #1e90ff;
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #555;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #1e90ff !important;
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #2486FF;
background-color: #2486FF;
}
/** 时间轴 */
.layui-timeline-axis {
color: #1e90ff;
/* 圆形按钮 */
.btn-circle {
background: #2486FF;
box-shadow: 0 5px 20px 0 #2486FF;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #1e90ff;
/** 修改侧边栏小三角 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
font-family: layui-icon !important;
font-size: 12px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
width: auto;
height: auto;
line-height: normal;
border: none;
top: 23px;
margin: 0;
padding: 0;
display: inline-block;
transition: all .1s;
-webkit-transition: all .1s;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #333;
.layui-layout-admin .layui-side .layui-nav .layui-nav-child .layui-nav-more {
top: 13px;
}
.layui-side .layui-nav .layui-nav-item a .layui-icon {
font-size: 16px;
.layui-layout-admin .layui-side .layui-nav .layui-nav-more:before {
content: "\e61a";
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #000 !important;
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a > .layui-nav-more {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
border-color: #666 transparent transparent;
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #2486FF;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a .layui-nav-more {
border-color: transparent transparent #666;
.layui-btn.layui-btn-primary:hover {
border-color: #2486FF;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child {
background-color: #F2F2F2 !important;
/** 开关 */
.layui-form-onswitch {
border-color: #2486FF;
background-color: #2486FF;
}
.layui-layout-admin .layui-side {
border-right: 1px solid #E6E6E6;
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #2486FF;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(0, 0, 0, .05);
.layui-table-page .layui-laypage input:focus {
border-color: #2486FF !important;
}
/** logo样式 */
.layui-layout-admin .layui-header .layui-logo {
border-right: 1px solid #E6E6E6;
.layui-table-view select:focus {
border-color: #2486FF !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #1e90ff;
.layui-table-page .layui-laypage a:hover {
color: #2486FF;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #1e90ff;
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #2486FF;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #1e90ff;
background-color: #1e90ff;
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #2486FF;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #1e90ff;
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #2486FF;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #ffffff !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
border: 1px solid #dddddd;
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #2486FF !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #2486FF !important;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #1e90ff;
color: #ffffff;
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #2486FF !important;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
/** 时间轴 */
.layui-timeline-axis {
color: #2486FF;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #2486FF;
background-color: #2486FF;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #1e90ff;
background-color: #1e90ff;
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #2486FF;
}
/* 圆形按钮 */
.btn-circle {
background: #1e90ff;
box-shadow: 0 5px 20px 0 #1e90ff;
/** 加载动画颜色 */
.ball-loader span {
background-color: #2486FF;
}
......@@ -9,21 +9,21 @@
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #e63e3e;
color: #eee;
background-color: #F78400;
color: #fff;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #e63e3e;
background-color: #F78400;
}
.layui-layout-admin .layui-header a {
color: #eee;
color: #fff;
}
.layui-layout-admin .layui-header a:hover {
color: #eee;
color: #fff;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
......@@ -34,169 +34,173 @@
border-color: transparent transparent #eee;
}
/** 导航栏下面的线条 */
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
background-color: #fff;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #28333E !important;
background-color: #222D32;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: #b8c7ce;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
background-color: #e63e3e;
background-color: #F78400;
}
.layui-nav-tree .layui-nav-bar {
background-color: #e63e3e;
background-color: #F78400;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover, .layui-side .layui-nav-item.layui-this > a {
color: #fff !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #222D32 !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .2) !important;
}
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #F78400;
top: 38px;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #F78400;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #F78400;
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #F78400;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #F78400;
background-color: #F78400;
}
/* 圆形按钮 */
.btn-circle {
background: #F78400;
box-shadow: 0 5px 20px 0 #F78400;
}
/** 主题颜色 */
/** 按钮 */
.layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled) {
background-color: #e63e3e;
background-color: #F78400;
}
.layui-btn.layui-btn-primary:hover {
border-color: #e63e3e;
border-color: #F78400;
}
/** 开关 */
.layui-form-onswitch {
border-color: #e63e3e;
background-color: #e63e3e;
border-color: #F78400;
background-color: #F78400;
}
/** 分页插件 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #e63e3e;
background-color: #F78400;
}
.layui-table-page .layui-laypage input:focus {
border-color: #e63e3e !important;
border-color: #F78400 !important;
}
.layui-table-view select:focus {
border-color: #e63e3e !important;
border-color: #F78400 !important;
}
.layui-table-page .layui-laypage a:hover {
color: #e63e3e;
color: #F78400;
}
/** 单选按钮 */
.layui-form-radio > i:hover, .layui-form-radioed > i {
color: #e63e3e;
color: #F78400;
}
/** 下拉条目选中 */
.layui-form-select dl dd.layui-this {
background-color: #e63e3e;
background-color: #F78400;
}
/** 选项卡 */
.layui-tab-brief > .layui-tab-title .layui-this {
color: #e63e3e;
color: #F78400;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #e63e3e !important;
border-color: #F78400 !important;
}
/** 面包屑导航 */
.layui-breadcrumb a:hover {
color: #e63e3e !important;
}
/** 主体标题 */
.layui-body-header-title {
border-left-color: #e63e3e;
color: #F78400 !important;
}
/** 日期选择器按钮 */
.laydate-footer-btns span:hover {
color: #e63e3e !important;
color: #F78400 !important;
}
/** 时间轴 */
.layui-timeline-axis {
color: #e63e3e;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #e63e3e;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(238, 238, 238, .7);
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #eee !important;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #eee;
}
/** tab下划线 */
.layui-layout-admin .layui-body > .layui-tab > .layui-tab-title li.layui-this:after {
background-color: #e63e3e;
top: 38px;
color: #F78400;
}
/** 复选框 */
.layui-form-checked[lay-skin=primary] i {
border-color: #e63e3e;
background-color: #e63e3e;
border-color: #F78400;
background-color: #F78400;
}
.layui-form-checkbox[lay-skin=primary] i:hover {
border-color: #e63e3e;
border-color: #F78400;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #28333E !important;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
/** admin风格弹窗样式 */
.layui-layer.layui-layer-admin .layui-layer-title {
background-color: #e63e3e;
color: #ffffff;
}
/** 按钮颜色 */
.layui-layer.layui-layer-admin .layui-layer-setwin a {
color: #ffffff;
}
/* 最小化按钮 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
background-color: #dddddd;
}
/** 弹窗按钮 */
.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
border-color: #e63e3e;
background-color: #e63e3e;
}
/* 圆形按钮 */
.btn-circle {
background: #e63e3e;
box-shadow: 0 5px 20px 0 #e63e3e;
/** 加载动画颜色 */
.ball-loader span {
background-color: #F78400;
}
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Ukurasa Uliotangulia
previous_label=Iliyotangulia
next.title=Ukurasa Ufuatao
next_label=Ifuatayo
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Kuza Nje
zoom_out_label=Kuza Nje
zoom_in.title=Kuza Ndani
zoom_in_label=Kuza Ndani
zoom.title=Kuza
presentation_mode.title=Badili kwa Hali ya Uwasilishaji
presentation_mode_label=Hali ya Uwasilishaji
open_file.title=Fungua Faili
open_file_label=Fungua
print.title=Chapisha
print_label=Chapisha
download.title=Pakua
download_label=Pakua
bookmark.title=Mwonekano wa sasa (nakili au ufungue katika dirisha mpya)
bookmark_label=Mwonekano wa Sasa
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Kichwa:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Kibiano cha Upau wa Kando
toggle_sidebar_label=Kibiano cha Upau wa Kando
document_outline_label=Ufupisho wa Waraka
thumbs.title=Onyesha Kijipicha
thumbs_label=Vijipicha
findbar.title=Pata katika Waraka
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Ukurasa {{ukurasa}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}}
# Find panel button title and messages
find_previous.title=Tafuta tukio kabla ya msemo huu
find_previous_label=Iliyotangulia
find_next.title=Tafuta tukio linalofuata la msemo
find_next_label=Ifuatayo
find_highlight=Angazia yote
find_match_case_label=Linganisha herufi
find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini
find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu
find_not_found=Msemo hukupatikana
# Error panel labels
error_more_info=Maelezo Zaidi
error_less_info=Maelezo Kidogo
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (jenga: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Ujumbe: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Panganya: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Faili: {{faili}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Laini: {{laini}}
rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa
# Predefined zoom values
page_scale_width=Upana wa Ukurasa
page_scale_fit=Usawa wa Ukurasa
page_scale_auto=Ukuzaji wa Kiotomatiki
page_scale_actual=Ukubwa Halisi
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Hitilafu
loading_error=Hitilafu lilitokea wakati wa kupakia PDF.
invalid_file_error=Faili ya PDF isiyohalali au potofu.
missing_file_error=Faili ya PDF isiyopo.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} Ufafanuzi]
password_ok=SAWA
printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki.
web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=Zuma/gogela
open_file.title=Bula Faele
open_file_label=Bula
# Secondary toolbar and context menu
# Document properties dialog box
document_properties_file_name=Leina la faele:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Leina:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko
find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko
find_not_found=Setlhopha sa mafoko ga se a bonwa
# Error panel labels
error_more_info=Tshedimosetso e Nngwe
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Phoso
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=Siame
web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=jasi
open_file_label=Mitani
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
# Error panel labels
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=Jo
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Oldingi sahifa
previous_label=Oldingi
next.title=Keyingi sahifa
next_label=Keyingi
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=/{{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Kichiklashtirish
zoom_out_label=Kichiklashtirish
zoom_in.title=Kattalashtirish
zoom_in_label=Kattalashtirish
zoom.title=Masshtab
presentation_mode.title=Namoyish usuliga oʻtish
presentation_mode_label=Namoyish usuli
open_file.title=Faylni ochish
open_file_label=Ochish
print.title=Chop qilish
print_label=Chop qilish
download.title=Yuklab olish
download_label=Yuklab olish
bookmark.title=Joriy koʻrinish (nusxa oling yoki yangi oynada oching)
bookmark_label=Joriy koʻrinish
# Secondary toolbar and context menu
tools.title=Vositalar
tools_label=Vositalar
first_page.title=Birinchi sahifaga oʻtish
first_page.label=Birinchi sahifaga oʻtish
first_page_label=Birinchi sahifaga oʻtish
last_page.title=Soʻnggi sahifaga oʻtish
last_page.label=Soʻnggi sahifaga oʻtish
last_page_label=Soʻnggi sahifaga oʻtish
page_rotate_cw.title=Soat yoʻnalishi boʻyicha burish
page_rotate_cw.label=Soat yoʻnalishi boʻyicha burish
page_rotate_cw_label=Soat yoʻnalishi boʻyicha burish
page_rotate_ccw.title=Soat yoʻnalishiga qarshi burish
page_rotate_ccw.label=Soat yoʻnalishiga qarshi burish
page_rotate_ccw_label=Soat yoʻnalishiga qarshi burish
# Document properties dialog box
document_properties.title=Hujjat xossalari
document_properties_label=Hujjat xossalari
document_properties_file_name=Fayl nomi:
document_properties_file_size=Fayl hajmi:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
document_properties_title=Nomi:
document_properties_author=Muallifi:
document_properties_subject=Mavzusi:
document_properties_keywords=Kalit so‘zlar
document_properties_creation_date=Yaratilgan sanasi:
document_properties_modification_date=O‘zgartirilgan sanasi
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Yaratuvchi:
document_properties_producer=PDF ishlab chiqaruvchi:
document_properties_version=PDF versiyasi:
document_properties_page_count=Sahifa soni:
document_properties_close=Yopish
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Yon panelni yoqib/oʻchirib qoʻyish
toggle_sidebar_label=Yon panelni yoqib/oʻchirib qoʻyish
document_outline_label=Hujjat tuzilishi
attachments.title=Ilovalarni ko‘rsatish
attachments_label=Ilovalar
thumbs.title=Nishonchalarni koʻrsatish
thumbs_label=Nishoncha
findbar.title=Hujjat ichidan topish
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title={{page}} sahifa
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas={{page}} sahifa nishonchasi
# Find panel button title and messages
find_previous.title=Soʻzlardagi oldingi hodisani topish
find_previous_label=Oldingi
find_next.title=Iboradagi keyingi hodisani topish
find_next_label=Keyingi
find_highlight=Barchasini ajratib koʻrsatish
find_match_case_label=Katta-kichik harflarni farqlash
find_reached_top=Hujjatning boshigacha yetib keldik, pastdan davom ettiriladi
find_reached_bottom=Hujjatning oxiriga yetib kelindi, yuqoridan davom ettirladi
find_not_found=Soʻzlar topilmadi
# Error panel labels
error_more_info=Koʻproq ma`lumot
error_less_info=Kamroq ma`lumot
error_close=Yopish
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Xabar: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Toʻplam: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Fayl: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Satr: {{line}}
rendering_error=Sahifa renderlanayotganda xato yuz berdi.
# Predefined zoom values
page_scale_width=Sahifa eni
page_scale_fit=Sahifani moslashtirish
page_scale_auto=Avtomatik masshtab
page_scale_actual=Haqiqiy hajmi
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Xato
loading_error=PDF yuklanayotganda xato yuz berdi.
invalid_file_error=Xato yoki buzuq PDF fayli.
missing_file_error=PDF fayl kerak.
unexpected_response_error=Kutilmagan server javobi.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} Annotation]
password_label=PDF faylni ochish uchun parolni kiriting.
password_invalid=Parol - notoʻgʻri. Qaytadan urinib koʻring.
password_ok=OK
printing_not_supported=Diqqat: chop qilish bruzer tomonidan toʻliq qoʻllab-quvvatlanmaydi.
printing_not_ready=Diqqat: PDF fayl chop qilish uchun toʻliq yuklanmadi.
web_fonts_disabled=Veb shriftlar oʻchirilgan: ichki PDF shriftlardan foydalanib boʻlmmaydi.
document_colors_not_allowed=PDF hujjat oʻzining ranglaridan foydalanishga ruxsat bermaydi: 'Sahifalarga oʻzining rangidan foydalanishga ruxsat berish' ushbu brauzerda oʻchirib qoʻyilgan.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Xët wi jiitu
previous_label=Bi jiitu
next.title=Xët wi ci topp
next_label=Bi ci topp
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Wàññi
zoom_out_label=Wàññi
zoom_in.title=Yaatal
zoom_in_label=Yaatal
zoom.title=Yambalaŋ
presentation_mode.title=Wañarñil ci anamu wone
presentation_mode_label=Anamu Wone
open_file.title=Ubbi benn dencukaay
open_file_label=Ubbi
print.title=Móol
print_label=Móol
download.title=Yeb yi
download_label=Yeb yi
bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees)
bookmark_label=Wone bi feeñ
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Bopp:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
thumbs.title=Wone nataal yu ndaw yi
thumbs_label=Nataal yu ndaw yi
findbar.title=Gis ci biir jukki bi
findbar_label=Wut
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Xët {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Wiñet bu xët {{page}}
# Find panel button title and messages
find_previous.title=Seet beneen kaddu bu ni mel te jiitu
find_previous_label=Bi jiitu
find_next.title=Seet beneen kaddu bu ni mel
find_next_label=Bi ci topp
find_highlight=Melaxal lépp
find_match_case_label=Sàmm jëmmalin wi
find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf
find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte
find_not_found=Gisiñu kaddu gi
# Error panel labels
error_more_info=Xibaar yu gën bari
error_less_info=Xibaar yu gën bari
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Bataaxal: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Juug: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Dencukaay: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Rëdd : {{line}}
rendering_error=Am njumte bu am bi xët bi di wonewu.
# Predefined zoom values
page_scale_width=Yaatuwaay bu mët
page_scale_fit=Xët lëmm
page_scale_auto=Yambalaŋ ci saa si
page_scale_actual=Dayo bi am
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Njumte
loading_error=Am na njumte ci yebum dencukaay PDF bi.
invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[Karmat {{type}}]
password_ok=OK
password_cancel=Neenal
printing_not_supported=Artu: Joowkat bii nanguwul lool mool.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Iphepha langaphambili
previous_label=Okwangaphambili
next.title=Iphepha elilandelayo
next_label=Okulandelayo
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=Iphepha
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=kwali- {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} kwali {{pagesCount}})
zoom_out.title=Bhekelisela Kudana
zoom_out_label=Bhekelisela Kudana
zoom_in.title=Sondeza Kufuphi
zoom_in_label=Sondeza Kufuphi
zoom.title=Yandisa / Nciphisa
presentation_mode.title=Tshintshela kwimo yonikezelo
presentation_mode_label=Imo yonikezelo
open_file.title=Vula Ifayile
open_file_label=Vula
print.title=Printa
print_label=Printa
download.title=Khuphela
download_label=Khuphela
bookmark.title=Imbonakalo ekhoyo (kopa okanye vula kwifestile entsha)
bookmark_label=Imbonakalo ekhoyo
# Secondary toolbar and context menu
tools.title=Izixhobo zemiyalelo
tools_label=Izixhobo zemiyalelo
first_page.title=Yiya kwiphepha lokuqala
first_page.label=Yiya kwiphepha lokuqala
first_page_label=Yiya kwiphepha lokuqala
last_page.title=Yiya kwiphepha lokugqibela
last_page.label=Yiya kwiphepha lokugqibela
last_page_label=Yiya kwiphepha lokugqibela
page_rotate_cw.title=Jikelisa ngasekunene
page_rotate_cw.label=Jikelisa ngasekunene
page_rotate_cw_label=Jikelisa ngasekunene
page_rotate_ccw.title=Jikelisa ngasekhohlo
page_rotate_ccw.label=Jikelisa ngasekhohlo
page_rotate_ccw_label=Jikelisa ngasekhohlo
cursor_text_select_tool.title=Vumela iSixhobo sokuKhetha iTeksti
cursor_text_select_tool_label=ISixhobo sokuKhetha iTeksti
cursor_hand_tool.title=Yenza iSixhobo seSandla siSebenze
cursor_hand_tool_label=ISixhobo seSandla
# Document properties dialog box
document_properties.title=Iipropati zoxwebhu…
document_properties_label=Iipropati zoxwebhu…
document_properties_file_name=Igama lefayile:
document_properties_file_size=Isayizi yefayile:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB (iibhayiti{{size_b}})
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB (iibhayithi{{size_b}})
document_properties_title=Umxholo:
document_properties_author=Umbhali:
document_properties_subject=Umbandela:
document_properties_keywords=Amagama aphambili:
document_properties_creation_date=Umhla wokwenziwa kwayo:
document_properties_modification_date=Umhla wokulungiswa kwayo:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Umntu oyenzileyo:
document_properties_producer=Umvelisi we-PDF:
document_properties_version=Uhlelo lwe-PDF:
document_properties_page_count=Inani lamaphepha:
document_properties_close=Vala
print_progress_message=Ilungisa uxwebhu ukuze iprinte…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=Rhoxisa
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Togola ngebha eseCaleni
toggle_sidebar_notification.title=ISidebar yeQhosha (uxwebhu lunolwandlalo/iziqhotyoshelwa)
toggle_sidebar_label=Togola ngebha eseCaleni
document_outline.title=Bonisa uLwandlalo loXwebhu (cofa kabini ukuze wandise/diliza zonke izinto)
document_outline_label=Isishwankathelo soxwebhu
attachments.title=Bonisa iziqhotyoshelwa
attachments_label=Iziqhoboshelo
thumbs.title=Bonisa ukrobiso kumfanekiso
thumbs_label=Ukrobiso kumfanekiso
findbar.title=Fumana kuXwebhu
findbar_label=Fumana
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Iphepha {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Ukrobiso kumfanekiso wephepha {{page}}
# Find panel button title and messages
find_input.title=Fumana
find_input.placeholder=Fumana kuXwebhu…
find_previous.title=Fumanisa isenzeko sangaphambili sebinzana lamagama
find_previous_label=Okwangaphambili
find_next.title=Fumanisa isenzeko esilandelayo sebinzana lamagama
find_next_label=Okulandelayo
find_highlight=Qaqambisa konke
find_match_case_label=Tshatisa ngobukhulu bukanobumba
find_reached_top=Ufike ngaphezulu ephepheni, kusukwa ngezantsi
find_reached_bottom=Ufike ekupheleni kwephepha, kusukwa ngaphezulu
find_not_found=Ibinzana alifunyenwanga
# Error panel labels
error_more_info=Inkcazelo Engakumbi
error_less_info=Inkcazelo Encinane
error_close=Vala
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=I-PDF.js v{{version}} (yakha: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Umyalezo: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Imfumba: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Ifayile: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Umgca: {{line}}
rendering_error=Imposiso yenzekile xa bekunikezelwa iphepha.
# Predefined zoom values
page_scale_width=Ububanzi bephepha
page_scale_fit=Ukulinganiswa kwephepha
page_scale_auto=Ukwandisa/Ukunciphisa Ngokwayo
page_scale_actual=Ubungakanani bokwenene
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Imposiso
loading_error=Imposiso yenzekile xa kulayishwa i-PDF.
invalid_file_error=Ifayile ye-PDF engeyiyo okanye eyonakalisiweyo.
missing_file_error=Ifayile ye-PDF edukileyo.
unexpected_response_error=Impendulo yeseva engalindelekanga.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} Ubhalo-nqaku]
password_label=Faka ipasiwedi ukuze uvule le fayile yePDF.
password_invalid=Ipasiwedi ayisebenzi. Nceda uzame kwakhona.
password_ok=KULUNGILE
password_cancel=Rhoxisa
printing_not_supported=Isilumkiso: Ukuprinta akuxhaswa ngokupheleleyo yile bhrawuza.
printing_not_ready=Isilumkiso: IPDF ayihlohlwanga ngokupheleleyo ukwenzela ukuprinta.
web_fonts_disabled=Iifonti zewebhu ziqhwalelisiwe: ayikwazi ukusebenzisa iifonti ze-PDF ezincanyathelisiweyo.
document_colors_not_allowed=Amaxwebhu ePDF akavumelekanga ukuba asebenzise imibala yawo: 'Ukuvumela amaphepha ukuba asebenzise eyawo imibala' kuvaliwe ukuba kungasebenzi kwibhrawuza.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Lii lut ah
zoom_out_label=Lii lut ah
zoom_in.title=Lii mach ah
zoom_in_label=Lii mach ah
zoom.title=Xha niey
open_file.title=Xhal yets ndedizh
open_file_label=Xhal
# Secondary toolbar and context menu
tools.title=Koo lii chel
tools_label=Koo lii chel
# Document properties dialog box
document_properties.title=Sá nìe yêtz...
document_properties_label=Sá nìe yêtz...
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_close=TòɁw
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
attachments.title=Mb-&lòɁ yêtz
thumbs_label=Thumbnails
findbar.title=GòzăɁl lèɁn yêtz
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
# Error panel labels
error_close=TòɁw
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=Bliy
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=上一页
previous_label=上一页
next.title=下一页
next_label=下一页
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=页面
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=/ {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} / {{pagesCount}})
zoom_out.title=缩小
zoom_out_label=缩小
zoom_in.title=放大
zoom_in_label=放大
zoom.title=缩放
presentation_mode.title=切换到演示模式
presentation_mode_label=演示模式
open_file.title=打开文件
open_file_label=打开
print.title=打印
print_label=打印
download.title=下载
download_label=下载
bookmark.title=当前在看的内容(复制或在新窗口中打开)
bookmark_label=当前在看
# Secondary toolbar and context menu
tools.title=工具
tools_label=工具
first_page.title=转到第一页
first_page.label=转到第一页
first_page_label=转到第一页
last_page.title=转到最后一页
last_page.label=转到最后一页
last_page_label=转到最后一页
page_rotate_cw.title=顺时针旋转
page_rotate_cw.label=顺时针旋转
page_rotate_cw_label=顺时针旋转
page_rotate_ccw.title=逆时针旋转
page_rotate_ccw.label=逆时针旋转
page_rotate_ccw_label=逆时针旋转
cursor_text_select_tool.title=启用文本选择工具
cursor_text_select_tool_label=文本选择工具
cursor_hand_tool.title=启用手形工具
cursor_hand_tool_label=手形工具
scroll_vertical.title=使用垂直滚动
scroll_vertical_label=垂直滚动
scroll_horizontal.title=使用水平滚动
scroll_horizontal_label=水平滚动
scroll_wrapped.title=使用平铺滚动
scroll_wrapped_label=平铺滚动
spread_none.title=不加入衔接页
spread_none_label=单页视图
spread_odd.title=加入衔接页使奇数页作为起始页
spread_odd_label=双页视图
spread_even.title=加入衔接页使偶数页作为起始页
spread_even_label=书籍视图
# Document properties dialog box
document_properties.title=文档属性…
document_properties_label=文档属性…
document_properties_file_name=文件名:
document_properties_file_size=文件大小:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} 字节)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} 字节)
document_properties_title=标题:
document_properties_author=作者:
document_properties_subject=主题:
document_properties_keywords=关键词:
document_properties_creation_date=创建日期:
document_properties_modification_date=修改日期:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=创建者:
document_properties_producer=PDF 生成器:
document_properties_version=PDF 版本:
document_properties_page_count=页数:
document_properties_page_size=页面大小:
document_properties_page_size_unit_inches=英寸
document_properties_page_size_unit_millimeters=毫米
document_properties_page_size_orientation_portrait=纵向
document_properties_page_size_orientation_landscape=横向
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=文本
document_properties_page_size_name_legal=法律
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}})
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized=快速 Web 视图:
document_properties_linearized_yes=
document_properties_linearized_no=
document_properties_close=关闭
print_progress_message=正在准备打印文档…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=取消
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=切换侧栏
toggle_sidebar_notification.title=切换侧栏(文档所含的大纲/附件)
toggle_sidebar_label=切换侧栏
document_outline.title=显示文档大纲(双击展开/折叠所有项)
document_outline_label=文档大纲
attachments.title=显示附件
attachments_label=附件
thumbs.title=显示缩略图
thumbs_label=缩略图
findbar.title=在文档中查找
findbar_label=查找
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=页码 {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=页面 {{page}} 的缩略图
# Find panel button title and messages
find_input.title=查找
find_input.placeholder=在文档中查找…
find_previous.title=查找词语上一次出现的位置
find_previous_label=上一页
find_next.title=查找词语后一次出现的位置
find_next_label=下一页
find_highlight=全部高亮显示
find_match_case_label=区分大小写
find_entire_word_label=字词匹配
find_reached_top=到达文档开头,从末尾继续
find_reached_bottom=到达文档末尾,从开头继续
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
find_match_count={[ plural(total) ]}
find_match_count[one]=第 {{current}} 项,共匹配 {{total}}
find_match_count[two]=第 {{current}} 项,共匹配 {{total}}
find_match_count[few]=第 {{current}} 项,共匹配 {{total}}
find_match_count[many]=第 {{current}} 项,共匹配 {{total}}
find_match_count[other]=第 {{current}} 项,共匹配 {{total}}
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_match_count_limit[zero]=超过 {{limit}} 项匹配
find_match_count_limit[one]=超过 {{limit}} 项匹配
find_match_count_limit[two]=超过 {{limit}} 项匹配
find_match_count_limit[few]=超过 {{limit}} 项匹配
find_match_count_limit[many]=超过 {{limit}} 项匹配
find_match_count_limit[other]=超过 {{limit}} 项匹配
find_not_found=找不到指定词语
# Error panel labels
error_more_info=更多信息
error_less_info=更少信息
error_close=关闭
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=信息:{{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=堆栈:{{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=文件:{{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=行号:{{line}}
rendering_error=渲染页面时发生错误。
# Predefined zoom values
page_scale_width=适合页宽
page_scale_fit=适合页面
page_scale_auto=自动缩放
page_scale_actual=实际大小
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=错误
loading_error=载入 PDF 时发生错误。
invalid_file_error=无效或损坏的 PDF 文件。
missing_file_error=缺少 PDF 文件。
unexpected_response_error=意外的服务器响应。
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} 注释]
password_label=输入密码以打开此 PDF 文件。
password_invalid=密码无效。请重试。
password_ok=确定
password_cancel=取消
printing_not_supported=警告:此浏览器尚未完整支持打印功能。
printing_not_ready=警告:该 PDF 未完全载入以供打印。
web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的 PDF 字体。
document_colors_not_allowed=PDF 文档无法使用自己的颜色:浏览器中“允许页面选择自己的颜色”的选项未被勾选。
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=上一頁
previous_label=上一頁
next.title=下一頁
next_label=下一頁
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=頁,共 {{pagesCount}} 頁
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=(第 {{pageNumber}} 頁,共 {{pagesCount}} 頁)
zoom_out.title=縮小
zoom_out_label=縮小
zoom_in.title=放大
zoom_in_label=放大
zoom.title=縮放
presentation_mode.title=切換至簡報模式
presentation_mode_label=簡報模式
open_file.title=開啟檔案
open_file_label=開啟
print.title=列印
print_label=列印
download.title=下載
download_label=下載
bookmark.title=目前檢視的內容(複製或開啟於新視窗)
bookmark_label=目前檢視
# Secondary toolbar and context menu
tools.title=工具
tools_label=工具
first_page.title=跳到第一頁
first_page.label=跳到第一頁
first_page_label=跳到第一頁
last_page.title=跳到最後一頁
last_page.label=跳到最後一頁
last_page_label=跳到最後一頁
page_rotate_cw.title=順時針旋轉
page_rotate_cw.label=順時針旋轉
page_rotate_cw_label=順時針旋轉
page_rotate_ccw.title=逆時針旋轉
page_rotate_ccw.label=逆時針旋轉
page_rotate_ccw_label=逆時針旋轉
cursor_text_select_tool.title=開啟文字選擇工具
cursor_text_select_tool_label=文字選擇工具
cursor_hand_tool.title=開啟頁面移動工具
cursor_hand_tool_label=頁面移動工具
scroll_vertical.title=使用垂直捲動版面
scroll_vertical_label=垂直捲動
scroll_horizontal.title=使用水平捲動版面
scroll_horizontal_label=水平捲動
scroll_wrapped.title=使用多頁捲動版面
scroll_wrapped_label=多頁捲動
spread_none.title=不要進行跨頁顯示
spread_none_label=不跨頁
spread_odd.title=從奇數頁開始跨頁
spread_odd_label=奇數跨頁
spread_even.title=從偶數頁開始跨頁
spread_even_label=偶數跨頁
# Document properties dialog box
document_properties.title=文件內容…
document_properties_label=文件內容…
document_properties_file_name=檔案名稱:
document_properties_file_size=檔案大小:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB({{size_b}} 位元組)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB({{size_b}} 位元組)
document_properties_title=標題:
document_properties_author=作者:
document_properties_subject=主旨:
document_properties_keywords=關鍵字:
document_properties_creation_date=建立日期:
document_properties_modification_date=修改日期:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=建立者:
document_properties_producer=PDF 產生器:
document_properties_version=PDF 版本:
document_properties_page_count=頁數:
document_properties_page_size=頁面大小:
document_properties_page_size_unit_inches=in
document_properties_page_size_unit_millimeters=mm
document_properties_page_size_orientation_portrait=垂直
document_properties_page_size_orientation_landscape=水平
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=Letter
document_properties_page_size_name_legal=Legal
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}})
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized=快速 Web 檢視:
document_properties_linearized_yes=
document_properties_linearized_no=
document_properties_close=關閉
print_progress_message=正在準備列印文件…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=取消
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=切換側邊欄
toggle_sidebar_notification.title=切換側邊攔(文件包含大綱或附件)
toggle_sidebar_label=切換側邊欄
document_outline.title=顯示文件大綱(雙擊展開/摺疊所有項目)
document_outline_label=文件大綱
attachments.title=顯示附件
attachments_label=附件
thumbs.title=顯示縮圖
thumbs_label=縮圖
findbar.title=在文件中尋找
findbar_label=尋找
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=頁 {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=頁 {{page}} 的縮圖
# Find panel button title and messages
find_input.title=搜尋
find_input.placeholder=在文件中搜尋…
find_previous.title=尋找文字前次出現的位置
find_previous_label=上一個
find_next.title=尋找文字下次出現的位置
find_next_label=下一個
find_highlight=全部強調標示
find_match_case_label=區分大小寫
find_entire_word_label=符合整個字
find_reached_top=已搜尋至文件頂端,自底端繼續搜尋
find_reached_bottom=已搜尋至文件底端,自頂端繼續搜尋
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
find_match_count={[ plural(total) ]}
find_match_count[one]=第 {{current}} 筆,共找到 {{total}}
find_match_count[two]=第 {{current}} 筆,共找到 {{total}}
find_match_count[few]=第 {{current}} 筆,共找到 {{total}}
find_match_count[many]=第 {{current}} 筆,共找到 {{total}}
find_match_count[other]=第 {{current}} 筆,共找到 {{total}}
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_match_count_limit[zero]=找到超過 {{limit}}
find_match_count_limit[one]=找到超過 {{limit}}
find_match_count_limit[two]=找到超過 {{limit}}
find_match_count_limit[few]=找到超過 {{limit}}
find_match_count_limit[many]=找到超過 {{limit}}
find_match_count_limit[other]=找到超過 {{limit}}
find_not_found=找不到指定文字
# Error panel labels
error_more_info=更多資訊
error_less_info=更少資訊
error_close=關閉
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=訊息: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=堆疊: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=檔案: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=行: {{line}}
rendering_error=描繪頁面時發生錯誤。
# Predefined zoom values
page_scale_width=頁面寬度
page_scale_fit=縮放至頁面大小
page_scale_auto=自動縮放
page_scale_actual=實際大小
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=錯誤
loading_error=載入 PDF 時發生錯誤。
invalid_file_error=無效或毀損的 PDF 檔案。
missing_file_error=找不到 PDF 檔案。
unexpected_response_error=伺服器回應未預期的內容。
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} 註解]
password_label=請輸入用來開啟此 PDF 檔案的密碼。
password_invalid=密碼不正確,請再試一次。
password_ok=確定
password_cancel=取消
printing_not_supported=警告: 此瀏覽器未完整支援列印功能。
printing_not_ready=警告: 此 PDF 未完成下載以供列印。
web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。
document_colors_not_allowed=瀏覽器的「優先使用網頁指定的色彩」未被勾選,PDF 文件無法使用自己的色彩。
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Ikhasi eledlule
previous_label=Okudlule
next.title=Ikhasi elilandelayo
next_label=Okulandelayo
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Hlehlisela emuva
zoom_out_label=Hlehlisela emuva
zoom_in.title=Sondeza eduze
zoom_in_label=Sondeza eduze
zoom.title=Lwiza
presentation_mode.title=Guqulela kwindlela yesethulo
presentation_mode_label=Indlelo yesethulo
open_file.title=Vula ifayela
open_file_label=Vula
print.title=Phrinta
print_label=Phrinta
download.title=Landa
download_label=Landa
bookmark.title=Ukubuka kwamanje (kopisha noma vula kwifasitela elisha)
bookmark_label=Ukubuka kwamanje
# Secondary toolbar and context menu
# Document properties dialog box
document_properties_file_name=Igama lefayela:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Isihloko:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=I-toggle yebha yaseceleni
toggle_sidebar_label=i-toggle yebha yaseceleni
document_outline_label=Umugqa waseceleni wedokhumenti
thumbs.title=Bonisa izithombe ezincane
thumbs_label=Izithonjana
findbar.title=Thola kwidokhumenti
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Ikhasi {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Isithonjana sekhasi {{page}}
# Find panel button title and messages
find_previous.title=Thola indawo eyandulelayo okuvela kuyo lomshwana
find_previous_label=Okudlulile
find_next.title=Thola enye indawo okuvela kuyo lomshwana
find_next_label=Okulandelayo
find_highlight=Gqamisa konke
find_match_case_label=Fanisa ikheyisi
find_reached_top=Finyelele phezulu kwidokhumenti, qhubeka kusukaphansi
find_reached_bottom=Ifinyelele ekupheleni kwedokhumenti, qhubeka kusukaphezulu
find_not_found=Umshwana awutholakali
# Error panel labels
error_more_info=Ukwaziswa Okwengeziwe
error_less_info=Ukwazi okuncane
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Umlayezo: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Isitaki: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Ifayela: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Umugqa: {{line}}
rendering_error=Iphutha lenzekile uma kunikwa ikhasi.
# Predefined zoom values
page_scale_width=Ububanzi bekhasi
page_scale_fit=Ukulingana kwekhasi
page_scale_auto=Ukulwiza okuzenzekalelayo
page_scale_actual=Usayizi Wangempela
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Iphutha
loading_error=Kwenzeke iphutha uma kulayishwa i-PDF.
invalid_file_error=Ifayela le-PDF elingavumelekile noma elonakele.
missing_file_error=Ifayela le-PDF elilahlekile.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[Amazwibela e-{{type}}]
password_ok=Kulungile
printing_not_supported=Isixwayiso: Ukuphrinta akuxhasiwe yilesisiphequluli ngokugcwele.
printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta.
web_fonts_disabled=Amafonti e-webhu akutshaziwe: ayikwazi ukusebenzisa amafonti abekiwe e-PDF.\u0020
document_colors_not_allowed=Amadokhumenti we-PDF awavumelekile ukusebenzisa imibalo yayo: 'Vumela amakhasi ukukhetha imibala yayo' ayisebenzi kusiphequluli.
/*!
* clipboard.js v2.0.4
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
*/
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return function(n){var o={};function r(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,r),e.l=!0,e.exports}return r.m=n,r.c=o,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=0)}([function(t,e,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t}}(),a=o(n(1)),c=o(n(3)),u=o(n(4));function o(t){return t&&t.__esModule?t:{default:t}}var l=function(t){function o(t,e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,o);var n=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,(o.__proto__||Object.getPrototypeOf(o)).call(this));return n.resolveOptions(e),n.listenClick(t),n}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(o,c.default),i(o,[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===r(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=(0,u.default)(t,"click",function(t){return e.onClick(t)})}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new a.default({action:this.action(e),target:this.target(e),text:this.text(e),container:this.container,trigger:e,emitter:this})}},{key:"defaultAction",value:function(t){return s("action",t)}},{key:"defaultTarget",value:function(t){var e=s("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return s("text",t)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach(function(t){n=n&&!!document.queryCommandSupported(t)}),n}}]),o}();function s(t,e){var n="data-clipboard-"+t;if(e.hasAttribute(n))return e.getAttribute(n)}t.exports=l},function(t,e,n){"use strict";var o,r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t}}(),a=n(2),c=(o=a)&&o.__esModule?o:{default:o};var u=function(){function e(t){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}return i(e,[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.container=t.container,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var t=this,e="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,c.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,c.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var e=void 0;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(t){if(void 0!==t){if(!t||"object"!==(void 0===t?"undefined":r(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function(){return this._target}}]),e}();t.exports=u},function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o<r;o++)n[o].fn.apply(n[o].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),o=n[t],r=[];if(o&&e)for(var i=0,a=o.length;i<a;i++)o[i].fn!==e&&o[i].fn._!==e&&r.push(o[i]);return r.length?n[t]=r:delete n[t],this}},t.exports=n},function(t,e,n){var d=n(5),h=n(6);t.exports=function(t,e,n){if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!d.string(e))throw new TypeError("Second argument must be a String");if(!d.fn(n))throw new TypeError("Third argument must be a Function");if(d.node(t))return s=e,f=n,(l=t).addEventListener(s,f),{destroy:function(){l.removeEventListener(s,f)}};if(d.nodeList(t))return a=t,c=e,u=n,Array.prototype.forEach.call(a,function(t){t.addEventListener(c,u)}),{destroy:function(){Array.prototype.forEach.call(a,function(t){t.removeEventListener(c,u)})}};if(d.string(t))return o=t,r=e,i=n,h(document.body,o,r,i);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");var o,r,i,a,c,u,l,s,f}},function(t,n){n.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},n.nodeList=function(t){var e=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===e||"[object HTMLCollection]"===e)&&"length"in t&&(0===t.length||n.node(t[0]))},n.string=function(t){return"string"==typeof t||t instanceof String},n.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},function(t,e,n){var a=n(7);function i(t,e,n,o,r){var i=function(e,n,t,o){return function(t){t.delegateTarget=a(t.target,n),t.delegateTarget&&o.call(e,t)}}.apply(this,arguments);return t.addEventListener(n,i,r),{destroy:function(){t.removeEventListener(n,i,r)}}}t.exports=function(t,e,n,o,r){return"function"==typeof t.addEventListener?i.apply(null,arguments):"function"==typeof n?i.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,function(t){return i(t,e,n,o,r)}))}},function(t,e){if("undefined"!=typeof Element&&!Element.prototype.matches){var n=Element.prototype;n.matches=n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}}])});
\ No newline at end of file
/*-------------------------------------
zTree Style
version: 3.5.19
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {padding:0; margin:0; font-size:12px; font-family: "Microsoft YaHei", sans-serif}
.ztree {margin:0; padding:5px; color:#333}
.ztree li{padding:0; margin:0; list-style:none; line-height:14px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url(img/line_conn.gif) 0 0 repeat-y;}
.ztree li a {padding:1px 3px 0 0; margin:0; cursor:pointer; height:17px; color:#333; background-color: transparent;
text-decoration:none; vertical-align:top; display: inline-block}
.ztree li a:hover {text-decoration:underline}
.ztree li a.curSelectedNode {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#316AC5; color:white; height:16px; border:1px #316AC5 solid;
opacity:0.8; filter:alpha(opacity=80)}
.ztree li a.tmpTargetNode_prev {}
.ztree li a.tmpTargetNode_next {}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
font-size:12px; border:1px #7EC4CC solid; *border:0px}
.ztree li span {line-height:16px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
border:0 none; cursor: pointer;outline:none;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-image:url("img/zTreeStandard.png"); *background-image:url("img/zTreeStandard.gif")}
.ztree li span.button.chk {width:13px; height:13px; margin:0 3px 0 0; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position:0 0}
.ztree li span.button.chk.checkbox_false_full_focus {background-position:0 -14px}
.ztree li span.button.chk.checkbox_false_part {background-position:0 -28px}
.ztree li span.button.chk.checkbox_false_part_focus {background-position:0 -42px}
.ztree li span.button.chk.checkbox_false_disable {background-position:0 -56px}
.ztree li span.button.chk.checkbox_true_full {background-position:-14px 0}
.ztree li span.button.chk.checkbox_true_full_focus {background-position:-14px -14px}
.ztree li span.button.chk.checkbox_true_part {background-position:-14px -28px}
.ztree li span.button.chk.checkbox_true_part_focus {background-position:-14px -42px}
.ztree li span.button.chk.checkbox_true_disable {background-position:-14px -56px}
.ztree li span.button.chk.radio_false_full {background-position:-28px 0}
.ztree li span.button.chk.radio_false_full_focus {background-position:-28px -14px}
.ztree li span.button.chk.radio_false_part {background-position:-28px -28px}
.ztree li span.button.chk.radio_false_part_focus {background-position:-28px -42px}
.ztree li span.button.chk.radio_false_disable {background-position:-28px -56px}
.ztree li span.button.chk.radio_true_full {background-position:-42px 0}
.ztree li span.button.chk.radio_true_full_focus {background-position:-42px -14px}
.ztree li span.button.chk.radio_true_part {background-position:-42px -28px}
.ztree li span.button.chk.radio_true_part_focus {background-position:-42px -42px}
.ztree li span.button.chk.radio_true_disable {background-position:-42px -56px}
.ztree li span.button.switch {width:18px; height:18px}
.ztree li span.button.root_open{background-position:-92px -54px}
.ztree li span.button.root_close{background-position:-74px -54px}
.ztree li span.button.roots_open{background-position:-92px 0}
.ztree li span.button.roots_close{background-position:-74px 0}
.ztree li span.button.center_open{background-position:-92px -18px}
.ztree li span.button.center_close{background-position:-74px -18px}
.ztree li span.button.bottom_open{background-position:-92px -36px}
.ztree li span.button.bottom_close{background-position:-74px -36px}
.ztree li span.button.noline_open{background-position:-92px -72px}
.ztree li span.button.noline_close{background-position:-74px -72px}
.ztree li span.button.root_docu{ background:none;}
.ztree li span.button.roots_docu{background-position:-56px 0}
.ztree li span.button.center_docu{background-position:-56px -18px}
.ztree li span.button.bottom_docu{background-position:-56px -36px}
.ztree li span.button.noline_docu{ background:none;}
.ztree li span.button.ico_open{margin-right:2px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:2px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:2px; background: url(img/single.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-right:2px; background-position:-110px -48px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove {margin-right:2px; background-position:-110px -64px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_loading{margin-right:2px; background:url(img/loading.gif) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}
span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-position:-110px -80px; background-image:url("img/zTreeStandard.png"); *background-image:url("img/zTreeStandard.gif")}
ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/
/*.ztree li span.button.group_ico_open, .ztree li span.button.group_ico_close{margin-right:12px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
/*.ztree li span.button.group_ico_docu{margin-right:12px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
/*.ztree li span.button.single_ico_open, .ztree li span.button.single_ico_close{margin-right:12px; background: url(img/single.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
/*.ztree li span.button.single_ico_docu{margin-right:12px; background: url(img/single.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
\ No newline at end of file
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=Ihindurangano
open_file.title=Gufungura Dosiye
open_file_label=Gufungura
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Umutwe:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha
find_next.title=Gushaka aho uyu murongo wongera kugaruka
find_not_found=Umurongo ntubonetse
# Error panel labels
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Ikosa
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza
password_ok=YEGO
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Ukurasa Uliotangulia
previous_label=Iliyotangulia
next.title=Ukurasa Ufuatao
next_label=Ifuatayo
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Kuza Nje
zoom_out_label=Kuza Nje
zoom_in.title=Kuza Ndani
zoom_in_label=Kuza Ndani
zoom.title=Kuza
presentation_mode.title=Badili kwa Hali ya Uwasilishaji
presentation_mode_label=Hali ya Uwasilishaji
open_file.title=Fungua Faili
open_file_label=Fungua
print.title=Chapisha
print_label=Chapisha
download.title=Pakua
download_label=Pakua
bookmark.title=Mwonekano wa sasa (nakili au ufungue katika dirisha mpya)
bookmark_label=Mwonekano wa Sasa
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Kichwa:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Kibiano cha Upau wa Kando
toggle_sidebar_label=Kibiano cha Upau wa Kando
document_outline_label=Ufupisho wa Waraka
thumbs.title=Onyesha Kijipicha
thumbs_label=Vijipicha
findbar.title=Pata katika Waraka
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Ukurasa {{ukurasa}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}}
# Find panel button title and messages
find_previous.title=Tafuta tukio kabla ya msemo huu
find_previous_label=Iliyotangulia
find_next.title=Tafuta tukio linalofuata la msemo
find_next_label=Ifuatayo
find_highlight=Angazia yote
find_match_case_label=Linganisha herufi
find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini
find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu
find_not_found=Msemo hukupatikana
# Error panel labels
error_more_info=Maelezo Zaidi
error_less_info=Maelezo Kidogo
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (jenga: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Ujumbe: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Panganya: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Faili: {{faili}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Laini: {{laini}}
rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa
# Predefined zoom values
page_scale_width=Upana wa Ukurasa
page_scale_fit=Usawa wa Ukurasa
page_scale_auto=Ukuzaji wa Kiotomatiki
page_scale_actual=Ukubwa Halisi
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Hitilafu
loading_error=Hitilafu lilitokea wakati wa kupakia PDF.
invalid_file_error=Faili ya PDF isiyohalali au potofu.
missing_file_error=Faili ya PDF isiyopo.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} Ufafanuzi]
password_ok=SAWA
printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki.
web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=அளவு
open_file.title=கோப்பினைத் திறக்க
open_file_label=திறக்க
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு
find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு
# Error panel labels
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=ஆம்
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=Zuma/gogela
open_file.title=Bula Faele
open_file_label=Bula
# Secondary toolbar and context menu
# Document properties dialog box
document_properties_file_name=Leina la faele:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Leina:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko
find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko
find_not_found=Setlhopha sa mafoko ga se a bonwa
# Error panel labels
error_more_info=Tshedimosetso e Nngwe
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Phoso
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=Siame
web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=jasi
open_file_label=Mitani
# Secondary toolbar and context menu
# Document properties dialog box
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
# Error panel labels
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=Jo
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Oldingi sahifa
previous_label=Oldingi
next.title=Keyingi sahifa
next_label=Keyingi
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=/{{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Kichiklashtirish
zoom_out_label=Kichiklashtirish
zoom_in.title=Kattalashtirish
zoom_in_label=Kattalashtirish
zoom.title=Masshtab
presentation_mode.title=Namoyish usuliga oʻtish
presentation_mode_label=Namoyish usuli
open_file.title=Faylni ochish
open_file_label=Ochish
print.title=Chop qilish
print_label=Chop qilish
download.title=Yuklab olish
download_label=Yuklab olish
bookmark.title=Joriy koʻrinish (nusxa oling yoki yangi oynada oching)
bookmark_label=Joriy koʻrinish
# Secondary toolbar and context menu
tools.title=Vositalar
tools_label=Vositalar
first_page.title=Birinchi sahifaga oʻtish
first_page.label=Birinchi sahifaga oʻtish
first_page_label=Birinchi sahifaga oʻtish
last_page.title=Soʻnggi sahifaga oʻtish
last_page.label=Soʻnggi sahifaga oʻtish
last_page_label=Soʻnggi sahifaga oʻtish
page_rotate_cw.title=Soat yoʻnalishi boʻyicha burish
page_rotate_cw.label=Soat yoʻnalishi boʻyicha burish
page_rotate_cw_label=Soat yoʻnalishi boʻyicha burish
page_rotate_ccw.title=Soat yoʻnalishiga qarshi burish
page_rotate_ccw.label=Soat yoʻnalishiga qarshi burish
page_rotate_ccw_label=Soat yoʻnalishiga qarshi burish
# Document properties dialog box
document_properties.title=Hujjat xossalari
document_properties_label=Hujjat xossalari
document_properties_file_name=Fayl nomi:
document_properties_file_size=Fayl hajmi:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
document_properties_title=Nomi:
document_properties_author=Muallifi:
document_properties_subject=Mavzusi:
document_properties_keywords=Kalit so‘zlar
document_properties_creation_date=Yaratilgan sanasi:
document_properties_modification_date=O‘zgartirilgan sanasi
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Yaratuvchi:
document_properties_producer=PDF ishlab chiqaruvchi:
document_properties_version=PDF versiyasi:
document_properties_page_count=Sahifa soni:
document_properties_close=Yopish
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Yon panelni yoqib/oʻchirib qoʻyish
toggle_sidebar_label=Yon panelni yoqib/oʻchirib qoʻyish
document_outline_label=Hujjat tuzilishi
attachments.title=Ilovalarni ko‘rsatish
attachments_label=Ilovalar
thumbs.title=Nishonchalarni koʻrsatish
thumbs_label=Nishoncha
findbar.title=Hujjat ichidan topish
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title={{page}} sahifa
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas={{page}} sahifa nishonchasi
# Find panel button title and messages
find_previous.title=Soʻzlardagi oldingi hodisani topish
find_previous_label=Oldingi
find_next.title=Iboradagi keyingi hodisani topish
find_next_label=Keyingi
find_highlight=Barchasini ajratib koʻrsatish
find_match_case_label=Katta-kichik harflarni farqlash
find_reached_top=Hujjatning boshigacha yetib keldik, pastdan davom ettiriladi
find_reached_bottom=Hujjatning oxiriga yetib kelindi, yuqoridan davom ettirladi
find_not_found=Soʻzlar topilmadi
# Error panel labels
error_more_info=Koʻproq ma`lumot
error_less_info=Kamroq ma`lumot
error_close=Yopish
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Xabar: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Toʻplam: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Fayl: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Satr: {{line}}
rendering_error=Sahifa renderlanayotganda xato yuz berdi.
# Predefined zoom values
page_scale_width=Sahifa eni
page_scale_fit=Sahifani moslashtirish
page_scale_auto=Avtomatik masshtab
page_scale_actual=Haqiqiy hajmi
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Xato
loading_error=PDF yuklanayotganda xato yuz berdi.
invalid_file_error=Xato yoki buzuq PDF fayli.
missing_file_error=PDF fayl kerak.
unexpected_response_error=Kutilmagan server javobi.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} Annotation]
password_label=PDF faylni ochish uchun parolni kiriting.
password_invalid=Parol - notoʻgʻri. Qaytadan urinib koʻring.
password_ok=OK
printing_not_supported=Diqqat: chop qilish bruzer tomonidan toʻliq qoʻllab-quvvatlanmaydi.
printing_not_ready=Diqqat: PDF fayl chop qilish uchun toʻliq yuklanmadi.
web_fonts_disabled=Veb shriftlar oʻchirilgan: ichki PDF shriftlardan foydalanib boʻlmmaydi.
document_colors_not_allowed=PDF hujjat oʻzining ranglaridan foydalanishga ruxsat bermaydi: 'Sahifalarga oʻzining rangidan foydalanishga ruxsat berish' ushbu brauzerda oʻchirib qoʻyilgan.
......@@ -13,6 +13,10 @@
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Xët wi jiitu
previous_label=Bi jiitu
next.title=Xët wi ci topp
next_label=Bi ci topp
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
......@@ -21,9 +25,21 @@
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=Ihindurangano
open_file.title=Gufungura Dosiye
open_file_label=Gufungura
zoom_out.title=Wàññi
zoom_out_label=Wàññi
zoom_in.title=Yaatal
zoom_in_label=Yaatal
zoom.title=Yambalaŋ
presentation_mode.title=Wañarñil ci anamu wone
presentation_mode_label=Anamu Wone
open_file.title=Ubbi benn dencukaay
open_file_label=Ubbi
print.title=Móol
print_label=Móol
download.title=Yeb yi
download_label=Yeb yi
bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees)
bookmark_label=Wone bi feeñ
# Secondary toolbar and context menu
......@@ -33,7 +49,7 @@ open_file_label=Gufungura
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Umutwe:
document_properties_title=Bopp:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
......@@ -43,39 +59,66 @@ document_properties_title=Umutwe:
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
thumbs.title=Wone nataal yu ndaw yi
thumbs_label=Nataal yu ndaw yi
findbar.title=Gis ci biir jukki bi
findbar_label=Wut
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Xët {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Wiñet bu xët {{page}}
# Find panel button title and messages
find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha
find_next.title=Gushaka aho uyu murongo wongera kugaruka
find_not_found=Umurongo ntubonetse
find_previous.title=Seet beneen kaddu bu ni mel te jiitu
find_previous_label=Bi jiitu
find_next.title=Seet beneen kaddu bu ni mel
find_next_label=Bi ci topp
find_highlight=Melaxal lépp
find_match_case_label=Sàmm jëmmalin wi
find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf
find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte
find_not_found=Gisiñu kaddu gi
# Error panel labels
error_more_info=Xibaar yu gën bari
error_less_info=Xibaar yu gën bari
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Bataaxal: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Juug: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Dencukaay: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Rëdd : {{line}}
rendering_error=Am njumte bu am bi xët bi di wonewu.
# Predefined zoom values
page_scale_width=Yaatuwaay bu mët
page_scale_fit=Xët lëmm
page_scale_auto=Yambalaŋ ci saa si
page_scale_actual=Dayo bi am
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Ikosa
loading_error_indicator=Njumte
loading_error=Am na njumte ci yebum dencukaay PDF bi.
invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza
password_ok=YEGO
text_annotation_type.alt=[Karmat {{type}}]
password_ok=OK
password_cancel=Neenal
printing_not_supported=Artu: Joowkat bii nanguwul lool mool.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Iphepha langaphambili
previous_label=Okwangaphambili
next.title=Iphepha elilandelayo
next_label=Okulandelayo
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=Iphepha
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=kwali- {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} kwali {{pagesCount}})
zoom_out.title=Bhekelisela Kudana
zoom_out_label=Bhekelisela Kudana
zoom_in.title=Sondeza Kufuphi
zoom_in_label=Sondeza Kufuphi
zoom.title=Yandisa / Nciphisa
presentation_mode.title=Tshintshela kwimo yonikezelo
presentation_mode_label=Imo yonikezelo
open_file.title=Vula Ifayile
open_file_label=Vula
print.title=Printa
print_label=Printa
download.title=Khuphela
download_label=Khuphela
bookmark.title=Imbonakalo ekhoyo (kopa okanye vula kwifestile entsha)
bookmark_label=Imbonakalo ekhoyo
# Secondary toolbar and context menu
tools.title=Izixhobo zemiyalelo
tools_label=Izixhobo zemiyalelo
first_page.title=Yiya kwiphepha lokuqala
first_page.label=Yiya kwiphepha lokuqala
first_page_label=Yiya kwiphepha lokuqala
last_page.title=Yiya kwiphepha lokugqibela
last_page.label=Yiya kwiphepha lokugqibela
last_page_label=Yiya kwiphepha lokugqibela
page_rotate_cw.title=Jikelisa ngasekunene
page_rotate_cw.label=Jikelisa ngasekunene
page_rotate_cw_label=Jikelisa ngasekunene
page_rotate_ccw.title=Jikelisa ngasekhohlo
page_rotate_ccw.label=Jikelisa ngasekhohlo
page_rotate_ccw_label=Jikelisa ngasekhohlo
cursor_text_select_tool.title=Vumela iSixhobo sokuKhetha iTeksti
cursor_text_select_tool_label=ISixhobo sokuKhetha iTeksti
cursor_hand_tool.title=Yenza iSixhobo seSandla siSebenze
cursor_hand_tool_label=ISixhobo seSandla
# Document properties dialog box
document_properties.title=Iipropati zoxwebhu…
document_properties_label=Iipropati zoxwebhu…
document_properties_file_name=Igama lefayile:
document_properties_file_size=Isayizi yefayile:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB (iibhayiti{{size_b}})
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB (iibhayithi{{size_b}})
document_properties_title=Umxholo:
document_properties_author=Umbhali:
document_properties_subject=Umbandela:
document_properties_keywords=Amagama aphambili:
document_properties_creation_date=Umhla wokwenziwa kwayo:
document_properties_modification_date=Umhla wokulungiswa kwayo:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Umntu oyenzileyo:
document_properties_producer=Umvelisi we-PDF:
document_properties_version=Uhlelo lwe-PDF:
document_properties_page_count=Inani lamaphepha:
document_properties_close=Vala
print_progress_message=Ilungisa uxwebhu ukuze iprinte…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=Rhoxisa
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Togola ngebha eseCaleni
toggle_sidebar_notification.title=ISidebar yeQhosha (uxwebhu lunolwandlalo/iziqhotyoshelwa)
toggle_sidebar_label=Togola ngebha eseCaleni
document_outline.title=Bonisa uLwandlalo loXwebhu (cofa kabini ukuze wandise/diliza zonke izinto)
document_outline_label=Isishwankathelo soxwebhu
attachments.title=Bonisa iziqhotyoshelwa
attachments_label=Iziqhoboshelo
thumbs.title=Bonisa ukrobiso kumfanekiso
thumbs_label=Ukrobiso kumfanekiso
findbar.title=Fumana kuXwebhu
findbar_label=Fumana
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Iphepha {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Ukrobiso kumfanekiso wephepha {{page}}
# Find panel button title and messages
find_input.title=Fumana
find_input.placeholder=Fumana kuXwebhu…
find_previous.title=Fumanisa isenzeko sangaphambili sebinzana lamagama
find_previous_label=Okwangaphambili
find_next.title=Fumanisa isenzeko esilandelayo sebinzana lamagama
find_next_label=Okulandelayo
find_highlight=Qaqambisa konke
find_match_case_label=Tshatisa ngobukhulu bukanobumba
find_reached_top=Ufike ngaphezulu ephepheni, kusukwa ngezantsi
find_reached_bottom=Ufike ekupheleni kwephepha, kusukwa ngaphezulu
find_not_found=Ibinzana alifunyenwanga
# Error panel labels
error_more_info=Inkcazelo Engakumbi
error_less_info=Inkcazelo Encinane
error_close=Vala
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=I-PDF.js v{{version}} (yakha: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Umyalezo: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Imfumba: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Ifayile: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Umgca: {{line}}
rendering_error=Imposiso yenzekile xa bekunikezelwa iphepha.
# Predefined zoom values
page_scale_width=Ububanzi bephepha
page_scale_fit=Ukulinganiswa kwephepha
page_scale_auto=Ukwandisa/Ukunciphisa Ngokwayo
page_scale_actual=Ubungakanani bokwenene
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Imposiso
loading_error=Imposiso yenzekile xa kulayishwa i-PDF.
invalid_file_error=Ifayile ye-PDF engeyiyo okanye eyonakalisiweyo.
missing_file_error=Ifayile ye-PDF edukileyo.
unexpected_response_error=Impendulo yeseva engalindelekanga.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} Ubhalo-nqaku]
password_label=Faka ipasiwedi ukuze uvule le fayile yePDF.
password_invalid=Ipasiwedi ayisebenzi. Nceda uzame kwakhona.
password_ok=KULUNGILE
password_cancel=Rhoxisa
printing_not_supported=Isilumkiso: Ukuprinta akuxhaswa ngokupheleleyo yile bhrawuza.
printing_not_ready=Isilumkiso: IPDF ayihlohlwanga ngokupheleleyo ukwenzela ukuprinta.
web_fonts_disabled=Iifonti zewebhu ziqhwalelisiwe: ayikwazi ukusebenzisa iifonti ze-PDF ezincanyathelisiweyo.
document_colors_not_allowed=Amaxwebhu ePDF akavumelekanga ukuba asebenzise imibala yawo: 'Ukuvumela amaphepha ukuba asebenzise eyawo imibala' kuvaliwe ukuba kungasebenzi kwibhrawuza.
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom_out.title=Lii lut ah
zoom_out_label=Lii lut ah
zoom_in.title=Lii mach ah
zoom_in_label=Lii mach ah
zoom.title=Xha niey
open_file.title=Xhal yets ndedizh
open_file_label=Xhal
# Secondary toolbar and context menu
tools.title=Koo lii chel
tools_label=Koo lii chel
# Document properties dialog box
document_properties.title=Sá nìe yêtz...
document_properties_label=Sá nìe yêtz...
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_close=TòɁw
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
attachments.title=Mb-&lòɁ yêtz
thumbs_label=Thumbnails
findbar.title=GòzăɁl lèɁn yêtz
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
# Error panel labels
error_close=TòɁw
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
# Predefined zoom values
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=Bliy
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=上一页
previous_label=上一页
next.title=下一页
next_label=下一页
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=页面
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=/ {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} / {{pagesCount}})
zoom_out.title=缩小
zoom_out_label=缩小
zoom_in.title=放大
zoom_in_label=放大
zoom.title=缩放
presentation_mode.title=切换到演示模式
presentation_mode_label=演示模式
open_file.title=打开文件
open_file_label=打开
print.title=打印
print_label=打印
download.title=下载
download_label=下载
bookmark.title=当前在看的内容(复制或在新窗口中打开)
bookmark_label=当前在看
# Secondary toolbar and context menu
tools.title=工具
tools_label=工具
first_page.title=转到第一页
first_page.label=转到第一页
first_page_label=转到第一页
last_page.title=转到最后一页
last_page.label=转到最后一页
last_page_label=转到最后一页
page_rotate_cw.title=顺时针旋转
page_rotate_cw.label=顺时针旋转
page_rotate_cw_label=顺时针旋转
page_rotate_ccw.title=逆时针旋转
page_rotate_ccw.label=逆时针旋转
page_rotate_ccw_label=逆时针旋转
cursor_text_select_tool.title=启用文本选择工具
cursor_text_select_tool_label=文本选择工具
cursor_hand_tool.title=启用手形工具
cursor_hand_tool_label=手形工具
scroll_vertical.title=使用垂直滚动
scroll_vertical_label=垂直滚动
scroll_horizontal.title=使用水平滚动
scroll_horizontal_label=水平滚动
scroll_wrapped.title=使用平铺滚动
scroll_wrapped_label=平铺滚动
spread_none.title=不加入衔接页
spread_none_label=单页视图
spread_odd.title=加入衔接页使奇数页作为起始页
spread_odd_label=双页视图
spread_even.title=加入衔接页使偶数页作为起始页
spread_even_label=书籍视图
# Document properties dialog box
document_properties.title=文档属性…
document_properties_label=文档属性…
document_properties_file_name=文件名:
document_properties_file_size=文件大小:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB ({{size_b}} 字节)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} 字节)
document_properties_title=标题:
document_properties_author=作者:
document_properties_subject=主题:
document_properties_keywords=关键词:
document_properties_creation_date=创建日期:
document_properties_modification_date=修改日期:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=创建者:
document_properties_producer=PDF 生成器:
document_properties_version=PDF 版本:
document_properties_page_count=页数:
document_properties_page_size=页面大小:
document_properties_page_size_unit_inches=英寸
document_properties_page_size_unit_millimeters=毫米
document_properties_page_size_orientation_portrait=纵向
document_properties_page_size_orientation_landscape=横向
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=文本
document_properties_page_size_name_legal=法律
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}})
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized=快速 Web 视图:
document_properties_linearized_yes=
document_properties_linearized_no=
document_properties_close=关闭
print_progress_message=正在准备打印文档…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=取消
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=切换侧栏
toggle_sidebar_notification.title=切换侧栏(文档所含的大纲/附件)
toggle_sidebar_label=切换侧栏
document_outline.title=显示文档大纲(双击展开/折叠所有项)
document_outline_label=文档大纲
attachments.title=显示附件
attachments_label=附件
thumbs.title=显示缩略图
thumbs_label=缩略图
findbar.title=在文档中查找
findbar_label=查找
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=页码 {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=页面 {{page}} 的缩略图
# Find panel button title and messages
find_input.title=查找
find_input.placeholder=在文档中查找…
find_previous.title=查找词语上一次出现的位置
find_previous_label=上一页
find_next.title=查找词语后一次出现的位置
find_next_label=下一页
find_highlight=全部高亮显示
find_match_case_label=区分大小写
find_entire_word_label=字词匹配
find_reached_top=到达文档开头,从末尾继续
find_reached_bottom=到达文档末尾,从开头继续
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
find_match_count={[ plural(total) ]}
find_match_count[one]=第 {{current}} 项,共匹配 {{total}}
find_match_count[two]=第 {{current}} 项,共匹配 {{total}}
find_match_count[few]=第 {{current}} 项,共匹配 {{total}}
find_match_count[many]=第 {{current}} 项,共匹配 {{total}}
find_match_count[other]=第 {{current}} 项,共匹配 {{total}}
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_match_count_limit[zero]=超过 {{limit}} 项匹配
find_match_count_limit[one]=超过 {{limit}} 项匹配
find_match_count_limit[two]=超过 {{limit}} 项匹配
find_match_count_limit[few]=超过 {{limit}} 项匹配
find_match_count_limit[many]=超过 {{limit}} 项匹配
find_match_count_limit[other]=超过 {{limit}} 项匹配
find_not_found=找不到指定词语
# Error panel labels
error_more_info=更多信息
error_less_info=更少信息
error_close=关闭
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=信息:{{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=堆栈:{{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=文件:{{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=行号:{{line}}
rendering_error=渲染页面时发生错误。
# Predefined zoom values
page_scale_width=适合页宽
page_scale_fit=适合页面
page_scale_auto=自动缩放
page_scale_actual=实际大小
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=错误
loading_error=载入 PDF 时发生错误。
invalid_file_error=无效或损坏的 PDF 文件。
missing_file_error=缺少 PDF 文件。
unexpected_response_error=意外的服务器响应。
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} 注释]
password_label=输入密码以打开此 PDF 文件。
password_invalid=密码无效。请重试。
password_ok=确定
password_cancel=取消
printing_not_supported=警告:此浏览器尚未完整支持打印功能。
printing_not_ready=警告:该 PDF 未完全载入以供打印。
web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的 PDF 字体。
document_colors_not_allowed=PDF 文档无法使用自己的颜色:浏览器中“允许页面选择自己的颜色”的选项未被勾选。
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=上一頁
previous_label=上一頁
next.title=下一頁
next_label=下一頁
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=頁,共 {{pagesCount}} 頁
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=(第 {{pageNumber}} 頁,共 {{pagesCount}} 頁)
zoom_out.title=縮小
zoom_out_label=縮小
zoom_in.title=放大
zoom_in_label=放大
zoom.title=縮放
presentation_mode.title=切換至簡報模式
presentation_mode_label=簡報模式
open_file.title=開啟檔案
open_file_label=開啟
print.title=列印
print_label=列印
download.title=下載
download_label=下載
bookmark.title=目前檢視的內容(複製或開啟於新視窗)
bookmark_label=目前檢視
# Secondary toolbar and context menu
tools.title=工具
tools_label=工具
first_page.title=跳到第一頁
first_page.label=跳到第一頁
first_page_label=跳到第一頁
last_page.title=跳到最後一頁
last_page.label=跳到最後一頁
last_page_label=跳到最後一頁
page_rotate_cw.title=順時針旋轉
page_rotate_cw.label=順時針旋轉
page_rotate_cw_label=順時針旋轉
page_rotate_ccw.title=逆時針旋轉
page_rotate_ccw.label=逆時針旋轉
page_rotate_ccw_label=逆時針旋轉
cursor_text_select_tool.title=開啟文字選擇工具
cursor_text_select_tool_label=文字選擇工具
cursor_hand_tool.title=開啟頁面移動工具
cursor_hand_tool_label=頁面移動工具
scroll_vertical.title=使用垂直捲動版面
scroll_vertical_label=垂直捲動
scroll_horizontal.title=使用水平捲動版面
scroll_horizontal_label=水平捲動
scroll_wrapped.title=使用多頁捲動版面
scroll_wrapped_label=多頁捲動
spread_none.title=不要進行跨頁顯示
spread_none_label=不跨頁
spread_odd.title=從奇數頁開始跨頁
spread_odd_label=奇數跨頁
spread_even.title=從偶數頁開始跨頁
spread_even_label=偶數跨頁
# Document properties dialog box
document_properties.title=文件內容…
document_properties_label=文件內容…
document_properties_file_name=檔案名稱:
document_properties_file_size=檔案大小:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
document_properties_kb={{size_kb}} KB({{size_b}} 位元組)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB({{size_b}} 位元組)
document_properties_title=標題:
document_properties_author=作者:
document_properties_subject=主旨:
document_properties_keywords=關鍵字:
document_properties_creation_date=建立日期:
document_properties_modification_date=修改日期:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=建立者:
document_properties_producer=PDF 產生器:
document_properties_version=PDF 版本:
document_properties_page_count=頁數:
document_properties_page_size=頁面大小:
document_properties_page_size_unit_inches=in
document_properties_page_size_unit_millimeters=mm
document_properties_page_size_orientation_portrait=垂直
document_properties_page_size_orientation_landscape=水平
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=Letter
document_properties_page_size_name_legal=Legal
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}})
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized=快速 Web 檢視:
document_properties_linearized_yes=
document_properties_linearized_no=
document_properties_close=關閉
print_progress_message=正在準備列印文件…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
print_progress_close=取消
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=切換側邊欄
toggle_sidebar_notification.title=切換側邊攔(文件包含大綱或附件)
toggle_sidebar_label=切換側邊欄
document_outline.title=顯示文件大綱(雙擊展開/摺疊所有項目)
document_outline_label=文件大綱
attachments.title=顯示附件
attachments_label=附件
thumbs.title=顯示縮圖
thumbs_label=縮圖
findbar.title=在文件中尋找
findbar_label=尋找
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=頁 {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=頁 {{page}} 的縮圖
# Find panel button title and messages
find_input.title=搜尋
find_input.placeholder=在文件中搜尋…
find_previous.title=尋找文字前次出現的位置
find_previous_label=上一個
find_next.title=尋找文字下次出現的位置
find_next_label=下一個
find_highlight=全部強調標示
find_match_case_label=區分大小寫
find_entire_word_label=符合整個字
find_reached_top=已搜尋至文件頂端,自底端繼續搜尋
find_reached_bottom=已搜尋至文件底端,自頂端繼續搜尋
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
find_match_count={[ plural(total) ]}
find_match_count[one]=第 {{current}} 筆,共找到 {{total}}
find_match_count[two]=第 {{current}} 筆,共找到 {{total}}
find_match_count[few]=第 {{current}} 筆,共找到 {{total}}
find_match_count[many]=第 {{current}} 筆,共找到 {{total}}
find_match_count[other]=第 {{current}} 筆,共找到 {{total}}
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_match_count_limit[zero]=找到超過 {{limit}}
find_match_count_limit[one]=找到超過 {{limit}}
find_match_count_limit[two]=找到超過 {{limit}}
find_match_count_limit[few]=找到超過 {{limit}}
find_match_count_limit[many]=找到超過 {{limit}}
find_match_count_limit[other]=找到超過 {{limit}}
find_not_found=找不到指定文字
# Error panel labels
error_more_info=更多資訊
error_less_info=更少資訊
error_close=關閉
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=訊息: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=堆疊: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=檔案: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=行: {{line}}
rendering_error=描繪頁面時發生錯誤。
# Predefined zoom values
page_scale_width=頁面寬度
page_scale_fit=縮放至頁面大小
page_scale_auto=自動縮放
page_scale_actual=實際大小
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=錯誤
loading_error=載入 PDF 時發生錯誤。
invalid_file_error=無效或毀損的 PDF 檔案。
missing_file_error=找不到 PDF 檔案。
unexpected_response_error=伺服器回應未預期的內容。
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
text_annotation_type.alt=[{{type}} 註解]
password_label=請輸入用來開啟此 PDF 檔案的密碼。
password_invalid=密碼不正確,請再試一次。
password_ok=確定
password_cancel=取消
printing_not_supported=警告: 此瀏覽器未完整支援列印功能。
printing_not_ready=警告: 此 PDF 未完成下載以供列印。
web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。
document_colors_not_allowed=瀏覽器的「優先使用網頁指定的色彩」未被勾選,PDF 文件無法使用自己的色彩。
......@@ -13,6 +13,10 @@
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Ikhasi eledlule
previous_label=Okudlule
next.title=Ikhasi elilandelayo
next_label=Okulandelayo
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
......@@ -21,18 +25,32 @@
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
zoom.title=அளவு
open_file.title=கோப்பினைத் திறக்க
open_file_label=திறக்க
zoom_out.title=Hlehlisela emuva
zoom_out_label=Hlehlisela emuva
zoom_in.title=Sondeza eduze
zoom_in_label=Sondeza eduze
zoom.title=Lwiza
presentation_mode.title=Guqulela kwindlela yesethulo
presentation_mode_label=Indlelo yesethulo
open_file.title=Vula ifayela
open_file_label=Vula
print.title=Phrinta
print_label=Phrinta
download.title=Landa
download_label=Landa
bookmark.title=Ukubuka kwamanje (kopisha noma vula kwifasitela elisha)
bookmark_label=Ukubuka kwamanje
# Secondary toolbar and context menu
# Document properties dialog box
document_properties_file_name=Igama lefayela:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_title=Isihloko:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
......@@ -42,36 +60,72 @@ open_file_label=திறக்க
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=I-toggle yebha yaseceleni
toggle_sidebar_label=i-toggle yebha yaseceleni
document_outline_label=Umugqa waseceleni wedokhumenti
thumbs.title=Bonisa izithombe ezincane
thumbs_label=Izithonjana
findbar.title=Thola kwidokhumenti
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=Ikhasi {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=Isithonjana sekhasi {{page}}
# Find panel button title and messages
find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு
find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு
find_previous.title=Thola indawo eyandulelayo okuvela kuyo lomshwana
find_previous_label=Okudlulile
find_next.title=Thola enye indawo okuvela kuyo lomshwana
find_next_label=Okulandelayo
find_highlight=Gqamisa konke
find_match_case_label=Fanisa ikheyisi
find_reached_top=Finyelele phezulu kwidokhumenti, qhubeka kusukaphansi
find_reached_bottom=Ifinyelele ekupheleni kwedokhumenti, qhubeka kusukaphezulu
find_not_found=Umshwana awutholakali
# Error panel labels
error_more_info=Ukwaziswa Okwengeziwe
error_less_info=Ukwazi okuncane
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
error_message=Umlayezo: {{message}}
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
error_stack=Isitaki: {{stack}}
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
error_file=Ifayela: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Umugqa: {{line}}
rendering_error=Iphutha lenzekile uma kunikwa ikhasi.
# Predefined zoom values
page_scale_width=Ububanzi bekhasi
page_scale_fit=Ukulingana kwekhasi
page_scale_auto=Ukulwiza okuzenzekalelayo
page_scale_actual=Usayizi Wangempela
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
loading_error_indicator=Iphutha
loading_error=Kwenzeke iphutha uma kulayishwa i-PDF.
invalid_file_error=Ifayela le-PDF elingavumelekile noma elonakele.
missing_file_error=Ifayela le-PDF elilahlekile.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
password_ok=ஆம்
text_annotation_type.alt=[Amazwibela e-{{type}}]
password_ok=Kulungile
printing_not_supported=Isixwayiso: Ukuphrinta akuxhasiwe yilesisiphequluli ngokugcwele.
printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta.
web_fonts_disabled=Amafonti e-webhu akutshaziwe: ayikwazi ukusebenzisa amafonti abekiwe e-PDF.\u0020
document_colors_not_allowed=Amadokhumenti we-PDF awavumelekile ukusebenzisa imibalo yayo: 'Vumela amakhasi ukukhetha imibala yayo' ayisebenzi kusiphequluli.
/*!
* clipboard.js v2.0.4
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
*/
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return function(n){var o={};function r(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,r),e.l=!0,e.exports}return r.m=n,r.c=o,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=0)}([function(t,e,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t}}(),a=o(n(1)),c=o(n(3)),u=o(n(4));function o(t){return t&&t.__esModule?t:{default:t}}var l=function(t){function o(t,e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,o);var n=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,(o.__proto__||Object.getPrototypeOf(o)).call(this));return n.resolveOptions(e),n.listenClick(t),n}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(o,c.default),i(o,[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===r(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=(0,u.default)(t,"click",function(t){return e.onClick(t)})}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new a.default({action:this.action(e),target:this.target(e),text:this.text(e),container:this.container,trigger:e,emitter:this})}},{key:"defaultAction",value:function(t){return s("action",t)}},{key:"defaultTarget",value:function(t){var e=s("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return s("text",t)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach(function(t){n=n&&!!document.queryCommandSupported(t)}),n}}]),o}();function s(t,e){var n="data-clipboard-"+t;if(e.hasAttribute(n))return e.getAttribute(n)}t.exports=l},function(t,e,n){"use strict";var o,r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t}}(),a=n(2),c=(o=a)&&o.__esModule?o:{default:o};var u=function(){function e(t){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}return i(e,[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.container=t.container,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var t=this,e="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,c.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,c.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var e=void 0;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(t){if(void 0!==t){if(!t||"object"!==(void 0===t?"undefined":r(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function(){return this._target}}]),e}();t.exports=u},function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o<r;o++)n[o].fn.apply(n[o].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),o=n[t],r=[];if(o&&e)for(var i=0,a=o.length;i<a;i++)o[i].fn!==e&&o[i].fn._!==e&&r.push(o[i]);return r.length?n[t]=r:delete n[t],this}},t.exports=n},function(t,e,n){var d=n(5),h=n(6);t.exports=function(t,e,n){if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!d.string(e))throw new TypeError("Second argument must be a String");if(!d.fn(n))throw new TypeError("Third argument must be a Function");if(d.node(t))return s=e,f=n,(l=t).addEventListener(s,f),{destroy:function(){l.removeEventListener(s,f)}};if(d.nodeList(t))return a=t,c=e,u=n,Array.prototype.forEach.call(a,function(t){t.addEventListener(c,u)}),{destroy:function(){Array.prototype.forEach.call(a,function(t){t.removeEventListener(c,u)})}};if(d.string(t))return o=t,r=e,i=n,h(document.body,o,r,i);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");var o,r,i,a,c,u,l,s,f}},function(t,n){n.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},n.nodeList=function(t){var e=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===e||"[object HTMLCollection]"===e)&&"length"in t&&(0===t.length||n.node(t[0]))},n.string=function(t){return"string"==typeof t||t instanceof String},n.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},function(t,e,n){var a=n(7);function i(t,e,n,o,r){var i=function(e,n,t,o){return function(t){t.delegateTarget=a(t.target,n),t.delegateTarget&&o.call(e,t)}}.apply(this,arguments);return t.addEventListener(n,i,r),{destroy:function(){t.removeEventListener(n,i,r)}}}t.exports=function(t,e,n,o,r){return"function"==typeof t.addEventListener?i.apply(null,arguments):"function"==typeof n?i.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,function(t){return i(t,e,n,o,r)}))}},function(t,e){if("undefined"!=typeof Element&&!Element.prototype.matches){var n=Element.prototype;n.matches=n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}}])});
\ No newline at end of file
/*-------------------------------------
zTree Style
version: 3.5.19
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {padding:0; margin:0; font-size:12px; font-family: "Microsoft YaHei", sans-serif}
.ztree {margin:0; padding:5px; color:#333}
.ztree li{padding:0; margin:0; list-style:none; line-height:14px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url(img/line_conn.gif) 0 0 repeat-y;}
.ztree li a {padding:1px 3px 0 0; margin:0; cursor:pointer; height:17px; color:#333; background-color: transparent;
text-decoration:none; vertical-align:top; display: inline-block}
.ztree li a:hover {text-decoration:underline}
.ztree li a.curSelectedNode {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#316AC5; color:white; height:16px; border:1px #316AC5 solid;
opacity:0.8; filter:alpha(opacity=80)}
.ztree li a.tmpTargetNode_prev {}
.ztree li a.tmpTargetNode_next {}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
font-size:12px; border:1px #7EC4CC solid; *border:0px}
.ztree li span {line-height:16px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
border:0 none; cursor: pointer;outline:none;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-image:url("img/zTreeStandard.png"); *background-image:url("img/zTreeStandard.gif")}
.ztree li span.button.chk {width:13px; height:13px; margin:0 3px 0 0; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position:0 0}
.ztree li span.button.chk.checkbox_false_full_focus {background-position:0 -14px}
.ztree li span.button.chk.checkbox_false_part {background-position:0 -28px}
.ztree li span.button.chk.checkbox_false_part_focus {background-position:0 -42px}
.ztree li span.button.chk.checkbox_false_disable {background-position:0 -56px}
.ztree li span.button.chk.checkbox_true_full {background-position:-14px 0}
.ztree li span.button.chk.checkbox_true_full_focus {background-position:-14px -14px}
.ztree li span.button.chk.checkbox_true_part {background-position:-14px -28px}
.ztree li span.button.chk.checkbox_true_part_focus {background-position:-14px -42px}
.ztree li span.button.chk.checkbox_true_disable {background-position:-14px -56px}
.ztree li span.button.chk.radio_false_full {background-position:-28px 0}
.ztree li span.button.chk.radio_false_full_focus {background-position:-28px -14px}
.ztree li span.button.chk.radio_false_part {background-position:-28px -28px}
.ztree li span.button.chk.radio_false_part_focus {background-position:-28px -42px}
.ztree li span.button.chk.radio_false_disable {background-position:-28px -56px}
.ztree li span.button.chk.radio_true_full {background-position:-42px 0}
.ztree li span.button.chk.radio_true_full_focus {background-position:-42px -14px}
.ztree li span.button.chk.radio_true_part {background-position:-42px -28px}
.ztree li span.button.chk.radio_true_part_focus {background-position:-42px -42px}
.ztree li span.button.chk.radio_true_disable {background-position:-42px -56px}
.ztree li span.button.switch {width:18px; height:18px}
.ztree li span.button.root_open{background-position:-92px -54px}
.ztree li span.button.root_close{background-position:-74px -54px}
.ztree li span.button.roots_open{background-position:-92px 0}
.ztree li span.button.roots_close{background-position:-74px 0}
.ztree li span.button.center_open{background-position:-92px -18px}
.ztree li span.button.center_close{background-position:-74px -18px}
.ztree li span.button.bottom_open{background-position:-92px -36px}
.ztree li span.button.bottom_close{background-position:-74px -36px}
.ztree li span.button.noline_open{background-position:-92px -72px}
.ztree li span.button.noline_close{background-position:-74px -72px}
.ztree li span.button.root_docu{ background:none;}
.ztree li span.button.roots_docu{background-position:-56px 0}
.ztree li span.button.center_docu{background-position:-56px -18px}
.ztree li span.button.bottom_docu{background-position:-56px -36px}
.ztree li span.button.noline_docu{ background:none;}
.ztree li span.button.ico_open{margin-right:2px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:2px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:2px; background: url(img/single.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-right:2px; background-position:-110px -48px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove {margin-right:2px; background-position:-110px -64px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_loading{margin-right:2px; background:url(img/loading.gif) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}
ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}
span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
background-position:-110px -80px; background-image:url("img/zTreeStandard.png"); *background-image:url("img/zTreeStandard.gif")}
ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}
/* level style*/
/*.ztree li span.button.level0 {
display:none;
}
.ztree li ul.level0 {
padding:0;
background:none;
}*/
/*.ztree li span.button.group_ico_open, .ztree li span.button.group_ico_close{margin-right:12px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
/*.ztree li span.button.group_ico_docu{margin-right:12px; background: url(img/group.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
/*.ztree li span.button.single_ico_open, .ztree li span.button.single_ico_close{margin-right:12px; background: url(img/single.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
/*.ztree li span.button.single_ico_docu{margin-right:12px; background: url(img/single.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}*/
\ No newline at end of file
......@@ -23,7 +23,7 @@
<!--其他插件css-->
@if(isNotEmpty(plugins)){
@if(array.contain(plugins,"ztree")){
<link href="${ctxPath}/assets/common/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css" />
<link href="${ctxPath}/assets/expand/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css" />
@}
@}
......@@ -66,8 +66,8 @@ ${layoutContent}
<!--其他插件js-->
@if(isNotEmpty(plugins)){
@if(array.contain(plugins,"ztree")){
<script src="${ctxPath}/assets/common/plugins/jquery/jquery-3.2.1.min.js"></script>
<script src="${ctxPath}/assets/common/plugins/ztree/jquery.ztree.all.min.js"></script>
<script src="${ctxPath}/assets/expand/plugins/jquery/jquery-3.2.1.min.js"></script>
<script src="${ctxPath}/assets/expand/plugins/ztree/jquery.ztree.all.min.js"></script>
@}
@}
......
@/* 页面加载loading */
<div class="page-loading">
<div class="rubik-loader"></div>
<div class="ball-loader">
<span></span><span></span><span></span><span></span>
</div>
</div>
\ No newline at end of file
......@@ -18,7 +18,7 @@
<!--其他插件css-->
<link rel="stylesheet" href="${ctxPath}/assets/common/layui/css/layui.css"/>
<link href="${ctxPath}/assets/common/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css"/>
<link href="${ctxPath}/assets/expand/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css"/>
</head>
<body>
......@@ -51,8 +51,8 @@
<script type="text/javascript" src="${ctxPath}/assets/common/layui/layui.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/common/js/common.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/common/plugins/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/common/plugins/ztree/jquery.ztree.all.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/ztree/jquery.ztree.all.min.js"></script>
<script type="text/javascript">
......
<html>
<script>
window.location.href = '${ctxPath}/assets/common/pdf/web/viewer.html?file=' + encodeURIComponent('${ctxPath}/loadPdfFile?file=${file!}');
window.location.href = '${ctxPath}/assets/expand/pdf/web/viewer.html?file=' + encodeURIComponent('${ctxPath}/loadPdfFile?file=${file!}');
</script>
</html>
\ No newline at end of file
......@@ -10,7 +10,7 @@
<meta name="author" content="stylefeng">
<link rel="stylesheet" href="${ctxPath}/assets/common/layui/css/layui.css"/>
<link href="${ctxPath}/assets/common/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css"/>
<link href="${ctxPath}/assets/expand/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css"/>
</head>
<body>
......@@ -42,8 +42,8 @@
<script type="text/javascript" src="${ctxPath}/assets/common/js/common.js"></script>
<!--其他插件js-->
<script type="text/javascript" src="${ctxPath}/assets/common/plugins/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/common/plugins/ztree/jquery.ztree.all.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/ztree/jquery.ztree.all.min.js"></script>
<script type="text/javascript">
......
......@@ -10,7 +10,7 @@
<meta name="author" content="stylefeng">
<link rel="stylesheet" href="${ctxPath}/assets/common/layui/css/layui.css"/>
<link href="${ctxPath}/assets/common/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css"/>
<link href="${ctxPath}/assets/expand/plugins/ztree/zTreeStyle.css" rel="stylesheet" type="text/css"/>
</head>
<body>
......@@ -42,8 +42,8 @@
<script type="text/javascript" src="${ctxPath}/assets/common/js/common.js"></script>
<!--其他插件js-->
<script type="text/javascript" src="${ctxPath}/assets/common/plugins/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/common/plugins/ztree/jquery.ztree.all.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/ztree/jquery.ztree.all.min.js"></script>
<script type="text/javascript">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment