xsjf.css 4.28 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 207px);
    color: #4a4a4a;
}
.audit_progress {
    margin: 36px 0;
}
.audit_progress h2 {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #6D7278;
}
.audit_progress h2 img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}
/* ------------缴费信息---------------- */
.payment_information h3, .payment_channel h3{
    height: 16px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted #E6E6E6;
    padding-bottom: 15px;
}
.payment_information h3::after, .payment_channel h3:after {
    position:absolute;
    content:"";
    left:0;
    width:4px;
    height:12px;
    border-radius: 1px;
    top: 5px;
    background-color: #0091FF;
}

.payment_information ul li {
    width: 49%;
    display: inline-block;
    line-height: 36px;
}
.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-top: 20px;
}
.payment_channel .payment_channel_con li {
    width: 200px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    margin-right: 15px;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.payment_channel .payment_channel_con li:hover {
    border: 1px solid #0091FF;
    background: rgba(47, 165, 255, 0.06);
}
.payment_channel .payment_channel_con li img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.payActive {
    border: 1px solid #0091FF!important;
    background: rgba(47, 165, 255, 0.06)!important;
}
/* ----------------------支付成功------------------------------ */
.scan_code {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.scan_code {
    text-align: center;
    margin-top: 50px;
}
.scanning_results {
    width: 184px;
    height: 236px;
    border: 1px solid #DEDEDE;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.codeShowImg {
    width: 198px;
    height: 174px;
    position: absolute;
    right: -207px;
    top: -67px;
    display: none;
}
.scan_code p:nth-child(1) {
    color: #303030;
    font-size: 12px;
}
.scan_code p:nth-child(2) {
    font-size: 28px;
    font-weight: 600;
    color: #FA6400;
    margin-bottom: 15px;
}
.erweima {
    width: 100%;
}
.code_detail img {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.code_detail ul {
    display: inline-block;
    font-size: 12px;
}
/* ---------支付成功---------- */
.paymentSuccess {
    background: #FFFFFF;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 35px;
    width: 470px!important;
    height: 340px!important;
}
.paymentSuccess li {
    text-align: center;
}
.paymentSuccess li img {
    width: 30px;
    height: 30px;
}
.paymentSuccess li span {
    color: #9B9B9B;
    display: inline-block;
    width: 90px;
    text-align: right;
    margin-right: 10px;
}
.paymentSuccess li p {
    display: inline-block;
    color: #303030;
}
.paymentSuccess li:nth-child(1){
    margin-bottom: 3px;
}
.paymentSuccess li:nth-child(2){
    margin-bottom: 15px;
}
.paymentSuccess .layui-layer-btn {
    text-align: center;
    margin-top: 26px;
}
.paymentSuccess .layui-layer-btn0 {
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
}
.paymentSuccess .info {
    text-align: left;
    padding-left: 60px;
    line-height: 36px;
}
.submitButton {
    text-align: center;
    margin: 20px 0;
}