Blame view

src/styles/public.scss 4.23 KB
任超 committed
1 2 3
.tableClass {
    /deep/.el-table {
        border: none !important;
任超 committed
4
        border-radius: 0 !important;
任超 committed
5
        background-color: rgba(0, 0, 0, 0);
任超 committed
6 7 8

        .el-table__header-wrapper {
            border-right: 1px solid #103E99;
任超 committed
9

任超 committed
10
        }
任超 committed
11

任超 committed
12
        .el-table__row .cell {
任超 committed
13
            color: #DBFAFF !important;
任超 committed
14 15 16
        }

        .el-table__row {
任超 committed
17
            background: #0F56A3 !important;
任超 committed
18 19 20
        }

        thead {
任超 committed
21 22 23
            background: #073781;
            border-radius: 2px;
            height: 42px;
任超 committed
24 25 26 27 28 29

            & th {
                //inherit:规定应该从父元素继承 background-color 属性的设置。
                //transparent:默认。背景颜色为透明。
                // background-color: inherit !important;
                background-color: transparent;
任超 committed
30
                color: #02D9FD;
任超 committed
31 32 33 34 35 36 37 38 39 40
            }

            & tr {
                // background-color: inherit !important;
                background-color: transparent;
            }
        }
    }
}

任超 committed
41 42 43 44 45 46
//*****start*通用表单查询条件,列表样式******//
.from-clues {
    min-width: 1280px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
任超 committed
47
    overflow-x: hidden;
任超 committed
48
    padding: 2px;
任超 committed
49 50 51

    &-header {
        width: 100%;
任超 committed
52
        padding: 20px 30px 20px 20px;
任超 committed
53
        box-sizing: border-box;
任超 committed
54 55 56
        background: url("~@/image/formHeader.png") no-repeat;
        background-size: 100% 100%;
        margin-top: 15px;
任超 committed
57 58 59 60 61 62

        /deep/.el-form-item__label {
            color: #E3F1FF;
        }

        /deep/.el-input__inner {
任超 committed
63 64 65
            background: #07388B;
            border-radius: 2px;
            border: 1px solid #6BC1FC;
任超 committed
66
        }
任超 committed
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
    }

    .advanced-search {
        display: flex;
        font-size: 12px;
        flex-wrap: wrap;
        padding-top: 5px;
        height: 30px;

        span {
            display: flex;
            align-items: center;
        }

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

        ul {
            display: flex;
            align-items: center;

            li {
                color: $light-blue;
                border: 1px solid $light-blue;
                border-radius: 10px;
                padding: 2px 8px;
                line-height: 16px;
            }
        }

        .clean-btn {
            margin-left: 10px;
        }
    }

    &-content {
        width: 100%;
        box-sizing: border-box;
任超 committed
108 109 110 111
        margin-top: 15px;
        background: url("~@/image/formContent.png") no-repeat;
        background-size: 100% 100%;
        padding: 20px 30px 20px 30px;
任超 committed
112
        //修改表头的背景颜色横向渐变色
任超 committed
113
        @extend .tableClass;
任超 committed
114

任超 committed
115 116 117 118
        /deep/.el-pagination__total {
            color: #FFFFFF;
        }

任超 committed
119 120 121 122 123
        .bgc {
            box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
            background-color: rgba(0, 0, 0, 0);
        }

任超 committed
124 125 126 127
        /deep/ .el-pagination {
            .el-input__inner {
                color: #FFFFFF;
                border: none;
任超 committed
128 129 130 131 132 133 134 135
                @extend .bgc;
            }

            .el-pager li:not(.disabled).active {
                box-shadow: inset 0px 0px 12px 0px #02D9FD;
                border-radius: 1px;
                border: 1px solid #02D9FD;
                background-color: rgba(0, 0, 0, 0);
任超 committed
136
            }
任超 committed
137 138

            .el-pager li {
任超 committed
139
                @extend .bgc;
任超 committed
140 141
                color: #FFFFFF;
            }
任超 committed
142 143 144 145
        }

        /deep/.btn-next,
        /deep/.btn-prev {
任超 committed
146
            @extend .bgc;
任超 committed
147 148 149
            color: #FFFFFF;
        }

任超 committed
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
    }

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

        .el-form-item__content {
            width: auto;
        }
    }



    .el-form-item--small.el-form-item {
        margin-bottom: 0px;
    }
}

任超 committed
168 169


任超 committed
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
//*****end*通用表单查询条件,列表样式******//
/deep/.el-range-separator {
    line-height: 28px !important;
}

.width200px {
    width: 200px;
}

.width300px {
    width: 300px;
}


.slxx_title {
    border-bottom: 1px solid $borderColor;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
任超 committed
193 194 195 196 197 198
}

// 搜索框按钮的位置
.btnColRight {
    box-sizing: border-box;
    text-align: right;
任超 committed
199
}