143 lines
2.6 KiB
CSS
143 lines
2.6 KiB
CSS
.mainContentR{
|
|
float:left;
|
|
width:470px;
|
|
height:100%;
|
|
box-sizing: border-box;
|
|
border:1px solid #5397F0;
|
|
border-radius:2px;
|
|
}
|
|
.mainContentR_top{
|
|
height:300px;
|
|
}
|
|
.mainContentR_top_box{
|
|
height:100%;
|
|
}
|
|
.mainContentR_top_info{
|
|
height:calc(100% - 40px);
|
|
}
|
|
#mainContentR_top_info_echart{
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
.mainContentR_center{
|
|
height:200px;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(1){
|
|
margin-top:10px;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(2){
|
|
display: flex;
|
|
justify-content:space-around;
|
|
align-items: center;
|
|
margin-top:20px;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(2)>div{
|
|
width:133px;
|
|
height:80px;
|
|
text-align: center;
|
|
background:url("../image/starRightBg.png") center center no-repeat;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(2)>div>p:nth-child(1){
|
|
text-align: center;
|
|
margin:15px auto 8px auto;
|
|
}
|
|
|
|
.schoolLevelHistory>div:nth-child(2)>div>p:nth-child(1)>img{
|
|
height:14px;
|
|
position: relative;
|
|
}
|
|
|
|
.schoolLevelHistory>div:nth-child(2)>div:nth-child(2)>p:nth-child(1)>img{
|
|
left: 8px;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(2)>div:nth-child(3)>p:nth-child(1)>img{
|
|
left:16px;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(2)>div:nth-child(4)>p:nth-child(1)>img{
|
|
left:24px;
|
|
}
|
|
.schoolLevelHistory>div:nth-child(2)>div:nth-child(5)>p:nth-child(1)>img{
|
|
left:32px;
|
|
}
|
|
|
|
|
|
.schoolLevelHistory>div:nth-child(2)>div>p:nth-child(2){
|
|
font-size:24px;
|
|
font-style: italic;
|
|
}
|
|
.mainContentR_center_box>div>span{
|
|
float:left;
|
|
}
|
|
.mainContentR_center_box>div>p{
|
|
float:right;
|
|
width:calc(100% - 160px);
|
|
text-align: right;
|
|
}
|
|
.mainContentR_center_box>div>p>span{
|
|
font-size:14px;
|
|
cursor: pointer;
|
|
}
|
|
.mainContentR_bottom{
|
|
height: calc(100% - 530px);
|
|
}
|
|
.mainContentR_bottom_box{
|
|
height:100%;
|
|
}
|
|
.mainContentR_bottom_info_notComp{
|
|
height: calc(100% - 50px);
|
|
}
|
|
.factoryInfo{
|
|
width:100%;
|
|
height:100%;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.factoryInfo>li{
|
|
width:calc(100% - 10px);
|
|
height:60px;
|
|
/* text-indent:15px; */
|
|
font-size:14px;
|
|
line-height:30px;
|
|
box-sizing: border-box;
|
|
border:1px solid #1255ad;
|
|
border-left:4px solid #1255ad;
|
|
border-right:4px solid #1255ad;
|
|
margin:10px 5px;
|
|
padding:0 10px;
|
|
font-size:14px;
|
|
/* text-align: center; */
|
|
}
|
|
.factoryInfo>li>p:nth-child(1){
|
|
font-size:16px;
|
|
}
|
|
.factoryInfo>li>p:nth-child(1)>span:nth-child(2),
|
|
.factoryInfo>li>p:nth-child(3)>span:nth-child(2)
|
|
{
|
|
float:right;
|
|
|
|
}
|
|
|
|
.factoryInfo>li>p:nth-child(2)>span:nth-child(2){
|
|
margin-left:16px;
|
|
|
|
}
|
|
/* .factoryInfo>li>p>span>i{
|
|
color:#ffa800;
|
|
} */
|
|
|
|
.factoryInfo>li>p:nth-child(1){
|
|
color:#50aeff;
|
|
}
|
|
.factoryInfo>li>p:nth-child(1)>span:nth-child(2){
|
|
font-size:14px;
|
|
}
|
|
|
|
.factoryInfo>li>span{
|
|
float:left;
|
|
width:25%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|