72 lines
1.2 KiB
CSS
72 lines
1.2 KiB
CSS
|
.indexOpenPage{
|
||
|
height:100%;
|
||
|
overflow-y: auto;
|
||
|
background: #1670D7;
|
||
|
}
|
||
|
.indexOpenPage tr{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.indexOpenPage>p{
|
||
|
line-height:40px;
|
||
|
}
|
||
|
.warnEventInfoWindow{
|
||
|
overflow: hidden;
|
||
|
color:#fff;
|
||
|
}
|
||
|
.warnEventInfoWindow>p{
|
||
|
float:left;
|
||
|
width:200px;
|
||
|
text-align: center;
|
||
|
color:#E7B554;
|
||
|
font-size:16px;
|
||
|
}
|
||
|
.warnEventInfoWindow>p>span{
|
||
|
display:block;
|
||
|
line-height:40px;
|
||
|
}
|
||
|
.warnEventInfoWindow>div{
|
||
|
float:left;
|
||
|
width:calc(100% - 240px);
|
||
|
margin-left:40px;
|
||
|
|
||
|
}
|
||
|
.warnEventInfoWindow>div>p{
|
||
|
line-height:40px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.mainContentR_top_info>div>p>span{
|
||
|
float:left;
|
||
|
}
|
||
|
.mainContentR_top_info>div>p>span:nth-child(1){
|
||
|
width:60px;
|
||
|
text-align: center;
|
||
|
margin-left:5px;
|
||
|
}
|
||
|
|
||
|
.mainContentR_top_info>div>p>span:nth-child(2){
|
||
|
margin-left:20px;
|
||
|
}
|
||
|
|
||
|
.mainContentR_bottom_info>div{
|
||
|
overflow: hidden;
|
||
|
background:#0847A4;
|
||
|
color:#fff;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.mainContentR_bottom_info>div>p{
|
||
|
float:left;
|
||
|
width:200px;
|
||
|
height:36px;
|
||
|
line-height:36px;
|
||
|
padding:0 10px;
|
||
|
background:url("../image/importCompany_bg.png") 0 0 no-repeat;
|
||
|
margin:5px;
|
||
|
}
|
||
|
.mainContentR_bottom_info>div>p>span:last-child{
|
||
|
float:right;
|
||
|
}
|