invoice-manual-add-modal.less 1.52 KB
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
.base-font-style() {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
}

.invoice-manual-add-modal-wrapper {
    .modal-dialog {
        width: 700px;
        height: 500px;

        .common-font() {
            font-weight: normal;
            font-size: 13px;
            font-family: 'Microsoft YaHei';
        }


        .modal-content {


            .modal-title {
                font-family: 'Arial Bold', 'Arial';
                font-weight: 700;
                font-style: normal;
                font-size: 16px;
                color: #CC0000;
                line-height: 20px;
            }

            .modal-body {
                width: 100%;
                /*height: 590px;
                max-height: 590px;*/
                /*overflow-y: auto;*/
                .right-title {
                    /*padding-left: 5%;*/
                }

                .txt-box {
                    width:200px;
                }

                .lbl-title {
                    text-align: left;
                    .common-font();
                }


                .dx-fieldset {
                    margin: 15px;
                    padding: 0;
                }

                .label-title-style {
                    .base-font-style;
                }

                #forceTaxCheckboxCSSP {
                    width: 100px !important;
                }
            }
        }

        .modal-footer {
            text-align: left;
        }
    }
}