我有一個表格tr>th
,td
與僞元素:after
。我有CSStd和它之間的空格或填充:
table thead tr th:after {
content: " ";
width: 19%;
display: block;
height: 3em;
float: right;
background-color: white;
border-left: 2px solid lightgray
}
.panel_content table thead tr th.site {
border-top: 2px solid lightblue;
background-color: lightblue;
}
你的問題是? – jedifans
請檢查我的編輯 –