Authored by 李奇

fixed: header height修改

$header-height: 88px;
$header-font-size: 20PX;
... ...
... ... @@ -114,7 +114,7 @@
margin-left: auto;
margin-right: auto;
line-height: $header-height;
font-size: 32px;
font-size: $header-font-size;
font-weight: bold;
background-color: #fff;
border-bottom: 1px solid #eee;
... ... @@ -151,7 +151,7 @@
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 32px;
font-size: $header-font-size;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
... ...