Browse Source

Merge branch 'master' of http://114.55.54.52:3000/zmm/GBRSWN

zmm 6 years ago
parent
commit
15d43c109d
1 changed files with 39 additions and 4 deletions
  1. 39 4
      CZKJ.GBRS2.WebMVC/wwwroot/assets/css/rate.css

+ 39 - 4
CZKJ.GBRS2.WebMVC/wwwroot/assets/css/rate.css

@@ -26,10 +26,7 @@
26 26
 .subheadTab th, .subheadTab td {
27 27
   text-align: center;
28 28
   font-size: 14px;
29
-  color: #333;
30
-  overflow: hidden;
31
-  white-space: nowrap;
32
-  text-overflow: ellipsis;
29
+  color: #333;  
33 30
   padding: 0 10px;
34 31
 }
35 32
 
@@ -199,6 +196,44 @@ a:visited, a:link, a:active {
199 196
   .labelSele {
200 197
     display: block;
201 198
   }
199
+    .ratefilter label .filSelect {
200
+        margin-left: 2%;
201
+        width: 45%;
202
+    }
203
+}
204
+@media(max-width:996px){
205
+    .ratefilter label .filSelect {
206
+        margin-left: 3%;
207
+        width: 66%;
208
+    }
209
+    .filterSubmit{
210
+        margin:0;
211
+    }
212
+}
213
+@media(max-width:768px){
214
+    .ratefilter label .filSelect {
215
+        margin-left: 14px;
216
+        width: 303px;
217
+    }
218
+}
219
+@media(max-width:435px) {
220
+    .ratefilter label .filSelect {
221
+        display: block;
222
+        width: 100%;
223
+        margin: 0;
224
+    }
225
+    .ratefilter label .filDate {
226
+        display: block;
227
+        width: 100%;
228
+    }
229
+    .subheadWrap label {
230
+        width: 100%;
231
+        margin-bottom: 3%;
232
+    }
233
+    .ratefilter label span {
234
+        margin-bottom: 2%;
235
+        display: block;
236
+    }
202 237
 }
203 238
 
204 239
 .subheadTab.detailTab th:nth-child(1) {