优化准考证号描述
This commit is contained in:
parent
5e713e7ed6
commit
acbdbb97a4
|
|
@ -69,7 +69,7 @@
|
||||||
<div class="maodian" id="point_3">右下锚点</div>
|
<div class="maodian" id="point_3">右下锚点</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="lockHide">
|
<td class="lockHide">
|
||||||
<span>版面:</span>
|
<span>纸张类型:</span>
|
||||||
<select id="selectPageSize" disabled onchange="ChangePageSize(this)" style="font-size:14px; padding-left:10px; padding-right:20px; width:100px;">
|
<select id="selectPageSize" disabled onchange="ChangePageSize(this)" style="font-size:14px; padding-left:10px; padding-right:20px; width:100px;">
|
||||||
<option value="1200">A4</option>
|
<option value="1200">A4</option>
|
||||||
<option value="1570">A3</option>
|
<option value="1570">A3</option>
|
||||||
|
|
@ -77,7 +77,7 @@
|
||||||
</td>
|
</td>
|
||||||
<th valign="middle" class="lockHide">
|
<th valign="middle" class="lockHide">
|
||||||
<div class="main_select_one">
|
<div class="main_select_one">
|
||||||
<span>学号:</span>
|
<span>准考证号:</span>
|
||||||
<select id="xuehaonum" style="font-size:14px; ">
|
<select id="xuehaonum" style="font-size:14px; ">
|
||||||
<option value="3">3</option>
|
<option value="3">3</option>
|
||||||
<option value="4">4</option>
|
<option value="4">4</option>
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
<option value="11">11</option>
|
<option value="11">11</option>
|
||||||
<option value="12">12</option>
|
<option value="12">12</option>
|
||||||
</select>
|
</select>
|
||||||
<span class="main_select_set" id="main_select_set" onclick="SetXuehao(this)">设置学号</span>
|
<span class="main_select_set" id="main_select_set" onclick="SetXuehao(this)">设置准考证号</span>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -223,7 +223,7 @@ a, abbr, address, b, blockquote, body, caption, cite, code, dd, del, dfn, div, d
|
||||||
line-height:100px; z-index:999; background:#333; position:absolute; color:#333; z-index:1;}
|
line-height:100px; z-index:999; background:#333; position:absolute; color:#333; z-index:1;}
|
||||||
.hideareaclose {
|
.hideareaclose {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #808080;
|
color: #f5222d;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ function SetHideArea() {
|
||||||
var html="";
|
var html="";
|
||||||
html += "<div class=\"main_tabletop hidearea\" style='top:100px;width:400px;'>";
|
html += "<div class=\"main_tabletop hidearea\" style='top:100px;width:400px;'>";
|
||||||
html += " <div class=\"hidetext\">屏蔽显示区</div>";
|
html += " <div class=\"hidetext\">屏蔽显示区</div>";
|
||||||
html += " <div class=\"hideareaclose\" onclick=\"CloseHideArea(this)\">x</div>";
|
html += " <div class=\"hideareaclose\" onclick=\"CloseHideArea(this)\">X</div>";
|
||||||
html += "</div>";
|
html += "</div>";
|
||||||
$(".main_papermain").append(html);
|
$(".main_papermain").append(html);
|
||||||
$(".hidearea").draggable({ containment: ".main_papermain" });
|
$(".hidearea").draggable({ containment: ".main_papermain" });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue