中間的線可以用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;}