|
|
@@ -269,6 +269,9 @@ export default {
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+/deep/ .el-tabs__item:hover {
|
|
|
+ color: #fdfb60 !important;
|
|
|
+}
|
|
|
/deep/.menus {
|
|
|
padding: 15px 25px 0;
|
|
|
.el-tabs__item {
|
|
|
@@ -278,7 +281,7 @@ export default {
|
|
|
font-weight: 400;
|
|
|
// font-weight: bold;
|
|
|
&.is-active {
|
|
|
- color: #fff;
|
|
|
+ color: #fdfb60;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
&:focus {
|
|
|
@@ -300,7 +303,7 @@ export default {
|
|
|
position: absolute;
|
|
|
left: 30%;
|
|
|
right: 30%;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #fdfb60;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
}
|