_index.css 6.76 KB
.settled-page .mask,
.settled-apply-page .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ccc;
    opacity: 0.3;
    z-index: 10000001;/* 别问我为啥写这么大,因为傻X头部的z-index写了10000000,我动不了里面超复杂的各种z-index.如果头部已经修正了,这边看到的顺道改下 */
}

.settled-page {
    margin-top: 10px;
    margin-bottom: 30px;

    .banner {
        margin-bottom: 45px;
    }

    .flow-container {
        position: relative;
        width: 1033px;
        margin: 0 auto;
    }

    .fake-link {
        position: absolute;
        bottom: -4px;
        left: 221px;
        width: 150px;
        height: 32px;
        background: #fff;
        opacity: 0;
        cursor: pointer;
    }

    .notice-container {
        position: fixed;
        width: 960px;
        left: 50%;
        top: 30px;
        margin-left: -480px;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 10px;
        z-index: 10000002;/* 同上 */
    }

    .fake-close {
        position: fixed;
        width: 30px;
        height: 30px;
        top: 44px;
        margin-left: 914px;
        cursor: pointer;
        background: resolve(service/settled-close.png) no-repeat center center;
    }
}

.min-screen .settled-page {
    .banner {
        width: 990px;
    }

    .flow-container,
    .flow-path {
        width: 890px;
    }

    .fake-link {
        bottom: -6px;
        left: 190px;
        width: 130px;
    }
}

.settled-apply-page {
    font-size: 14px;

    .error {
        border-color: #f00 !important;
    }

    .required-mark {
        color: red;
    }

    .banner {
        display: block;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .title {
        margin-bottom: 10px;
        padding-left: 215px;

        span {
            font-size: 18px;
            line-height: 20px;
            color: #000;
            font-weight: bold;
            vertical-align: top;
        }

        .edit-img {
            width: 24px;
            height: 22px;
        }
    }

    .form-container {
        width: 100%;
        padding: 30px 0;
        border: 1px solid #f4f5f5;
        border-left: none;
        border-right: none;
    }

    .signup-form {
        width: 790px;
        margin: 0 auto;

        .long-input {
            width: 400px;
        }

        .short-input {
            width: 150px;
        }

        td {
            border: 10px solid transparent;
            height: 41px;
        }

        tr.has-sub td {
            border-bottom: 0;
        }

        tr.sub td {
            border-top: 2px;
        }

        tr td:first-child {
            text-align: right;
        }

        .sub .tip-td {
            vertical-align: top;
        }

        input,
        select,
        .button {
            height: 36px;
            line-height: 36px;
            border-radius: 3px;
            border: 1px solid #979797;
        }

        /* 兼容IE8 */
        select {
            line-height: 18px;
            padding: 9px 0;
        }

        input[type="radio"] {
            border: none;
            vertical-align: text-bottom;
            margin-bottom: -10px;
        }

        .button {
            width: 156px;
            background-color: #fff;
            border-radius: 6px;
        }

        input[type="text"] {
            text-indent: 5px;
        }

        .swfupload {
            border: 1px solid #ccc;
            border-radius: 6px;
            height: 35px;
            width: 160px;
            background-color: #fff;
            cursor: pointer;
        }

        .placeholder {
            color: #979797;
        }

        ul {
            list-style: none;
            padding-left: 0;
        }

        .for-other {
            width: 120px;
            padding: 0;
        }

        .upload-btn {
            font-size: 13px;
            border-radius: 3px;
            border: 1px solid #979797;

            input {
                cursor: pointer;
            }
        }

        .uploadifive-queue {
            display: none;
        }
    }

    .shop-addres {
        width: 300px;
    }

    .shop-sales-volume {
        width: 80px;
    }

    .shop-list li {
        margin-bottom: 5px;

        &:last-child {
            margin-bottom: 0;
        }

        > span {
            margin: 0 4px;
        }
    }

    .tip {
        font-size: 12px;
        color: #c7c7c7;
        margin: 2px 0;
    }

    .submit-btn {
        background-color: #000;
        color: #fff;
        height: 37px;
        width: 157px;
        border-radius: 6px;
        border: none;
        margin-top: 30px;
        margin-left: 377px;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .add-btn {
        width: 22px;
        height: 22px;
        vertical-align: middle;
        margin-left: 20px;
        cursor: pointer;
    }

    .submit-success {
        position: fixed;
        width: 500px;
        height: 180px;
        top: 50%;
        left: 50%;
        margin-top: -170px;
        margin-left: -280px;
        z-index: 99;
        padding: 30px 50px;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;

        .content {
            border-bottom: 1px solid #ccc;
            margin-bottom: 20px;

            h1,
            h2 {
                margin-bottom: 30px;
            }
        }

        .sure {
            font-size: 24px;
            color: red;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
        }
    }

    .category-list {
        margin-top: -12px;

        li {
            margin-bottom: 5px;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .has-radio td {
        line-height: 41px;
    }

    .tip-sub td {
        height: 14px;
    }

    input[type="radio"] {
        margin-left: 10px;
    }

    .brand-tip,
    .goods-tip {
        color: #000;
        margin-top: 10px;
    }
}

/* apply success dialog */
.settled-success {
    border: none;
    border-radius: 10px;
    background: #fff;

    .content {
        border-bottom: 1px solid #ccc;
    }

    .main-title {
        font-size: 28px;
    }

    .sub-title {
        font-size: 16px;
        margin: 20px 0;
    }

    .apply-success-ok {
        border: none;
        color: #f00;
        font-weight: bold;
        font-size: 18px;
        line-height: 60px;
    }
}