app-index-analysis-config.less 1.62 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
@import "~/app-resources/less/theme.less";

.index-analysis-config-modal {
    .modal-dialog {
        width: 1020px;
    }
}

.index-analysis-cfg-container {
    @organge-color0: #DC6900;
    @focus: #c00;
    @btn-color: white;
    @btn-not-focus: #777;
    @font: "微软雅黑";

    .modal-header {
        padding: 10px;
        border: none;
    }

    .modal-body {
        font-family: @font;
        background-color: white;
        height: 100%;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px #eeeeee;
        -moz-box-shadow: 0 0 10px #eeeeee;
        box-shadow: 0 0 10px #eeeeee;
        padding: 0;

        .vat-summary-dashboard-config {
            padding: 0;
            height: 480px;

            .content {
                padding: 0;
                
                .header, .top-btn-container {
                    display: none;
                }

                .row-block-left {
                    margin: 20px 10px;
                    width: 62%;

                    & > div {
                        margin: 10px 0 !important;
                    }
                }

                .row-block-right {
                    height: 422px;
                    margin: 20px 5px 20px 0;
                    width: 35%;

                    .measures-container {
                        .lable-tab {
                            margin-right: 8px;
                        }
                    }

                    .row-block-right-content .line .line-title {
                        width: auto;
                    }
                }
            }
        }
    }
}