This commit is contained in:
xulu
2022-02-23 16:34:07 +08:00
parent ec5e69418b
commit 4f5e6e1f78
62 changed files with 28419 additions and 8571 deletions

View File

@@ -18,8 +18,8 @@
background: #20a0ff;
}
.tags-li.active {
border: 1px solid #409EFF;
background-color: #409EFF;
border: 1px solid #006699;
background-color: #006699;
}
.message-title{
color: #20a0ff;

View File

@@ -55,10 +55,10 @@ a {
}
.container_l {
padding: 15px 0 30px 0;
padding: 15px 0 0 0;
}
.container_l .box-card{
.container_l .box-card {
height: 100%;
}
@@ -88,7 +88,8 @@ a {
}
.el-table th {
background-color: #f5f7fa !important;
background-color: #006699 !important;
color: #fff !important;
}
.pagination {
@@ -105,10 +106,14 @@ a {
margin-left: 10px;
}
.el-table tr:hover {
background: #f6faff;
.el-table tr:nth-child(2n) {
background: #ecf5f9;
}
/* .el-table tr:hover {
background: #f6faff;
} */
.mgb20 {
margin-bottom: 20px;
}
@@ -189,6 +194,7 @@ a {
}
.el-upload--text em {
color: #006699 !important;
font-style: normal;
}
@@ -211,3 +217,57 @@ a {
.v-note-wrapper .v-note-panel {
min-height: 500px;
}
.el-button--primary {
color: #FFF !important;
background-color: #006699 !important;
border-color: #006699 !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
background-color: #006699 !important;
}
.el-button--primary.is-plain {
color: #409EFF !important;
background: #ecf5ff !important;
border-color: #b3d8ff !important;
}
.el-button--text {
color: #006699 !important;
}
.orcid_link {
color: #006699 !important;
}
.el-link.el-link--primary {
color: #006699 !important;
}
.el-switch__label.is-active {
color: #006699 !important;
}
/* card */
.new_scard .el-card__header {
padding: 18px 10px;
margin: 0 10px;
border-bottom: 1px solid #006699;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
/* 欢迎句 */
.mes_alert{
background-color: #e1edf3 !important;
padding: 12px 20px 12px 12px !important;
color: #006699 !important;
font-size: 14px !important;
}
.mes_alert .el-alert__description{
color: #006699 !important;
font-size: 13px !important;
}

File diff suppressed because one or more lines are too long

BIN
src/assets/img/icon_8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

BIN
src/assets/img/icon_9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

BIN
src/assets/img/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
src/assets/img/refu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 KiB