anxiao_web/pages/starrating/css/mainCenter.css

207 lines
4.5 KiB
CSS
Raw Permalink Normal View History

2024-07-24 09:22:32 +08:00
.mainContentC{
float:left;
width:calc(100% - 950px);
margin:0 5px;
height:100%;
box-sizing: border-box;
border:1px solid #5397F0;
}
.mainContentC_school_top{
text-align: center;
height:38px;
margin:20px 0;
}
.mainContentC_school_select{
width:100%;
}
.mainContentC_school_select>form>div{
width:240px;
}
.mainContentC_school_select>form>div:last-child{
width:60px;
}
.mainContentC_school_select>form>div .layui-form-label{
padding:9px 0;
text-align: center;
}
.mainContentC_school_select>form>div .layui-form-select{
width:160px;
}
.mainContentC_school_logo{
width:766px;
height:396px;
background:url("../image/school_logo_bg.png") center center no-repeat;
margin:0 auto;
}
.mainContentC_school_logo>div:nth-child(1){
float:left;
width:540px;
height:366px;
margin:10px 24px;
}
.mainContentC_school_logo>div>img{
width:100%;
height:100%;
}
.mainContentC_school_logo>div:nth-child(2){
float:left;
height:100%;
width:calc(100% - 600px);
}
.schoolInfoAndScope>div:nth-child(1){
width:158px;
height:29px;
background:url("../image/school_title.png") center center no-repeat;
margin-top:40px;
font-size:22px !important;
line-height:22px;
font-style: italic;
text-indent: 5px;
}
.schoolInfoAndScope>div:nth-child(1)>p{
float:left;
margin-top:-10px;
}
.schoolInfoAndScope>div>p>img{
float:left;
height:30px !important;
margin-top:10px;
}
.schoolInfoAndScope>div:nth-child(2){
margin-top:30px;
}
.schoolInfoAndScope>div:nth-child(2)>p:nth-child(1),
.schoolInfoAndScope>div:nth-child(3)>p:nth-child(1),
.schoolInfoAndScope>div:nth-child(4)>p:nth-child(1)
{
width:158px;
height:18px;
background:url("../image/school_content.png") center center no-repeat;
line-height:18px;
text-indent:5px;
font-style: italic;
}
.schoolInfoAndScope>div:nth-child(2)>p:nth-child(2),
.schoolInfoAndScope>div:nth-child(3)>p:nth-child(2){
font-size:18px;
line-height:60px;
height:60px;
text-indent:5px;
font-style: italic;
}
.schoolInfoAndScope>div:nth-child(2)>p:nth-child(2)>span,
.schoolInfoAndScope>div:nth-child(3)>p:nth-child(2)>span{
color:#52E1FE;
font-size:22px;
}
.schoolInfoAndScope>div:nth-child(4)>p:nth-child(2){
line-height:40px;
text-indent:5px;
}
.mainContentC_school_center{
margin-top:10px;
overflow: hidden;
}
.mainContentC_school_center_title{
width:688px;
height:42px;
line-height:42px;
background:url("../image/school_target_title.png") center center no-repeat;
margin:0 auto;
}
.mainContentC_school_center_title>p:nth-child(1){
float:left;
font-size:20px;
margin-left:16px;
font-style: italic;
}
.mainContentC_school_center_title>p:nth-child(2){
float:right;
margin-right:10px;
}
.mainContentC_school_center_title>p:nth-child(2)>button{
margin-left:10px !important;
height:30px !important;
line-height: 30px !important;
}
.mainContentC_school_center_target{
width:765px;
margin:0 auto;
margin-top:10px;
overflow: hidden;
}
.mainContentC_school_center_target>ul{
overflow: hidden;
}
.mainContentC_school_center_target>ul>li{
width:252px;
height:59px;
float: left;
font-size: 18px;
}
.mainContentC_school_center_target>ul>li:nth-child(1){
background:url("../image/xiaoyuan.png") center center no-repeat;
}
.mainContentC_school_center_target>ul>li:nth-child(2){
background:url("../image/zhoubian.png") center center no-repeat;
}
.mainContentC_school_center_target>ul>li:nth-child(3){
background:url("../image/yinhuan.png") center center no-repeat;
}
.mainContentC_school_center_target>ul>li:nth-child(4){
background:url("../image/fazhi.png") center center no-repeat;
}
.mainContentC_school_center_target>ul>li:nth-child(5){
background:url("../image/yinji.png") center center no-repeat;
}
.mainContentC_school_center_target>ul>li>div{
padding-left:90px;
cursor: pointer;
font-size:14px;
}
.mainContentC_school_center_target>ul>li>div>p:nth-child(1){
margin-top:10px;
color:#8ec5ff;
font-size:16px;
}
.mainContentC_school_center_target>ul>li>div>p>span{
font-size:22px;
}
.mainContentC_school_bottom{
width:882px;
height:calc(100% - 640px);
margin:0 auto;
}
.mainContentC_school_bottom>p{
height:41px;
line-height:41px;
padding-left:50px;
background:url("../image/trendChartTitle.png") center center no-repeat;
}
#trendChartChart{
height: calc(100% - 41px);
}