中间的线可以用border-right和last-child设置none来做,
dl dt dd做底部比较方便吧。
dl dt dd做底部比较方便吧。
2016-09-01
在CSS中没有a和d选项中的属性,list-style-image可以把图像设置为列表中的项目符号;list-style-type可以设置列表项目符号的不同样式,如:none表示无项目符号,disc表示实心圆(默认值),circle表示空心圆,square表示实心方块等。
.mainBox{width:960px;background:#CFF;}
.mainBox:before,.mainBox:after{content:"";display:table;}
.mainBox:after{clear:both;}
.leftBox{width:740px;background:#C9F;height:300px;float:left;}
.rightBox{width:210px;background:#FCF;height:300px;float:right;}
.mainBox:before,.mainBox:after{content:"";display:table;}
.mainBox:after{clear:both;}
.leftBox{width:740px;background:#C9F;height:300px;float:left;}
.rightBox{width:210px;background:#FCF;height:300px;float:right;}
.mainBox{width:960px;background:#CFF;overflow:hidden;}
.leftBox{width:740px;background:#C9F;height:300px;float:left;}
.rightBox{width:210px;background:#FCF;height:300px;float:right;}
.leftBox{width:740px;background:#C9F;height:300px;float:left;}
.rightBox{width:210px;background:#FCF;height:300px;float:right;}