_ensure.css 12.3 KB
.order-ensure-page {
    width: 990px;
    margin: 40px auto;

    /*填写订单*/
    .order-edit {
        width: 100%;
        position: relative;
        margin-bottom: 35px;

        &:before {
            content: '';
            display: block;
            background: url(/order/save/cart_logo.png);
            width: 117px;
            height: 33px;
        }
        &.order-cart {
            &:before {
                background: url(/order/save/cart.png);
            }
        }

        .order-title {
            ul {
                display: block;
                background: url(/order/save/cartnew_flow.png);
                width: 364px;
                height: 12px;
                position: absolute;
                right: 0;
                top: 0;

                li {
                    display: block;
                    width: 33.33333333%;
                    float: left;
                    font-size: 12px;
                    color: #999;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    position: relative;

                    &.active {
                        color: #333;
                        &:after {
                            display: block;
                            content: '';
                            background: url(/order/save/cart_flow_black.png);
                            width: 12px;
                            height: 12px;
                            position: absolute;
                            left: 50%;
                            margin-left: -6px;
                            top: 0;
                        }

                         &.first {
                            &:after {
                                left: 0;
                              margin-left: 0;
                            }

                          }
                        &.end {
                             &:after {
                                right: 0;
                                margin-left: 0;
                            }
                        }
                    }

                    &.first {
                        text-align: left;
                    }
                    &.end {
                         text-align: right;
                     }
                }
            }
        }

        .order-edit-main {
            border: 1px solid #ccc;
            margin-top: 30px;

            h2.title {
                height: 30px;
                line-height: 30px;
                background: #000000;
                color: #fff;
                font-size: 12px;
                text-indent: 15px;
            }

            .order-content {
                padding: 5px 30px;
                font-size: 12px;
                color: #333;

                .order-selection {
                    border-bottom: 1px dashed #ccc;
                    padding: 15px 0;

                    h2 {
                        font-size: 14px;
                        color: #000;

                        span {
                            color: #e8044f;
                            text-decoration: underline;
                            cursor: pointer;
                        }
                    }

                }

                .address-list {
                    ul {
                        padding: 15px 0;

                        li {
                            padding: 10px 0;

                            strong {
                                font-weight: bold;
                                margin-right: 15px;
                            }

                            input.radio {
                                margin: 0;
                                vertical-align: middle;
                            }
                        }

                        .order-modify-btn {
                            display: inline-block;
                            float: right;
                            color: #e8044f;
                            width: 80px;
                            padding-right: 20px;
                            height: auto;
                            overflow: hidden;

                            span {
                                text-decoration: underline;
                                cursor: pointer;

                                float: right;

                                &.address-modify {
                                    float: left;
                                }
                            }
                        }

                        &.exist-address-list {

                            li {
                                border: 1px solid #fff;
                                padding-left: 15px;

                                &.active {
                                    background: #dbedf7;
                                    border: 1px solid #8fb8e0;
                                }

                                &.has-exist-address {
                                    .default-address {
                                        color: #468fa2;
                                        text-decoration: underline;
                                        cursor: pointer;
                                    }
                                }
                            }
                        }
                    }
                }

                .address-manage {
                    border-top: 1px dashed #ccc;

                    li {

                        height: 25px;
                        line-height: 25px;

                        .address-legend {
                            width: 80px;
                            text-align: right;
                            display: inline-block;

                            color: #333;

                            i {
                                color: #e8044f;
                            }
                        }

                        .text-input {
                            height: 25px;
                            line-height: 25px;
                            width: 180px;
                            padding: 0;
                            border: 1px solid #ccc;
                        }

                        select.text-input {
                            width: 100px;
                        }

                        .address-tel-input {
                            width: 180px;
                            text-align: center;
                            display: inline-block;
                            height: 25px;
                            line-height: 25px;

                            input {
                                text-align: left;
                                float: right;
                                width: 120px;

                                &.tel-lengend {
                                    float: left;
                                    width: 40px;
                                }
                            }
                        }
                    }
                }

                .save-btn, .pay-btn {
                    display: block;
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
                    text-indent: 25px;
                    cursor: pointer;
                }

                .save-btn {
                    background: url(/order/save/save-btn.png);
                    width: 200px;
                    height: 34px;
                    line-height: 34px;
                }

                .pay-btn {
                    background: url(/order/save/pay-btn.png);
                    width: 119px;
                    height: 34px;
                    line-height: 34px;
                }

                .pay-time {

                    ul {
                        padding: 15px;

                        li {
                            margin: 10px 0;

                            input.radio {
                                margin: 0;
                                vertical-align: middle;
                            }
                        }
                    }

                    .pay-time-modify {

                        h3 {
                            height: 25px;
                            line-height: 25px;
                            border: 1px solid #e6e6e6;
                            background: #efefef;
                            text-indent: 25px;
                            position: relative;

                            &:after {
                                content: '';
                                display: block;
                                width: 11px;
                                height: 11px;
                                background: resolve(/order/roundgreybtn.gif);
                                position: absolute;
                                top: 7px;
                                left: 8px;
                            }
                        }

                        .pay-dashed-hr {
                            border-bottom: 1px dashed #ccc;
                            padding-bottom: 10px;
                        }

                        .pay-type-tips {
                            color: #999;
                        }

                        div.pay-type-legend {
                            width: 130px;
                            display: inline-block;
                            padding: 0;
                            text-indent: 0;
                        }

                        span.pay-type-legend {
                            margin: 0;
                            color: #468fa2;
                            cursor: pointer;

                            &:after {
                                content: '';
                                width: 12px;
                                height: 12px;
                                background: resolve(/order/icon-arrow.png);
                                display: inline-block;
                                transition: transform .3;
                            }

                            &.active {
                                &:after {
                                    transform:rotate(180deg);
                                }
                            }
                        }

                        .support-type {
                            display: block;
                            margin-left: 130px;
                            border-left: 1px dashed #ccc;
                            font-size: 12px;

                            h4 {
                                padding: 10px 0 10px 15px;
                            }

                            ul {
                                height: auto;
                                overflow: hidden;
                                margin: 0;
                                padding: 0;

                                li {
                                    display: block;
                                    float: left;
                                    width: 105px;
                                    height: 30px;
                                    border: 1px solid #ccc;
                                    margin: 0 0 10px 15px;

                                    img {
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                        overflow: hidden;
                                    }
                                }
                            }
                        }

                        .pay-recommend {
                            font-size: 0;

                            .pay-type-legend, .support-type {
                                font-size: 12px;
                            }
                        }
                    }
                }

                .select-express {

                    border-bottom: none;

                    .express-list {
                        padding-left: 15px;
                        margin: 10px 0;

                        input.radio {
                            margin: 0;
                            vertical-align: middle;
                        }
                    }

                    .express-tips {
                        color: #999;
                    }
                }

            }
        }
    }

    .order-pay {
        width: 100%;
    }
}