|
@@ -69,14 +69,14 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 60px;
|
|
|
position: relative;
|
|
|
- background-color: #f2f2f2;
|
|
|
+ background-color: #F7F8FA;
|
|
|
border-bottom: 1px #d7d7d7 solid;
|
|
|
}
|
|
|
|
|
|
.navbarFixed {
|
|
|
width: 100%;
|
|
|
height: 60px;
|
|
|
- background-color: #f2f2f2;
|
|
|
+ background-color: #F7F8FA;
|
|
|
border-bottom: 1px #d7d7d7 solid;
|
|
|
position: fixed;
|
|
|
top: 0;
|