|
|
@ -120,6 +120,22 @@ class ShixunPathSearch extends Component{
|
|
|
|
{this.state.updata===undefined?"":<UpgradeModals
|
|
|
|
{this.state.updata===undefined?"":<UpgradeModals
|
|
|
|
{...this.state}
|
|
|
|
{...this.state}
|
|
|
|
/>}
|
|
|
|
/>}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
.pathImg{
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 300px;
|
|
|
|
|
|
|
|
background-image: url(${getImageUrl(`images/path/path.png`)});
|
|
|
|
|
|
|
|
background-color: #000a4f;
|
|
|
|
|
|
|
|
/* background-size: cover; */
|
|
|
|
|
|
|
|
background-position: center;
|
|
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<div className="pr">
|
|
|
|
<div className="pr">
|
|
|
|
<div className="pathImg"></div>
|
|
|
|
<div className="pathImg"></div>
|
|
|
|
<div className="edu-back-white padding20 pathIndexNav">
|
|
|
|
<div className="edu-back-white padding20 pathIndexNav">
|
|
|
|