@import 'common.scss';

.left {
    position: relative;
    width: 250px;
    height: 616px;
    ul {
        width: 100%;
        li {
            width: 100%;
            height: 45px;
            padding-left: 30px;
            box-sizing: border-box;
            line-height: 45px;
            font-size: 14px;
            color:rgba(153,153,153,1);
            &:hover {
                border-left: 2px solid #ED322A;
                background:rgba(255,238,238,1);
                a {
                    color:rgba(237,50,42,1);
                }
            }
        }
    }
}
.right {
    padding: 20px 24px;
    padding-left: 260px;
    box-sizing: border-box;
    .title {
        height: 36px;
        line-height: 36px;
        padding: 0 0 14px;
        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);
            }
        }
    }
    .vat-list {
        margin-top: 24px;
        font-size: 14px;
        color:rgba(51,51,51,1);
        li {
            height: 100px;
            padding: 25px 30px;
            box-sizing: border-box;
            .name-info {
                margin-right: 32px;
            }
            p {
                margin-bottom: 14px;
            }
            span {
                font-size: 12px;
            }
            .operate {
                height: 100%;
                span {
                    padding: 0 10px;
                    height: 12px;
                    line-height: 12px;
                    margin-top: 20px;
                    color: rgba(0,102,204,1);;
                    cursor: pointer;
                    &:first-child {
                        border-right: 2px solid rgba(218,218,218,1);
                    }
                }
            }
            .mark {
                width: 68px;
                height: 68px;
                background: url(http://placeholder.qiniudn.com/68x68/baf7d0/52fa8e) no-repeat center center;
                background-size: 100% 100%;
                margin-top: -9px;
                margin-right: 28px;
            }
        }
    }
    .no-data {
        text-align: center;
        i {
            display: block;
            width: 83px;
            height: 90px;
            margin: 150px auto 17px;
            background: url(./i/no-data.png) no-repeat center center;
            background-size: 100% 100%;
        }
        p {
            font-size:16px;
            color:rgba(51,51,51,1);
            margin-bottom: 10px;
        }
        span {
            font-size:12px;
            color:rgba(153,153,153,1);
        }
    }

}

.form {
    padding-left: 46px;
    .form-item {
        margin-bottom: 15px;
        .item {
            p {
                height: 36px;
                width: 96px;
                line-height: 36px;
                text-align: right;
                color: rgba(51,51,51,1);
                i {
                    color: rgba(237,50,42,1);
                }
            }
            .input-txt {
                margin-left: 19px;
                input {
                    margin: 0;
                    width: 300px;
                    height: 36px;
                }
                select {
                    width: 95px;
                    height: 36px;
                    margin-right: 4px;
                }
            }
        }
    }
    .receiver-info {
        font-size:16px;
        line-height:21px;
        margin: 35px 0 20px;
    }
    .vat-info {
        font-size:16px;
        line-height:23px;
        margin: 10px 0 20px;
        span {
            font-size: 12px;
            color:rgba(153,153,153,1);
        }
    }
}

