91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css設置table圓角邊框為什么會不起作用

發布時間:2020-11-30 12:56:40 來源:億速云 閱讀:756 作者:小新 欄目:web開發

這篇文章將為大家詳細講解有關css設置table圓角邊框為什么會不起作用,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

css設置table圓角邊框不起作用的原因是:屬性border-collapse:collapse和屬性border-radius不兼容。正確方法如【border-collapse: separate;border-spacing:0】。

原因分析:

在table中設置border-radius發現不起作用,原因是border-collapse:collapse和border-radius不兼容。

css:

border-collapse: separate;
border-spacing: 0;

代碼實現:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
#table_wrap > table {
font-size: 16px;
text-align: center;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0;
border: 2px #000;
}
table thead tr,table tbody tr {
height: 50px;
line-height: 50px;
/*background-color: pink;*/
}
table tr th:first-child,table tr td:first-child {/*設置table左邊邊框*/
border-left: 2px solid #eaeaea;
}
table tr th:last-child,table tr td:last-child {/*設置table右邊邊框*/
border-right: 2px solid #eaeaea;
}
table tr td:first-child,
table tr td:nth-child(2),
table tr td:nth-child(3),
table tr td:last-child{/*設置table表格每列底部邊框*/
border-bottom: 2px solid #eaeaea;
}
/*table tr:last-child td:first-child,
table tr:last-child td:nth-child(2),
table tr:last-child td:nth-child(3),
table tr:last-child td:last-child{/!*設置table表格最后一列底部邊框*!/
border-bottom: 2px solid #000;
}*/
table tr th {
background: #eaeaea;
}
table tr:first-child th:first-child {
border-top-left-radius: 12px;
}
table tr:first-child th:last-child {
border-top-right-radius: 12px;
}
table tr:last-child td:first-child {
border-bottom-left-radius: 12px;
}
table tr:last-child td:last-child {
border-bottom-right-radius: 12px;
}
</style>
</head>
<body>
<div id="table_wrap">
<table width="800" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>頭部1</th>
<th>頭部2</th>
<th>頭部3</th>
<th>頭部4</th>
</tr>
</thead>
<tbody>
<tr>
<td>1內容1</td>
<td>1內容2</td>
<td>1內容3</td>
<td>1內容4</td>
</tr>
<tr>
<td>2內容1</td>
<td>2內容2</td>
<td>2內容3</td>
<td>2內容4</td>
</tr>
<tr>
<td>3內容1</td>
<td>3內容2</td>
<td>3內容3</td>
<td>3內容4</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>

實現效果:

css設置table圓角邊框為什么會不起作用

關于css設置table圓角邊框為什么會不起作用就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

西峡县| 玉田县| 青铜峡市| 南京市| 康保县| 台南县| 三穗县| 宣城市| 曲水县| 南通市| 报价| 阳新县| 金昌市| 昆明市| 墨江| 陈巴尔虎旗| 龙山县| 万盛区| 崇信县| 隆尧县| 长丰县| 喀喇沁旗| 聊城市| 顺昌县| 淄博市| 许昌县| 肥西县| 繁峙县| 文化| 岗巴县| 桂东县| 新民市| 德格县| 汤阴县| 贡嘎县| 景德镇市| 大兴区| 潮安县| 佳木斯市| 沙湾县| 尚志市|