|
.current-container{
display: flex;
width: 100%;
height: 94%;
.left{
margin-top: 30px;
width: 360px;
height: 100%;
.item{
width: 300px;
margin: 10px 30px;
border: 1px solid #E0E0E0;
border-radius: 5px;
.top{
display: flex;
border-bottom: 1px solid #E0E0E0;
height: 40px;
line-height: 40px;
padding-left: 20px;
font-size: 12px;
color: #000000;
.user-pic{
width: 25px;
height: 25px;
background-image: url('/static/images/user.png');
background-size: 100% 100%;
margin: 7.5px 5px 0 0;
}
.alarm{
color: #F5222D;
background-color: #FEE9EA;
margin: 7.5px 0 0 5px;
padding: 0 5px;
font-size: 8px;
height: 25px;
line-height: 25px;
}
.hand-alarm{
color: #FAAD14;
background-color: #FFF7E8;
margin: 7.5px 0 0 5px;
padding: 0 5px;
font-size: 8px;
height: 25px;
line-height: 25px;
}
}
.middle{
padding-left: 20px;
line-height: 30px;
font-size: 10px;
.row{
display: flex;
margin: 0;
justify-content: space-between;
>div{
flex: 1;
text-align: left;
}
}
}
.footer{
height: 40px;
border-top: 1px solid #E0E0E0;
display: flex;
justify-content: flex-end;
button{
height: 25px;
line-height: 25px;
margin: 7.5px 10px 0 0;
}
}
}
.active{
border: 2px solid #147BD1;
}
}
.right{
flex: 1;
padding: 40px 30px 0 30px;
#current-map{
width: 100%;
height: 100%;
}
}
}
.aimap-popup-content-wrapper{
background: #344979!important;
.aimap-popup-content{
margin: 0;
}
}
.aimap-popup-tip-container{
.aimap-popup-tip{
background-color: #344979;
}
}
.point-out{
color: #fff;
background-color: #147BD1;
border: 1px solid #147BD1;
height: 25px;
cursor: pointer;
line-height: 25px;
margin: 7.5px 10px 0 auto;
border-radius: 4px;
width: 85px;
.btn-primary:hover, .radio-group-button .form-radio:hover:checked, .radio-group-button .form-radio[checked]:hover {
color: #fff;
border-color: transparent;
background-color: #378fd8;
}
}
.close-confirm{
color: #fff;
background-color: #147BD1;
border: 1px solid #147BD1;
height: 25px;
cursor: pointer;
line-height: 25px;
margin: 7.5px 15px 10px 0;
border-radius: 4px;
width: 85px;
}
.tips-item{
.point-out{
color: #fff;
background-color: #147BD1;
border: 1px solid #147BD1
}
// width: 300px;
// margin: 10px 30px;
// border: 1px solid #E0E0E0;
border-radius: 5px;
background: #344979;
.top{
display: flex;
border-bottom: 1px solid #99A3BA;
height: 40px;
line-height: 40px;
padding-left: 20px;
font-size: 12px;
color: #ffffff;
.user-pic{
width: 25px;
height: 25px;
border-radius: 50%;
background-image: url('/static/images/user.png');
background-size: 100% 100%;
margin: 7.5px 5px 0 0;
}
.alarm{
color: #F5222D;
background-color: #343E6B;
margin: 7.5px 0 0 5px;
padding: 0 5px;
font-size: 8px;
height: 25px;
line-height: 25px;
}
.hand-alarm{
color: #FAAD14;
background-color: #495571;
margin: 7.5px 0 0 5px;
padding: 0 5px;
font-size: 8px;
height: 25px;
line-height: 25px;
}
}
.middle{
padding-left: 20px;
line-height: 30px;
font-size: 10px;
color: #ffffff;
.row{
display: flex;
margin: 0;
justify-content: space-between;
>div{
flex: 1;
text-align: left;
}
}
}
.point-out{
color: #fff;
background-color: #147BD1;
border: 1px solid #147BD1
}
.footer{
height: 40px;
border-top: 1px solid #E0E0E0;
display: flex;
justify-content: flex-end;
button{
height: 25px;
line-height: 25px;
margin: 7.5px 10px 0 0;
}
}
}
|