invoice-manage-main-upload-electronic-invoice.less 2.78 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

@border-color: #d4d4d4;
@margin-left: 60px;
@container-width: 970px;
@control-width: 120px;


.invoice-manage-upload-electronic-invoice {
    height: 100% !important;
    padding-top: 0px !important;
    position: relative;

     .circle {
        border-radius: 64px;
        width: 42px;
        height: 42px;
        margin-top: 5px;
        line-height: 35px;
        margin-left: 32px;
        border: 2px solid #a12020;
    }

    .borderless td, .borderless th {
        border: none;
    }

    .table-bottom {
        margin-bottom: 0px !important;

        .lbl-name {
            word-break: keep-all;
        }

        td {
            vertical-align: middle;
        }
    }

    .clear-both {
        clear: both;
    }

    .inline-block {
        display: inline-block;
    }


    .content-container {
        height: calc(~'100% - 40px');
        position: relative;
        margin-left: 5%;



        .header {
            .title {
                color: red;
            }

            .title-bottom-line {
                margin-top: -12px;

                .hr-red {
                    width: 10%;
                    display: inline-block;
                    float: left;
                    border-color: #de3b3b;
                }

                .line-right {
                    width: 70%;
                    display: inline-block;
                }
            }
        }

        .body {
            padding: 0px 15px;

            .comment-desc {
                font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei';
                font-weight: 700;
                font-style: normal;
                font-size: 12px;
                line-height: 20px;
            }

            .remarks {
                font-family: "Microsoft YaHei";
                font-style: normal;
                font-size: 12px;
                color: rgb(102, 102, 102);
                line-height: 20px;
            }

            .margin-top-20 {
                margin-top: 20px;
            }

            .invoice-content {
                max-height: 440px;
                overflow-x: hidden;
                overflow-y: auto;

                .invoice-list {
                    font-size: 13px;

                    .title-left {
                        padding-left: 5px;
                    }

                    .title-num {
                        font-weight: bold;
                        padding: 0px 2px;
                    }

                    .select-box {
                        width: 20%;
                    }

                    .label-text {
                        width: 8%;
                    }
                }
            }

            .bordre-width-60 {
                width: 80%;
                float: left;
                margin-bottom: 0px;
            }
        }
    }
}