百分比的设置,求解 60% 20% padding
.title_left{
width:60%;
font-family:"微软雅黑";
line-height:35px;
padding-left:20px; /* <!-- <!-- padding填充内边距-->-->*/??????????为什么有了padding,title_left 就不能设成30%
color:#666;
float:left;}<!--运用百分比是为了在后面相同的格式中直接套用,避免代码重复麻烦--
.title_right{
width:20%;????????? 如果不设width,下面的效果就没有了
}
.title_right a{
text-decoration:none;
color:#999999;
line-height:35px; /*line-height:只有在最里面标签才可以*/
}