#1717 修复QQ浏览器中资源搜索页被拉长,纵向布局显示

This commit is contained in:
sw 2014-12-18 17:12:58 +08:00
parent dc9f5d0730
commit c4b5ce5004
1 changed files with 4 additions and 3 deletions

View File

@ -856,10 +856,10 @@ table.content-text-list tbody tr td.locked, div.memo-section .locked {
*******************************************************************************/
.line_block {
display: inline-block;
width: 49%;
margin: 10px auto;
width: 47%;
/*margin: 10px auto;*/
vertical-align: top;
padding: 0px 2%;
padding: 0px 1%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-box-sizing: border-box;
@ -869,6 +869,7 @@ table.content-text-list tbody tr td.locked, div.memo-section .locked {
.resource_sum {
height: auto;
width: 100%;
}
.line_block p {