解决了1024*768分辨率下溢出屏幕的问题
This commit is contained in:
parent
e9473fc802
commit
973cacb83c
|
@ -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;}
|
||||||
|
|
Loading…
Reference in New Issue