list.css 3.9 KB
.all_told, .platen_number {
    text-align: center;
}
.all_told {
    padding: 30px 0 10px 0;
}
.all_told span {
    margin-right: 5px;
    font-size: 22px;
}
.discount_money {
    color: #fc3817;
}
.discount {
    padding: 4px 7px;
    background: #fc3817;
    border-radius: 2px;
    position: relative;
    margin-left: 10px;
    color: #fff;
}
.discount:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -6px;
    top: 8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fc3817;
}
.youhuid{
    background: #f00;
    color: #fff;
    font-size: 13px;
    padding:2px 5px;
    border-radius: 3px;
    margin-left: 2px;
    display: none;
}
.showTooltips{
    display: none;
    /*针对苹果新增手势*/
    cursor: pointer;
}
.weui-cells{
    /*针对苹果新增手势*/
    cursor: pointer;
}
.dialog-out{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,.3);
    display: none;
}
.dia-con{
    width: 305px;
    height: 138px;
    padding: 10px ;
    background:rgba(255,255,255,1);
    border-radius:8px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.close-btn{
    float: right;
    width: 16px;
    height: 16px;
    background: url("../img/close.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    overflow: hidden;
}
.dia-main{
    margin-left: 30px;
    margin-top: 30px;
    height: 52px;
    padding-left: 90px;
    background: url("../img/out.png") no-repeat;
    background-size:  52px 52px;
}
.dia-text{
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.arrears-btn{
    width: 70px;
    height: 25px;
    margin-top: 20px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    background: url("../img/arrears-bg.png") no-repeat;
    background-size:70px 25px ;
}

.strTip{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    background: rgba(9,9,9,.5);
    position: fixed;
    top:0;
    left: 0;
}
.strWrap{
    margin: 20px auto 0;
    width: 330px;
    height: 431px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}
.strCon{
    text-align: center;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.header-title{
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom:1px solid #ccc ;
    color: #333;
}
.payCarNum{
    font-size: 16px;
    color: #D40202;
}
.btn{
    color: #fff;
    font-size: 20px;

    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    cursor: pointer;
}
.hiddenBtn{
    background: #79cbbf;
}
/*.outBtn{*/
/*background: #509f93;*/
/*}*/
.tipTitle{
    /*background: url("img/tipTitle.png") no-repeat 0 center;*/
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.carNum{
    width: 270px;
    height: 80px;
    margin: 20px auto;
    font-size: 24px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 80px;
    background: url("../img/carNum.png") no-repeat;
}
.carNumYellow{
    background: url("../img/carNumYellow.png") no-repeat;
}

.toPay{
    width: 270px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    background: url("../img/topay.png") no-repeat;
    cursor: pointer;
}
.toSelect{
    width: 270px;
    margin: 20px auto 0;
    text-align: right;
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}
.swiper-container {
    width: 100%;
    height: 165px;

}