安企CMS:博客a 复制表格 到内容,前端不显示的问题
把以下代码复制到CSS后面
.post-content table {
width: 100%;
background-color: #fff;
color: #111
}
.post-content table tr {
transition: all .3s;
-webkit-transition: all .3s
}
.post-content table th {
text-align: left;
font-weight: 400
}
.post-content table tbody tr:hover,.post-content table thead tr {
background-color: #FAFAFA
}
.post-content table td,.post-content table th {
border-width: 1px;
border-style: solid;
border-color: #ccc
}
.post-content table td,.post-content table th {
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px
}
table {
border-collapse: collapse;
border-spacing: 0;
}