|
@@ -28,7 +28,7 @@ f<!DOCTYPE HTML>
|
|
|
.ac_result_tip {border-bottom:1px dashed #666;padding:3px}
|
|
|
|
|
|
.select-box{background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;}
|
|
|
- .select-box select{-webkit-appearance:none !important;background-color: transparent; appearance:none;padding-right: 25px;}
|
|
|
+ .select-box select{-webkit-appearance:none !important;background-color: transparent; appearance:none;padding-right: 15px;}
|
|
|
.dalog-ask{position: absolute;left:60%;top:0;-webkit-transform: translateY(-30%);transform: translateY(-30%);display: none;background-color: #fff;z-index: 10;}
|
|
|
.tag{ width:300px; min-height:300px; border:1px solid #32a3d8; position:relative;background-color: #fff;line-height: 1.5;padding: 10px 12px;}
|
|
|
.tag em{display:block; border-width:15px; position:absolute; top:30%; left:-30px;border-style:solid dashed dashed; border-color:transparent #32a3d8 transparent transparent;font-size:0; line-height:0;}
|
|
@@ -646,10 +646,10 @@ f<!DOCTYPE HTML>
|
|
|
<div class="row cl" >
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
<div class="formControls col-2 col-sm-2">
|
|
|
- <input type="text" class="input-text" style="width: 156px;" value="" placeholder="进水TDS数值,最大999" id="customerInTDS" name="customerInTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
|
+ <input type="text" class="input-text" value="" placeholder="进水TDS数值,最大999" id="customerInTDS" name="customerInTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
|
</div>
|
|
|
- <div class="formControls col-1 col-sm-1">
|
|
|
- <input type="text" class="input-text" style="width: 156px;" value="" placeholder="出水TDS数值,最大999" id="customerOutTDS" name="customerOutTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
|
+ <div class="formControls col-2 col-sm-2">
|
|
|
+ <input type="text" class="input-text" value="" placeholder="出水TDS数值,最大999" id="customerOutTDS" name="customerOutTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -671,7 +671,7 @@ f<!DOCTYPE HTML>
|
|
|
<div class="row cl" id="customerDescDiv">
|
|
|
<label class="form-label col-1 col-sm-1">客诉备注:</label>
|
|
|
<div class="col-9 col-sm-9">
|
|
|
- <textarea style="padding: 5px" type="text" placeholder="请输入客诉备注信息,最多支持50字" id="customerDesc" name="customerDesc" style="width: 100%;height: 80px;"></textarea>
|
|
|
+ <textarea type="text" placeholder="请输入客诉备注信息,最多支持50字" id="customerDesc" name="customerDesc" style="padding: 5px;width: 100%;height: 80px;"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
|