invoice-manage-map.less 2.51 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

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

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

.invoice-manage-map {
    padding-top: 20px;
    height: 100%;

    .invoice-btn {
        min-width: 80px;
        height: 28px;
        margin-right: 10px;
        .common-font;
    }

    .query-condition-wrapper {
        border: 1px solid #d4d4d4;
        border-radius: 10px;
        padding: 10px;
        margin: 10px;
        overflow: auto;
        min-width: 1200px;

        .form-inline {
            .clear-padding {
                padding: 0;
            }

            .label-clear-padding {
                padding: 0;
                margin-top: 5px;
            }

            .label-title-style {
                text-align: right;
                font-family: "Microsoft YaHei";
            }

            .div-row {
                height: 40px;

                span {
                    .common-font;
                    cursor: pointer;
                }
            }

            .span-seperate {
                display: inline-block;
                vertical-align: top;
                line-height: 36px;
                height: 36px;
                width: 6px;
                text-align: center;
            }

            .form-group {
                label {
                    .common-font;
                    text-align: right;
                }

                input:last-child {
                    margin-right: 10px;
                }

                input {
                    height: 28px;
                    .common-font;
                }

                .input-width-normal {
                    width: 48%;
                    display: inline-block;
                }

                .input-width-small {
                    width: 47%;
                    display: inline-block;
                }

                select {
                    width: 90%;
                    height: 28px;
                    padding: 3px 12px;
                    .common-font;
                }
            }
        }
    }

    .operation-btn-row {
        margin: 10px;
    }

    .search-result-wrapper {
        padding: 15px 15px 0px 15px;

        .gridContainer {
            /*border: 1px solid #DDD;
            margin: 10px;
            font-size: 13px;*/
            #invoiceManageMapList {
                border: 1px solid #DDD;
            }
        }
    }

    .page-footer {
        float: right;
        /*padding-right: 50px;*/
    }
}