From a122a8fd04497cd65849eaca362fd82976ef6a88 Mon Sep 17 00:00:00 2001 From: didiyu <1293722656@qq.com> Date: 星期三, 24 十月 2018 10:05:43 +0800 Subject: [PATCH] gai --- gx_tieta/WebRoot/batt-state-manage.jsp | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp index 25b90d4..fb758f9 100644 --- a/gx_tieta/WebRoot/batt-state-manage.jsp +++ b/gx_tieta/WebRoot/batt-state-manage.jsp @@ -16,6 +16,7 @@ <link href="css/basic.css" rel="stylesheet"> <link rel="stylesheet" href="css/BrdwMaint.css"> <link rel="stylesheet" type="text/css" href="css/loading.css"> + <link rel="stylesheet" type="text/css" href="css/basic-layout.css"/> <link rel="stylesheet" href="css/nocontent.css"> <link rel="stylesheet" href="alifont/iconfont.css"> <meta http-equiv="pragma" content="no-cache"> @@ -67,7 +68,10 @@ background-color: #2f97ff; color: #FFFFFF; } - + #eleInfor .checkCon table input { + width: auto; + height: 20px; +} </style> </head> <body> @@ -80,7 +84,7 @@ <div id="main"> <div id="eleInfor"> <span class="summary">鍩虹珯鐘舵�佺鐞嗘煡璇�--><s:text name="Show/hide_the_query_conditions"/></span> - <div class="checkCon"> + <div class="checkCon filter-container"> <form action="" id="search_form"> <!-- 缁存姢鍖轰俊鎭� --> <table> @@ -110,6 +114,15 @@ </tr> </table> + <table class="condi-opt"> + <tr> + <td><input type="checkbox" id="" name="" value="" class="" />鍋滅數</td> <!-- 鍋滅數 --> + <td><input type="checkbox" id="" name="" value="" class="" />鍙戠數</td> <!-- 鍙戠數 --> + <td><input type="checkbox" id="" name="" value="" class="">鎺夌珯</td> <!-- 鎺夌珯 --> + <td><input type="checkbox" id="" name="" value="" class="" >寮�闂ㄥ紓甯�</td><!-- 寮�闂紝寮�鍏崇數婧愬紓甯� --> + + </tr> + </table> </form> </div> </div> -- Gitblit v1.9.1