|
@@ -1,175 +1,218 @@
|
|
/* 加粗字体 */
|
|
/* 加粗字体 */
|
|
-@font-face {
|
|
|
|
- font-family: 'siyuan';
|
|
|
|
- src: url('../css/siyuan.OTF');
|
|
|
|
- font-weight: normal;
|
|
|
|
- font-style: normal;
|
|
|
|
- }
|
|
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: 'siyuan';
|
|
|
|
+ src: url('../css/siyuan.OTF');
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ font-style: normal;
|
|
|
|
+}
|
|
|
|
+
|
|
/* 正常字体 */
|
|
/* 正常字体 */
|
|
- @font-face {
|
|
|
|
- font-family: 'fangyuan';
|
|
|
|
- src: url('../css/SOURCEHANSANSCN-REGULAR.OTF');
|
|
|
|
- font-weight: normal;
|
|
|
|
- font-style: normal;
|
|
|
|
- }
|
|
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: 'fangyuan';
|
|
|
|
+ src: url('../css/SOURCEHANSANSCN-REGULAR.OTF');
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ font-style: normal;
|
|
|
|
+}
|
|
|
|
|
|
/* 新增表单字体颜色 */
|
|
/* 新增表单字体颜色 */
|
|
- .el-dialog__body .el-form-item__label{
|
|
|
|
- color: black ;
|
|
|
|
- }
|
|
|
|
- /* 设置背景颜色 */
|
|
|
|
|
|
+.el-dialog__body .el-form-item__label {
|
|
|
|
+ color: black;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* 设置背景颜色 */
|
|
.app-container {
|
|
.app-container {
|
|
background-color: #00365F;
|
|
background-color: #00365F;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 设置字体白色 */
|
|
/* 设置字体白色 */
|
|
.el-table {
|
|
.el-table {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination__total {
|
|
.el-pagination__total {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
- .el-pagination__jump {
|
|
|
|
|
|
+
|
|
|
|
+.el-pagination__jump {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
- .el-form-item__label {
|
|
|
|
|
|
+
|
|
|
|
+.el-form-item__label {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 设置表格颜色 */
|
|
/* 设置表格颜色 */
|
|
.el-table tr {
|
|
.el-table tr {
|
|
background: #00365F;
|
|
background: #00365F;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
+
|
|
.pagination-container {
|
|
.pagination-container {
|
|
background: #00365F !important;
|
|
background: #00365F !important;
|
|
padding: 32px 16px;
|
|
padding: 32px 16px;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 设置表格字体颜色 */
|
|
/* 设置表格字体颜色 */
|
|
.el-form-item__label {
|
|
.el-form-item__label {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination__total {
|
|
.el-pagination__total {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination__jump {
|
|
.el-pagination__jump {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 设置表格单双数颜色 */
|
|
/* 设置表格单双数颜色 */
|
|
.el-table tr:nth-child(odd) {
|
|
.el-table tr:nth-child(odd) {
|
|
background: #00365F;
|
|
background: #00365F;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-table tr:nth-child(even) {
|
|
.el-table tr:nth-child(even) {
|
|
- background: #003C69 !important;
|
|
|
|
|
|
+ background: #003C69 !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 表格行划过颜色 */
|
|
/* 表格行划过颜色 */
|
|
-.el-table__body tr:hover > td {
|
|
|
|
|
|
+.el-table__body tr:hover>td {
|
|
background-color: #004D86 !important;
|
|
background-color: #004D86 !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 表格文字居中 */
|
|
/* 表格文字居中 */
|
|
::v-deep .cell {
|
|
::v-deep .cell {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 暂无数据背景 */
|
|
/* 暂无数据背景 */
|
|
.el-table__empty-block {
|
|
.el-table__empty-block {
|
|
background-color: #00365F;
|
|
background-color: #00365F;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 去掉上面的线 */
|
|
/* 去掉上面的线 */
|
|
-.el-table th.is-leaf{
|
|
|
|
|
|
+.el-table th.is-leaf {
|
|
border: none !important;
|
|
border: none !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 去掉最下面的那一条线 */
|
|
/* 去掉最下面的那一条线 */
|
|
.el-table::before {
|
|
.el-table::before {
|
|
height: 0px !important;
|
|
height: 0px !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 去掉表格内的线 */
|
|
/* 去掉表格内的线 */
|
|
- table td {
|
|
|
|
|
|
+table td {
|
|
border-bottom: none !important;
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 设置重置按钮 */
|
|
/* 设置重置按钮 */
|
|
-.Reset{
|
|
|
|
|
|
+.Reset {
|
|
background-color: #004D86 !important;
|
|
background-color: #004D86 !important;
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
border: 1px solid transparent !important;
|
|
border: 1px solid transparent !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 设置搜索刷新背景 */
|
|
/* 设置搜索刷新背景 */
|
|
-.el-button.is-circle{
|
|
|
|
|
|
+.el-button.is-circle {
|
|
width: 30px;
|
|
width: 30px;
|
|
background-color: #004D86 !important;
|
|
background-color: #004D86 !important;
|
|
color: #fff;
|
|
color: #fff;
|
|
border: 1px solid transparent !important;
|
|
border: 1px solid transparent !important;
|
|
}
|
|
}
|
|
-.el-button.is-circle .el-icon-search{
|
|
|
|
|
|
+
|
|
|
|
+.el-button.is-circle .el-icon-search {
|
|
margin-left: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
-.el-button.is-circle .el-icon-refresh{
|
|
|
|
|
|
+
|
|
|
|
+.el-button.is-circle .el-icon-refresh {
|
|
margin-left: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* input表单颜色 */
|
|
/* input表单颜色 */
|
|
-.el-input--small .el-input__inner{
|
|
|
|
|
|
+.el-input--small .el-input__inner {
|
|
/* background: #004D86; */
|
|
/* background: #004D86; */
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
border: 1px solid #D2D6DE;
|
|
border: 1px solid #D2D6DE;
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 时间日历设置 */
|
|
/* 时间日历设置 */
|
|
/* .el-range-input{
|
|
/* .el-range-input{
|
|
background: #004D86;
|
|
background: #004D86;
|
|
color: #fff;
|
|
color: #fff;
|
|
} */
|
|
} */
|
|
.el-range-editor--small .el-range-separator {
|
|
.el-range-editor--small .el-range-separator {
|
|
- color: white ;
|
|
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 分页按钮 */
|
|
/* 分页按钮 */
|
|
.el-pagination .el-select .el-input .el-input__inner {
|
|
.el-pagination .el-select .el-input .el-input__inner {
|
|
- background: #004D86 !important;
|
|
|
|
- border: 0px;
|
|
|
|
- color: #fff;
|
|
|
|
- border: none !important;
|
|
|
|
|
|
+ background: #004D86 !important;
|
|
|
|
+ border: 0px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border: none !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination button:disabled {
|
|
.el-pagination button:disabled {
|
|
- color: #fff !important;
|
|
|
|
- background-color: #004D86 !important;
|
|
|
|
- cursor: not-allowed;
|
|
|
|
|
|
+ color: #fff !important;
|
|
|
|
+ background-color: #004D86 !important;
|
|
|
|
+ cursor: not-allowed;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination__editor.el-input .el-input__inner {
|
|
.el-pagination__editor.el-input .el-input__inner {
|
|
- background: #004D86 !important;
|
|
|
|
- color: #fff;
|
|
|
|
- border: 0px;
|
|
|
|
- border: none !important;
|
|
|
|
|
|
+ background: #004D86 !important;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border: 0px;
|
|
|
|
+ border: none !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
- background-color: #004D86 !important;
|
|
|
|
- color: #FFFFFF;
|
|
|
|
|
|
+ background-color: #004D86 !important;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 分页按钮 */
|
|
/* 分页按钮 */
|
|
::v-deep .el-pagination.is-background .el-pager li {
|
|
::v-deep .el-pagination.is-background .el-pager li {
|
|
background-color: #004d86;
|
|
background-color: #004d86;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
::v-deep .el-pagination.is-background .btn-next {
|
|
::v-deep .el-pagination.is-background .btn-next {
|
|
background-color: #004d86;
|
|
background-color: #004d86;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
::v-deep .el-pagination.is-background .btn-prev,
|
|
::v-deep .el-pagination.is-background .btn-prev,
|
|
.el-pagination.is-background .btn-next,
|
|
.el-pagination.is-background .btn-next,
|
|
.el-pagination.is-background .el-pager li {
|
|
.el-pagination.is-background .el-pager li {
|
|
background: #004d86 !important;
|
|
background: #004d86 !important;
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
-.el-button{
|
|
|
|
-border: 1px solid transparent;
|
|
|
|
|
|
+
|
|
|
|
+.el-pagination.is-background .btn-prev,
|
|
|
|
+.el-pagination.is-background .btn-next {
|
|
|
|
+ background: #004d86 !important;
|
|
|
|
+ color: #fff !important;
|
|
}
|
|
}
|
|
-.refresh{
|
|
|
|
-color: #fff;
|
|
|
|
|
|
+
|
|
|
|
+.el-button {
|
|
|
|
+ border: 1px solid transparent;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.refresh {
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
.el-table__expand-icon {
|
|
.el-table__expand-icon {
|
|
color: white !important;
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 文本域 */
|
|
/* 文本域 */
|
|
-.el-textarea__inner{
|
|
|
|
- background-color:#004D86;
|
|
|
|
|
|
+.el-textarea__inner {
|
|
|
|
+ background-color: #004D86;
|
|
border: 1px solid #D2D6DE;
|
|
border: 1px solid #D2D6DE;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 表单标题 */
|
|
/* 表单标题 */
|
|
.jiben {
|
|
.jiben {
|
|
width: 952px;
|
|
width: 952px;
|
|
@@ -180,6 +223,7 @@ color: #fff;
|
|
padding-left: 16px;
|
|
padding-left: 16px;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 按钮颜色大小 */
|
|
/* 按钮颜色大小 */
|
|
.el-button--primary.is-plain {
|
|
.el-button--primary.is-plain {
|
|
width: 88px;
|
|
width: 88px;
|
|
@@ -189,6 +233,7 @@ color: #fff;
|
|
border-color: #1d96ff;
|
|
border-color: #1d96ff;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--success.is-plain.is-disabled {
|
|
.el-button--success.is-plain.is-disabled {
|
|
width: 88px;
|
|
width: 88px;
|
|
height: 36px;
|
|
height: 36px;
|
|
@@ -197,6 +242,7 @@ color: #fff;
|
|
border-color: #13ce66;
|
|
border-color: #13ce66;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--success.is-plain {
|
|
.el-button--success.is-plain {
|
|
width: 88px;
|
|
width: 88px;
|
|
height: 36px;
|
|
height: 36px;
|
|
@@ -205,6 +251,7 @@ color: #fff;
|
|
border-color: #a1ebc2;
|
|
border-color: #a1ebc2;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--danger.is-plain.is-disabled {
|
|
.el-button--danger.is-plain.is-disabled {
|
|
width: 88px;
|
|
width: 88px;
|
|
height: 36px;
|
|
height: 36px;
|
|
@@ -213,6 +260,7 @@ color: #fff;
|
|
border-color: #ff4949;
|
|
border-color: #ff4949;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--warning.is-plain {
|
|
.el-button--warning.is-plain {
|
|
width: 88px;
|
|
width: 88px;
|
|
height: 36px;
|
|
height: 36px;
|
|
@@ -221,6 +269,7 @@ color: #fff;
|
|
border-color: #ffba00;
|
|
border-color: #ffba00;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--info.is-plain {
|
|
.el-button--info.is-plain {
|
|
width: 88px;
|
|
width: 88px;
|
|
height: 36px;
|
|
height: 36px;
|
|
@@ -229,6 +278,7 @@ color: #fff;
|
|
border-color: #909399;
|
|
border-color: #909399;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--danger.is-plain {
|
|
.el-button--danger.is-plain {
|
|
width: 88px;
|
|
width: 88px;
|
|
height: 36px;
|
|
height: 36px;
|
|
@@ -251,6 +301,7 @@ color: #fff;
|
|
background-color: #1d96ff;
|
|
background-color: #1d96ff;
|
|
margin-left: 10px !important;
|
|
margin-left: 10px !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 表格新增按钮 */
|
|
/* 表格新增按钮 */
|
|
/* .plus {
|
|
/* .plus {
|
|
width: 21px !important;
|
|
width: 21px !important;
|
|
@@ -271,12 +322,14 @@ color: #fff;
|
|
border-color: #3da1f8;
|
|
border-color: #3da1f8;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btr:focus,
|
|
.el-button--btr:focus,
|
|
.el-button--btr:hover {
|
|
.el-button--btr:hover {
|
|
background: #3da1f8;
|
|
background: #3da1f8;
|
|
border-color: #3da1f8;
|
|
border-color: #3da1f8;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btr {
|
|
.el-button--btr {
|
|
/* border-color: #20B2AA; */
|
|
/* border-color: #20B2AA; */
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
@@ -289,6 +342,7 @@ color: #fff;
|
|
margin-top: 1px;
|
|
margin-top: 1px;
|
|
padding-top: 11px !important;
|
|
padding-top: 11px !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 搜索 btn */
|
|
/* 搜索 btn */
|
|
.el-button--btn.is-active,
|
|
.el-button--btn.is-active,
|
|
.el-button--btn:active {
|
|
.el-button--btn:active {
|
|
@@ -296,12 +350,14 @@ color: #fff;
|
|
border-color: #1263aa;
|
|
border-color: #1263aa;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btn:focus,
|
|
.el-button--btn:focus,
|
|
.el-button--btn:hover {
|
|
.el-button--btn:hover {
|
|
background: #1263aa;
|
|
background: #1263aa;
|
|
border-color: #1263aa;
|
|
border-color: #1263aa;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btn {
|
|
.el-button--btn {
|
|
/* border-color: #20B2AA; */
|
|
/* border-color: #20B2AA; */
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
@@ -314,104 +370,119 @@ color: #fff;
|
|
margin-top: 1px;
|
|
margin-top: 1px;
|
|
padding-top: 10px !important;
|
|
padding-top: 10px !important;
|
|
}
|
|
}
|
|
-.el-icon-refresh{
|
|
|
|
|
|
+
|
|
|
|
+.el-icon-refresh {
|
|
margin-left: -8px;
|
|
margin-left: -8px;
|
|
}
|
|
}
|
|
-.el-icon-search{
|
|
|
|
|
|
+
|
|
|
|
+.el-icon-search {
|
|
margin-left: -7px;
|
|
margin-left: -7px;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 修改 btu */
|
|
/* 修改 btu */
|
|
.el-button--btu.is-active,
|
|
.el-button--btu.is-active,
|
|
.el-button--btu:active {
|
|
.el-button--btu:active {
|
|
-background: #13ce66;
|
|
|
|
-border-color: #13ce66;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
|
|
+ background: #13ce66;
|
|
|
|
+ border-color: #13ce66;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btu:focus,
|
|
.el-button--btu:focus,
|
|
.el-button--btu:hover {
|
|
.el-button--btu:hover {
|
|
-background: #35ca78;
|
|
|
|
-border-color: #35ca78;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
|
|
+ background: #35ca78;
|
|
|
|
+ border-color: #35ca78;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btu {
|
|
.el-button--btu {
|
|
-width: 46px !important;
|
|
|
|
-border: 1px solid transparent;
|
|
|
|
-padding: 3px 8px;
|
|
|
|
-font-size: 14px;
|
|
|
|
-line-height: 1.5;
|
|
|
|
-border-radius: 3px;
|
|
|
|
-color: #fff;
|
|
|
|
-background-color: #13ce66;
|
|
|
|
|
|
+ width: 46px !important;
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
+ padding: 3px 8px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 1.5;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #13ce66;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 删除 btd */
|
|
/* 删除 btd */
|
|
.el-button--btd.is-active,
|
|
.el-button--btd.is-active,
|
|
.el-button--btd:active {
|
|
.el-button--btd:active {
|
|
-background: #ff4949;
|
|
|
|
-border-color: #ff4949;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
|
|
+ background: #ff4949;
|
|
|
|
+ border-color: #ff4949;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btd:focus,
|
|
.el-button--btd:focus,
|
|
.el-button--btd:hover {
|
|
.el-button--btd:hover {
|
|
-background: #f76a6a;
|
|
|
|
-border-color: #f76a6a;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
-}
|
|
|
|
-.el-button--btd{
|
|
|
|
-width: 46px !important;
|
|
|
|
-border: 1px solid transparent;
|
|
|
|
-padding: 3px 8px;
|
|
|
|
-font-size: 14px;
|
|
|
|
-line-height: 1.5;
|
|
|
|
-border-radius: 3px;
|
|
|
|
-color: #fff;
|
|
|
|
-background-color: #ff4949;
|
|
|
|
|
|
+ background: #f76a6a;
|
|
|
|
+ border-color: #f76a6a;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-button--btd {
|
|
|
|
+ width: 46px !important;
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
+ padding: 3px 8px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 1.5;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #ff4949;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 查看 btk */
|
|
/* 查看 btk */
|
|
.el-button--btk.is-active,
|
|
.el-button--btk.is-active,
|
|
.el-button--btk:active {
|
|
.el-button--btk:active {
|
|
-background: #1d96ff;
|
|
|
|
-border-color: #1d96ff;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
|
|
+ background: #1d96ff;
|
|
|
|
+ border-color: #1d96ff;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btk:focus,
|
|
.el-button--btk:focus,
|
|
.el-button--btk:hover {
|
|
.el-button--btk:hover {
|
|
-background: #41a4fa;
|
|
|
|
-border-color: #41a4fa;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
-}
|
|
|
|
-.el-button--btk{
|
|
|
|
-width: 46px !important;
|
|
|
|
-border: 1px solid transparent;
|
|
|
|
-padding: 3px 8px;
|
|
|
|
-font-size: 14px;
|
|
|
|
-line-height: 1.5;
|
|
|
|
-border-radius: 3px;
|
|
|
|
-color: #fff;
|
|
|
|
-background-color: #1d96ff;
|
|
|
|
|
|
+ background: #41a4fa;
|
|
|
|
+ border-color: #41a4fa;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-button--btk {
|
|
|
|
+ width: 46px !important;
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
+ padding: 3px 8px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 1.5;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #1d96ff;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 增加-新增-添加 btc */
|
|
/* 增加-新增-添加 btc */
|
|
.el-button--btc.is-active,
|
|
.el-button--btc.is-active,
|
|
.el-button--btc:active {
|
|
.el-button--btc:active {
|
|
-background: #1d96ff;
|
|
|
|
-border-color: #1d96ff;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
|
|
+ background: #1d96ff;
|
|
|
|
+ border-color: #1d96ff;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--btc:focus,
|
|
.el-button--btc:focus,
|
|
.el-button--btc:hover {
|
|
.el-button--btc:hover {
|
|
-background: #41a4fa;
|
|
|
|
-border-color: #41a4fa;
|
|
|
|
-color: #FFFFFF;
|
|
|
|
-}
|
|
|
|
-.el-button--btc{
|
|
|
|
-width: 46px !important;
|
|
|
|
-border: 1px solid transparent;
|
|
|
|
-padding: 3px 8px;
|
|
|
|
-font-size: 14px;
|
|
|
|
-line-height: 1.5;
|
|
|
|
-border-radius: 3px;
|
|
|
|
-color: #fff;
|
|
|
|
-background-color: #1d96ff;
|
|
|
|
|
|
+ background: #41a4fa;
|
|
|
|
+ border-color: #41a4fa;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-button--btc {
|
|
|
|
+ width: 46px !important;
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
+ padding: 3px 8px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 1.5;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #1d96ff;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 控制按钮样式颜色 end */
|
|
/* 控制按钮样式颜色 end */
|
|
|
|
|
|
|
|
|
|
@@ -422,30 +493,34 @@ background-color: #1d96ff;
|
|
} */
|
|
} */
|
|
|
|
|
|
/* 富文本 */
|
|
/* 富文本 */
|
|
-.ql-editor{
|
|
|
|
|
|
+.ql-editor {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
/* 点击删除弹框提示 */
|
|
/* 点击删除弹框提示 */
|
|
-.el-message-box{
|
|
|
|
|
|
+.el-message-box {
|
|
background-color: #004D86;
|
|
background-color: #004D86;
|
|
color: #fff;
|
|
color: #fff;
|
|
border: none;
|
|
border: none;
|
|
width: 316px;
|
|
width: 316px;
|
|
height: 192px;
|
|
height: 192px;
|
|
}
|
|
}
|
|
-.el-message-box__title{
|
|
|
|
|
|
+
|
|
|
|
+.el-message-box__title {
|
|
background-color: #004D86;
|
|
background-color: #004D86;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
-.el-message-box__content{
|
|
|
|
|
|
+
|
|
|
|
+.el-message-box__content {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
-.el-message-box__btns .el-button{
|
|
|
|
|
|
+
|
|
|
|
+.el-message-box__btns .el-button {
|
|
width: 100px;
|
|
width: 100px;
|
|
height: 30px;
|
|
height: 30px;
|
|
margin-right: 24px;
|
|
margin-right: 24px;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 对话框重置按钮
|
|
/* 对话框重置按钮
|
|
::v-deep .el-button el-button--default el-button--medium{
|
|
::v-deep .el-button el-button--default el-button--medium{
|
|
background-color: #196299 !important;
|
|
background-color: #196299 !important;
|
|
@@ -463,140 +538,168 @@ background-color: #1d96ff;
|
|
} */
|
|
} */
|
|
|
|
|
|
/* 关闭对话框 */
|
|
/* 关闭对话框 */
|
|
-.el-message-box__header{
|
|
|
|
- border-bottom: 1px solid #718A9D ;
|
|
|
|
|
|
+.el-message-box__header {
|
|
|
|
+ border-bottom: 1px solid #718A9D;
|
|
}
|
|
}
|
|
-.el-message-box__btns{
|
|
|
|
- margin: 20px 0px ;
|
|
|
|
|
|
+
|
|
|
|
+.el-message-box__btns {
|
|
|
|
+ margin: 20px 0px;
|
|
}
|
|
}
|
|
-.el-message-box__content{
|
|
|
|
|
|
+
|
|
|
|
+.el-message-box__content {
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* flex布局 */
|
|
/* flex布局 */
|
|
-.d-flex{
|
|
|
|
|
|
+.d-flex {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
-.j-center{
|
|
|
|
|
|
+
|
|
|
|
+.j-center {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
-.j-space-around{
|
|
|
|
|
|
+
|
|
|
|
+.j-space-around {
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
}
|
|
}
|
|
-.j-space-between{
|
|
|
|
|
|
+
|
|
|
|
+.j-space-between {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
-.a-center{
|
|
|
|
|
|
+
|
|
|
|
+.a-center {
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
-.f-warp{
|
|
|
|
|
|
+
|
|
|
|
+.f-warp {
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 宽度 */
|
|
/* 宽度 */
|
|
-.w-100{
|
|
|
|
|
|
+.w-100 {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
-.w-200{
|
|
|
|
|
|
+
|
|
|
|
+.w-200 {
|
|
width: 200px;
|
|
width: 200px;
|
|
}
|
|
}
|
|
-.w-300{
|
|
|
|
|
|
+
|
|
|
|
+.w-300 {
|
|
width: 300px;
|
|
width: 300px;
|
|
}
|
|
}
|
|
-.w-350{
|
|
|
|
|
|
+
|
|
|
|
+.w-350 {
|
|
width: 350px;
|
|
width: 350px;
|
|
}
|
|
}
|
|
-.w-400{
|
|
|
|
|
|
+
|
|
|
|
+.w-400 {
|
|
width: 400px;
|
|
width: 400px;
|
|
}
|
|
}
|
|
-.w-500{
|
|
|
|
|
|
+
|
|
|
|
+.w-500 {
|
|
width: 500px;
|
|
width: 500px;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- /*弹框样式*/
|
|
|
|
- ::v-deep .el-dialog {
|
|
|
|
|
|
+
|
|
|
|
+/*弹框样式*/
|
|
|
|
+::v-deep .el-dialog {
|
|
width: 1030px !important;
|
|
width: 1030px !important;
|
|
background-color: #004d86;
|
|
background-color: #004d86;
|
|
- }
|
|
|
|
-
|
|
|
|
- ::v-deep .el-dialog__header {
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+::v-deep .el-dialog__header {
|
|
border-bottom: 1px solid #718a9d;
|
|
border-bottom: 1px solid #718a9d;
|
|
- }
|
|
|
|
-
|
|
|
|
- ::v-deep .el-dialog__title {
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+::v-deep .el-dialog__title {
|
|
color: #fff;
|
|
color: #fff;
|
|
font: 18px;
|
|
font: 18px;
|
|
- }
|
|
|
|
-
|
|
|
|
- ::v-deep .el-dialog__headerbtn .el-dialog__close {
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+::v-deep .el-dialog__headerbtn .el-dialog__close {
|
|
color: #fff;
|
|
color: #fff;
|
|
- }
|
|
|
|
-
|
|
|
|
- .el-form-item ::v-deep .el-input__inner {
|
|
|
|
- height: 36px;
|
|
|
|
- background: #004d86;
|
|
|
|
- color: #fff;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /* 左侧导航栏样式 */
|
|
|
|
- #app .has-logo{
|
|
|
|
- background: linear-gradient(180deg, #07162F, #102C57);
|
|
|
|
- }
|
|
|
|
- #app .has-logo .sidebar-logo-container{
|
|
|
|
- background: rgba(0,0,0,0) !important;
|
|
|
|
- }
|
|
|
|
- #app .sidebar-container .el-menu{
|
|
|
|
- background: rgba(0,0,0,0) !important;
|
|
|
|
- }
|
|
|
|
- .sidebar-container .el-scrollbar__view{
|
|
|
|
- background: transparent;
|
|
|
|
- }
|
|
|
|
- #app .sidebar-container .el-menu-item, #app .sidebar-container .el-submenu__title{
|
|
|
|
- background-color: rgba(0,0,0,0) !important;
|
|
|
|
- }
|
|
|
|
- body #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .theme-dark .el-submenu .el-menu-item {
|
|
|
|
- background-color: transparent !important;
|
|
|
|
- }
|
|
|
|
- #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover{
|
|
|
|
- background-color: transparent !important;
|
|
|
|
- color: #fff !important;
|
|
|
|
- }
|
|
|
|
- #app .sidebar-container .theme-dark .is-active > .el-submenu__title {
|
|
|
|
- color: #FFF !important;
|
|
|
|
- background-color: #013667 !important;
|
|
|
|
- }
|
|
|
|
- .el-menu-item.is-active {
|
|
|
|
- color: #fff !important;
|
|
|
|
- background-image: url('../images/左侧导航栏选中.png');
|
|
|
|
- }
|
|
|
|
- .el-scrollbar li{
|
|
|
|
- background-color: transparent !important;
|
|
|
|
- }
|
|
|
|
- /* 输入框显示手指 */
|
|
|
|
- ::v-deep .el-input__inner{
|
|
|
|
- cursor: pointer !important;
|
|
|
|
- }
|
|
|
|
- /* 页面左栏图标大小 */
|
|
|
|
- .el-submenu__title>svg{
|
|
|
|
- width: 22px !important;
|
|
|
|
- height: 22px !important;
|
|
|
|
- vertical-align: -0.4em !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /*禁用样式*/
|
|
|
|
- .el-input.is-disabled .el-input__suffix{
|
|
|
|
- display:none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .el-textarea.is-disabled .el-textarea__inner{
|
|
|
|
- background: #004d86;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-form-item ::v-deep .el-input__inner {
|
|
|
|
+ height: 36px;
|
|
|
|
+ background: #004d86;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* 左侧导航栏样式 */
|
|
|
|
+#app .has-logo {
|
|
|
|
+ background: linear-gradient(180deg, #07162F, #102C57);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#app .has-logo .sidebar-logo-container {
|
|
|
|
+ background: rgba(0, 0, 0, 0) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#app .sidebar-container .el-menu {
|
|
|
|
+ background: rgba(0, 0, 0, 0) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.sidebar-container .el-scrollbar__view {
|
|
|
|
+ background: transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#app .sidebar-container .el-menu-item,
|
|
|
|
+#app .sidebar-container .el-submenu__title {
|
|
|
|
+ background-color: rgba(0, 0, 0, 0) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+body #app .sidebar-container .theme-dark .nest-menu .el-submenu>.el-submenu__title,
|
|
|
|
+#app .sidebar-container .theme-dark .el-submenu .el-menu-item {
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#app .sidebar-container .theme-dark .nest-menu .el-submenu>.el-submenu__title:hover,
|
|
|
|
+#app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover {
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
+ color: #fff !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#app .sidebar-container .theme-dark .is-active>.el-submenu__title {
|
|
|
|
+ color: #FFF !important;
|
|
|
|
+ background-color: #013667 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-menu-item.is-active {
|
|
|
|
+ color: #fff !important;
|
|
|
|
+ background-image: url('../images/左侧导航栏选中.png');
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-scrollbar li {
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* 输入框显示手指 */
|
|
|
|
+::v-deep .el-input__inner {
|
|
|
|
+ cursor: pointer !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* 页面左栏图标大小 */
|
|
|
|
+.el-submenu__title>svg {
|
|
|
|
+ width: 22px !important;
|
|
|
|
+ height: 22px !important;
|
|
|
|
+ vertical-align: -0.4em !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/*禁用样式*/
|
|
|
|
+.el-input.is-disabled .el-input__suffix {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-textarea.is-disabled .el-textarea__inner {
|
|
|
|
+ background: #004d86;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
|
|
color: #00365f;
|
|
color: #00365f;
|
|
background-color: red !important;
|
|
background-color: red !important;
|
|
} */
|
|
} */
|
|
|
|
|
|
- /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content:after{
|
|
|
|
|
|
+/* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content:after{
|
|
content: "";
|
|
content: "";
|
|
width:10px;
|
|
width:10px;
|
|
height: 10px;
|
|
height: 10px;
|
|
@@ -605,53 +708,63 @@ background-color: #1d96ff;
|
|
margin-left:80px;
|
|
margin-left:80px;
|
|
} */
|
|
} */
|
|
|
|
|
|
- /* 查看弹框背景 */
|
|
|
|
- #chakan>.el-dialog {
|
|
|
|
- background-color: #fff !important;
|
|
|
|
- border-radius: 7px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- #chakan>.el-dialog .el-dialog__header .el-dialog__title ,
|
|
|
|
- #chakan>.el-dialog .el-dialog__header .el-dialog__title button i,
|
|
|
|
- #chakan>.el-dialog .el-dialog__body #contents tbody,
|
|
|
|
- #chakan>.el-dialog .el-dialog__headerbtn .el-dialog__close {
|
|
|
|
- color: black;
|
|
|
|
- font-family: ui-serif;
|
|
|
|
- }
|
|
|
|
- /* table表格 */
|
|
|
|
-.el-dialog__wrapper .el-table th.el-table__cell{
|
|
|
|
|
|
+/* 查看弹框背景 */
|
|
|
|
+#chakan>.el-dialog {
|
|
|
|
+ background-color: #fff !important;
|
|
|
|
+ border-radius: 7px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#chakan>.el-dialog .el-dialog__header .el-dialog__title,
|
|
|
|
+#chakan>.el-dialog .el-dialog__header .el-dialog__title button i,
|
|
|
|
+#chakan>.el-dialog .el-dialog__body #contents tbody,
|
|
|
|
+#chakan>.el-dialog .el-dialog__headerbtn .el-dialog__close {
|
|
|
|
+ color: black;
|
|
|
|
+ font-family: ui-serif;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* table表格 */
|
|
|
|
+.el-dialog__wrapper .el-table th.el-table__cell {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
-.el-dialog__wrapper .el-table th.el-table__cell .cell{
|
|
|
|
|
|
+
|
|
|
|
+.el-dialog__wrapper .el-table th.el-table__cell .cell {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.el-dialog__wrapper .el-table .el-table__row .cell{
|
|
|
|
|
|
+
|
|
|
|
+.el-dialog__wrapper .el-table .el-table__row .cell {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.el-dialog__wrapper .el-table .el-table__row{
|
|
|
|
|
|
+
|
|
|
|
+.el-dialog__wrapper .el-table .el-table__row {
|
|
height: 60px !important;
|
|
height: 60px !important;
|
|
}
|
|
}
|
|
-.el-dialog__wrapper .el-table .el-table__row .el-progress{
|
|
|
|
|
|
+
|
|
|
|
+.el-dialog__wrapper .el-table .el-table__row .el-progress {
|
|
margin-bottom: 0px !important;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
}
|
|
-.guizhangzhidu .RankingTables .el-table__cell{
|
|
|
|
|
|
+
|
|
|
|
+.guizhangzhidu .RankingTables .el-table__cell {
|
|
/* text-align: center !important; */
|
|
/* text-align: center !important; */
|
|
border-bottom: 1px solid rgba(113, 138, 157, 1) !important;
|
|
border-bottom: 1px solid rgba(113, 138, 157, 1) !important;
|
|
- /* padding-left: 1s0px !important; */
|
|
|
|
|
|
+ /* padding-left: 1s0px !important; */
|
|
}
|
|
}
|
|
|
|
+
|
|
.guizhangzhidu .RankingTables .el-table_3_column_9 {
|
|
.guizhangzhidu .RankingTables .el-table_3_column_9 {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 下拉框样式 */
|
|
/* 下拉框样式 */
|
|
-.guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view{
|
|
|
|
|
|
+.guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view {
|
|
background-color: white !important;
|
|
background-color: white !important;
|
|
text-indent: 1em;
|
|
text-indent: 1em;
|
|
}
|
|
}
|
|
-.guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view .el-select-dropdown__item{
|
|
|
|
|
|
+
|
|
|
|
+.guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view .el-select-dropdown__item {
|
|
text-indent: 1em;
|
|
text-indent: 1em;
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 工作任务表格 */
|
|
/* 工作任务表格 */
|
|
-.workTask .el-table__empty-block{
|
|
|
|
|
|
+.workTask .el-table__empty-block {
|
|
border-bottom: 2px solid white !important;
|
|
border-bottom: 2px solid white !important;
|
|
}
|
|
}
|