Authored by 沈志敏

fix bug

@@ -103,6 +103,10 @@ @@ -103,6 +103,10 @@
103 overflow: hidden; 103 overflow: hidden;
104 white-space: nowrap; 104 white-space: nowrap;
105 text-overflow: ellipsis; 105 text-overflow: ellipsis;
  106 + position: absolute;
  107 + left: 0;
  108 + right: 0;
  109 + z-index: -1;
106 } 110 }
107 111
108 .blk-header-left { 112 .blk-header-left {
@@ -191,13 +191,6 @@ @@ -191,13 +191,6 @@
191 color: #000; 191 color: #000;
192 } 192 }
193 193
194 - .blk-header-main {  
195 - position: absolute;  
196 - left: 0;  
197 - right: 0;  
198 - z-index: -1;  
199 - }  
200 -  
201 .top-box { 194 .top-box {
202 .blk-header { 195 .blk-header {
203 background-color: transparent; 196 background-color: transparent;