@ -36,24 +36,55 @@ select
background-color: #cce7f5;
background-color: #cce7f5;
color: #000;
color: #000;
font-size: 16px;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
box-sizing: border-box;
}
}
#myGrid .gridHead .gridRow{
#myGrid .gridHead .gridRow{
display: flex;
display: flex;
justify-content: space-between ;
justify-content: start ;
}
}
#myGrid .gridHead span{
#myGrid .gridHead span{
text-align: center;
text-align: center;
display: inline-block;
display: inline-block;
width: 148px;
border-right: 1px solid #000000;
border-right: 1px solid #000000;
box-sizing: border-box;
box-sizing: border-box;
}
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 120px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 208px;
}
#myGrid .gridHead span:nth-child(5){
width: 180px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 150px;
}
#myGrid .gridHead span:nth-child(8){
width: 150px;
}
#myGrid .gridHead span:nth-child(9){
width: 150px;
}
#myGrid .gridHead span:nth-child(10){
width: 150px;
border-right: none;
}
#myGrid .gridBody .gridRow{
#myGrid .gridBody .gridRow{
height: 30px;
height: 30px;
/*margin-top: 5px;*/
/*margin-top: 5px;*/
display: flex;
display: flex;
justify-content: space-between;
justify-content: start ;
align-items: center;
align-items: center;
border-bottom: 1px solid #000;
border-bottom: 1px solid #000;
color: #000;
color: #000;
@ -67,8 +98,43 @@ select
line-height: 30px;
line-height: 30px;
box-sizing: border-box;
box-sizing: border-box;
}
}
#myGrid .gridBody .gridRow span a,img,input {
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 208px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 150px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
}
</style>
</style>
<script>
<script>
@ -124,7 +190,7 @@ function selectChange(i)
</head>
</head>
<body onload="setValue();">
<body onload="setValue();">
<form name="form1" method="post" action="/servlet/ExmManage" style="height: 98%;">
<form name="form1" method="post" action="/servlet/ExmManage" style="height: 98%;">
<table width="100 %" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99 %" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<tr>
<td valign="top">
<td valign="top">
<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
@ -141,7 +207,7 @@ function selectChange(i)
</tr>
</tr>
</table>
</table>
<input type="hidden" name="operate" value=""/>
<input type="hidden" name="operate" value=""/>
<table width="100 %" border="0" height="60px" align="center" cellpadding="2" cellspacing="1" class="table02">
<table width="99 %" border="0" height="60px" align="center" cellpadding="2" cellspacing="1" class="table02">
<tr bgcolor="#FFFFFF">
<tr bgcolor="#FFFFFF">
<td class="cell1">所属地市</td>
<td class="cell1">所属地市</td>
<td class="cell2" width="10%">
<td class="cell2" width="10%">
@ -190,7 +256,7 @@ function selectChange(i)
if (buf != null) {
if (buf != null) {
int rowcount = buf.getRowCount();
int rowcount = buf.getRowCount();
%>
%>
<table width="100 %" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="height: 86 %;">
<table width="99 %" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="height: 84 %;">
<tr>
<tr>
<td>
<td>
<div style="width:100%; height:96%;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
@ -198,13 +264,13 @@ function selectChange(i)
<div class="gridHead">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<div class="gridRow">
<span style="width: 100px;" ><b>序号</b></span>
<span><b>序号</b></span>
<span ><b>人员编号</b></span>
<span ><b>人员编号</b></span>
<span style="width: 100px;" ><b>人员姓名</b></span>
<span><b>人员姓名</b></span>
<span style="width: 100px;" ><b>审核状态</b></span>
<span><b>审核状态</b></span>
<span ><b>审核人</b></span>
<span ><b>审核人</b></span>
<span ><b>审核时间</b></span>
<span ><b>审核时间</b></span>
<span style="width: 100px;" ><b>人员状态</b></span>
<span><b>人员状态</b></span>
<span ><b>联系电话</b></span>
<span ><b>联系电话</b></span>
<span ><b>户籍地址</b></span>
<span ><b>户籍地址</b></span>
<span style="border-right: none;">管理</span>
<span style="border-right: none;">管理</span>
@ -238,10 +304,10 @@ function selectChange(i)
%>
%>
<div class="gridRow">
<div class="gridRow">
<span width="5px" style="text-align: center;width: 100px "><%=i+1%></span>
<span width="5px" style="text-align: center;"><%=i+1%></span>
<span><%=tempEmpid%></span>
<span><%=tempEmpid%></span>
<span style="width: 100px;" ><%=buf.fget("empname",i)%></span>
<span><%=buf.fget("empname",i)%></span>
<span style="width: 100px;" >
<span>
<%
<%
if(tempExaminestate.equals("已审核")){
if(tempExaminestate.equals("已审核")){
%>
%>
@ -257,7 +323,7 @@ function selectChange(i)
<span><%=buf.fget("examintname", i) %></span>
<span><%=buf.fget("examintname", i) %></span>
<span><%=buf.fget("examinttime", i) %></span>
<span><%=buf.fget("examinttime", i) %></span>
<span style="width: 100px;" >
<span>
<%
<%
if(tempstate.equals("正常")){
if(tempstate.equals("正常")){
%>
%>