From 4fa837cd685e048a3fa9b72d46ef27496389281b Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 22 Mar 2018 17:39:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E4=B8=BB?= =?UTF-8?q?=E4=BD=93=E5=AD=97=E4=BD=93=E5=A4=A7=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/theme/css/console.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/theme/css/console.css b/static/theme/css/console.css index 2e47d07e6..5f101641e 100644 --- a/static/theme/css/console.css +++ b/static/theme/css/console.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /* +---------------------------------------------------------------------- -// | ThinkAdmin +// | ThinkService // +---------------------------------------------------------------------- // | 版权所有 2014~2017 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- @@ -9,7 +9,7 @@ // +---------------------------------------------------------------------- // | 开源协议 ( https://mit-license.org ) // +---------------------------------------------------------------------- -// | github开源项目:https://github.com/zoujingli/ThinkAdmin +// | github开源项目:https://github.com/zoujingli/ThinkService // +--------------------------------------------------------------------*/ html{overflow:auto}body{width:100%;font-size:12px;font-family:'微软雅黑','Microsoft YaHei','Helvetica Neue','Luxi Sans','DejaVu Sans','Hiragino Sans GB',serif} @@ -44,6 +44,7 @@ a{color:#06C;cursor:pointer}a:hover{color:#039}input::-ms-clear{display:none}but /** 页面加载进度 */ .pace-inactive{display:none} +.modal-form-box{padding:30px 60px 15px 0} .pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none} .pace .pace-progress{background:#22df80;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px} .uploadimage{display:inline-block;width:80px;height:80px;background: url('../img/image.png') no-repeat center center;background-size:cover;cursor:pointer}