|
@@ -1,4 +1,27 @@
|
|
|
{Template header}
|
|
|
+<style>
|
|
|
+ .setting li{
|
|
|
+ min-height: 40px;
|
|
|
+ margin-top: 5px;
|
|
|
+ }
|
|
|
+ .setting li em {
|
|
|
+ width: 165px;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ float: left;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 25px;
|
|
|
+ }
|
|
|
+.setting li input {
|
|
|
+ width: 60%;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ color: #000;
|
|
|
+ border: 1px #ccc solid;
|
|
|
+ font-size: 14px;
|
|
|
+ text-indent: 10px;
|
|
|
+}
|
|
|
+</style>
|
|
|
<body>
|
|
|
<div class="warp">
|
|
|
<ul class="setting">
|
|
@@ -22,8 +45,8 @@
|
|
|
<em>扫码窗口:</em>
|
|
|
<input class="must" name="sace_val" value="" type="text">
|
|
|
</li>
|
|
|
-<li class="length" style="color: brown;">
|
|
|
- 如果扫描出错后,继续扫描没反应请用鼠标点击扫码窗口
|
|
|
+<li class="length" style="color: brown;font-size:16px">
|
|
|
+ 注意:如果扫描出错后,继续扫描没反应请用鼠标点击扫码窗口
|
|
|
</li>
|
|
|
<input type="hidden" name="id" value="{$info['id']}" />
|
|
|
<div style="clear:both;"></div>
|