Blame view

src/styles/public.scss 2.11 KB
jiaozeping@pashanhoo.com committed
1
//*****start*通用表单查询条件,列表样式******//
2
.from-clues {
任超 committed
3
    width: 100%;
4 5
    min-width: 1000px;
    height: 100%;
任超 committed
6
    box-sizing: border-box;
7

任超 committed
8 9
    &-header {
        width: 100%;
任超 committed
10
        padding: 10px;
任超 committed
11 12
        box-sizing: border-box;
        background: #FFFFFF;
1  
jiaozeping@pashanhoo.com committed
13
        border-radius: 2px;
任超 committed
14 15
        border: 1px solid #e8edf3;
    }
16

任超 committed
17 18 19 20
    .advanced-search {
        display: flex;
        font-size: 12px;
        flex-wrap: wrap;
21 22
        justify-content: flex-start;
        min-height: 30px;
23
        margin-bottom: 10px !important;
任超 committed
24 25 26

        span {
            display: flex;
27
            align-items: center;
任超 committed
28 29 30 31 32 33 34 35 36 37 38
        }

        i {
            color: $light-blue;
            margin-left: 5px;
            cursor: pointer;
        }

        ul {
            display: flex;
            align-items: center;
39 40 41
            flex-wrap: wrap;
            flex: 1;
            max-height: 38px;
42
            padding-left: 0 !important;
任超 committed
43 44 45 46 47

            li {
                color: $light-blue;
                border: 1px solid $light-blue;
                border-radius: 10px;
48
                padding: 1px 3px;
任超 committed
49 50 51 52
            }
        }

        .clean-btn {
53
            margin-left: 5px;
54
            float: left;
任超 committed
55 56
        }
    }
任超 committed
57

任超 committed
58 59
    &-content {
        width: 100%;
60
        padding: 10px;
任超 committed
61 62
        box-sizing: border-box;
        background: #FFFFFF;
1  
jiaozeping@pashanhoo.com committed
63
        border-radius: 2px;
64
        margin-top: 5px;
任超 committed
65 66 67 68 69 70 71 72 73 74 75
        border: 1px solid #e8edf3;
    }

    .el-form--inline .el-form-item {
        width: auto;
        margin-right: 0px;

        .el-form-item__content {
            width: auto;
        }
    }
jiaozeping@pashanhoo.com committed
76

任超 committed
77
    .el-form-item--small.el-form-item {
1  
jiaozeping@pashanhoo.com committed
78
        margin-bottom: 5px;
jiaozeping@pashanhoo.com committed
79
    }
1  
jiaozeping@pashanhoo.com committed
80
}
任超 committed
81

82 83 84 85
.from-clues-header {
    padding-bottom: 0 !important;
}

jiaozeping@pashanhoo.com committed
86
//*****end*通用表单查询条件,列表样式******//
任超 committed
87 88 89
/deep/.el-range-separator {
    line-height: 28px !important;
}
1  
jiaozeping@pashanhoo.com committed
90

任超 committed
91
.width200px {
1  
jiaozeping@pashanhoo.com committed
92
    width: 200px;
jiaozeping@pashanhoo.com committed
93 94 95 96
}

.width300px {
    width: 300px;
jiaozeping@pashanhoo.com committed
97 98 99 100 101 102 103
}


.slxx_title {
    border-bottom: 1px solid $borderColor;
    padding-left: 10px;
    padding-bottom: 5px;
104
    margin-bottom: 5px;
jiaozeping@pashanhoo.com committed
105 106 107 108
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
任超 committed
109
}