@import 'common.scss';

.right {
    padding: 0 24px 0 275px;
    color: rgba(51, 51, 51, 1);
    .title {
        height: 36px;
        line-height: 36px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(238,238,238,1);
        h1 {
            font-size: 20px;
            font-weight: normal;
        }
        input {
            padding: 9px 26px;
            font-size: 14px;
            margin-left: 10px;
            border: 0;
            border-radius:2px;
            &.cancel, &.save {
                background: #fff;
                border:1px solid rgba(158,158,158,1);
            }
            &.continue {
                color: #fff;
                background:rgba(237,50,42,1);
            }
        }
    }
    .words {
        width:908px;
        height:32px;
        padding-left: 16px;
        margin: 20px 23px 3px 0;
        line-height: 32px;
        background:rgba(255,205,149,0.2);
        border-radius:3px;
        border:1px solid rgba(250,137,13,1);
        color:rgba(250,137,13,1);
        box-sizing: border-box;
    }
    .form {
        margin-top: 23px;
        .basic-info {
            border-bottom: 1px solid rgba(218,218,218,1);
            li {
                height: 36px;
                line-height: 36px;
                margin-bottom: 20px;
                p {
                    margin-right: 21px;
                    width: 70px;
                    text-align: right;
                    font-weight: bold;
                    .isMust {
                        color: #ED322A;
                    }
                    .key {
    
                    }
                }
                input {
                    width: 200px;
                    height: 100%;
                    padding-left: 11px;
                    outline: none;
                    box-sizing: border-box;
                }
            }
        }
        .other-info {
            margin-top: 29px;
            li {
                height: 36px;
                line-height: 36px;
                margin-bottom: 20px;
                p {
                    margin-right: 21px;
                    width: 70px;
                    text-align: right;
                    font-weight: bold;
                    .isMust {
                        color: #ED322A;
                    }
                }
                input {
                    width: 200px;
                    height: 100%;
                    padding-left: 11px;
                    outline: none;
                    box-sizing: border-box;
                }
                .edit {
                    color: rgba(0,102,204,1);;
                }
                &.depart {
                    .item {
                        margin-right: 33px;
                    }
                }
                &.label {
                    div {
                        margin-right: 20px;
                    }
                    i {
                        width: 17px;
                        height: 19px;
                        margin: 8px 10px;
                        background: url(./i/label.png) no-repeat center center;
                        background-size: 100% 100%;
                    }
                }
                &.sex {
                    .item {
                        margin-right: 31px;
                    }
                }
            }
        }
    }
}