chargesign.css 3.54 KB
/*card */
.card_row{
    width: 49%;
    height: 101px;
    float: left;
}
.cardall_bg{
    background: url("toll_qdcard_all.png") no-repeat;
    height: 42px;
    width: 44px;
    margin-top: 7px;
    margin-left: 6px;
    float: left;
}
.cardall_bgtit{
    margin-top: 24px;
    margin-left: 12px;
    line-height: 16px;
    width:48px;
    height:16px;
    font-size:16px;
    font-weight:400;
    float: left;
}
.cardall_per{
    margin-top: 25px;
    margin-right: 8px;
    width:10px;
    height:11px;
    font-size:10px;
    font-weight:400;
    color:rgba(0,0,0,1);
}
.cardall_num{
    width: 100px;
    padding-right: 4px;
    margin-top: 12px;
    height:30px;
    line-height: 30px;
    font-size:28px;
    font-weight:400;
    color:rgba(0,0,0,1);
}
.card_rowr{
    width: 50%;
    height: 51px;
}
.card_rowr:first-of-type{
    background: url("toll_qdcard_true.png") no-repeat;
    background-position: 0px 4px;
    border-right: 1px solid rgba(0,0,0,0.2);;
}
.card_rowr:last-of-type{
    background: url("toll_qdcard_no.png") no-repeat;
    background-position: 14px 4px;
}
/*map*/
.map-wrap{
    height: 500px;
    width: 680px;
}
.allmap{
    height: 500px;
    width: 680px;
}
/*#dituContent{}*/
#allmap label{max-width:none;}
.BMap_cpyCtrl
{
    display:none;
}
.anchorBL{
    display:none;
}
.display-none{
    display: none;
}
/*pdaname*/
.showpdaName{
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: #1E95CD;
    border: none;
    padding: 1px 15px;
    white-space: nowrap;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    font-family:"微软雅黑";
    z-index: 80;
    border-radius: 50px!important;
    color: #fff;
}
.showpdaoutName{
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #f3173b;
    border: none;
    padding: 1px 4px;
    white-space: nowrap;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    font-family:"微软雅黑";
    z-index: 80;
    /*border-radius: 50px!important;*/
    color: #fff;
}
.sign_commonstyle{
    color: #fff;
    padding: 0 4px;
    height:19px;
    width: 60px;
    max-width: 150px;
    line-height: 19px;
    text-align: center;
    background:rgba(80,192,245,1);
}
.sign_commonstyleno{
    color: #fff;
    padding: 0 4px;
    height:19px;
    width: 60px;
    max-width: 150px;
    line-height: 19px;
    text-align: center;
    background:#FDC94D;
}
.checkerMsg{
    background:rgba(80,192,245,1);
    height:19px;
    width: 60px;
    color: #fff;
    line-height: 19px;
    text-align: center;
}
/*tab 切换 正常 异常*/
.tab-btn-wrap li {
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    background: rgba(255,255,255,1);
    text-align: center;
    margin-bottom: 18px;
}
.tab-btn-wrap li:nth-of-type(1) {
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-radius: 4px 0 0 4px !important;
}
.tab-btn-wrap li:nth-of-type(2) {
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    /* border-radius: 0 4px 4px 0 !important; */
}
.tab-btn-wrap li:nth-of-type(3) {
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0 4px 4px 0 !important;
}
.tab-btn-wrap li.tabAction {
    border: 1px solid #1E95CD;
    color: #1E95CD;
}