custom-attribute-modal.less 1.75 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
.attribute-modal-wrap {

    .modal-backdrop {
        z-index: -1;
    }
    /*自定义属性弹框*/
    .addDimensionModal {
        .modal-footer {
            padding-left: 104px !important;
        }

        .custom-config {
            /*overflow-y: auto;*/
            /*width: 174px;*/
            /*height:182px;*/
            /*border: 2px solid gray;
            margin: 0px 10px;
            background-color: #fff;
       
            box-sizing: border-box;
            border-width: 1px;
            border-style: solid;
            border-color: rgba(228, 228, 228, 1);
            border-radius: 0px;
            -moz-box-shadow: 5px 5px 5px rgba(201, 201, 201, 0.349019607843137);
            -webkit-box-shadow: 5px 5px 5px rgba(201, 201, 201, 0.349019607843137);
            box-shadow: 5px 5px 5px rgba(201, 201, 201, 0.349019607843137);

            padding-bottom: 10px;
            text-align: center;*/
            .select-box-list {
                margin: 5px;
                /*高亮*/
                .header {
                    background-image: url("/Content/images/u10533.png");
                    width: 188px;
                }

                .select-box {
                    width: 150px;
                    display: inline-block;
                    margin: 5px;
                }

                .center {
                    vertical-align: middle;
                    text-align: center;
                }

                .first-row {
                    background-color: #dedede;
                }

                .not-first-row {
                    background-color: #ffffff;
                }

                .orgStructure table tr td {
                    padding: 8px 5px;
                }
            }
        }
    }
}