xsjf.css 2.49 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 207px);
    color: #4a4a4a;
}
.name_title {
    padding: 10px;
    margin:15px 0;
}
.name_title h2 {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    border-left: 3px solid #0091FF;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
}
.name_title p {
    display: inline-block;
    color: #0091FF;
}
.audit_progress {
    padding: 30px 20px;
    border: 1px solid #eeeeee;
    margin: 20px 0;
}
.audit_progress h2 {
    font-size: 16px;
    font-weight: 600;
    color: #5FB878;
    line-height: 16px;
}
/* ------------缴费信息---------------- */
.payment_information h3, .payment_channel h3{
    height: 16px;
    padding-left: 5px;
    border-left: 3px solid #0091FF;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.payment_information ul{
    font-size: 0;
}
.payment_information ul li{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 28px;
}
.payment_information ul li span {
    color: #9B9B9B;
}
.payment_information ul li p, .payment_information h5 ,.payment_information h6 {
    display: inline-block;
    margin-left: 5px;
}
.payment_information h5 , .payment_information h6 {
    color: #FA6400;
}
.payment_information ul li h5 {
    font-size: 18px;
    font-weight: 600;
}
/* ----------------------缴费通道------------------------------- */
.payment_channel {
    margin: 20px 0;
}
.payment_channel ul {
    font-size: 0;
}
.payment_channel ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.payment_channel ul li img {
    width: 60px;
    height: 60px;
}
.payment_channel ul li span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.code {
    text-align: center;
}
.code img {
    width: 150px;
    height: 150px;
}
/* ------------------支付成功----------------------- */
.payment_success h5 {
    text-align: center;
}
.payment_success h5 img {
    width: 50px;
    height: 50px;
}
.payment_success h5 p {
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}
.payment_success ul {
    margin-top: 20px;
    width: 236px;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 30px;
}
.payment_success ul li {
    text-align: left;
}
.payment_success ul li span{
    color: #9B9B9B;
}
.payment_success ul li p {
    display: inline-block;
}
.next_button {
    text-align: center;
    margin: 30px 0 100px 0;
}