|
@@ -4,6 +4,7 @@ html {
|
|
|
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
|
|
|
'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
|
|
}
|
|
|
+
|
|
|
*, *::before, *::after {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
@@ -61,14 +62,15 @@ img{
|
|
|
}
|
|
|
.heder_tabs .el-tabs__header{
|
|
|
padding: 0 .1042rem;
|
|
|
- background-color:#2267B1;
|
|
|
+ background-color:#fff;
|
|
|
}
|
|
|
.ve_logo_img .el-image{
|
|
|
padding: 5px;
|
|
|
}
|
|
|
.heder_tabs .el-tabs__item{
|
|
|
width: 120px;
|
|
|
- height: 39px;
|
|
|
+ height: 50px;
|
|
|
+ font-family: 'Source Sans-Regular';
|
|
|
}
|
|
|
body{
|
|
|
width: 100%;
|
|
@@ -76,17 +78,16 @@ body{
|
|
|
background-color:rgba(123, 176, 232, 0.1);
|
|
|
}
|
|
|
.heder_tabs .el-tabs__item.is-active{
|
|
|
- background-color: #2267B1 !important;
|
|
|
+ background-color: #fff !important;
|
|
|
border-radius: 10px 10px 0px 0px;
|
|
|
- color: #FED500 ;
|
|
|
+ color: #2267B1;
|
|
|
}
|
|
|
.el-tabs--card>.el-tabs__header .el-tabs__item,.el-tabs--card>.el-tabs__header .el-tabs__nav{
|
|
|
border: none;
|
|
|
}
|
|
|
.el-tabs__item{
|
|
|
- color: #fff;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 14px;
|
|
|
+ color: rgba(51, 51, 51, 0.8);
|
|
|
+ font-size: 20px;
|
|
|
}
|
|
|
.imgzong {
|
|
|
display: -webkit-box;
|
|
@@ -94,7 +95,8 @@ body{
|
|
|
display: flex;
|
|
|
overflow: auto;
|
|
|
white-space: nowrap;
|
|
|
- background-color: #fff;
|
|
|
+ background: #fafafa;
|
|
|
+ border-top: 1px solid #B3B3B3; ;
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.imgzong .listitem {
|
|
@@ -111,7 +113,7 @@ body{
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.imgzong .listitem{
|
|
|
- border-right:1px solid rgba(34,103,177,0.2);
|
|
|
+ border-right:1px solid rgba(179,179,179,0.3);
|
|
|
}
|
|
|
.item1, .item2 {
|
|
|
cursor: pointer;
|
|
@@ -128,7 +130,9 @@ body{
|
|
|
}
|
|
|
|
|
|
.imgzong .listitem span {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: 'Source Sans-Regular';
|
|
|
+ color: rgba(51, 51, 51, 0.8);
|
|
|
}
|
|
|
.el-tabs__header{
|
|
|
padding: 0;
|
|
@@ -248,8 +252,12 @@ text-transform: none;
|
|
|
.floatitem .el-image{
|
|
|
margin: 0 10px !important;
|
|
|
}
|
|
|
+ .el-tab-pane{
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
.heder_tabs .el-tab-pane{
|
|
|
- border-bottom: 1px solid #7BB0E8;
|
|
|
+ border-bottom: 1px solid rgba(179,179,179,0.3);
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
.opt_moitor{
|
|
|
width: 340px;
|
|
@@ -306,7 +314,7 @@ position: relative;
|
|
|
height: calc(100vh - 184px);
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
|
|
|
-border: 1px solid #2267B1;
|
|
|
+border: 1px solid rgba(179, 179, 179, 1);
|
|
|
}
|
|
|
.mianflex{
|
|
|
display: flex;
|
|
@@ -380,10 +388,10 @@ position:relative;
|
|
|
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active::before{
|
|
|
content: "";
|
|
|
display: block;
|
|
|
- width: 45%;
|
|
|
+ width: 50%;
|
|
|
height: 2px;
|
|
|
/* // background: linear-gradient( 270deg, #1E69FF 0%, #5B91FF 100%); */
|
|
|
- background: #FED500;
|
|
|
+ background: #2267B1;
|
|
|
border-radius: 0px 0px 0px 0px;
|
|
|
bottom: 3px;
|
|
|
position: absolute;
|
|
@@ -529,9 +537,9 @@ text-align: left;
|
|
|
.custom-tree{
|
|
|
width: 195px;
|
|
|
height: 180px;
|
|
|
-background: #FFFFFF;
|
|
|
+background: #fafafa;
|
|
|
border-radius: 0px 0px 0px 0px;
|
|
|
-border: 1px solid #2267B1;
|
|
|
+border: 1px solid #B3B3B3;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.el-tree-node__content>.el-tree-node__expand-icon{
|
|
@@ -560,7 +568,7 @@ box-sizing: border-box;
|
|
|
padding: 0;
|
|
|
}
|
|
|
.el-tabs__active-bar{
|
|
|
- background: #2267B1;
|
|
|
+ background: rgba(179, 179, 179, 1);
|
|
|
}
|
|
|
.colortext .el-tabs--left .el-tabs__header.is-left{
|
|
|
background: #F4F4F4;
|
|
@@ -596,10 +604,10 @@ ul{
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.colortext .XFpdding ul .item.active {
|
|
|
- border-top: 2px solid #2267B1;
|
|
|
+ border-top: 2px solid #B3B3B3;
|
|
|
background-color: #FFF;
|
|
|
- border-left: 1px solid rgba(179, 179, 179, 0.3);
|
|
|
- border-right: 1px solid rgba(179, 179, 179, 0.3);
|
|
|
+ border-left: 1px solid #B3B3B3;
|
|
|
+ border-right: 1px solid #B3B3B3;
|
|
|
}
|
|
|
.el-tabs--left .el-tabs__item.is-left{
|
|
|
text-align: left !important;
|
|
@@ -669,3 +677,6 @@ width: 200px;
|
|
|
overflow-y: auto;
|
|
|
|
|
|
}
|
|
|
+.heder_tabs .el-tabs{
|
|
|
+ --el-tabs-header-height: 50px;
|
|
|
+}
|