当前位置: 代码迷 >> HTML/CSS >> 这CSS如何写到一起
  详细解决方案

这CSS如何写到一起

热度:132   发布时间:2012-07-30 16:19:05.0
这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 {

}

有缩短的可能不? 我见别人用< 号?可以否?
  相关解决方案