Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_item_bank

yslnewtiku
杨树林 5 years ago
commit c135c261b6

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

@ -138,8 +138,9 @@ class SearchPage extends Component{
font-size: 16px !important; font-size: 16px !important;
} }
`}</style> `}</style>
<div className="headersear" > <div className="shixunDetail_top " >
<div style={{height:"53px"}}></div> {/*<div style={{height:"53px"}}></div>*/}
<div className="intermediatecenter" style={{ width: "100%"}}>
<Search <Search
style={{ width: "800px", marginTop:"53px"}} style={{ width: "800px", marginTop:"53px"}}
className="packinput" className="packinput"
@ -149,6 +150,8 @@ class SearchPage extends Component{
onSearch={ (value)=>this.setdatafuns(value)} /> onSearch={ (value)=>this.setdatafuns(value)} />
</div> </div>
</div>
<div className="tabtitle"> <div className="tabtitle">
<div className="tabtitles2"> <div className="tabtitles2">
<Menu mode="horizontal" className="tabtitless" selectedKeys={tab} onClick={this.changeTab}> <Menu mode="horizontal" className="tabtitless" selectedKeys={tab} onClick={this.changeTab}>

@ -3,8 +3,6 @@
margin-top: 53px; margin-top: 53px;
} }
.headersear{ .headersear{
height: 160px;
background: #EAF2F9;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
@ -15,6 +13,12 @@
/*color: #681616 !important;*/ /*color: #681616 !important;*/
border-color: #E1EDF8 !important; border-color: #E1EDF8 !important;
} }
.intermediatecenter{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.packinput .ant-input-group-addon .ant-btn{ .packinput .ant-input-group-addon .ant-btn{
width:137px !important; width:137px !important;
@ -174,3 +178,9 @@
.ml9{ .ml9{
margin-left: 9px; 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;
}

Loading…
Cancel
Save