|
|
@@ -18,6 +18,7 @@
|
|
18
|
18
|
/*width: 196px;*/
|
|
19
|
19
|
height: 35px;
|
|
20
|
20
|
padding: 0;
|
|
|
21
|
+ border-color: rgb(169, 169, 169);
|
|
21
|
22
|
}
|
|
22
|
23
|
ul li{
|
|
23
|
24
|
list-style: none;
|
|
|
@@ -25,7 +26,7 @@
|
|
25
|
26
|
.inpBox {
|
|
26
|
27
|
border: 1px solid #cccccc;
|
|
27
|
28
|
height: 31px;
|
|
28
|
|
- width: 77%;
|
|
|
29
|
+ width: 75%;
|
|
29
|
30
|
display: inline-block;
|
|
30
|
31
|
position: relative;
|
|
31
|
32
|
vertical-align: middle;
|
|
|
@@ -129,15 +130,11 @@
|
|
129
|
130
|
display: none;
|
|
130
|
131
|
}
|
|
131
|
132
|
.other_reasons{
|
|
132
|
|
- width: 78%;
|
|
|
133
|
+ width: 75%;
|
|
133
|
134
|
}
|
|
134
|
135
|
.remark{
|
|
135
|
|
- width: 78%;
|
|
|
136
|
+ width: 75%;
|
|
136
|
137
|
}
|
|
137
|
|
- .other_contant{
|
|
138
|
|
- width: 80%;
|
|
139
|
|
- position: absolute;
|
|
140
|
|
- }
|
|
141
|
138
|
</style>
|
|
142
|
139
|
</head>
|
|
143
|
140
|
<body>
|
|
|
@@ -157,7 +154,7 @@
|
|
157
|
154
|
</li>
|
|
158
|
155
|
<li class="form-group">
|
|
159
|
156
|
<label for="customer_layer" class="col-md-2" style="float: left;">通报原因:</label>
|
|
160
|
|
- <div class="col-md-9" style="width: 80%; float: left; padding-left: 0;">
|
|
|
157
|
+ <div class="col-md-9" style="width: 75%; float: left; padding: 0;">
|
|
161
|
158
|
<select name="" class="form-control orderType">
|
|
162
|
159
|
<option value="0">请选择通报原因</option>
|
|
163
|
160
|
</select>
|