_firmorder.scss 4.69 KB
.orderInformation {
    background-color: $YOHO-white-color;
    li {
        position: relative;
        padding: 13px 30px 13px 10px;
        border-bottom: 1px solid $YOHO-goods-img-color;
        font-size: 14px;
    }
    h3 {
        margin-bottom: 5px;
    }
    p {
        font-size: 12px;
        line-height: 22px;
        color: $YOHO-normal-color;
    }
    .orderUserName {
        margin-right: 5px;
    }
    .orderText {
        width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right;
        color: $YOHO-search-color;
    }
    .firmOrderFont {
        font-size: 9px;
        position: absolute;
        z-index: 5;
        right: 10px;
        top: 50%;
        margin-top: -4px;
        color: $YOHO-search-color;
    }
}

.firmOrderList {
    padding: 0;
    li {
        padding: 10px;
    }
    .orderInfo {
        width: 220px;
    }
    .calcPrice {
        padding: 10px;
    }
}

.payMoney {
    padding: 10px 0 0;
    font-size: 14px;
    .totalPrice {
        font-size: 22px;
        color: $YOHO-red-color;
    }
}

.firmOrderButton {
    background-color: $YOHO-red-color;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: $YOHO-white-color;
    font-size: 22px;
    font-weight: bold;
    margin: 0 10px 10px;
}
.firmOrderTitle {
    height: 22px;
    line-height: 22px;
    background-color: $YOHO-black-color;
    color: $YOHO-white-color;
    text-indent: 10px;
}

// add address
.addAddress {
    width: 320px;
    position: relative;
    top: 0;
    left: 0;
}

.addAddressForm {
    background-color: $YOHO-white-color;
    li {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        border-bottom: 1px solid $YOHO-goods-img-color;
        padding:  0 10px;
    }
    label {
        display: block;
        height: 44px;
    }
    input {
        width: 228px;
        margin-left: 10px;
        border: 0;
        border-radius: 0;
        color: $YOHO-normal-color;
    }
    .YOHOBuyNick input {
        width: 213px;
    }
    .YOHOBuyAddress input {
        width: 223px;
    }
    em {
        font-size: 10px;
    }
}

.addAddressBtn {
    position: absolute;
    text-align: center;
    right: 0;
    top: 4px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

// address manage
.addressManage {
    background-color: $YOHO-white-color;
    label {
        display: block;
        height: 72px;
    }
    li {
        height: 72px;
        line-height: 72px;
        padding: 0 10px;
        border-bottom:1px solid $YOHO-goods-img-color;
    }
    .addressInfo {
        width: 275px;
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
    }
}

// choose province an city
.chooseZone {
    background-color: $YOHO-white-color;
    li {
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        border-bottom: 1px solid $YOHO-goods-img-color;
    }
    a {
        display: block;
        height: 44px;
        font-size: 14px;
    }
    .icon-uni3E {
        color: $YOHO-search-color;
    }
}

.notice {
    padding: 10px;
    line-height: 1.5;
    background-color: $YOHO-white-color;
    color: $YOHO-border-color;
}

.chooseSendTime {
    background-color: $YOHO-white-color;
    li {
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        border-bottom: 1px solid $YOHO-goods-img-color;
        font-size: 14px;
    }
    .icon-radio-btn {
        font-size: 12px;
    }
}

.bdn {
    border: 0;
    &:focus {
        outline: none;
    }
}

.billType {
    background-color: $YOHO-white-color;
    padding: 10px;
    overflow: hidden;
    h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    a {
        float: left;
        width: 95px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        @include box-sizing(border-box);
        border: 2px solid $YOHO-dot-color;
        margin: 0 7px 7px 0;
        font-weight: bold;
        font-size: 14px;
        color: $YOHO-search-color;
    }
    a:nth-of-type(3n) {
        margin-right: 0;
    }
    a.active {
        border-color: $YOHO-black-color;
        color: $YOHO-black-color;
    }
}

.couPonList {
    li {
        height: 52px;
        line-height: 52px;
    }
    .couponInfo {
        display: inline-block;
        width: 200px;
        padding: 0 0 0 10px;
        vertical-align: middle;
        h2 {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 18px;
            font-size: 16px;
        }
        p {
            line-height: 16px;
            font-size: 11px;
        }
    }
}