69 lines
1.3 KiB
CSS
69 lines
1.3 KiB
CSS
.mainContentC{
|
|
float:left;
|
|
width:calc(100% - 950px);
|
|
margin:0 5px;
|
|
height:100%;
|
|
box-sizing: border-box;
|
|
border:1px solid #264e76;
|
|
background:url("../image/schoolInfo_center_bg.jpg") 0 0 no-repeat;
|
|
}
|
|
.furong_brief{
|
|
width:709px;
|
|
height:288px;
|
|
margin:40px auto;
|
|
}
|
|
.furong_brief_bg{
|
|
width:100%;
|
|
height:100%;
|
|
background:url("../image/brief_bg.png") 0 0 no-repeat;
|
|
}
|
|
.furong_brief_bg>p:nth-child(1){
|
|
line-height: 13px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
}
|
|
.furong_brief_bg>p:nth-child(2){
|
|
float:left;
|
|
text-indent: 2em;
|
|
margin-top:12px;
|
|
line-height:30px;
|
|
padding:30px;
|
|
font-size: 16px;
|
|
}
|
|
.furong_brief_bg>p>span{
|
|
color:#5397F0;
|
|
}
|
|
.furong_map{
|
|
width:520px;
|
|
height:248px;
|
|
margin:0px auto;
|
|
}
|
|
.furong_map_bg{
|
|
width:100%;
|
|
height:100%;
|
|
background:url("../image/brief_map_bg.png") 0 0 no-repeat;
|
|
}
|
|
.furong_other{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
margin-top:40px;
|
|
}
|
|
.furong_other>div{
|
|
width:101px;
|
|
height:104px;
|
|
background:url("../image/furong_nav.png") 0 0 no-repeat;
|
|
text-align: center;
|
|
}
|
|
.furong_other>div>img{
|
|
height:38px;
|
|
width:38px;
|
|
margin:15px 0px 5px 0;
|
|
}
|
|
.schoolStyle_pop_info>p{
|
|
line-height:40px;
|
|
}
|
|
.schoolStyle_pop_img>img{
|
|
width:100%;
|
|
height:330px;
|
|
} |