日期:2014-05-17  浏览次数:20563 次

这CSS怎么写到一起?
这2个写到一起 怎么写?要求保留前面的#tutor_info 和 #comment_consul。

#tutor_info #comment_consul .user_comment_aaa{
height: 69px;
width: 350px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #BEBCBD;
float: left;
font-size: 13px;
font-weight: bold;
margin-top: 14px;
}


#tutor_info #comment_consul .user_comment_rrr{
height: 69px;
width: 350px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #BEBCBD;
float: left;
font-size: 13px;
font-weight: bold;
margin-top: 14px;
}

------解决方案--------------------
探讨

引用:

CSS code
#tutor_info #comment_consul .user_comment_aaa, #tutor_info #comment_consul .user_comment_rrr {

}

有缩短的可能不? 我见别人用< 号?可以否?