调整云上实验室模块相关banner

dev_home
杨树明 5 years ago
parent 347135f913
commit 7b8c817694

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

@ -120,6 +120,22 @@ class ShixunPathSearch extends Component{
{this.state.updata===undefined?"":<UpgradeModals
{...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="pathImg"></div>
<div className="edu-back-white padding20 pathIndexNav">

@ -22,15 +22,15 @@
background: #DDECF9;
color: #4CACFF
}
.pathImg{
width: 100%;
height: 300px;
background-image: url(../../images/path/path.png);
background-color: #000a4f;
/* background-size: cover; */
background-position: center;
background-repeat: no-repeat;
}
/*.pathImg{*/
/*width: 100%;*/
/*height: 300px;*/
/*background-image: url(../../images/path/path.png);*/
/*background-color: #000a4f;*/
/*!* background-size: cover; *!*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*}*/
/* 首页-最新最热 */
.mainPageArray span{

Loading…
Cancel
Save