From 82970b0919328ec1caa5ef40a02aaa29f4ed6e7c Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.17> Date: 星期四, 25 十月 2018 10:19:23 +0800 Subject: [PATCH] 检测和服务器连接状况是否连接正常 --- gx_tieta/WebRoot/css/common.css | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/css/common.css b/gx_tieta/WebRoot/css/common.css index b3ce739..ca62ed6 100644 --- a/gx_tieta/WebRoot/css/common.css +++ b/gx_tieta/WebRoot/css/common.css @@ -39,6 +39,7 @@ } .sider-menu-folder:hover, .sider-menu-file:hover { background-color: #494a45; + color: #cfcfc2; text-decoration: none; } @@ -52,7 +53,10 @@ -o-transform: rotate(90deg); transform: rotate(90deg); } - +.treeview-txt { + display: inline-block; + width: 100%; +} .whyc-sider-menu>ul ul { display: none; } @@ -67,4 +71,29 @@ } .whyc-sider-menu .treeView-progressBar-container { display: none; +} + +.tpl-tbl-opts-tbl { + margin-top: -20px; + margin-left: -15px; + margin-right: -15px; +} +.tpl-tbl-opts-header { + position: relative; +} +.tpl-tbl-opts-header table { + width: 100%; +} +.tpl-tbl-opts-header table th{ + padding-left: 8px; + padding-right: 8px; + line-height: 32px; + text-align: center; + background-image: url('../image/table_th_bg.gif'); + background-repeat: repeat-x; + border: 1px solid #ccc; +} +.tpl-tbl-opts-header table td { + text-align: center; + border: 1px solid #ccc; } \ No newline at end of file -- Gitblit v1.9.1