安企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;
}
登录宝塔-找到你的GO项目站点-设置 -伪静态 if ($host ~ '^0230008.com'){ return 301 http://www.0230008.com$request_uri; } 把:0230008.com 改成你自己的域名即可
登录后台--模板设计--编辑 base.html找到底部版权 位置: 添加代码如下: <a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{% system with name="SiteIcp" %}</a>
进入安企CMS网站后台-模板设计-编辑-css/style.css 使用快捷键:Ctrl+h找到:#0068AB替换:#40a070 葱绿然后点击:Replace All (Ctrl+Alt+Enter) 就是全部替换的意思结束:保存 如图所示
安企CMS:默认企业模板,菜单上不想要 多级菜单导航,删除方法不想要下面这个效果的,如图: 删除base.html 大约57-65行 之间的代码 如下 {% archiveList products with type="list" categoryId=inner.PageId limit="8" %} {% if products %} <ul