修改个人主页最新动态图片显示超出边界问题
This commit is contained in:
parent
afbfc9f8b6
commit
eac31cda7f
|
@ -168,6 +168,7 @@ a.problem_pic{ display:block; width:42px; height:42px; padding:3px; border:1px s
|
||||||
a:hover.problem_pic{border:1px solid #64bdd9;}
|
a:hover.problem_pic{border:1px solid #64bdd9;}
|
||||||
.issues_icon{ background:url(../images/public_icon.png) 0 -342px no-repeat; width:16px; height:21px;}
|
.issues_icon{ background:url(../images/public_icon.png) 0 -342px no-repeat; width:16px; height:21px;}
|
||||||
.problem_txt{ width:600px; margin-left:10px; color:#777777; }
|
.problem_txt{ width:600px; margin-left:10px; color:#777777; }
|
||||||
|
.problem_txt img {max-width:100%;}
|
||||||
.pro_txt_w{width:610px;}
|
.pro_txt_w{width:610px;}
|
||||||
a.problem_name{ color:#ff5722;max-width: 80px;
|
a.problem_name{ color:#ff5722;max-width: 80px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue