mine.css 849 Bytes
.car-num{
    color: #676869;
    font-size: 14px;
}
.mine-time{
    text-align: right;
}
.oth-color{
    color: #888990;
}
.mine-cont{
    position: relative;
}

.month-renew,.year-renew{
    position: absolute;
    width: 60px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    top:50%;
    margin-top: -15.5px;
    border: 1px solid #1add19;
    border-radius: 3px;
    right: 15px;
    color: #1add19;
    font-size: 13px;
}

.time-fail{
    position: absolute;
    top:15px;
    right:0;
    width: 78px;
    height: 68px;
    background: url("../img/fail.png") no-repeat;
    background-size:100% 100%;

}
.datanull{
    /**display: none;*/
    text-align: center;
}
.datanull-bg{
    margin: 0 auto;
    width:208px;
    height: 108px;
    background: url("../img/datanull.png") no-repeat;
    background-size:100% 100% ;
}