_feedback.css 1.01 KB
/*
 *提交页面
 */
.yoho-suggest-sub-page {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    padding-top: 20px;

    .suggest-sub-form {
        background: #fff;
        width: 100%;

        #suggest-textarea {
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            height: 419px;
            min-height: 255px;
            padding: 30px;
            padding-top: 50px;
            font-size: 28px;
            line-height: 40px;
            color: #000;
            display: block;
            background: #fff;
            border: none;
            border-bottom: solid 1px #eee;
            outline: none;
            resize: none;

            &::-webkit-input-placeholder {
                color: #B0B0B0;
            }

            &::-ms-input-placeholder {
                color: #B0B0B0;
            }
        }
    }

    #submit-button {
        width: 100px;
        height: 40px;
        border: 1px solid #e0e0e0;
    }
}