修改了样式表

This commit is contained in:
Li Jianxuan 2011-10-17 09:06:35 +00:00
parent 6f3b9bb466
commit 7ad0531728
1 changed files with 3 additions and 2 deletions

View File

@ -240,8 +240,9 @@ fieldset small {
background:#FAFDFE; background:#FAFDFE;
} }
.reviewitem{width:100%;overflow:hidden;} .reviewitem{width:100%;overflow:hidden;padding:5px 0;}
.reviewitem .itemtitle{width:50%;float:left;overflow:hidden;} .reviewitem .itemtitle{width:50%;float:left;overflow:hidden;}
.reviewitem .itemtime{width:50%;float:right;overflow:hidden;text-align:right;} .reviewitem .itemtime{width:50%;float:right;overflow:hidden;text-align:right;}
.reviewitem p{width:100%;text-indent:24px;line-height:18px;margin:9px 0;} .reviewitem .itemcontent{width:100%;float:none;overflow:hidden;min-height:60px;}
.reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0; overflow:hidden;}