|
@@ -395,6 +395,9 @@ body {
|
|
.navbar .navbar-nav .nav-item .nav-link {
|
|
.navbar .navbar-nav .nav-item .nav-link {
|
|
position: relative;
|
|
position: relative;
|
|
-webkit-appearance: none !important;
|
|
-webkit-appearance: none !important;
|
|
|
|
+ color: rgba(0, 0, 0, 0.87);
|
|
|
|
+ font-size: 1.17rem;
|
|
|
|
+ padding: 1.075rem 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .navbar-nav .nav-item .nav-link:after {
|
|
.navbar .navbar-nav .nav-item .nav-link:after {
|
|
@@ -402,9 +405,9 @@ body {
|
|
content: " ";
|
|
content: " ";
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 90%;
|
|
height: 90%;
|
|
- top: 0;
|
|
|
|
|
|
+ top: 10px;
|
|
right: 0;
|
|
right: 0;
|
|
- border-bottom: 2px solid #EE7800;
|
|
|
|
|
|
+ border-bottom: 4px solid #EE7800;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
-webkit-transform: opacity 1s;
|
|
-webkit-transform: opacity 1s;
|
|
transform: opacity 1s;
|
|
transform: opacity 1s;
|
|
@@ -784,13 +787,14 @@ a {
|
|
padding: 0.5rem 2.5rem;
|
|
padding: 0.5rem 2.5rem;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
- font-size: .9rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
color: #727679;
|
|
color: #727679;
|
|
-webkit-transition: all .3s;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
transition: all .3s;
|
|
-webkit-appearance: none !important;
|
|
-webkit-appearance: none !important;
|
|
-moz-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
appearance: none;
|
|
|
|
+ border-radius: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
@media screen and (max-width: 1200px) {
|
|
@@ -801,11 +805,17 @@ a {
|
|
|
|
|
|
.infoContent .nav-item-link:hover {
|
|
.infoContent .nav-item-link:hover {
|
|
color: #EE7800;
|
|
color: #EE7800;
|
|
|
|
+ -webkit-appearance: none !important;
|
|
|
|
+ -moz-appearance: none;
|
|
|
|
+ appearance: none;
|
|
}
|
|
}
|
|
|
|
|
|
.infoContent .nav-item-link.active {
|
|
.infoContent .nav-item-link.active {
|
|
color: #EE7800;
|
|
color: #EE7800;
|
|
border-bottom: 2px solid #EE7800;
|
|
border-bottom: 2px solid #EE7800;
|
|
|
|
+ -webkit-appearance: none !important;
|
|
|
|
+ -moz-appearance: none;
|
|
|
|
+ appearance: none;
|
|
}
|
|
}
|
|
|
|
|
|
.infoContent .likeSee {
|
|
.infoContent .likeSee {
|