解决了1024*768分辨率下溢出屏幕的问题

This commit is contained in:
Li Jianxuan 2011-11-01 08:17:58 +00:00
parent e9473fc802
commit 973cacb83c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ input.q{width:200px;}
.reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0;overflow:hidden;white-space:normal;word-wrap:break-word;} .reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0;overflow:hidden;white-space:normal;word-wrap:break-word;}
.tboxfloatleft{float:left;} .tboxfloatleft{float:left;}
.tbox{overflow:hidden;border:#2b66a5 1px solid;border-radius:5px;} .tbox{overflow:hidden;border:#2b66a5 1px solid;border-radius:5px;width:90%;}
.tbox .title{background:#2b66a5;border:none;font-size:14px;color:#FFF;padding:5px;cursor:pointer;} .tbox .title{background:#2b66a5;border:none;font-size:14px;color:#FFF;padding:5px;cursor:pointer;}
.tbox .title img{vertical-align:middle;margin-right:5px;} .tbox .title img{vertical-align:middle;margin-right:5px;}
.tbox .title a{float:right;} .tbox .title a{float:right;}