@charset "utf-8";

/**模板贴html属性的textarea设定**/
.post_tmoban_text{
height:200px;
width:100%;
overflow:auto;
}


.user_head{
border:2px solid #fff;
padding:1px;
}

/**用户小头像图片的style**/
.user_small_head{
height:30px;
float:left;
}

/**用小头像**/
.user_shead{
height:30px;
float:left;
}

/**加删除线的样式**/
.post_not_see{
font-size:13px;
font-weight:bold;
text-decoration:line-through;
text-align:center;
}