Browse Source

修改利率查询input框样式

zdd 6 years ago
parent
commit
e686f625ed

+ 4 - 1
CZKJ.GBRS2.WebMVC/Views/PriceAnnouncement/Index.cshtml

@@ -82,7 +82,10 @@
82 82
                             <span class="d-close @(Model.EndTime.HasValue?"":"d-hide")" date-name="date-end">×</span>
83 83
                         </div>
84 84
                     </label>
85
-                    <a class="filterSubmit" href="javascript:void(0);">查询</a>
85
+                    <div>
86
+                        <a class="filSubmit filterSubmit" href="javascript:void(0);">查询</a>
87
+                        <a class="filSubmit hisSubmit" href="javascript:void(0);">查询历史</a>
88
+                    </div>
86 89
                 </div>
87 90
                 <table border="1" cellspacing="0" class="subheadTab detailTab">
88 91
                     <tr>

+ 7 - 7
CZKJ.GBRS2.WebMVC/wwwroot/assets/css/rate.css

@@ -83,7 +83,7 @@
83 83
 
84 84
 .ratefilter label .filterInp {
85 85
   display: inline-block;
86
-  width: 270px;
86
+  width: 325px;
87 87
   height: 40px;
88 88
   line-height: 40px;
89 89
   border-radius: 5px;
@@ -130,7 +130,7 @@
130 130
 }
131 131
 
132 132
 .ratefilter label .filDate {
133
-  width: 135px;
133
+  width: 170px;
134 134
 }
135 135
 
136 136
 .ratefilter label .filOption {
@@ -160,7 +160,7 @@
160 160
   color: #ed4747;
161 161
 }
162 162
 
163
-.filterSubmit {
163
+.filSubmit {
164 164
   display: inline-block;
165 165
   width: 105px;
166 166
   height: 40px;
@@ -172,7 +172,7 @@
172 172
   -webkit-box-sizing: border-box;
173 173
           box-sizing: border-box;
174 174
   border-radius: 5px;
175
-  margin-left: 1.9%;
175
+  margin-right: 2%;
176 176
   vertical-align: middle;
177 177
   transition: all .5s ease;
178 178
   -webkit-transition: all .5s ease;
@@ -198,7 +198,7 @@ a:visited, a:link, a:active {
198 198
   }
199 199
     .ratefilter label .filSelect {
200 200
         margin-left: 2%;
201
-        width: 45%;
201
+        width: 55.5%;
202 202
     }
203 203
 }
204 204
 @media(max-width:996px){
@@ -206,8 +206,8 @@ a:visited, a:link, a:active {
206 206
         margin-left: 3%;
207 207
         width: 66%;
208 208
     }
209
-    .filterSubmit{
210
-        margin:0;
209
+    .ratefilter label .filDate{
210
+        width:134px;
211 211
     }
212 212
 }
213 213
 @media(max-width:768px){