123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- .el-form-item__label {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- .el-button--primary {
- background: #F23F3A;
- border-color: #F23F3A;
- color: #FFFFFF;
- }
- .el-button--default {
- background: rgba(242, 63, 58, 0.1);
- color: #F23F3A;
- border-color: #F23F3A;
- }
- .el-pagination {
- text-align: right;
- padding: 20px;
- }
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #F23F3A;
- border: 1px solid #F23F3A;
- border-radius: 4px;
- ;
- color: #fff;
- }
- .el-pager li:hover {
- color: #F23F3A;
- }
- .el-pagination.is-background .btn-next,
- .el-pagination.is-background .btn-prev,
- .el-pagination.is-background .el-pager li {
- background: #F4F4F4;
- border: 1px solid #F4F4F4;
- font-weight: 400;
- color: #666666;
- }
- .el-dialog__header {
- border-bottom: 1px solid #E1E1E1;
- padding: 0;
- .el-dialog__title {
- height: 70px;
- width: 150px;
- display: inline-block;
- line-height: 70px;
- font-size: 22px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 400;
- color: #313131;
- padding-left: 30px;
- position: relative;
- }
- }
- .el-dialog__footer {
- text-align: center;
- padding: 60px 20px;
- .el-button {
- width: 120px;
- }
- }
- .el-dialog__headerbtn {
- width: 28px;
- height: 28px;
- border-radius: 14px;
- .el-dialog__close {
- font-size: 22px;
- }
- }
- .el-date-editor--daterange.el-input,
- .el-date-editor--daterange.el-input__inner,
- .el-date-editor--timerange.el-input,
- .el-date-editor--timerange.el-input__inner {
- width: 240px;
- }
- .el-form-item__content .el-select {
- width: 100%;
- }
- .el-cascader {
- width: 100%;
- }
- .row-over {
- background: #faad1440 !important;
- .handle-td {
- background: #feeac4 !important;
- }
- }
- .row-over.hover-row .handle-td {
- background: #f5f7fa !important;
- }
- .row-over.hover-row {
- background: #fdc45140 !important;
- }
- .rowover {
- background: #fa361440 !important;
- .handle-td {
- background: #fecbc4 !important;
- }
- }
- .rowover.hover-row .handle-td {
- background: #f5f7fa !important;
- }
- .rowover.hover-row {
- background: #fd5f5140 !important;
- }
- .el-table thead {
- color: #040000;
- }
- .el-table thead.is-group th {
- background: #ffffff;
- }
- .el-tabs__item.is-active {
- font-weight: bold;
- }
- .el-table__header {
- border-top: 1px solid #ebeef5;
- border-left: 1px solid #ebeef5;
- border-right: 1px solid #ebeef5;
- }
- .el-tree-node.is-current>.el-tree-node__content {
- background-color: #f7e0e3 !important;
- }
- .full-screen {
- padding: 0 !important;
- height: 100%;
- .layout-container {
- padding: 20px;
- background-color: #f5f5f5;
- }
- }
- .el-tooltip__popper {
- font-size: 14px;
- max-width: 80%;
- }
- input[maxlength='32']:not([disabled]) {
- padding-right: 50px;
- }
- // input[maxlength='9'] {
- // padding-right: 40px;
- // }
- #app #main .serchArea {
- .el-date-editor--daterange.el-input,
- .el-date-editor--daterange.el-input__inner,
- .el-date-editor--timerange.el-input,
- .el-date-editor--timerange.el-input__inner {
- width: 230px;
- }
- }
- .home-box {
- padding: 0 !important;
- }
- .el-cascader__tags .el-tag>span {
- flex: auto;
- }
- .el-cascader-node__postfix {
- top: 50%;
- transform: translateY(-50%);
- }
- .el-table thead.is-group th.el-table__cell {
- background: #fff;
- }
- .el-table__footer-wrapper tbody td.el-table__cell {
- color: #F23F3A;
- }
- .el-table__footer-wrapper tbody td.el-table__cell.el-table_1_column_1 {
- color: #606266 !important;
- }
- .el-table__body .el-table__cell {
- border-right: none !important;
- }
- .leftMenu ul .el-submenu .el-menu-item {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .el-submenu .el-menu-item {
- padding: 0 10px 0 45px;
- }
- .el-table__header .el-table__cell {
- color: #333;
- }
- .el-table__row:last-child {
- td:last-child {
- // right: 0px;
- top: -1px;
- }
- }
- // .el-table--fit {
- // border-left: 1px solid #ebeef5;
- // border-right: 1px solid #ebeef5;
- // }
- .el-table__header {
- border-left: none;
- border-right: none;
- }
- .el-table__fixed-right {
- background-color: #fff;
- }
- // 多选限制宽度
- .el-tag__close_icon {
- //根据自己的需要调整文字宽度
- .el-select__tags-text {
- display: inline-block;
- max-width: 100px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .el-tag__close.el-icon-close {
- top: 0px;
- }
- }
- .el-table__row:last-child td:last-child {
- top: 0;
- }
- // 文本域长度限制
- .el-textarea__inner {
- padding: 5px 49px 5px 15px;
- }
- .el-dialog__body {
- .el-input {
- max-width: 400px;
- }
- }
- .el-select-dropdown__wrap {
- max-height: 350px;
- }
- .screen {
- max-width: 340px !important;
- min-width: none;
- }
- .el_form_item_content {
- width: 230px !important;
- min-width: none;
- }
- .header_top_form {
- .el-form-item__label {
- color: #333;
- font-weight: bold;
- }
- }
- .el-menu-item,
- .el-menu-item [class^=el-icon-] {
- font-size: 20px;
- color: #A5A5A5 !important;
- font-weight: 400;
- }
- .el-menu-item{
- padding-left: 42px !important;
- }
- .el-menu-item.is-active{
- padding-left: 0 !important;
- }
- .el-menu-item.is-active,
- .el-menu-item.is-active [class^=el-icon-] {
- color: #F4453E !important;
- }
- .el-menu-item.is-active .icon_left {
- border-right: 4px solid #F4453E;
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px;
- margin-right: 38px;
- }
|