|
@@ -0,0 +1,278 @@
|
|
|
+.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;
|
|
|
+}
|