|
@@ -39,6 +39,7 @@
|
|
}
|
|
}
|
|
.p-tabs-card-item-active{
|
|
.p-tabs-card-item-active{
|
|
color: white;
|
|
color: white;
|
|
|
|
+ background: #275489;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/deep/.el-dialog__body{
|
|
/deep/.el-dialog__body{
|
|
@@ -47,7 +48,7 @@
|
|
/deep/.p-select-search{
|
|
/deep/.p-select-search{
|
|
.p-select-search-box{
|
|
.p-select-search-box{
|
|
background-color: rgba(22,73,206,0.36)!important;
|
|
background-color: rgba(22,73,206,0.36)!important;
|
|
- border:1px solid #69CFEA!important;
|
|
|
|
|
|
+ border:1px solid #2e5772!important;
|
|
.p-select-choice-name{
|
|
.p-select-choice-name{
|
|
color: white!important;
|
|
color: white!important;
|
|
}
|
|
}
|
|
@@ -98,7 +99,6 @@
|
|
line-height: 56px;
|
|
line-height: 56px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- font-weight: bold;
|
|
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
.table-tabs {
|
|
.table-tabs {
|
|
@@ -129,7 +129,7 @@
|
|
tr {
|
|
tr {
|
|
height: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
line-height: 48px;
|
|
- border-bottom: 1px solid #e4e6e7;
|
|
|
|
|
|
+ border-bottom: 1px solid #0f215f;
|
|
td {
|
|
td {
|
|
padding: 0 24px;
|
|
padding: 0 24px;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
@@ -145,8 +145,10 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.menu {
|
|
.menu {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
height: 48px;
|
|
height: 48px;
|
|
min-width: 1366px;
|
|
min-width: 1366px;
|
|
color: #1f2429;
|
|
color: #1f2429;
|
|
@@ -161,14 +163,12 @@
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
float: left;
|
|
float: left;
|
|
margin-right: 83px;
|
|
margin-right: 83px;
|
|
- // background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
|
|
|
|
background: linear-gradient(
|
|
background: linear-gradient(
|
|
180deg,
|
|
180deg,
|
|
rgba(16, 57, 121, 1) 0%,
|
|
rgba(16, 57, 121, 1) 0%,
|
|
rgba(22, 38, 63, 1) 100%
|
|
rgba(22, 38, 63, 1) 100%
|
|
);
|
|
);
|
|
background: linear-gradient(-65deg,transparent 20px,rgba(16, 57, 121, 1) 0);
|
|
background: linear-gradient(-65deg,transparent 20px,rgba(16, 57, 121, 1) 0);
|
|
- // border:2px solid #68CEE8;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
.downright {
|
|
.downright {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -208,8 +208,6 @@
|
|
& > div {
|
|
& > div {
|
|
line-height: 48px;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
text-align: center;
|
|
- //background: url('../assets/images/topbar1.png') no-repeat;
|
|
|
|
- float: left;
|
|
|
|
width: 80px;
|
|
width: 80px;
|
|
height: 48px;
|
|
height: 48px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -227,9 +225,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.home-right {
|
|
.home-right {
|
|
- position: relative;
|
|
|
|
- float: right;
|
|
|
|
- margin-right: 20px;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 260px;
|
|
line-height: 48px;
|
|
line-height: 48px;
|
|
color: #646c73;
|
|
color: #646c73;
|
|
font-size: 1.4rem;
|
|
font-size: 1.4rem;
|
|
@@ -237,23 +235,16 @@
|
|
display: flex;
|
|
display: flex;
|
|
align-content: center;
|
|
align-content: center;
|
|
.tip{
|
|
.tip{
|
|
- position: absolute;
|
|
|
|
- z-index: 8000;
|
|
|
|
- top: 34px;
|
|
|
|
- right: 0;
|
|
|
|
- padding: 4px 8px;
|
|
|
|
- background: rgba(31, 36, 41, 0.8);
|
|
|
|
|
|
+ width: 90px;
|
|
color:white;
|
|
color:white;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- line-height: 14px;
|
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
img {
|
|
img {
|
|
height: 24px;
|
|
height: 24px;
|
|
width: 24px;
|
|
width: 24px;
|
|
filter: saturate(50);
|
|
filter: saturate(50);
|
|
- margin-top: -2px;
|
|
|
|
- margin-left: 12px;
|
|
|
|
|
|
+ margin-left: 20px;
|
|
}
|
|
}
|
|
.span-out {
|
|
.span-out {
|
|
position: relative;
|
|
position: relative;
|