diff --git a/.gitignore b/.gitignore index 39d38c994..e246db563 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /nbproject /composer.lock /public/upload +/public/static/theme/css/node_modules/ +/public/static/theme/css/package-lock.json diff --git a/app/admin/controller/Config.php b/app/admin/controller/Config.php index de6d854a4..7341b0da2 100644 --- a/app/admin/controller/Config.php +++ b/app/admin/controller/Config.php @@ -16,6 +16,7 @@ namespace app\admin\controller; use think\admin\Controller; +use think\admin\service\AdminService; use think\admin\service\SystemService; /** @@ -56,7 +57,7 @@ class Config extends Controller 'oss-ap-south-1.aliyuncs.com' => '亚太南部 1(孟买)', 'oss-eu-central-1.aliyuncs.com' => '欧洲中部 1(法兰克福)', 'oss-eu-west-1.aliyuncs.com' => '英国(伦敦)', - 'oss-me-east-1.aliyuncs.com' => '中东东部 1(迪拜)' + 'oss-me-east-1.aliyuncs.com' => '中东东部 1(迪拜)', ]; /** @@ -67,6 +68,7 @@ class Config extends Controller public function index() { $this->title = '系统参数配置'; + $this->isSuper = AdminService::instance()->isSuper(); $this->fetch(); } diff --git a/app/admin/view/config/index.html b/app/admin/view/config/index.html index 6859ee5dc..8f186fcfc 100644 --- a/app/admin/view/config/index.html +++ b/app/admin/view/config/index.html @@ -3,14 +3,6 @@ {block name="button"} {if session('user.username') eq 'admin'} -
- - - - - - -
优化数据库 {/if} @@ -22,102 +14,126 @@ {block name="content"} -
-
- 存储引擎 Storage -
- {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','alioss'=>'阿里云OSS存储'] as $k => $v} - {if sysconf('storage.type') eq $k} - {if auth('storage')}{$v}{else}{$v}{/if} - {else} - {if auth('storage')}{$v}{else}{$v}{/if} - {/if} - {/foreach} +{notempty name='isSuper'} +
+
+ 运行模式Run Mode +
+ +
+{/notempty} + +
+
+ 存储引擎Storage Engine +
+
+ {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','alioss'=>'阿里云OSS存储'] as $k => $v} {if sysconf('storage.type') eq $k} + {if auth('storage')}{$v}{else}{$v}{/if} + {else} + {if auth('storage')}{$v}{else}{$v}{/if} + {/if} {/foreach} +
+
+ +
+
+ 系统参数System Parameter +
+
+
+ 网站名称Website + +
网站名称及网站图标,将显示在浏览器的标签上。
+
+
+ 管理程序名称Name + +
管理程序名称,将显示在后台左上角标题。
+
+
+ 管理程序版本Version + +
管理程序版本,将显示在后台左上角标题。
+
+
+ 公网备案号Baian + +

公网备案号,可以在备案管理中心查询获取,将在登录页面下面显示。

+
+
+ 网站备案号Miitbeian + +
网站备案号,可以在备案管理中心查询获取,将显示在登录页面下面。
+
+
+ 网站版权信息Copyright + +
网站版权信息,在后台登录页面显示版本信息并链接到备案到信息备案管理系统。
-
-
-
网站名称 Website
- -
网站名称及网站图标,将显示在浏览器的标签上
+
+
+ 系统信息System Information
-
-
管理程序名称 Name
- -
管理程序名称,将显示在后台左上角标题
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
核心框架ThinkPHP Version {$app->version()}
管理程序ThinkAdmin Version {$app->config->get('app.thinkadmin_ver','v6')}
服务器信息{:php_uname()}
服务器软件{$request->server('SERVER_SOFTWARE',php_sapi_name())}
PHP 版本PHP Version {$Think.const.PHP_VERSION}
MySQL 版本MySQL Version {$app->db->query('SELECT VERSION()')[0]['VERSION()']}
-
-
管理程序版本 Version
- -
管理程序版本,将显示在后台左上角标题
-
-
- 公网备案号 Baian - -

公网备案号,可以在备案管理中心查询获取,将在登录页面下面显示

-
-
-
网站备案号 Miitbeian
- -
网站备案号,可以在备案管理中心查询获取,将显示在登录页面下面
-
-
-
网站版权信息 Copyright
- -
网站版权信息,在后台登录页面显示版本信息并链接到备案到信息备案管理系统
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
系统信息 System Information
核心框架ThinkPHP Version {$app->version()}
管理程序ThinkAdmin Version {$app->config->get('app.thinkadmin_ver','v6')}
服务器信息{:php_uname()}
服务器软件{$request->server('SERVER_SOFTWARE',php_sapi_name())}
PHP 版本PHP Version {$Think.const.PHP_VERSION}
MySQL 版本MySQL Version {$app->db->query('SELECT VERSION()')[0]['VERSION()']}
{/block} \ No newline at end of file diff --git a/public/static/theme/css/console.css b/public/static/theme/css/console.css index 084f7aef4..12fcbc285 100644 --- a/public/static/theme/css/console.css +++ b/public/static/theme/css/console.css @@ -1 +1 @@ -@charset "UTF-8";::selection{color:#fff!important;background-color:#ec494e!important}::-moz-selection{color:#fff!important;background-color:#ec494e!important}::-webkit-input-placeholder{color:#aaa}::-webkit-scrollbar-track{background:#ccc!important}::-webkit-scrollbar-thumb{background-color:#666!important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar{width:3px}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-track{background:#ccc!important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-thumb{background-color:#666!important}:-webkit-autofill,:-webkit-autofill:active,:-webkit-autofill:focus,:-webkit-autofill:hover{box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset!important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out!important;-webkit-transition-delay:9999s!important;-webkit-text-fill-color:#333!important}body{color:#333;font-size:12px;font-family:'\5FAE\8F6F\96C5\9ED1','Microsoft YaHei','Helvetica Neue','Luxi Sans','DejaVu Sans','Hiragino Sans GB',serif}body a{color:#06C;cursor:pointer}body a:hover{color:#039}body input::-ms-clear{display:none}.notdata{padding:15px;display:block;font-size:13px;text-align:center;line-height:22px;letter-spacing:8px;border:1px solid #e6e6e6;background-color:#f2f2f2;border-radius:0 2px 2px 0}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.absolute{position:absolute!important}.relative{position:relative!important}.block{display:block!important}.pointer{cursor:pointer!important}.nowrap{white-space:nowrap!important}.help-block{color:#999;font-size:12px}.table-block{width:100%;display:table!important;box-sizing:border-box}.inline-block{display:inline-block!important}.pull-left{float:left!important}.pull-right{float:right!important}.full-width{width:100%!important}.full-height{height:100%!important}.color-red{color:#ec494e!important}.color-blue{color:#2494f2!important}.color-desc{color:#999!important}.color-text{color:#333!important}.color-green{color:#090!important}.sub-span-red span{color:#ec494e!important}.sub-span-blue span{color:#2494f2!important}.sub-span-desc span{color:#999!important}.sub-span-text span{color:#333!important}.sub-span-green span{color:#090!important}.text-top{vertical-align:top!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-middle{vertical-align:middle!important}.text-bottom{vertical-align:bottom!important}.think-bg-white{background:#fff!important}.think-bg-blue{background:linear-gradient(-125deg,#57bdbf,#2f9de2)!important}.think-bg-orig{background:linear-gradient(-141deg,#ecca1b,#f39526)!important}.think-bg-red{background:linear-gradient(-125deg,#ff7d7d,#fb2c95)!important}.think-bg-violet{background:linear-gradient(-113deg,#c543d8,#925cc3)!important}.hr-line-dashed{color:#fff;height:1px;margin:15px 0;background-color:#fff;border-top:1px dashed #e7eaec}.hr-line-solid{margin-top:15px;margin-bottom:15px;border-bottom:1px solid #e7eaec;background-color:rgba(0,0,0,0)}.border-0{border:0!important}.border-radius{border-radius:50%!important}.border-radius-0{border-radius:0!important}.border-radius-left-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.border-radius-right-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.font-s10{font-size:10px!important}.font-s11{font-size:11px!important}.font-s12{font-size:12px!important}.font-s13{font-size:13px!important}.font-s14{font-size:14px!important}.font-s15{font-size:15px!important}.font-s16{font-size:16px!important}.font-s18{font-size:18px!important}.font-s20{font-size:20px!important}.font-s30{font-size:30px!important}.font-s40{font-size:40px!important}.font-w1{font-weight:100!important}.font-w2{font-weight:200!important}.font-w3{font-weight:300!important}.font-w4{font-weight:400!important}.font-w5{font-weight:500!important}.font-w6{font-weight:600!important}.font-w7{font-weight:700!important}.font-w8{font-weight:800!important}.font-w9{font-weight:900!important}.padding-0{padding:0!important}.padding-5{padding:5px!important}.padding-10{padding:10px!important}.padding-15{padding:15px!important}.padding-20{padding:20px!important}.padding-25{padding:25px!important}.padding-30{padding:30px!important}.padding-40{padding:40px!important}.padding-top-0{padding-top:0!important}.padding-top-5{padding-top:5px!important}.padding-top-10{padding-top:10px!important}.padding-top-15{padding-top:15px!important}.padding-top-20{padding-top:20px!important}.padding-top-30{padding-top:30px!important}.padding-top-40{padding-top:40px!important}.padding-left-0{padding-left:0!important}.padding-left-5{padding-left:5px!important}.padding-left-10{padding-left:10px!important}.padding-left-15{padding-left:15px!important}.padding-left-20{padding-left:20px!important}.padding-left-30{padding-left:30px!important}.padding-left-40{padding-left:40px!important}.padding-right-0{padding-right:0!important}.padding-right-5{padding-right:5px!important}.padding-right-10{padding-right:10px!important}.padding-right-15{padding-right:15px!important}.padding-right-20{padding-right:20px!important}.padding-right-30{padding-right:30px!important}.padding-right-40{padding-right:40px!important}.padding-bottom-0{padding-bottom:0!important}.padding-bottom-5{padding-bottom:5px!important}.padding-bottom-10{padding-bottom:10px!important}.padding-bottom-15{padding-bottom:15px!important}.padding-bottom-20{padding-bottom:20px!important}.padding-bottom-30{padding-bottom:30px!important}.padding-bottom-40{padding-bottom:40px!important}.margin-0{margin:0!important}.margin-5{margin:5px!important}.margin-10{margin:10px!important}.margin-15{margin:15px!important}.margin-20{margin:20px!important}.margin-25{margin:25px!important}.margin-30{margin:30px!important}.margin-40{margin:40px!important}.margin-top-0{margin-top:0!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-15{margin-top:15px!important}.margin-top-20{margin-top:20px!important}.margin-top-25{margin-top:25px!important}.margin-top-30{margin-top:30px!important}.margin-top-40{margin-top:40px!important}.margin-left-0{margin-left:0!important}.margin-left-5{margin-left:5px!important}.margin-left-10{margin-left:10px!important}.margin-left-15{margin-left:15px!important}.margin-left-20{margin-left:20px!important}.margin-left-25{margin-left:25px!important}.margin-left-30{margin-left:30px!important}.margin-left-40{margin-left:40px!important}.margin-right-0{margin-right:0!important}.margin-right-5{margin-right:5px!important}.margin-right-10{margin-right:10px!important}.margin-right-15{margin-right:15px!important}.margin-right-20{margin-right:20px!important}.margin-right-25{margin-right:25px!important}.margin-right-30{margin-right:30px!important}.margin-right-40{margin-right:40px!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-15{margin-bottom:15px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-bottom-25{margin-bottom:25px!important}.margin-bottom-30{margin-bottom:30px!important}.margin-bottom-40{margin-bottom:40px!important}.think-switch-button .layui-form-switch{margin-top:0}.input-right-icon{top:0;right:0;width:38px;height:38px;display:inline-block;position:absolute;text-align:center;line-height:38px}.pace-inactive{display:none}.pace-progress{top:0;right:100%;width:100%;height:2px;z-index:2000;position:fixed;background:#22df80}.uploadimage{width:77px;height:77px;cursor:pointer;position:relative;display:inline-block;border:1px dashed #e2e2e2;background:url(../img/upimg.png) no-repeat center center;background-size:cover}.uploadimage span.layui-icon{display:none;width:20px;height:20px;text-align:center;line-height:22px;color:#fff;right:0;position:absolute;background:rgba(0,0,0,.5)}.uploadimage:hover span.layui-icon{display:inline-block}.uploadimagemtl{margin-right:8px}.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;text-align:center;line-height:22px;background:rgba(0,0,0,.5)}.uploadimagemtl:hover a{cursor:pointer;display:inline-block}.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}[data-tips-image]{cursor:zoom-in!important}.portal-block-container{font-size:14px;letter-spacing:1px}.portal-block-container .portal-block-icon{top:45%;right:8%;font-size:65px;position:absolute;color:rgba(255,255,255,.4)}.portal-block-container .portal-block-item{color:#fff;line-height:4em;padding:15px 25px;position:relative}.portal-block-container .portal-block-item>div:nth-child(2){font-size:46px;line-height:46px}.pagination-container{line-height:40px}.pagination-container>span{color:#666;font-size:9pt}.pagination-container>ul{float:right;display:inline-block;margin:0;padding:0}.pagination-container>ul>li{z-index:1;display:inline-block}.pagination-container>ul>li.active{z-index:2}.pagination-container>ul>li.active>span{color:#fff;border-color:#098;padding-right:1px;background:#009688!important}.pagination-container>ul>li>a,.pagination-container>ul>li>span{color:#333;width:33px;height:30px;border:1px solid #dcdcdc;display:inline-block;margin-left:-1px;text-align:center;line-height:28px}.pagination-container>ul>li>span{background:#dcdcdc;cursor:default}.pagination-container>ul>li>a:hover{background:#dcdcdc;border-color:#dcdcdc}.mobile-preview{width:317px;height:580px;position:relative;background:url(../img/wechat/mobile_head.png) no-repeat 0 0}.mobile-preview .mobile-header{color:#fff;width:auto;margin:0 30px;overflow:hidden;font-size:15px;padding-top:30px;text-align:center;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;user-select:none;pointer-events:none;-moz-user-select:none;-webkit-user-select:none;-webkit-pointer-events:none}.mobile-preview .mobile-body{top:60px;left:0;right:0;bottom:0;position:absolute;border:1px solid #ccc;background:#f5f5f5}.mobile-preview .mobile-body iframe{width:100%;height:100%}.mobile-preview .mobile-footer{left:0;right:0;bottom:0;margin:0;position:absolute;padding-left:43px;border:1px solid #ccc;list-style-type:none;background:url(../img/wechat/mobile_foot.png) no-repeat 0 0}.mobile-preview .mobile-footer li{float:left;width:33.33%;position:relative;text-align:center;line-height:50px}.mobile-preview .mobile-footer li a{width:auto;display:block;overflow:hidden;border:1px solid hsla(0,0%,100%,0);border-left:1px solid #e7e7eb;margin-top:-1px;margin-bottom:-1px;color:#616161;white-space:nowrap;text-decoration:none;text-overflow:ellipsis;word-wrap:normal}.mobile-preview .mobile-footer li a:hover{background:rgba(0,0,0,.02)}.mobile-preview .mobile-footer li a.active{border:1px solid #44b549!important;box-shadow:0 0 1px #44b549}.mobile-preview .mobile-footer li a span:before{width:1px;height:1px;content:'';display:inline-block}.mobile-preview .mobile-footer li>.close{top:1px;right:1px;width:18px;height:18px;display:none;cursor:pointer;position:absolute;text-align:center;line-height:18px}.mobile-preview .mobile-footer li:hover>.close{display:inline-block}.mobile-preview .mobile-footer li:hover>.close:hover{color:#fff!important;background:#999!important}.mobile-preview .mobile-footer .icon-add{width:14px;height:14px;border-bottom:none!important;background:url(../img/wechat/index.png) 0 0 no-repeat}.mobile-preview .mobile-footer .icon-add,.mobile-preview .mobile-footer .icon-sub{display:inline-block;vertical-align:middle}.mobile-preview .mobile-footer .icon-sub{width:7px;height:7px;margin-right:2px;background:url(../img/wechat/index.png) 0 -3pc no-repeat}.mobile-preview .mobile-footer .sub-menu{width:100%;bottom:60px;margin:-1px;display:block;position:absolute;border:1px solid #d0d0d0;background-color:#fafafa}.mobile-preview .mobile-footer .sub-menu ul,.mobile-preview .mobile-footer .sub-menu ul li{float:none;padding:0;z-index:11;display:block;width:100%}.mobile-preview .mobile-footer .sub-menu ul li a{padding:0 5px;border:1px solid hsla(0,0%,100%,0)}.mobile-preview .mobile-footer .sub-menu ul li a.bottom-border{margin:-1px -1px 0;border-bottom:1px solid #e7e7eb}.mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border{border-bottom-color:#fff}.mobile-preview .mobile-footer .arrow{left:50%;position:absolute;margin-left:-6px}.mobile-preview .mobile-footer .arrow_in,.mobile-preview .mobile-footer .arrow_out{width:0;height:0;z-index:10;display:inline-block;border:6px dashed transparent;border-bottom-width:0;border-top-style:solid}.mobile-preview .mobile-footer .arrow_in{z-index:3;bottom:-5px;border-top-color:#fafafa}.mobile-preview .mobile-footer .arrow_out{z-index:2;bottom:-6px;border-top-color:#d0d0d0}.layui-layout>.layui-side{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body>.layui-card{width:100%;height:100%;box-shadow:none}.layui-layout>.layui-body>.layui-card>.layui-card-header{left:0;right:0;z-index:3;height:50px;border:none;position:absolute;background:#fff;line-height:50px;box-shadow:0 2px 3px 0 rgba(0,0,0,.2)}.layui-layout>.layui-body>.layui-card>.layui-card-header+.layui-card-body{top:50px}.layui-layout>.layui-body>.layui-card>.layui-card-body{top:0;left:0;right:0;bottom:0;z-index:2;padding:15px;overflow:auto;position:absolute}.layui-layout>.layui-body>.layui-card>.layui-card-body .layui-tab.layui-tab-card{border:none;box-shadow:0 2px 3px 0 rgba(0,0,0,.2)}.layui-layout>.layui-body>.layui-card>.layui-card-body .layui-tab.layui-tab-card>.layui-tab-content.think-box-shadow{box-shadow:none}.layui-header{height:50px;background:#393D49!important}.layui-header [data-target-menu-type]{border-left:1px solid transparent;border-right:1px solid rgba(0,0,0,.15)}.layui-header .layui-layout-left,.layui-header .layui-layout-right{margin:0;padding:0}.layui-header .layui-logo{color:#fff;width:199px;height:auto;font-size:18px;line-height:49px;border-right:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}.layui-header .layui-logo sup{font-size:9px;line-height:9px}.layui-header .layui-nav-item{height:50px;line-height:50px}.layui-header .layui-nav-item.layui-this{background:#009688}.layui-header .layui-nav-item>a{color:#fff!important}.layui-header .layui-nav-item .layui-nav-child{top:49px;padding:0;border:none;line-height:45px}.layui-header .layui-nav-item .layui-nav-child+a{padding-right:35px}.layui-header .layui-nav-item .layui-nav-child+a img{width:20px;height:20px;border-radius:50%}.layui-header .layui-nav-item .layui-nav-child.layui-show+a{background:#fff}.layui-header .layui-nav-item .layui-nav-child.layui-show+a span{color:#333}.layui-header .layui-nav-item .layui-nav-child dd a{padding:0;color:#333;text-align:center;border-top:1px solid #eaedf1}.layui-header .layui-nav-bar,.layui-header .layui-nav-item:after{display:none!important}.layui-header .layui-layout-right>li>a{border-left:1px solid rgba(0,0,0,.15);border-right:1px solid transparent}.layui-layout>.layui-side .layui-nav-bar{display:none!important}.layui-layout>.layui-side .layui-side-scroll{width:100%!important}.layui-layout>.layui-side .layui-nav-item{border-bottom:1px solid rgba(0,0,0,.2)}.layui-layout>.layui-side .layui-nav-item a{height:45px;display:block;line-height:45px;color:#fff!important}.layui-layout>.layui-side .layui-nav-item a:hover{background:hsla(0,0%,39%,.2)!important}.layui-layout>.layui-side .layui-nav-itemed{border-bottom:none!important}.layui-layout>.layui-side .layui-nav-tree-top a{height:28px!important;line-height:28px!important}.layui-layout.layui-layout-left-mini>.layui-body{left:50px}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-more{display:none!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item a{padding:0}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-text{display:none}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-icon{display:inline-block!important;padding:0!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .layui-nav-child{padding:0;display:block!important;background-color:rgba(0,0,0,.3)!important}.layui-layout.layui-layout-left-mini>.layui-side,.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-tree,.layui-layout.layui-layout-left-mini>.layui-side .layui-side-scroll{width:50px;text-align:center}.layui-layout.layui-layout-left-mini [data-target-menu-type] i{display:inline-block;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-layout.layui-layout-left-hide>.layui-body{left:0!important}.layui-layout.layui-layout-left-hide>.layui-side{display:none}.layui-layout.layui-layout-left-hide [data-target-menu-type]{display:none}.layui-form.layui-card{box-shadow:none}.layui-layer-content .layui-form.layui-card .layui-card-body{padding:30px 40px 0 0}.layui-layer-dialog .layui-layer-content .layui-layer-ico{top:50%!important;margin-top:-15px!important}.laydate-footer-btns span{line-height:24px!important}.layui-input,.layui-select{line-height:38px}.layui-btn-primary.layui-btn-xs{line-height:20px}.layui-btn-primary.layui-btn-sm{line-height:28px}.layui-nav .layui-nav-item .layui-nav-more{top:0;border:none;right:15px;width:auto;height:auto;margin-top:0;font-size:14px;font-style:normal;font-family:layui-icon!important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.layui-nav .layui-nav-item .layui-nav-more::before{content:"\e619"}.layui-nav .layui-nav-item .layui-nav-mored,.layui-nav .layui-nav-itemed .layui-nav-more{border:none;margin-top:0;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-table td,.layui-table th{font-size:12px}.layui-table .list-table-image{width:22px;cursor:pointer}.layui-table .list-table-sort-td{width:10px!important;text-align:center!important;padding-left:5px!important;padding-right:5px!important}.layui-table .list-table-sort-td button{width:56px;background:#009688}.layui-table .list-table-sort-td input{width:50px;color:#666;padding:2px;border:1px solid #e6e6e6;text-align:center;font-size:9pt;line-height:18px}.layui-table .list-table-check-td{width:10px!important;text-align:center;padding-left:15px!important;padding-right:15px!important}.layui-table .list-table-check-td input{margin:0!important;vertical-align:middle}.layui-table td .text-explode{color:#ccc!important;margin:0 4px!important}.layui-table td .text-explode:first-child{display:none;opacity:0}.layui-table td .background-image{float:left;width:40px;height:40px;display:inline-block;margin-right:5px;background:no-repeat center center;background-size:cover;vertical-align:middle}fieldset{margin:0;border:1px solid #e6e6e6;padding:10px 20px 5px 20px}fieldset legend{color:#666;padding:0 10px;font-size:14px}.form-search .layui-btn{height:32px;line-height:28px;font-size:12px;padding:0 10px}.form-search .layui-form-label{width:auto!important;padding:0 8px;height:32px;line-height:30px}.form-search .layui-input-inline{width:170px}.form-search .layui-input-inline input,.form-search .layui-input-inline select{width:100%;height:32px;padding:2px 8px;line-height:1em}.form-search .layui-form-select dl{top:31px;padding:0}.layui-form input.layui-input,.layui-form select.layui-select{line-height:1em}.label-required-prev:before{width:1em;color:red;content:'*';display:inline-block;position:absolute;text-align:left;font-weight:700;line-height:1.6em;margin-left:-.8em}.label-required-next:after,.label-required:after{top:6px;right:5px;color:red;content:'*';position:absolute;margin-left:4px;font-weight:700;line-height:1.8em}.label-required-null:before{content:none!important}.think-form-label{padding:9px 15px;font-weight:400;line-height:20px;text-align:right}.think-form-group-right{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.think-form-group-left input{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.think-box-shadow{background:#fff;padding:20px 20px!important;box-shadow:0 2px 3px 0 rgba(0,0,0,.1)}label.think-checkbox,label.think-radio{margin-right:10px;display:inline-block}.think-checkbox,.think-radio{cursor:pointer;margin-top:10px;font-weight:400;line-height:17px}.think-checkbox input[type=checkbox]{width:18px;height:18px;border:1px solid #dcdcdc;cursor:pointer;margin:0 5px 0 0;position:relative;display:inline-block!important;background:#fff;appearance:none;box-sizing:border-box!important;border-radius:1px;vertical-align:bottom;-webkit-appearance:none}.think-checkbox input[type=checkbox]:checked:after{color:#666;padding:2px;display:block;content:"\e605";font-size:12px;font-style:normal;font-weight:700;position:absolute;font-family:layui-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.think-radio input[type=radio]{width:18px;height:18px;cursor:pointer;margin:0 5px 0 0;position:relative;border:1px solid #dcdcdc;display:inline-block!important;box-sizing:border-box!important;appearance:none;background:#fff;border-radius:1em;vertical-align:bottom;-webkit-appearance:none}.think-radio input[type=radio]:checked:after{top:4px;left:4px;width:8px;height:8px;content:'';display:block;position:relative;background:#666;border-radius:1em}/*# sourceMappingURL=console.css.map */ \ No newline at end of file +@charset "UTF-8";::selection{color:#fff!important;background-color:#ec494e!important}::-moz-selection{color:#fff!important;background-color:#ec494e!important}::-webkit-input-placeholder{color:#aaa}::-webkit-scrollbar-track{background:#ccc!important}::-webkit-scrollbar-thumb{background-color:#666!important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar{width:3px}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-track{background:#ccc!important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-thumb{background-color:#666!important}:-webkit-autofill,:-webkit-autofill:active,:-webkit-autofill:focus,:-webkit-autofill:hover{box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset!important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out!important;-webkit-transition-delay:9999s!important;-webkit-text-fill-color:#333!important}body{color:#333;font-size:12px;font-family:'\5FAE\8F6F\96C5\9ED1','Microsoft YaHei','Helvetica Neue','Luxi Sans','DejaVu Sans','Hiragino Sans GB',serif}body a{color:#06C;cursor:pointer}body a:hover{color:#039}body input::-ms-clear{display:none}.notdata{padding:15px;display:block;font-size:13px;text-align:center;line-height:22px;letter-spacing:8px;border:1px solid #e6e6e6;background-color:#f2f2f2;border-radius:0 2px 2px 0}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.absolute{position:absolute!important}.relative{position:relative!important}.block{display:block!important}.pointer{cursor:pointer!important}.nowrap{white-space:nowrap!important}.help-block{color:#999;font-size:12px}.table-block{width:100%;display:table!important;box-sizing:border-box}.inline-block{display:inline-block!important}.pull-left{float:left!important}.pull-right{float:right!important}.full-width{width:100%!important}.full-height{height:100%!important}.color-red{color:#ec494e!important}.color-blue{color:#2494f2!important}.color-desc{color:#999!important}.color-text{color:#333!important}.color-green{color:#090!important}.sub-span-red span{color:#ec494e!important}.sub-span-blue span{color:#2494f2!important}.sub-span-desc span{color:#999!important}.sub-span-text span{color:#333!important}.sub-span-green span{color:#090!important}.text-top{vertical-align:top!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-middle{vertical-align:middle!important}.text-bottom{vertical-align:bottom!important}.think-bg-white{background:#fff!important}.think-bg-blue{background:linear-gradient(-125deg,#57bdbf,#2f9de2)!important}.think-bg-orig{background:linear-gradient(-141deg,#ecca1b,#f39526)!important}.think-bg-red{background:linear-gradient(-125deg,#ff7d7d,#fb2c95)!important}.think-bg-violet{background:linear-gradient(-113deg,#c543d8,#925cc3)!important}.hr-line-dashed{color:#fff;height:1px;margin:15px 0;background-color:#fff;border-top:1px dashed #e7eaec}.hr-line-solid{margin-top:15px;margin-bottom:15px;border-bottom:1px solid #e7eaec;background-color:rgba(0,0,0,0)}.border-0{border:0!important}.border-radius{border-radius:50%!important}.border-radius-0{border-radius:0!important}.border-radius-left-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.border-radius-right-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.font-s10{font-size:10px!important}.font-s11{font-size:11px!important}.font-s12{font-size:12px!important}.font-s13{font-size:13px!important}.font-s14{font-size:14px!important}.font-s15{font-size:15px!important}.font-s16{font-size:16px!important}.font-s18{font-size:18px!important}.font-s20{font-size:20px!important}.font-s30{font-size:30px!important}.font-s40{font-size:40px!important}.font-w1{font-weight:100!important}.font-w2{font-weight:200!important}.font-w3{font-weight:300!important}.font-w4{font-weight:400!important}.font-w5{font-weight:500!important}.font-w6{font-weight:600!important}.font-w7{font-weight:700!important}.font-w8{font-weight:800!important}.font-w9{font-weight:900!important}.padding-0{padding:0!important}.padding-5{padding:5px!important}.padding-10{padding:10px!important}.padding-15{padding:15px!important}.padding-20{padding:20px!important}.padding-25{padding:25px!important}.padding-30{padding:30px!important}.padding-40{padding:40px!important}.padding-top-0{padding-top:0!important}.padding-top-5{padding-top:5px!important}.padding-top-10{padding-top:10px!important}.padding-top-15{padding-top:15px!important}.padding-top-20{padding-top:20px!important}.padding-top-30{padding-top:30px!important}.padding-top-40{padding-top:40px!important}.padding-left-0{padding-left:0!important}.padding-left-5{padding-left:5px!important}.padding-left-10{padding-left:10px!important}.padding-left-15{padding-left:15px!important}.padding-left-20{padding-left:20px!important}.padding-left-30{padding-left:30px!important}.padding-left-40{padding-left:40px!important}.padding-right-0{padding-right:0!important}.padding-right-5{padding-right:5px!important}.padding-right-10{padding-right:10px!important}.padding-right-15{padding-right:15px!important}.padding-right-20{padding-right:20px!important}.padding-right-30{padding-right:30px!important}.padding-right-40{padding-right:40px!important}.padding-bottom-0{padding-bottom:0!important}.padding-bottom-5{padding-bottom:5px!important}.padding-bottom-10{padding-bottom:10px!important}.padding-bottom-15{padding-bottom:15px!important}.padding-bottom-20{padding-bottom:20px!important}.padding-bottom-30{padding-bottom:30px!important}.padding-bottom-40{padding-bottom:40px!important}.margin-0{margin:0!important}.margin-5{margin:5px!important}.margin-10{margin:10px!important}.margin-15{margin:15px!important}.margin-20{margin:20px!important}.margin-25{margin:25px!important}.margin-30{margin:30px!important}.margin-40{margin:40px!important}.margin-top-0{margin-top:0!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-15{margin-top:15px!important}.margin-top-20{margin-top:20px!important}.margin-top-25{margin-top:25px!important}.margin-top-30{margin-top:30px!important}.margin-top-40{margin-top:40px!important}.margin-left-0{margin-left:0!important}.margin-left-5{margin-left:5px!important}.margin-left-10{margin-left:10px!important}.margin-left-15{margin-left:15px!important}.margin-left-20{margin-left:20px!important}.margin-left-25{margin-left:25px!important}.margin-left-30{margin-left:30px!important}.margin-left-40{margin-left:40px!important}.margin-right-0{margin-right:0!important}.margin-right-5{margin-right:5px!important}.margin-right-10{margin-right:10px!important}.margin-right-15{margin-right:15px!important}.margin-right-20{margin-right:20px!important}.margin-right-25{margin-right:25px!important}.margin-right-30{margin-right:30px!important}.margin-right-40{margin-right:40px!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-15{margin-bottom:15px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-bottom-25{margin-bottom:25px!important}.margin-bottom-30{margin-bottom:30px!important}.margin-bottom-40{margin-bottom:40px!important}.think-switch-button .layui-form-switch{margin-top:0}.input-right-icon{top:0;right:0;width:38px;height:38px;display:inline-block;position:absolute;text-align:center;line-height:38px}.pace-inactive{display:none}.pace-progress{top:0;right:100%;width:100%;height:2px;z-index:2000;position:fixed;background:#22df80}.uploadimage{width:77px;height:77px;cursor:pointer;position:relative;display:inline-block;border:1px dashed #e2e2e2;background:url(../img/upimg.png) no-repeat center center;background-size:cover}.uploadimage span.layui-icon{display:none;width:20px;height:20px;text-align:center;line-height:22px;color:#fff;right:0;position:absolute;background:rgba(0,0,0,.5)}.uploadimage:hover span.layui-icon{display:inline-block}.uploadimagemtl{margin-right:8px}.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;text-align:center;line-height:22px;background:rgba(0,0,0,.5)}.uploadimagemtl:hover a{cursor:pointer;display:inline-block}.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}[data-tips-image]{cursor:zoom-in!important}.portal-block-container{font-size:14px;letter-spacing:1px}.portal-block-container .portal-block-icon{top:45%;right:8%;font-size:65px;position:absolute;color:rgba(255,255,255,.4)}.portal-block-container .portal-block-item{color:#fff;line-height:4em;padding:15px 25px;position:relative}.portal-block-container .portal-block-item>div:nth-child(2){font-size:46px;line-height:46px}.pagination-container{line-height:40px}.pagination-container>span{color:#666;font-size:9pt}.pagination-container>ul{float:right;display:inline-block;margin:0;padding:0}.pagination-container>ul>li{z-index:1;display:inline-block}.pagination-container>ul>li.active{z-index:2}.pagination-container>ul>li.active>span{color:#fff;border-color:#098;padding-right:1px;background:#009688!important}.pagination-container>ul>li>a,.pagination-container>ul>li>span{color:#333;width:33px;height:30px;border:1px solid #dcdcdc;display:inline-block;margin-left:-1px;text-align:center;line-height:28px}.pagination-container>ul>li>span{background:#dcdcdc;cursor:default}.pagination-container>ul>li>a:hover{background:#dcdcdc;border-color:#dcdcdc}.mobile-preview{width:317px;height:580px;position:relative;background:url(../img/wechat/mobile_head.png) no-repeat 0 0}.mobile-preview .mobile-header{color:#fff;width:auto;margin:0 30px;overflow:hidden;font-size:15px;padding-top:30px;text-align:center;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;user-select:none;pointer-events:none;-moz-user-select:none;-webkit-user-select:none;-webkit-pointer-events:none}.mobile-preview .mobile-body{top:60px;left:0;right:0;bottom:0;position:absolute;border:1px solid #ccc;background:#f5f5f5}.mobile-preview .mobile-body iframe{width:100%;height:100%}.mobile-preview .mobile-footer{left:0;right:0;bottom:0;margin:0;position:absolute;padding-left:43px;border:1px solid #ccc;list-style-type:none;background:url(../img/wechat/mobile_foot.png) no-repeat 0 0}.mobile-preview .mobile-footer li{float:left;width:33.33%;position:relative;text-align:center;line-height:50px}.mobile-preview .mobile-footer li a{width:auto;display:block;overflow:hidden;border:1px solid rgba(255,255,255,0);border-left:1px solid #e7e7eb;margin-top:-1px;margin-bottom:-1px;color:#616161;white-space:nowrap;text-decoration:none;text-overflow:ellipsis;word-wrap:normal}.mobile-preview .mobile-footer li a:hover{background:rgba(0,0,0,.02)}.mobile-preview .mobile-footer li a.active{border:1px solid #44b549!important;box-shadow:0 0 1px #44b549}.mobile-preview .mobile-footer li a span:before{width:1px;height:1px;content:'';display:inline-block}.mobile-preview .mobile-footer li>.close{top:1px;right:1px;width:18px;height:18px;display:none;cursor:pointer;position:absolute;text-align:center;line-height:18px}.mobile-preview .mobile-footer li:hover>.close{display:inline-block}.mobile-preview .mobile-footer li:hover>.close:hover{color:#fff!important;background:#999!important}.mobile-preview .mobile-footer .icon-add{width:14px;height:14px;border-bottom:none!important;background:url(../img/wechat/index.png) 0 0 no-repeat}.mobile-preview .mobile-footer .icon-add,.mobile-preview .mobile-footer .icon-sub{display:inline-block;vertical-align:middle}.mobile-preview .mobile-footer .icon-sub{width:7px;height:7px;margin-right:2px;background:url(../img/wechat/index.png) 0 -3pc no-repeat}.mobile-preview .mobile-footer .sub-menu{width:100%;bottom:60px;margin:-1px;display:block;position:absolute;border:1px solid #d0d0d0;background-color:#fafafa}.mobile-preview .mobile-footer .sub-menu ul,.mobile-preview .mobile-footer .sub-menu ul li{float:none;padding:0;z-index:11;display:block;width:100%}.mobile-preview .mobile-footer .sub-menu ul li a{padding:0 5px;border:1px solid rgba(255,255,255,0)}.mobile-preview .mobile-footer .sub-menu ul li a.bottom-border{margin:-1px -1px 0;border-bottom:1px solid #e7e7eb}.mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border{border-bottom-color:#fff}.mobile-preview .mobile-footer .arrow{left:50%;position:absolute;margin-left:-6px}.mobile-preview .mobile-footer .arrow_in,.mobile-preview .mobile-footer .arrow_out{width:0;height:0;z-index:10;display:inline-block;border:6px dashed transparent;border-bottom-width:0;border-top-style:solid}.mobile-preview .mobile-footer .arrow_in{z-index:3;bottom:-5px;border-top-color:#fafafa}.mobile-preview .mobile-footer .arrow_out{z-index:2;bottom:-6px;border-top-color:#d0d0d0}.layui-layout>.layui-side{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body{top:50px;bottom:0;overflow:auto}.layui-layout>.layui-body>.layui-card{width:100%;height:100%;box-shadow:none}.layui-layout>.layui-body>.layui-card>.layui-card-header{left:0;right:0;z-index:3;height:50px;border:none;position:absolute;background:#fff;line-height:50px;box-shadow:0 2px 3px 0 rgba(0,0,0,.2)}.layui-layout>.layui-body>.layui-card>.layui-card-header+.layui-card-body{top:50px}.layui-layout>.layui-body>.layui-card>.layui-card-body{top:0;left:0;right:0;bottom:0;z-index:2;padding:15px;overflow:auto;position:absolute}.layui-layout>.layui-body>.layui-card>.layui-card-body .layui-tab.layui-tab-card{border:none;box-shadow:0 2px 3px 0 rgba(0,0,0,.2)}.layui-layout>.layui-body>.layui-card>.layui-card-body .layui-tab.layui-tab-card>.layui-tab-content.think-box-shadow{box-shadow:none}.layui-header{height:50px;background:#393D49!important}.layui-header [data-target-menu-type]{border-left:1px solid transparent;border-right:1px solid rgba(0,0,0,.15)}.layui-header .layui-layout-left,.layui-header .layui-layout-right{margin:0;padding:0}.layui-header .layui-logo{color:#fff;width:199px;height:auto;font-size:18px;line-height:49px;border-right:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}.layui-header .layui-logo sup{font-size:9px;line-height:9px}.layui-header .layui-nav-item{height:50px;line-height:50px}.layui-header .layui-nav-item.layui-this{background:#009688}.layui-header .layui-nav-item>a{color:#fff!important}.layui-header .layui-nav-item .layui-nav-child{top:49px;padding:0;border:none;line-height:45px}.layui-header .layui-nav-item .layui-nav-child+a{padding-right:35px}.layui-header .layui-nav-item .layui-nav-child+a img{width:20px;height:20px;border-radius:50%}.layui-header .layui-nav-item .layui-nav-child.layui-show+a{background:#fff}.layui-header .layui-nav-item .layui-nav-child.layui-show+a span{color:#333}.layui-header .layui-nav-item .layui-nav-child dd a{padding:0;color:#333;text-align:center;border-top:1px solid #eaedf1}.layui-header .layui-nav-bar,.layui-header .layui-nav-item:after{display:none!important}.layui-header .layui-layout-right>li>a{border-left:1px solid rgba(0,0,0,.15);border-right:1px solid transparent}.layui-layout>.layui-side .layui-nav-bar{display:none!important}.layui-layout>.layui-side .layui-side-scroll{width:100%!important}.layui-layout>.layui-side .layui-nav-item{border-bottom:1px solid rgba(0,0,0,.2)}.layui-layout>.layui-side .layui-nav-item a{height:45px;display:block;line-height:45px;color:#fff!important}.layui-layout>.layui-side .layui-nav-item a:hover{background:rgba(99,99,99,.2)!important}.layui-layout>.layui-side .layui-nav-itemed{border-bottom:none!important}.layui-layout>.layui-side .layui-nav-tree-top a{height:28px!important;line-height:28px!important}.layui-layout.layui-layout-left-mini>.layui-body{left:50px}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-more{display:none!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item a{padding:0}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-text{display:none}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-icon{display:inline-block!important;padding:0!important}.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .layui-nav-child{padding:0;display:block!important;background-color:rgba(0,0,0,.3)!important}.layui-layout.layui-layout-left-mini>.layui-side,.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-tree,.layui-layout.layui-layout-left-mini>.layui-side .layui-side-scroll{width:50px;text-align:center}.layui-layout.layui-layout-left-mini [data-target-menu-type] i{display:inline-block;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-layout.layui-layout-left-hide>.layui-body{left:0!important}.layui-layout.layui-layout-left-hide>.layui-side{display:none}.layui-layout.layui-layout-left-hide [data-target-menu-type]{display:none}.layui-form.layui-card{box-shadow:none}.layui-layer-content .layui-form.layui-card .layui-card-body{padding:30px 40px 0 0}.layui-layer-dialog .layui-layer-content .layui-layer-ico{top:50%!important;margin-top:-15px!important}.laydate-footer-btns span{line-height:24px!important}.layui-input,.layui-select{line-height:38px}.layui-btn-primary.layui-btn-xs{line-height:20px}.layui-btn-primary.layui-btn-sm{line-height:28px}.layui-nav .layui-nav-item .layui-nav-more{top:0;border:none;right:15px;width:auto;height:auto;margin-top:0;font-size:14px;font-style:normal;font-family:layui-icon!important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.layui-nav .layui-nav-item .layui-nav-more::before{content:"\e619"}.layui-nav .layui-nav-item .layui-nav-mored,.layui-nav .layui-nav-itemed .layui-nav-more{border:none;margin-top:0;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-table td,.layui-table th{font-size:12px}.layui-table .list-table-image{width:22px;cursor:pointer}.layui-table .list-table-sort-td{width:10px!important;text-align:center!important;padding-left:5px!important;padding-right:5px!important}.layui-table .list-table-sort-td button{width:56px;background:#009688}.layui-table .list-table-sort-td input{width:50px;color:#666;padding:2px;border:1px solid #e6e6e6;text-align:center;font-size:9pt;line-height:18px}.layui-table .list-table-check-td{width:10px!important;text-align:center;padding-left:15px!important;padding-right:15px!important}.layui-table .list-table-check-td input{margin:0!important;vertical-align:middle}.layui-table td .text-explode{color:#ccc!important;margin:0 4px!important}.layui-table td .text-explode:first-child{display:none;opacity:0}.layui-table td .background-image{float:left;width:40px;height:40px;display:inline-block;margin-right:5px;background:no-repeat center center;background-size:cover;vertical-align:middle}fieldset{margin:0;border:1px solid #e6e6e6;padding:10px 20px 5px 20px}fieldset legend{color:#666;padding:0 10px;font-size:14px}.form-search .layui-btn{height:32px;line-height:28px;font-size:12px;padding:0 10px}.form-search .layui-form-label{width:auto!important;padding:0 8px;height:32px;line-height:30px}.form-search .layui-input-inline{width:170px}.form-search .layui-input-inline input,.form-search .layui-input-inline select{width:100%;height:32px;padding:2px 8px;line-height:1em}.form-search .layui-form-select dl{top:31px;padding:0}.layui-form input.layui-input,.layui-form select.layui-select{line-height:1em}.label-required-prev:before{width:1em;color:red;content:'*';display:inline-block;position:absolute;text-align:left;font-weight:700;line-height:1.6em;margin-left:-.8em}.label-required-next:after,.label-required:after{top:6px;right:5px;color:red;content:'*';position:absolute;margin-left:4px;font-weight:700;line-height:1.8em}.label-required-null:before{content:none!important}.think-form-label{padding:9px 15px;font-weight:400;line-height:20px;text-align:right}.think-form-group-right{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.think-form-group-left input{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.think-box-shadow{padding:20px!important;background:#fff!important;box-shadow:0 2px 3px 0 rgba(0,0,0,.1)}label.think-checkbox,label.think-radio{margin-right:10px;display:inline-block}.think-checkbox,.think-radio{cursor:pointer;margin-top:10px;font-weight:400;line-height:17px}.think-checkbox input[type=checkbox]{width:18px;height:18px;border:1px solid #dcdcdc;cursor:pointer;margin:0 5px 0 0;position:relative;display:inline-block!important;background:#fff;appearance:none;box-sizing:border-box!important;border-radius:1px;vertical-align:bottom;-webkit-appearance:none}.think-checkbox input[type=checkbox]:checked:after{color:#666;padding:2px;display:block;content:"\e605";font-size:12px;font-style:normal;font-weight:700;position:absolute;font-family:layui-icon!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.think-radio input[type=radio]{width:18px;height:18px;cursor:pointer;margin:0 5px 0 0;position:relative;border:1px solid #dcdcdc;display:inline-block!important;box-sizing:border-box!important;appearance:none;background:#fff;border-radius:1em;vertical-align:bottom;-webkit-appearance:none}.think-radio input[type=radio]:checked:after{top:4px;left:4px;width:8px;height:8px;content:'';display:block;position:relative;background:#666;border-radius:1em}/*# sourceMappingURL=console.css.map */ \ No newline at end of file diff --git a/public/static/theme/css/console.css.map b/public/static/theme/css/console.css.map index 22d3e470e..60244adc9 100644 --- a/public/static/theme/css/console.css.map +++ b/public/static/theme/css/console.css.map @@ -1 +1 @@ -{"version":3,"sources":["console.less","console.custom.less","console.layout.less","console.layui.less","console.form.less"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"sources":["console.less","console.custom.less","console.layout.less","console.layui.less","console.form.less"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/public/static/theme/css/console.form.less b/public/static/theme/css/console.form.less index 3fe5f8171..73c5210b7 100644 --- a/public/static/theme/css/console.form.less +++ b/public/static/theme/css/console.form.less @@ -99,8 +99,8 @@ fieldset { } .think-box-shadow { - background: #fff; - padding: 20px 20px !important; + padding: 20px !important; + background: #fff !important; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); } diff --git a/public/static/theme/css/package.json b/public/static/theme/css/package.json index d837bb1ea..f93365225 100644 --- a/public/static/theme/css/package.json +++ b/public/static/theme/css/package.json @@ -8,6 +8,6 @@ }, "scripts": { "install": "npm install -g less less-plugin-clean-css", - "build": "lessc --clean-css --source-map console.less console.css;\n lessc --clean-css --source-map login.less login.css" + "build": "lessc --clean-css --source-map console.less console.css \n lessc --clean-css --source-map login.less login.css" } } diff --git a/vendor/services.php b/vendor/services.php index 3e8aa9dc7..95e9536c6 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service',