_submit.scss 8.6 KB
@import "compass";

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#w-submit {
    padding: 0;

    .yoho-banner-w {
        width: 100%;
        height: 220px;
        background: image-url('online-header.jpg') center top no-repeat;
        overflow: hidden;
    }

    .yoho-header-w {
        width: 100%;
        height: 184px;
        background: image-url('online-banner.jpg') center top no-repeat;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .yoho-header-title {
        display: inline-block;
        padding: 0 65px;
        height: 80px;
        line-height: 80px;
        top: 50%;
        margin-top: -40px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        border: 2px solid #eeb486;
        position: relative;
        vertical-align: middle;
    }
}

.submit-content {

    width: 990px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;

    .page-header {
        margin-top: 45px;
        height: auto;
        overflow: hidden;
        font-size: 28px;
        font-weight: bold;
        color: #000;

        span {
            padding: 0 30px;
            text-decoration: underline;
            cursor: pointer;

            &.end {
                border-left: 2px solid #7f7f7f;
                color: #b0b0b0;
                text-decoration: none;
            }
        }
    }

    .pull-left {
        width: 340px;
        padding-top: 50px;
    }

    .content-sub {
        height: 150px;
        border: 1px solid #cfcfcf;
        @include box-sizing();
        padding: 28px 30px;
        line-height: 28px;
        color: #3f3f3f;
        font-size: 14px;

        span {
            width: 58px;
            display: block;
            float: left;
            text-align: justify;
            text-justify: auto;
        }

        p {
            float: left;
            display: block;
            width: 200px;
        }
    }

    .pull-right {
        width: 648px;
        padding-top: 50px;

        h2.content-header {
            text-indent: 100px;
            font-size: 23px;
            color: #000;
            font-weight: bold;
            margin-bottom: 38px;

            span {
                width: 150px;
                height: 30px;
                line-height: 30px;
                color: #444;
                border: 1px solid #444;
                text-align: center;
                float: right;
                font-size: 12px;
                text-indent: 0;

                cursor: pointer;
            }
        }

        ul {
        }

        .form-leading {
            float: left;
            width: 210px;
            text-align: right;

            font-size: 14px;
            color: #444;

            b {
                color: #ff2424;
            }
        }

        .form-control {
            float: left;
            width: 438px;
            @include box-sizing();
            padding-left: 30px;
        }

        li {
            margin-bottom: 18px;
            height: 30px;
            line-height: 30px;

            &.h-auto {
                height: auto;
                overflow: hidden;
            }

            input[type="text"] {

                border: 1px solid #e8e8e8;
                height: 28px;
                background: none;
                outline: none;
                line-height: 28px;
                display: block;
                width: 405px;
                @include box-sizing();

                &.pic-code {
                    width: 111px;
                    float: left;
                }
            }

            textarea {
                border: 1px solid #e8e8e8;
                height: 100px;
                outline: none;
                display: block;
                width: 405px;
                max-width: 405px;
                min-width: 405px;
                @include box-sizing();
            }

            .pic-code-text {
                display: block;
                width: 80px;
                height: 30px;
                border: 1px solid #f7f7f7;
                background: #e8e8e8;
                line-height: 30px;
                text-align: center;
                float: left;
                margin-left: 20px;
            }

            input[type="file"] {
                display: block;
                height: 30px;
                width: 69px;
                outline: none;
                margin-right: 20px;
                overflow: hidden;
                float: left;
                padding-top: 5px;
                @include box-sizing();
            }

            .upload-tips {
                font-size: 12px;
                color: #b0b0b0;
            }

            .has-upload {
                margin: 10px 0;
                height: auto;
                overflow: hidden;

                span {
                    display: block;
                    float: left;
                    padding: 0 25px;
                    text-align: center;
                    border: 1px solid #ededed;
                    @include border-radius(20px);

                    b {
                        text-indent: -100000px;
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        background: #ccc;
                        display: none;
                    }
                }
            }

            &.upload-list {
                height: auto;
                overflow: hidden;
            }
        }

        .submit-w-btn {
            display: block;
            width: 112px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            color: #fff;
            background: #1a1a1a;
            margin: 35px 145px 400px auto;
            cursor: pointer;
        }
    }
}

.dialog-w {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1000;
    background: image-url('op.png');

    .dia-content {
        width: 600px;
        height: 430px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        margin-top: -215px;

        span {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            background: image-url('submit-success.png') center center no-repeat;
            top: 0;
            left: 0;
        }
    }
}

.apply-content {

    width: 1080px;
    margin: 0 auto;
    margin-top: 45px;

    .apply-enter {

        width: 100%;
        height: auto;
        overflow: hidden;

        li {
            float: left;
            width: 342px;
            height: auto;
            overflow: hidden;
            position: relative;
            text-align: center;

            div.background {
                height: 420px;
                position: relative;

                a {
                    display: block;
                    width: 100%;
                    height: 55px;
                    position: absolute;
                    bottom: 38px;
                    cursor: pointer;
                }
            }

            &.apply-left {

                .background {
                    background: image-url('czs.png') center center no-repeat;
                }
            }

            &.apply-center {
                margin: 0 27px;

                .background {
                    background: image-url('mt.png') center center no-repeat;
                }
            }

            &.apply-right {

                .background {
                    background: image-url('zzs.png') center center no-repeat;
                }
            }

            .apply-operate {
                display: inline-block;
                color: #444;
                font-size: 16px;
                margin-top: 30px;
                margin-bottom: 80px;

                span {
                    display: inline-block;
                    border: 1px solid #444;
                    width: 140px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    margin: 0 5px;
                    cursor: pointer;
                }
            }
        }
    }
}