diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index 3cc5155ee..fa69201e3 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -86,29 +86,35 @@
{if isset($vo.loops_time) and $vo.loops_time > 0} - + {/if} {if $vo.rscript eq 1} - + {else} - + {/if} - {eq name='vo.status' value='1'} + {if $vo.status eq 1} 等待处理 {elseif $vo.status eq 2} 正在处理 {elseif $vo.status eq 3} 处理完成 {elseif $vo.status eq 4 and auth('redo')} - 处理失败 - - {/eq} - {if auth("remove") } - + 处理失败 + + + {/if} - + {if auth("remove") } + + + + {/if} + + +
{$vo.exec_desc|raw|default="没有获取到状态描述"}
diff --git a/app/data/service/TruckService.php b/app/data/service/TruckService.php index 2499013d0..0689dfd92 100644 --- a/app/data/service/TruckService.php +++ b/app/data/service/TruckService.php @@ -30,8 +30,8 @@ class TruckService extends Service $map = [['status', '=', 1], ['deleted', '=', 0], ['code', 'in', $codes]]; $template = $this->app->db->name('ShopTruckTemplate')->where($map)->order('sort desc,id desc')->find(); if (empty($template)) return [0, $truckCount, '', '邮费模板编码无效!']; - $rule = json_decode($template['normal'], true) ?: []; - foreach (json_decode($template['content'], true) ?: [] as $item) { + $rule = json_decode($template['normal'] ?: '[]', true) ?: []; + foreach (json_decode($template['content'] ?: '[]', true) ?: [] as $item) { if (isset($item['city']) && is_array($item['city'])) foreach ($item['city'] as $city) { if ($city['name'] === $provName && in_array($cityName, $city['subs'])) { $rule = $item['rule']; diff --git a/app/data/view/shop_goods/index.html b/app/data/view/shop_goods/index.html index 1cc1c57db..a6c8c0420 100644 --- a/app/data/view/shop_goods/index.html +++ b/app/data/view/shop_goods/index.html @@ -25,7 +25,7 @@
  • {$v}
  • {/if}{/foreach} -
    +
    {include file='shop_goods/index_search'} {notempty name='list'} diff --git a/app/data/view/shop_goods_mark/index.html b/app/data/view/shop_goods_mark/index.html index ec9f31ee7..eee543d09 100644 --- a/app/data/view/shop_goods_mark/index.html +++ b/app/data/view/shop_goods_mark/index.html @@ -48,6 +48,7 @@ {if auth("state") and $vo.status eq 1} 禁 用 + 禁 用 {/if} {if auth("state") and $vo.status eq 0} diff --git a/app/data/view/shop_order/index.html b/app/data/view/shop_order/index.html index 9f73eacbe..9fb3953ae 100644 --- a/app/data/view/shop_order/index.html +++ b/app/data/view/shop_order/index.html @@ -10,7 +10,7 @@
  • {$v}{$total[$k]??0}
  • {/if}{/foreach} -
    +
    {include file='shop_order/index_search'}
    {notempty name='list'} diff --git a/app/data/view/shop_order_send/index.html b/app/data/view/shop_order_send/index.html index a1d5937b9..42688f8b4 100644 --- a/app/data/view/shop_order_send/index.html +++ b/app/data/view/shop_order_send/index.html @@ -10,7 +10,7 @@
  • {$v}{$total[$k]??0}
  • {/if}{/foreach} -
    +
    {include file='shop_order_send/index_search'}
    {notempty name='list'} diff --git a/app/data/view/shop_truck_template/form_region.html b/app/data/view/shop_truck_template/form_region.html index eb6ec1da6..3cf61c57c 100644 --- a/app/data/view/shop_truck_template/form_region.html +++ b/app/data/view/shop_truck_template/form_region.html @@ -2,29 +2,27 @@ {block name="content"}
    -
    -
    -
    配送区域
    -
    -
    - -
    +
    +
    全国 配送省份
    +
    +
    +
    -
    -
    可选区域
    -
    -
    - -
    +
    +
    +
    配送城市
    +
    +
    +
    -
    -
    可选区域
    -
    -
    - -
    +
    +
    +
    配送区域
    +
    +
    +
    @@ -33,7 +31,6 @@
    - diff --git a/app/wechat/view/config/options.html b/app/wechat/view/config/options.html index 6cbb703ab..172725c2e 100644 --- a/app/wechat/view/config/options.html +++ b/app/wechat/view/config/options.html @@ -3,7 +3,6 @@ {block name="content"}
    -
    {foreach ['api'=>'微信公众平台直接模式','thr'=>'微信开放平台授权模式','test'=>'微信接口功能测试'] as $k=>$v} @@ -13,7 +12,7 @@
    -
    +
    {include file='config/options_api'}
    {include file='config/options_thr'}
    {include file='config/options_tst'}
    diff --git a/app/wechat/view/config/options_api.html b/app/wechat/view/config/options_api.html index 1751e2d3a..dc9add7ae 100644 --- a/app/wechat/view/config/options_api.html +++ b/app/wechat/view/config/options_api.html @@ -1,7 +1,9 @@ -
    + -
    - 使用微信公众平台直接模式时,需要在微信公众号平台配置授权IP及网页授权域名,另外再将获取到的参数填写到下面。 +
    +
    + 使用微信公众平台直接模式时,需要在微信公众号平台配置授权IP及网页授权域名,将公众号平台获取到的参数填写到下面。 +
    @@ -31,7 +33,7 @@
    - +

    若开启了消息加密时必需填写,消息加密密钥必需填写并保持与公众号平台一致。

    @@ -39,21 +41,21 @@
    - +
    - +
    - +

    公众号服务平台消息推送接口及服务器授权IP地址,需在公众号接口开发处配置。

    -
    +
    diff --git a/app/wechat/view/config/options_thr.html b/app/wechat/view/config/options_thr.html index 0d1d5ec61..661537a4b 100644 --- a/app/wechat/view/config/options_thr.html +++ b/app/wechat/view/config/options_thr.html @@ -1,7 +1,9 @@ - + -
    - 使用微信开放平台授权模式时,需要使用楚才开放平台的 微信授权 服务,接口需要使用 YarJsonRpc 模块通信。 +
    +
    + 使用微信开放平台授权模式时,需要使用楚才开放平台的 微信授权 服务,接口需要使用 YarJsonRpc 通信。 +
    @@ -51,13 +53,13 @@
    - +

    公众号绑定服务平台接口通知 URL, 公众号消息接收与回复等。

    -
    +
    diff --git a/app/wechat/view/config/options_tst.html b/app/wechat/view/config/options_tst.html index 8b545a002..c3637c4ad 100644 --- a/app/wechat/view/config/options_tst.html +++ b/app/wechat/view/config/options_tst.html @@ -1,46 +1,49 @@ - + -
    - 这里对微信开发的常用功能做了些测试案例,请使用微信扫码进行测试。 +
    +
    + 微信常用功能测试案例,请使用微信扫描下面的二维码进行测试,具体请检查公众号是否拥有对应的产品功能。 +
    -
    +
    -

    第三方平台授权

    - JSSDK 签名测试需要在开放平台配置当前的授权域名:{:request()->host()} +

    微信开放平台授权

    +

    JSSDK 签名测试需要在开放平台配置当前的授权域名:{:request()->host()}

    -

    普通接口强制绑定

    - 网页授权及 JSSDK 签名都需要在公众号平台配置授权域名:{:request()->host()} +

    公众号平台接口域名授权

    +

    网页授权及 JSSDK 签名都需要在公众号平台配置授权域名:{:request()->host()}

    -
    +

    支付测试配置

    - JSAPI 支付测试需要在微信商户平台配置支付目录:{:sysuri('wechat/api.test/index',[],'',true)}
    - 扫码支付①需要在微信商户平台配置支付通知地址:{:url('wechat/api.test/scan_one_notify',[],'',true)} +

    JSAPI 支付测试需要在微信商户平台配置支付目录:{:sysuri('wechat/api.test/index',[],'',true)}

    +

    扫码支付①需要在微信商户平台配置支付通知地址:{:url('wechat/api.test/scan_one_notify',[],'',true)}

    -
    -
    +
    +

    网页授权

    -
    +
    img

    JSSDK签名

    -
    +
    img

    JSAPI支付

    -
    +
    img

    扫码支付①

    -
    +
    img

    扫码支付②

    +
    diff --git a/app/wechat/view/config/payment.html b/app/wechat/view/config/payment.html index e83b644b3..cf150c86f 100644 --- a/app/wechat/view/config/payment.html +++ b/app/wechat/view/config/payment.html @@ -1,63 +1,70 @@ {extend name="../../admin/view/main"} {block name="content"} -
    +
    +
    + -
    -
    - -
    - -
    - -

    微信商户编号,需要在微信商户平台获取,MCH_ID 与 APPID 匹配

    +
    +
    + 微信商户参数配置,此处交易的商户号需要与微信公众号对接的公众号 APPID 匹配。
    -
    - -
    - -

    微信商户密钥,需要在微信商户平台操作设置操作密码并获取商户接口密钥

    -
    -
    - -
    - -
    - -
    - {foreach ['pem'=>'上传 PEM 证书','p12'=>'上传 P12 证书'] as $k=>$v} - - {/foreach} -

    请选择需要上传证书类型,P12 或 PEM 二选一,证书需要从微信商户平台获取

    -
    - - -

    微信商户支付 P12 证书,实现订单退款、打款、发红包等支出功能都使用证书

    -
    -
    - - - - -

    微信商户支付 PEM 双向证书,实现订单退款、打款、发红包等支出功能都使用证书

    +
    +
    + +
    + +

    微信商户编号,需要在微信商户平台获取,MCH_ID 与 APPID 匹配

    + +
    + +
    + +

    微信商户密钥,需要在微信商户平台操作设置操作密码并获取商户接口密钥

    +
    +
    + +
    + +
    + +
    + {foreach ['pem'=>'上传 PEM 证书','p12'=>'上传 P12 证书'] as $k=>$v} + + {/foreach} +

    请选择需要上传证书类型,P12 或 PEM 二选一,证书需要从微信商户平台获取

    +
    + + +

    微信商户支付 P12 证书,实现订单退款、打款、发红包等支出功能都使用证书

    +
    +
    + + + + +

    微信商户支付 PEM 双向证书,实现订单退款、打款、发红包等支出功能都使用证书

    +
    +
    +
    +
    +
    + +
    -
    -
    - -
    -
    +
    - +
    {/block} {block name="script"} diff --git a/config/view.php b/config/view.php index b9a20bdef..c2ab7e9fc 100644 --- a/config/view.php +++ b/config/view.php @@ -23,7 +23,7 @@ return [ // 模板后缀 'view_suffix' => 'html', // 去除HTML空格换行 - 'strip_space' => false, + 'strip_space' => true, // 模板文件名分隔符 'view_depr' => DIRECTORY_SEPARATOR, // 模板缓存配置 diff --git a/public/static/theme/css/console.css b/public/static/theme/css/console.css index c3ae8e3b2..2fae04b0c 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:hover,:-webkit-autofill:focus,:-webkit-autofill:active{box-shadow:0 2px 3px 0 rgba(0,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;border-radius:5px;letter-spacing:6px;border:1px solid #e6e6e6;background-color:#f2f2f2}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.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:white !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-top-0{border-top:0 !important}.border-left-0{border-left:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-radius{border-radius:50% !important}.border-radius-0{border-radius:0 !important}.border-radius-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,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,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,0.4)}.portal-block-container .portal-block-item{color:#fff;line-height:4em;padding:15px 25px;position:relative;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.2)}.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:30px}.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;border-radius:5px;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;border-radius:0 0 5px 5px;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,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,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,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 rgba(0,0,0,0);border-right:1px solid rgba(0,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,0.15);border-bottom:1px solid rgba(0,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;background:#eaedf1}.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{background:#fff}.layui-header .layui-nav-item .layui-nav-child dd a{padding:0;color:#333;margin-top:1px;text-align:center}.layui-header .layui-nav-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,0.15);border-right:1px solid rgba(0,0,0,0)}.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,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%,0.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,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-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)}fieldset{margin:0;border:1px solid #e6e6e6;padding:10px 20px 5px 20px;border-radius:5px;background:#fff}fieldset legend{color:#333;padding:0 10px;font-size:14px}.layui-tab,.layui-card{overflow:hidden;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.2)}.layui-tab .layui-card-body,.layui-card .layui-card-body{padding:15px}.layui-btn{border:1px solid #009688}.layui-btn-warm{border:1px solid #FFB800}.layui-btn-danger{border:1px solid #FF5722}.layui-btn-normal{border:1px solid #1E9FFF}.layui-btn-disabled{border:1px solid #e6e6e6}.layui-btn-group .layui-btn-primary:hover{border-color:#009688}.layui-badge{border:none;box-shadow:0 1px 1px 0 rgba(0,0,0,0.15)}.layui-badge-middle{width:1em;height:auto;padding:5px;margin-right:5px;white-space:normal;vertical-align:middle}/*! 搜索表单样式 */.form-search .layui-btn{height:32px;padding:0 10px;font-size:13px;line-height:32px}.form-search .layui-btn .layui-icon{font-size:15px}.form-search .layui-form-label{width:auto !important;height:32px;padding:0 8px;line-height:32px}.form-search .layui-input-inline{width:170px}.form-search .layui-input-inline input,.form-search .layui-input-inline select{width:100%;height:32px;padding:0 8px;line-height:32px}.form-search .layui-form-select dl{top:31px;padding:0}.layui-form.layui-card{box-shadow:none}.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:-0.8em}.label-required:after,.label-required-next: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;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.2)}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:18px}.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}.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-group>.layui-btn{border-right:0 !important;border-left:1px solid #009688 !important}.layui-btn-group>.layui-btn:last-child{border-right:1px solid #009688 !important}.layui-btn-group>.layui-btn.layui-btn-active{border-left:0 !important;border-right:0 !important}.layui-btn-group>.layui-btn.layui-btn-active+.layui-btn{border-left:0 !important}.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}/*# sourceMappingURL=console.css.map */ \ No newline at end of file +@charset "UTF-8";::selection{color:#fff !important;background-color:#ec494e !important}::-moz-selection{color:#fff !important;background-color:#ec494e !important}::-webkit-scrollbar-track{background:#ccc !important}::-webkit-scrollbar-thumb{background-color:#666 !important}::-webkit-input-placeholder{color:#aaa}div.layui-side>div.layui-side-scroll::-webkit-scrollbar{width:3px}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-track{background:#ccc !important}div.layui-side>div.layui-side-scroll::-webkit-scrollbar-thumb{background-color:#666 !important}:-webkit-autofill,:-webkit-autofill:hover,:-webkit-autofill:focus,:-webkit-autofill:active{box-shadow:0 2px 3px 0 rgba(0,0,0,0.1) inset !important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out !important;-webkit-transition-delay:9999s !important;-webkit-text-fill-color:#333 !important}body{color:#333;font-size:12px}body a{color:#06C;cursor:pointer}body a:hover{color:#039}body input::-ms-clear{display:none}.notdata{padding:15px;display:block;font-size:13px;text-align:center;line-height:22px;border-radius:5px;letter-spacing:6px;border:1px solid #DDD;background-color:#f2f2f2}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.absolute{position:absolute !important}.relative{position:relative !important}.block{display:block !important}.pointer{cursor:pointer !important}.nowrap{white-space:nowrap !important}.noshadow{box-shadow:none !important}.help-block{color:#999;font-size:12px}.table-block{width:100%;display:table !important;box-sizing:border-box}.inline-block{display:inline-block !important}.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:white !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-top-0{border-top:0 !important}.border-left-0{border-left:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-radius{border-radius:50% !important}.border-radius-0{border-radius:0 !important}.border-radius-5{border-radius:5px !important}.border-radius-6{border-radius:6px !important}.border-radius-left-0{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.border-radius-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.font-s10{font-size:10px !important}.font-s11{font-size:11px !important}.font-s12{font-size:12px !important}.font-s13{font-size:13px !important}.font-s14{font-size:14px !important}.font-s15{font-size:15px !important}.font-s16{font-size:16px !important}.font-s18{font-size:18px !important}.font-s20{font-size:20px !important}.font-s30{font-size:30px !important}.font-s40{font-size:40px !important}.font-w1{font-weight:100 !important}.font-w2{font-weight:200 !important}.font-w3{font-weight:300 !important}.font-w4{font-weight:400 !important}.font-w5{font-weight:500 !important}.font-w6{font-weight:600 !important}.font-w7{font-weight:700 !important}.font-w8{font-weight:800 !important}.font-w9{font-weight:900 !important}.padding-0{padding:0 !important}.padding-5{padding:5px !important}.padding-10{padding:10px !important}.padding-15{padding:15px !important}.padding-20{padding:20px !important}.padding-25{padding:25px !important}.padding-30{padding:30px !important}.padding-40{padding:40px !important}.padding-col-0{padding-left:0 !important;padding-right:0 !important}.padding-col-5{padding-left:5px !important;padding-right:5px !important}.padding-col-10{padding-left:10px !important;padding-right:10px !important}.padding-col-15{padding-left:15px !important;padding-right:15px !important}.padding-col-20{padding-left:20px !important;padding-right:20px !important}.padding-col-25{padding-left:25px !important;padding-right:25px !important}.padding-col-30{padding-left:30px !important;padding-right:30px !important}.padding-col-40{padding-left:40px !important;padding-right:40px !important}.padding-row-0{padding-top:0 !important;padding-bottom:0 !important}.padding-row-5{padding-top:5px !important;padding-bottom:5px !important}.padding-row-10{padding-top:10px !important;padding-bottom:10px !important}.padding-row-15{padding-top:15px !important;padding-bottom:15px !important}.padding-row-20{padding-top:20px !important;padding-bottom:20px !important}.padding-row-25{padding-top:25px !important;padding-bottom:25px !important}.padding-row-30{padding-top:30px !important;padding-bottom:30px !important}.padding-row-40{padding-top:40px !important;padding-bottom:40px !important}.padding-top-0{padding-top:0 !important}.padding-top-5{padding-top:5px !important}.padding-top-10{padding-top:10px !important}.padding-top-15{padding-top:15px !important}.padding-top-20{padding-top:20px !important}.padding-top-30{padding-top:30px !important}.padding-top-40{padding-top:40px !important}.padding-left-0{padding-left:0 !important}.padding-left-5{padding-left:5px !important}.padding-left-10{padding-left:10px !important}.padding-left-15{padding-left:15px !important}.padding-left-20{padding-left:20px !important}.padding-left-30{padding-left:30px !important}.padding-left-40{padding-left:40px !important}.padding-right-0{padding-right:0 !important}.padding-right-5{padding-right:5px !important}.padding-right-10{padding-right:10px !important}.padding-right-15{padding-right:15px !important}.padding-right-20{padding-right:20px !important}.padding-right-30{padding-right:30px !important}.padding-right-40{padding-right:40px !important}.padding-bottom-0{padding-bottom:0 !important}.padding-bottom-5{padding-bottom:5px !important}.padding-bottom-10{padding-bottom:10px !important}.padding-bottom-15{padding-bottom:15px !important}.padding-bottom-20{padding-bottom:20px !important}.padding-bottom-30{padding-bottom:30px !important}.padding-bottom-40{padding-bottom:40px !important}.margin-0{margin:0 !important}.margin-5{margin:5px !important}.margin-10{margin:10px !important}.margin-15{margin:15px !important}.margin-20{margin:20px !important}.margin-25{margin:25px !important}.margin-30{margin:30px !important}.margin-40{margin:40px !important}.margin-col-0{margin-left:0 !important;margin-right:0 !important}.margin-col-5{margin-left:5px !important;margin-right:5px !important}.margin-col-10{margin-left:10px !important;margin-right:10px !important}.margin-col-15{margin-left:15px !important;margin-right:15px !important}.margin-col-20{margin-left:20px !important;margin-right:20px !important}.margin-col-25{margin-left:25px !important;margin-right:25px !important}.margin-col-30{margin-left:30px !important;margin-right:30px !important}.margin-col-40{margin-left:40px !important;margin-right:40px !important}.margin-row-0{margin-top:0 !important;margin-bottom:0 !important}.margin-row-5{margin-top:5px !important;margin-bottom:5px !important}.margin-row-10{margin-top:10px !important;margin-bottom:10px !important}.margin-row-15{margin-top:15px !important;margin-bottom:15px !important}.margin-row-20{margin-top:20px !important;margin-bottom:20px !important}.margin-row-25{margin-top:25px !important;margin-bottom:25px !important}.margin-row-30{margin-top:30px !important;margin-bottom:30px !important}.margin-row-40{margin-top:40px !important;margin-bottom:40px !important}.margin-top-0{margin-top:0 !important}.margin-top-5{margin-top:5px !important}.margin-top-10{margin-top:10px !important}.margin-top-15{margin-top:15px !important}.margin-top-20{margin-top:20px !important}.margin-top-25{margin-top:25px !important}.margin-top-30{margin-top:30px !important}.margin-top-40{margin-top:40px !important}.margin-left-0{margin-left:0 !important}.margin-left-5{margin-left:5px !important}.margin-left-10{margin-left:10px !important}.margin-left-15{margin-left:15px !important}.margin-left-20{margin-left:20px !important}.margin-left-25{margin-left:25px !important}.margin-left-30{margin-left:30px !important}.margin-left-40{margin-left:40px !important}.margin-right-0{margin-right:0 !important}.margin-right-5{margin-right:5px !important}.margin-right-10{margin-right:10px !important}.margin-right-15{margin-right:15px !important}.margin-right-20{margin-right:20px !important}.margin-right-25{margin-right:25px !important}.margin-right-30{margin-right:30px !important}.margin-right-40{margin-right:40px !important}.margin-bottom-0{margin-bottom:0 !important}.margin-bottom-5{margin-bottom:5px !important}.margin-bottom-10{margin-bottom:10px !important}.margin-bottom-15{margin-bottom:15px !important}.margin-bottom-20{margin-bottom:20px !important}.margin-bottom-25{margin-bottom:25px !important}.margin-bottom-30{margin-bottom:30px !important}.margin-bottom-40{margin-bottom:40px !important}.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,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,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,0.4)}.portal-block-container .portal-block-item{color:#fff;line-height:4em;padding:15px 25px;position:relative;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.2)}.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:30px}.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;border-radius:5px;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;border-radius:0 0 5px 5px;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,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,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,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 rgba(0,0,0,0);border-right:1px solid rgba(0,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,0.15);border-bottom:1px solid rgba(0,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;background:#eaedf1}.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{background:#fff}.layui-header .layui-nav-item .layui-nav-child dd a{padding:0;color:#333;margin-top:1px;text-align:center}.layui-header .layui-nav-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,0.15);border-right:1px solid rgba(0,0,0,0)}.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,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%,0.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,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-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)}fieldset{margin:0 0 10px 0;border:1px solid #DDD;padding:10px 20px 5px 20px;background:#fff;border-radius:5px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.1)}fieldset legend{color:#333;padding:0 10px;font-size:14px}.layui-table{box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);border-color:#DDD}.layui-tab,.layui-card{overflow:hidden;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.1)}.layui-tab .layui-card-header,.layui-card .layui-card-header{padding:0 20px}.layui-tab .layui-card-body,.layui-card .layui-card-body{padding:20px}.layui-tab .layui-tab-content,.layui-card .layui-tab-content{padding:20px;background:#fff}.layui-btn{border:1px solid #009688}.layui-btn-warm{border:1px solid #FFB800}.layui-btn-danger{border:1px solid #FF5722}.layui-btn-normal{border:1px solid #1E9FFF}.layui-btn-disabled{border:1px solid #DDD}.layui-btn-group .layui-btn:last-child{border-radius:0 5px 5px 0}.layui-btn-group .layui-btn:first-child{border-radius:5px 0 0 5px}.layui-btn-group .layui-btn-primary:hover{border-color:#009688}.layui-badge{line-height:19px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.15)}.layui-badge-middle{width:1em;height:auto;padding:5px;margin-right:5px;white-space:normal;vertical-align:middle}/*! 搜索表单样式 */.form-search .layui-btn{height:32px;padding:0 10px;font-size:13px;line-height:32px}.form-search .layui-btn .layui-icon{font-size:15px}.form-search .layui-form-label{width:auto !important;height:32px;padding:0 8px;line-height:32px}.form-search .layui-input-inline{width:170px}.form-search .layui-input-inline input,.form-search .layui-input-inline select{width:100%;height:32px;padding:0 8px;line-height:32px}.form-search .layui-form-select dl{top:31px;padding:0}.label-required-prev:before{width:1em;color:red;content:'*';display:inline-block;position:absolute;text-align:left;font-weight:700;line-height:1.6em;margin-left:-0.8em}.label-required:after,.label-required-next: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-box-shadow{padding:20px !important;background:#fff !important;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,0.2)}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:18px}.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;position:absolute;font-style:normal;font-weight:700;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}.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-group>.layui-btn{border-right:0 !important;border-left:1px solid #009688 !important}.layui-btn-group>.layui-btn:last-child{border-right:1px solid #009688 !important}.layui-btn-group>.layui-btn.layui-btn-active{border-left:0 !important;border-right:0 !important}.layui-btn-group>.layui-btn.layui-btn-active+.layui-btn{border-left:0 !important}.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 #DDD;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}/*# 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 42667d338..bb8b2a791 100644 --- a/public/static/theme/css/console.css.map +++ b/public/static/theme/css/console.css.map @@ -1 +1 @@ -{"version":3,"sources":["console.less","console.custom.less","console.layout.less","console.layui.less"],"names":[],"mappings":"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","file":"console.css"} \ No newline at end of file +{"version":3,"sources":["console.less","console.custom.less","console.layout.less","console.layui.less"],"names":[],"mappings":"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","file":"console.css"} \ No newline at end of file diff --git a/public/static/theme/css/console.custom.less b/public/static/theme/css/console.custom.less index 03e266043..2b430154a 100644 --- a/public/static/theme/css/console.custom.less +++ b/public/static/theme/css/console.custom.less @@ -6,7 +6,7 @@ line-height: 22px; border-radius: 5px; letter-spacing: 6px; - border: 1px solid #e6e6e6; + border: 1px solid #DDD; background-color: #f2f2f2; } @@ -44,6 +44,10 @@ white-space: nowrap !important } +.noshadow { + box-shadow: none !important; +} + .help-block { color: #999; font-size: 12px @@ -217,6 +221,14 @@ border-radius: 0 !important } + &-5 { + border-radius: 5px !important; + } + + &-6 { + border-radius: 6px !important; + } + &-left-0 { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important @@ -344,6 +356,90 @@ padding: 40px !important } + &-col { + &-0 { + padding-left: 0 !important; + padding-right: 0 !important; + } + + &-5 { + padding-left: 5px !important; + padding-right: 5px !important; + } + + &-10 { + padding-left: 10px !important; + padding-right: 10px !important; + } + + &-15 { + padding-left: 15px !important; + padding-right: 15px !important; + } + + &-20 { + padding-left: 20px !important; + padding-right: 20px !important; + } + + &-25 { + padding-left: 25px !important; + padding-right: 25px !important; + } + + &-30 { + padding-left: 30px !important; + padding-right: 30px !important; + } + + &-40 { + padding-left: 40px !important; + padding-right: 40px !important; + } + } + + &-row { + &-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + &-5 { + padding-top: 5px !important; + padding-bottom: 5px !important; + } + + &-10 { + padding-top: 10px !important; + padding-bottom: 10px !important; + } + + &-15 { + padding-top: 15px !important; + padding-bottom: 15px !important; + } + + &-20 { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + + &-25 { + padding-top: 25px !important; + padding-bottom: 25px !important; + } + + &-30 { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + &-40 { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + } + &-top { &-0 { padding-top: 0 !important @@ -499,6 +595,90 @@ margin: 40px !important } + &-col { + &-0 { + margin-left: 0 !important; + margin-right: 0 !important; + } + + &-5 { + margin-left: 5px !important; + margin-right: 5px !important; + } + + &-10 { + margin-left: 10px !important; + margin-right: 10px !important; + } + + &-15 { + margin-left: 15px !important; + margin-right: 15px !important; + } + + &-20 { + margin-left: 20px !important; + margin-right: 20px !important; + } + + &-25 { + margin-left: 25px !important; + margin-right: 25px !important; + } + + &-30 { + margin-left: 30px !important; + margin-right: 30px !important; + } + + &-40 { + margin-left: 40px !important; + margin-right: 40px !important; + } + } + + &-row { + &-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + &-5 { + margin-top: 5px !important; + margin-bottom: 5px !important; + } + + &-10 { + margin-top: 10px !important; + margin-bottom: 10px !important; + } + + &-15 { + margin-top: 15px !important; + margin-bottom: 15px !important; + } + + &-20 { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + + &-25 { + margin-top: 25px !important; + margin-bottom: 25px !important; + } + + &-30 { + margin-top: 30px !important; + margin-bottom: 30px !important; + } + + &-40 { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + } + &-top { &-0 { margin-top: 0 !important diff --git a/public/static/theme/css/console.layui.less b/public/static/theme/css/console.layui.less index f2358ce3f..ba3f1f263 100644 --- a/public/static/theme/css/console.layui.less +++ b/public/static/theme/css/console.layui.less @@ -1,9 +1,10 @@ fieldset { - margin: 0; - border: 1px solid #e6e6e6; + margin: 0 0 10px 0; + border: 1px solid #DDD; padding: 10px 20px 5px 20px; - border-radius: 5px; background: #fff; + border-radius: 5px; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); legend { color: #333; @@ -12,52 +13,77 @@ fieldset { } } +.layui-table { + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); + border-color: #DDD; +} + .layui-tab, .layui-card { overflow: hidden; border-radius: 5px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); + + .layui-card-header { + padding: 0 20px; + } .layui-card-body { - padding: 15px + padding: 20px; } + + .layui-tab-content { + padding: 20px; + background: #fff; + } + } .layui-btn { border: 1px solid #009688; + + &-warm { + border: 1px solid #FFB800; + } + + &-danger { + border: 1px solid #FF5722; + } + + &-normal { + border: 1px solid #1E9FFF; + } + + &-disabled { + border: 1px solid #DDD; + } } -.layui-btn-warm { - border: 1px solid #FFB800; -} +.layui-btn-group { + .layui-btn:last-child { + border-radius: 0 5px 5px 0; + } -.layui-btn-danger { - border: 1px solid #FF5722; -} + .layui-btn:first-child { + border-radius: 5px 0 0 5px; + } -.layui-btn-normal { - border: 1px solid #1E9FFF; -} - -.layui-btn-disabled { - border: 1px solid #e6e6e6; -} - -.layui-btn-group .layui-btn-primary:hover { - border-color: #009688; + .layui-btn-primary:hover { + border-color: #009688; + } } .layui-badge { - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); -} + line-height: 19px; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -.layui-badge-middle { - width: 1em; - height: auto; - padding: 5px; - margin-right: 5px; - white-space: normal; - vertical-align: middle; + &-middle { + width: 1em; + height: auto; + padding: 5px; + margin-right: 5px; + white-space: normal; + vertical-align: middle; + } } /*! 搜索表单样式 */ @@ -97,12 +123,6 @@ fieldset { } } -.layui-form { - &.layui-card { - box-shadow: none - } -} - /* 表单验证异常提示 */ .label-required { &-prev:before { @@ -134,24 +154,6 @@ fieldset { } /** 自定义表单样式 */ -.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; @@ -194,9 +196,9 @@ label.think-checkbox, label.think-radio { display: block; content: "\e605"; font-size: 12px; + position: absolute; font-style: normal; font-weight: 700; - position: absolute; font-family: layui-icon !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale @@ -295,7 +297,7 @@ label.think-checkbox, label.think-radio { width: 50px; color: #666; padding: 2px; - border: 1px solid #e6e6e6; + border: 1px solid #DDD; text-align: center; font-size: 9pt; line-height: 18px diff --git a/public/static/theme/css/console.less b/public/static/theme/css/console.less index 5b44dd965..e81a2655b 100644 --- a/public/static/theme/css/console.less +++ b/public/static/theme/css/console.less @@ -23,10 +23,6 @@ background-color: #ec494e !important } -::-webkit-input-placeholder { - color: #aaa -} - ::-webkit-scrollbar { &-track { background: #ccc !important @@ -37,6 +33,10 @@ } } +::-webkit-input-placeholder { + color: #aaa +} + div.layui-side > div.layui-side-scroll::-webkit-scrollbar { width: 3px; @@ -61,7 +61,6 @@ div.layui-side > div.layui-side-scroll::-webkit-scrollbar { body { color: #333; font-size: 12px; - font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', 'Hiragino Sans GB', serif; a { color: #06C; diff --git a/public/static/theme/css/login.css b/public/static/theme/css/login.css index 6002c9cf6..f432dc24a 100644 --- a/public/static/theme/css/login.css +++ b/public/static/theme/css/login.css @@ -1 +1 @@ -@charset "UTF-8";body,html{height:100%;display:block}body{background:url("../img/login/bg1.jpg") no-repeat center center;background-size:cover}.login-container{height:100%}.login-container .header{top:0;left:0;width:100%;height:47px;position:absolute;text-shadow:#000 .1em .1em .1em}.login-container .header .title{color:#fff;float:left;font-size:18px;line-height:47px;text-indent:40px;letter-spacing:1px}.login-container .header a,.login-container .header a:focus,.login-container .header a:hover{color:#fff;letter-spacing:1px;text-decoration:none}.login-container .header ul{float:right}.login-container .header ul li{float:left;line-height:47px;margin-left:10px}.login-container form{top:50%;left:50%;width:300px;position:absolute;margin-top:-250px;margin-left:-150px}.login-container form h2{color:#fff;padding:20px 0;font-size:25px;text-align:center;font-weight:700;letter-spacing:3px;text-shadow:#000 .05em .05em .05em}.login-container form ul li{position:relative;margin-top:20px;text-shadow:#000 .1em .1em .1em}.login-container form ul li.verify label{width:200px}.login-container form ul li.verify input.layui-input{text-transform:uppercase}.login-container form ul li.verify img{width:95px;height:44px;cursor:pointer;position:absolute;margin-left:5px;border-radius:5px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}.login-container form ul li i.layui-icon{color:#fff;font-size:18px;position:absolute;padding:14px 15px 13px 20px}.login-container form ul li input{color:#fff;height:45px;padding:0 15px;font-size:14px;line-height:1em;text-indent:35px;border-radius:6px;letter-spacing:1px;background:rgba(0,0,0,0.12);text-shadow:#000 .1em .1em .1em;-webkit-text-fill-color:#fff !important;box-shadow:0 2px 3px 0 rgba(0,0,0,0.3) inset !important}.login-container form ul li input:hover,.login-container form ul li input:focus,.login-container form ul li input:active,.login-container form ul li input:-webkit-autofill,.login-container form ul li input:-webkit-autofill:hover,.login-container form ul li input:-webkit-autofill:focus,.login-container form ul li input:-webkit-autofill:active{text-shadow:#000 .1em .1em .1em;box-shadow:0 2px 3px 0 rgba(0,0,0,0.3) inset !important;-webkit-text-fill-color:#fff !important;-webkit-transition-delay:9999s !important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out !important}.login-container form ul li span{letter-spacing:1px;color:#ff0 !important}.login-container form ul li button{color:#333 !important;height:45px !important;border:none !important;background:#fff !important;border-radius:4px !important;letter-spacing:1px !important;box-shadow:0 15px 30px 0 hsla(0,0%,100%,0.25) inset,0 2px 7px 0 rgba(0,0,0,0.2)}.login-container .footer{left:0;bottom:0;color:#fff;width:100%;position:absolute;text-align:center;line-height:30px;padding-bottom:10px;text-shadow:#000 .1em .1em .1em}.login-container .footer a,.login-container .footer span{color:#fff}.login-container .footer a:hover{color:#ccc}#supersized{top:0;left:0;width:100%;height:100%;z-index:-999;display:block;position:fixed;overflow:hidden}#supersized img{border:0;width:auto;height:auto;display:none;outline:0;position:relative;max-width:none !important}#supersized.speed img{image-rendering:-moz-crisp-edges;-ms-interpolation-mode:nearest-neighbor}#supersized.quality img{image-rendering:optimizeQuality;-ms-interpolation-mode:bicubic}#supersized a,#supersized li{width:100%;height:100%;display:block;cursor:default}#supersized li{top:0;left:0;z-index:-30;position:fixed;overflow:hidden;list-style:none}#supersized li.prevslide{z-index:-20}#supersized li.prevslide img{display:inline}#supersized li.activeslide{z-index:-10}#supersized li.activeslide img{display:inline}#supersized li.image-loading{width:100%;height:100%;background:url(../../plugs/supersized/progress.gif) no-repeat center center}#supersized li.image-loading img{visibility:hidden}#supersized-loader{top:50%;left:50%;z-index:0;width:60px;height:60px;position:absolute;text-indent:-999em;margin:-30px 0 0 -30px;background:url(../../plugs/supersized/progress.gif) no-repeat center center}/*# sourceMappingURL=login.css.map */ \ No newline at end of file +@charset "UTF-8";body,html{height:100%;display:block}body{background:url("../img/login/bg1.jpg") no-repeat center center;background-size:cover}.login-container{height:100%}.login-container .header{top:0;left:0;width:100%;height:48px;position:absolute;text-shadow:#000 .1em .1em .1em}.login-container .header .title{color:#fff;float:left;font-size:18px;line-height:48px;text-indent:40px;letter-spacing:1px}.login-container .header a,.login-container .header a:focus,.login-container .header a:hover{color:#fff;letter-spacing:1px;text-decoration:none}.login-container .header ul{float:right}.login-container .header ul li{float:left;line-height:47px;margin-left:10px}.login-container form{top:50%;left:50%;width:300px;position:absolute;margin-top:-250px;margin-left:-150px}.login-container form h2{color:#fff;padding:20px 0;font-size:25px;text-align:center;font-weight:700;letter-spacing:3px;text-shadow:#000 .05em .05em .05em}.login-container form ul li{margin-top:20px;text-shadow:#000 .1em .1em .1em}.login-container form ul li.verify label{width:200px}.login-container form ul li.verify input.layui-input{text-transform:uppercase}.login-container form ul li.verify img{width:95px;height:44px;cursor:pointer;position:absolute;margin-left:5px;border-radius:5px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}.login-container form ul li i.layui-icon{color:#fff;font-size:18px;position:absolute;padding:14px 15px 13px 20px}.login-container form ul li input{color:#fff;height:45px;padding:0 15px;font-size:14px;line-height:1em;text-indent:35px;border-radius:6px;letter-spacing:1px;background:rgba(0,0,0,0.12);text-shadow:#000 .1em .1em .1em;-webkit-text-fill-color:#fff !important;box-shadow:0 2px 3px 0 rgba(0,0,0,0.3) inset !important}.login-container form ul li input:hover,.login-container form ul li input:focus,.login-container form ul li input:active,.login-container form ul li input:-webkit-autofill,.login-container form ul li input:-webkit-autofill:hover,.login-container form ul li input:-webkit-autofill:focus,.login-container form ul li input:-webkit-autofill:active{text-shadow:#000 .1em .1em .1em;box-shadow:0 2px 3px 0 rgba(0,0,0,0.3) inset !important;-webkit-text-fill-color:#fff !important;-webkit-transition-delay:9999s !important;-webkit-transition:color 9999s ease-out,background-color 9999s ease-out !important}.login-container form ul li span{letter-spacing:1px;color:#ff0 !important}.login-container form ul li button{color:#333 !important;height:45px !important;border:none !important;background:#fff !important;border-radius:4px !important;letter-spacing:1px !important;box-shadow:0 15px 30px 0 hsla(0,0%,100%,0.25) inset,0 2px 7px 0 rgba(0,0,0,0.2)}.login-container .footer{left:0;bottom:0;color:#fff;width:100%;position:absolute;text-align:center;line-height:30px;padding-bottom:10px;text-shadow:#000 .1em .1em .1em}.login-container .footer a,.login-container .footer span{color:#fff}.login-container .footer a:hover{color:#ccc}#supersized{top:0;left:0;width:100%;height:100%;z-index:-999;display:block;position:fixed;overflow:hidden}#supersized img{border:0;width:auto;height:auto;display:none;outline:0;position:relative;max-width:none !important}#supersized.speed img{image-rendering:-moz-crisp-edges;-ms-interpolation-mode:nearest-neighbor}#supersized.quality img{image-rendering:optimizeQuality;-ms-interpolation-mode:bicubic}#supersized a,#supersized li{width:100%;height:100%;display:block;cursor:default}#supersized li{top:0;left:0;z-index:-30;position:fixed;overflow:hidden;list-style:none}#supersized li.prevslide{z-index:-20}#supersized li.prevslide img{display:inline}#supersized li.activeslide{z-index:-10}#supersized li.activeslide img{display:inline}#supersized li.image-loading{width:100%;height:100%;background:url(../../plugs/supersized/progress.gif) no-repeat center center}#supersized li.image-loading img{visibility:hidden}#supersized-loader{top:50%;left:50%;z-index:0;width:60px;height:60px;position:absolute;text-indent:-999em;margin:-30px 0 0 -30px;background:url(../../plugs/supersized/progress.gif) no-repeat center center}/*# sourceMappingURL=login.css.map */ \ No newline at end of file diff --git a/public/static/theme/css/login.css.map b/public/static/theme/css/login.css.map index 845e80c8a..d3c39803b 100644 --- a/public/static/theme/css/login.css.map +++ b/public/static/theme/css/login.css.map @@ -1 +1 @@ -{"version":3,"sources":["login.less"],"names":[],"mappings":"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","file":"login.css"} \ No newline at end of file +{"version":3,"sources":["login.less"],"names":[],"mappings":"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","file":"login.css"} \ No newline at end of file diff --git a/public/static/theme/css/login.less b/public/static/theme/css/login.less index 38b544831..bc5f4212c 100644 --- a/public/static/theme/css/login.less +++ b/public/static/theme/css/login.less @@ -30,7 +30,7 @@ body { top: 0; left: 0; width: 100%; - height: 47px; + height: 48px; position: absolute; text-shadow: #000 .1em .1em .1em; @@ -38,7 +38,7 @@ body { color: #fff; float: left; font-size: 18px; - line-height: 47px; + line-height: 48px; text-indent: 40px; letter-spacing: 1px; } @@ -81,7 +81,6 @@ body { } ul li { - position: relative; margin-top: 20px; text-shadow: #000 .1em .1em .1em;