gd-invoice-print.less 2.88 KB
Newer Older
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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
@import "~/app-resources/less/theme.less";
.gd-invoice-print-wrapper {

    padding: 20px;

    .dx-texteditor-input {
        min-height: 26px;
    }

    .input-length {
        display: inline-block;
        /*width: 20em;*/
    }

    .borderless td,
    .borderless th {
        border: none;
        padding: 4px 8px;
        vertical-align: middle;
    }

    .notAllowed{
        cursor: not-allowed;
    }

    .dx-header-row {
        background-color: #eee;
        color: black;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
    }


    .title {
        font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei';
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #80031A;
        line-height: 18px;
    }

    .first-row {
        margin-top: 0.5em;
        border-bottom: 1px solid #f2f2f2;

        .table {
            margin-bottom: 0.5px;
        }
    }


    .span-title {
        width: 10em;
        display: inline-block;
        text-align: right;
    }

    .span-width {
        display: inline-block;
        width: 20em;
    }

    .issuance-data {
        width: 15em;
        display: inline-block;
        text-align: right;
    }

    .row-block {
        margin-top: 0.5em;
    }

    .row-delete {
        margin-bottom: 0.5em;
    }

    .borderless .td-padding{
       padding: 11px 8px!important;
    }

    .table {
        margin-bottom: 0.5em;
    }

    .invoiceGdPrintGridContainer {
        margin-bottom: 0.5em;
    }

    .total-amount {
        background-color: #FBF4F5;
        padding: 4px 5em;
        border-radius: 4px;
    }

    .row-toolbar {

        margin-top: 1em;
        .right-part {
        	float: right;
            span {
                font-family: 'Microsoft YaHei';
                /*font-weight: 400;*/
                font-style: normal;
                color: #80031A;
                line-height: 14px;
                font-size:14px;
            }

            i{
                /*font-weight: 400;*/
                font-style: normal;
                color: #80031A;
                line-height: 14px;
                font-size:14px;
            }

            .enable-btn{
            	cursor: pointer;
            }

           .diable-btn{
           	cursor: not-allowed;
           }

        }
    }

    .row-comfirm{
    	text-align: right;

    	padding: 0.5em 0;
    	.btn-comfirm{
    		padding: 0.5em 2em;
            margin-right: 1em;
    	}
    }

  .vat-caculate-data-progress {
        width: 100%;
        border: 1px solid @color-light-gray;
        border-radius: 8px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-weight: bold;
        color: #fff;
        overflow: hidden;


        .Bar {
            width: 50%;
            height: 16px;
            background: @color-red;
        }
    }
    
}