|
@@ -15,9 +15,10 @@
|
|
|
/*白色字体*/
|
|
|
#searchInner .searchHeader {
|
|
|
/*头部*/
|
|
|
+ margin-top: 24px;
|
|
|
/* height: 110px; */
|
|
|
- background-color: #f5f5fb;
|
|
|
- border-top: 1px solid #e0e0e0;
|
|
|
+ /* background-color: #f5f5fb; */
|
|
|
+ /* border-top: 1px solid #e0e0e0; */
|
|
|
}
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container {
|
|
@@ -120,11 +121,11 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
-@media only screen and (max-width:1440px),only screen and (max-device-width:1440px){
|
|
|
+/* @media only screen and (max-width:1440px),only screen and (max-device-width:1440px){
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput form input[type='search'] {
|
|
|
width: 500px;
|
|
|
}
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput form input[type='submit'] {
|
|
@@ -389,7 +390,7 @@ margin-left: 176px;
|
|
|
|
|
|
#searchInner .searchControl .searchTender .leftTitle {
|
|
|
float: left;
|
|
|
- width: 94px;
|
|
|
+ width: 98px;
|
|
|
text-align: right;
|
|
|
color: #686868;
|
|
|
padding: 4px 15px 4px 0px;
|
|
@@ -715,7 +716,7 @@ border-radius:2px;
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle {
|
|
|
line-height: 46px;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
/* background-color: #f5f4f9;*/
|
|
|
}
|
|
|
|
|
@@ -1677,4 +1678,20 @@ position: absolute;
|
|
|
}
|
|
|
.change-search-input{
|
|
|
padding: 16px 24px 10px 32px;
|
|
|
+}
|
|
|
+/* 未登录页面样式调整为与嵌入页面一样 */
|
|
|
+body{
|
|
|
+ background: #f2f2f4;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender,
|
|
|
+#searchInner .searchHeader-container,
|
|
|
+#searchInner .filter-header{
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+#searchInner .searchHeader-container,
|
|
|
+#searchInner .searchControl .searchTender{
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender{
|
|
|
+ border: 0;
|
|
|
}
|