1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| .layui-form-item{
| width: 90%!important;
| margin: 5px auto!important;
| }
| .layui-form-label {
| font-weight: bold !important;
| font-size: 15px;
| }
| .layui-input{
| width: 130px!important;
| background-color: #fff !important;
| }
|
| .iptline{
| position: absolute;
| top: 9px;
| left:145px
| }
| #hb_value{
| display: none;
| }
|
| #contour_value{
| display: none;
| border-top: 1px #999 solid!important;
| width: 90%;
| margin: auto;
| }
|
| #contour_value .layui-form-item {
| width: 100% !important;
| }
|
|