|
@@ -2,30 +2,6 @@
|
|
.clear {
|
|
.clear {
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
-.nb-toparea {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 46px;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- position: relative;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.nb-toparea button,
|
|
|
|
-.nb-toparea>.el-select {
|
|
|
|
- position: absolute;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.nb-toparea__leftbtn0 {
|
|
|
|
- left: 20px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.nb-toparea__leftbtn1 {
|
|
|
|
- left: 170px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.nb-toparea__leftbtn2 {
|
|
|
|
- left: 320px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
/*未匹配列名、异常数据diglog middle*/
|
|
/*未匹配列名、异常数据diglog middle*/
|
|
.el-dialog .el-dialog__middle {
|
|
.el-dialog .el-dialog__middle {
|
|
@@ -52,7 +28,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.nb-table--bgc {
|
|
.nb-table--bgc {
|
|
- border: 3px outset #ccc;
|
|
|
|
|
|
+ border: 2px outset #3ae6b2;
|
|
}
|
|
}
|
|
|
|
|
|
.nb-table--border,
|
|
.nb-table--border,
|
|
@@ -62,84 +38,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-/* 绿色按钮 */
|
|
|
|
-.topbtn {
|
|
|
|
- outline: none;
|
|
|
|
- border: none;
|
|
|
|
- background: url("../images/btn0.png") no-repeat center;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- color: #fff;
|
|
|
|
- width: 120px;
|
|
|
|
- height: 46px;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 41px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- position: relative;
|
|
|
|
-}
|
|
|
|
|
|
|
|
-/* 蓝色按钮 */
|
|
|
|
-.top_bluebtn,
|
|
|
|
-.top_blueselect .el-input--suffix .el-input__inner {
|
|
|
|
- outline: none;
|
|
|
|
- font-size: 14px;
|
|
|
|
- border: none;
|
|
|
|
- background: url("../images/btn1.png") no-repeat center;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- color: #fff;
|
|
|
|
- width: 120px;
|
|
|
|
- height: 46px;
|
|
|
|
- line-height: 41px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- position: relative;
|
|
|
|
-}
|
|
|
|
.case-inselect .el-input__inner {
|
|
.case-inselect .el-input__inner {
|
|
background-color: #032d58;
|
|
background-color: #032d58;
|
|
border: 1px solid #409eff;
|
|
border: 1px solid #409eff;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
-.fullscreen {
|
|
|
|
- position: fixed !important;
|
|
|
|
- top: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
- right: 0;
|
|
|
|
- width: 100% !important;
|
|
|
|
- height: 100% !important;
|
|
|
|
- left: 0;
|
|
|
|
- z-index: 10;
|
|
|
|
- background-color: #032d58;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.fullscreen .mapwrapper {
|
|
|
|
- width: 100% !important;
|
|
|
|
- height: 100% !important;
|
|
|
|
- overflow: hidden;
|
|
|
|
- margin: 0px !important;
|
|
|
|
- -webkit-box-shadow: 2px 2px 5px #e6e6e6;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
/********** ElementUI 公用样式 调整 *********/
|
|
/********** ElementUI 公用样式 调整 *********/
|
|
/*** elementUI ***/
|
|
/*** elementUI ***/
|
|
.el-form {
|
|
.el-form {
|
|
padding: 10px 0px 8px;
|
|
padding: 10px 0px 8px;
|
|
}
|
|
}
|
|
-
|
|
|
|
/* 账单清洗导入dialog 导入文件列表ul */
|
|
/* 账单清洗导入dialog 导入文件列表ul */
|
|
|
|
|
|
.el-upload-list {
|
|
.el-upload-list {
|
|
max-height: 300px;
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
/* button */
|
|
/* button */
|
|
-
|
|
|
|
.el-button.is-circle {
|
|
.el-button.is-circle {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
.el-form--inline .el-form-item {
|
|
.el-form--inline .el-form-item {
|
|
margin-right: 0px;
|
|
margin-right: 0px;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
@@ -286,6 +206,7 @@
|
|
.el-table__expanded-cell,
|
|
.el-table__expanded-cell,
|
|
.el-table__header-wrapper {
|
|
.el-table__header-wrapper {
|
|
background-color: #104072;
|
|
background-color: #104072;
|
|
|
|
+ background: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
.el-table__empty-text {
|
|
.el-table__empty-text {
|
|
@@ -357,6 +278,7 @@
|
|
.el-table__body-wrapper,
|
|
.el-table__body-wrapper,
|
|
.el-table__body tr.hover-row>td {
|
|
.el-table__body tr.hover-row>td {
|
|
background-color: #032d58;
|
|
background-color: #032d58;
|
|
|
|
+ background:transparent;
|
|
}
|
|
}
|
|
|
|
|
|
.el-table td,
|
|
.el-table td,
|
|
@@ -480,8 +402,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
.el-dialog {
|
|
.el-dialog {
|
|
- border: 3px outset #ccc;
|
|
|
|
|
|
+ border: 3px outset #3ae6b2;
|
|
background-color: #032d58;
|
|
background-color: #032d58;
|
|
|
|
+ padding:5px;
|
|
}
|
|
}
|
|
|
|
|
|
.el-dialog .el-dialog__header {
|
|
.el-dialog .el-dialog__header {
|