Authored by 梁志锋

update

framework @ 119c247f
1 -Subproject commit 75bbc3b075de19f239532f60c5995d06c5f814e2 1 +Subproject commit 119c247f5cf929aa1e059e40609bb16dd6b58f05
@@ -17,15 +17,14 @@ @@ -17,15 +17,14 @@
17 overflow: hidden; 17 overflow: hidden;
18 18
19 .brand-logo { 19 .brand-logo {
20 - display: table-cell;  
21 width: 100%; 20 width: 100%;
22 height: 128rem / $pxConvertRem; 21 height: 128rem / $pxConvertRem;
23 line-height: 128rem / $pxConvertRem; 22 line-height: 128rem / $pxConvertRem;
24 text-align: center; 23 text-align: center;
25 font-size: 0; 24 font-size: 0;
26 - vertical-align: middle;  
27 25
28 img { 26 img {
  27 + vertical-align: middle;
29 max-width: 100%; 28 max-width: 100%;
30 max-height: 100%; 29 max-height: 100%;
31 } 30 }