调整云上实验室模块相关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.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">

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

Loading…
Cancel
Save