_order-ensure.css 5.35 KB
.order-ensure-page {
    background: #f0f0f0;

    .block {
        background: #fff;
        margin: 20px 0;
        padding: 30px 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .title {
        font-size: 26px;
        font-weight: bold;
    }

    .address-wrap {
        display: block;
        position: relative;
        margin-top: 0;
        border-top: none;

        > .iconfont {
            position: absolute;
            color: #bcbcbc;
            right: 20px;
            top: 50%;
            margin-top: -8px;
        }

        .infos {
            font-weight: bold;
            font-size: 24px;
            padding-right: 55px;
        }

        .per-info {
            float: right;
        }

        .address {
            display: block;
            margin-top: 20px;
            color: #bcbcbc;
            font-weight: normal;
        }
    }

    .dispatch .title {
        margin-bottom: 10px;
    }

    .dispatch .sub-block:first-child {
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 15px;
    }

    .dispatch-mode li,
    .dispatch-time li {
        float: left;
        padding: 10px 20px;
        margin-right: 15px;
        margin-bottom: 15px;
        border: 1px solid #c9c9c9;
        color: #676767;
        font-size: 26px;

        &.chosed {
            border-color: #000;
            background: resolve('shopping-cart/black-right.png') no-repeat;
            background-size: 30px;
            background-position: bottom right;
        }
    }

    .goods {
        margin-right: -20px;

        .price-wrap {
            position: static;
            text-align: left;

            .price {
                color: #444;
            }

            .count {
                display: inline;
                margin-left: 20px;
            }
        }

        .name {
            max-width: 400px;
        }
    }

    .sale-invoice {
        margin-top: -20px;
        font-size: 24px;

        li {
            height: 90px;
            line-height: 90px;
            border-bottom: 1px solid #f7f7f7;
            overflow: hidden;

            a {
                display: block;
            }
        }

        .coupon-count {
            padding: 5px 15px;
            background: #f00;
            color: #fff;
            border-radius: 10px;
            margin-left: 20px;
        }

        .coupon-use {
            box-sizing: border-box;
            position: relative;
            float: right;
            padding-right: 30px;
            color: #999;
            text-align: right;
            width: 320px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;

            .iconfont {
                position: absolute;
                top:0;
                right: 0;
                color: #999;
            }
        }

        .checkbox {
            display: inline-block;
            width: 80px;
            text-align: center;
            margin-right: -20px;
        }

        .coin-check {
            float: right;
            color: #999;

            .checkbox {
                margin-left: 5px;
                color: #000;
            }

            &.used {
                color: #f00;
            }

            em {
                color: #f00;
            }

        }

        .checkbox.icon-checkbox {
            color: #ccc;
        }

        .invoice {
            .checkbox {
                float: right;
            }

            &.focus {
                height: auto;
            }
        }

        .desc {
            color: #999;
        }
    }

    .block {
        input, textarea {
            box-sizing: border-box;
            margin: 20px 0;
            padding: 0 12px;
            width: 100%;
            height: 72px;
            color: #444;
            background: #efefef;
            font-size: 24px;
            line-height: 1;
            outline: 0;
            border: 0;
            border-radius: 4px;
        }
        textarea {
            padding: 12px;
            height: auto;
            resize: none;
        }
    }

    #invoice {
        border-top: 1px solid #f7f7f7;

        label {
            display: block;
            border-top: 1px solid #f7f7f7;
        }

        select {
            position: relative;
            float: right;
            width: 40%;
            height: 50px;
            top: 20px;
            border: 1px solid #f7f7f7;
        }
    }

    #msg {
        padding-top: 20px;
        input {
            margin: 0;
        }

    }

    .total {
        font-size: 22px;
        margin-top: 20px;

        span {
            display: inline-block;
            width: 130px;
        }
    }

    .cost {
        border-top: 1px solid #f7f7f7;
        line-height: 100px;
        margin-top: 10px;
        font-size: 34px;

        em {
            color: #f00;
        }
    }

    .pay-mode {
        background: #fff;
        padding: 0 20px;
        margin-top: -22px;

        li {
            height: 88px;
            line-height: 88px;
            margin-bottom: 28px;
            border-radius: 5px;
            font-size: 32px;
            color: #fff;
            text-align: center;
            background: #000;
        }

        .default {
            background: #57b038;
        }

        .iconfont {
            margin-right: 20px;
            font-size: 32px;
        }
    }
}