|
|
@@ -23,6 +23,13 @@
|
|
23
|
23
|
vertical-align: middle;
|
|
24
|
24
|
font-weight: 900;
|
|
25
|
25
|
}
|
|
|
26
|
+ i.tub {
|
|
|
27
|
+ position: absolute;
|
|
|
28
|
+ right: 11px;
|
|
|
29
|
+ top: 8px;
|
|
|
30
|
+ font-size: 18px;
|
|
|
31
|
+ color: #1ab494;
|
|
|
32
|
+ }
|
|
26
|
33
|
</style>
|
|
27
|
34
|
|
|
28
|
35
|
<body class="gray-bg">
|
|
|
@@ -448,7 +455,11 @@
|
|
448
|
455
|
</div>
|
|
449
|
456
|
<div class="form-group col-md-4">
|
|
450
|
457
|
<label for="order_tel">抽检时间:</label>
|
|
451
|
|
- <input type="text" class="form-control input-sm" id="der_time" placeholder="请输入抽检时间" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')">
|
|
|
458
|
+ <div class="time-box form-group" style="width: 50%;position: relative;">
|
|
|
459
|
+ <i class="tub fa fa-calendar"></i>
|
|
|
460
|
+ <input style="width: 100%;" class="form-control search_time" type="text" id="der_time" placeholder="请选择起止时间">
|
|
|
461
|
+ </div>
|
|
|
462
|
+ <!--<input type="text" class="form-control input-sm" id="der_time" placeholder="请输入抽检时间" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')">-->
|
|
452
|
463
|
</div>
|
|
453
|
464
|
</div>
|
|
454
|
465
|
|