|
|
@@ -126,8 +126,8 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.navbar {
|
|
|
- height: 76px;
|
|
|
- line-height: 71px;
|
|
|
+ height: 65px;
|
|
|
+ line-height: 65px;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
background-color: #005bac !important; /* 修改导航栏背景色*/
|
|
|
@@ -154,11 +154,11 @@ export default {
|
|
|
left: 50px;
|
|
|
}
|
|
|
.title-box{
|
|
|
- margin: 0;
|
|
|
+ margin-left: 20px;
|
|
|
font-size: 26px;
|
|
|
letter-spacing: 5px;
|
|
|
width: 360px;
|
|
|
- height: 71px;
|
|
|
+ height: 65px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
color: #fff;
|
|
|
//padding-left:12px;
|