|
@@ -61,8 +61,9 @@ export default {
|
|
|
.header {
|
|
|
width: 100%;
|
|
|
height: 70px;
|
|
|
- box-shadow: 0px 0px 3px 1px;
|
|
|
+ box-shadow: 0px 0px 2px 0px;
|
|
|
margin-bottom:2px ;
|
|
|
+ transform: translateZ(10px);
|
|
|
.nav {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -78,6 +79,7 @@ export default {
|
|
|
display: flex;
|
|
|
// justify-content: center;
|
|
|
.nav-li {
|
|
|
+ height: 70px;
|
|
|
padding: 24px 42px;
|
|
|
cursor: pointer;
|
|
|
> a {
|