tickets-confirm.page.scss 1.94 KB
@import "order-ensure";

.tickets-confirm-page {
    .sorry-tips {
        border-bottom: 1px solid #e0e0e0;
        height: 50px;
        line-height: 50px;

        p {
            color: #d0021b;
            font-size: 24px;
            margin-left: 5%;
        }
    }

    .delivery-id {
        h3 {
            border: 0;
        }

        h4 {
            width: 95%;
            margin: 0 2.5%;
            font-size: 30px;
            color: #b0b0b0;
            margin-bottom: 20px;
        }
    }

    .gift-card,
    .yoho-coin {
        margin: 0 2.5%;
        width: 95%;
        overflow: hidden;
        border-bottom: 1px solid #e0e0e0;

        .sale-invoice {
            margin-top: 0;
        }
    }

    .dispatch {
        .sub-block {
            h3 {
                width: 95% !important;
                margin: 0 2.5% !important;

                span {
                    color: #afafaf;
                    font-size: 26px;
                    float: right;
                }
            }
        }
    }

    .tickets-mobile {
        position: relative;

        input {
            background: #fff;
            border: 1px solid #b0b0b0;
            height: 85px;
            line-height: 85px;
            margin: 0;
            outline: none;
            -webkit-appearance: none;
        }

        .mobile-tips {
            display: inline-block;
            position: absolute;
            height: 85px;
            line-height: 85px;
            right: 30px;
            top: 50%;
            margin-top: -43px;
            font-size: 22px;
            color: #b0b0b0;
        }
    }

    .pic-c {
        position: relative;

        p {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            width: 100%;
            text-align: center;
            height: 35px;
            line-height: 35px;
            background-color: #d0021b;
            font-size: 20px;
        }
    }
}