.news_hd{
height: 33px;
border: 1px dotted rgb(204, 204, 204);
line-height: 33px;
padding: 0 15px;
添加邊框border時 【在中間顯示

添加border-bottom時【在左側顯示達到我要的效果
.news_hd{
height: 33px;
border-bottom: 1px dotted rgb(204, 204, 204);
line-height: 33px;
padding: 0 15px;

這是為什么呢?
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/225765.html
標籤:HTML(CSS)
上一篇:網頁設計
