diff --git a/public/images/educoder/searchforbackres.jpg b/public/images/educoder/searchforbackres.jpg new file mode 100644 index 000000000..9ddf3d797 Binary files /dev/null and b/public/images/educoder/searchforbackres.jpg differ diff --git a/public/react/src/search/SearchPage.js b/public/react/src/search/SearchPage.js index c5e405861..83a32e7a8 100644 --- a/public/react/src/search/SearchPage.js +++ b/public/react/src/search/SearchPage.js @@ -138,15 +138,18 @@ class SearchPage extends Component{ font-size: 16px !important; } `} -
-
- 搜索} - onInput={(e)=>this.setdatafunsval(e)} - onSearch={ (value)=>this.setdatafuns(value)} /> +
+ {/*
*/} +
+ 搜索} + onInput={(e)=>this.setdatafunsval(e)} + onSearch={ (value)=>this.setdatafuns(value)} /> +
+
diff --git a/public/react/src/search/searchc.css b/public/react/src/search/searchc.css index a885f3a12..ed94ded85 100644 --- a/public/react/src/search/searchc.css +++ b/public/react/src/search/searchc.css @@ -3,8 +3,6 @@ margin-top: 53px; } .headersear{ - height: 160px; - background: #EAF2F9; display: flex; justify-content: center; } @@ -15,6 +13,12 @@ /*color: #681616 !important;*/ border-color: #E1EDF8 !important; } +.intermediatecenter{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} .packinput .ant-input-group-addon .ant-btn{ width:137px !important; @@ -174,3 +178,9 @@ .ml9{ margin-left: 9px; } +.shixunDetail_top{width: 100%;background-image: url("/images/educoder/searchforbackres.jpg"); height: 240px; + justify-content: center;align-items: center;display: -webkit-flex; + background-size: cover; + background-position: center; + background-repeat: no-repeat; +}