html去除列表前面的点
分别在以下三个文件
themes/simple-style/layouts/index.html
themes/simple-style/layouts/list.html
themes/simple-style/layouts/section.html
加入代码:
<!-- 列表前面的点去除 -->
<style>
ul li{
list-style: none;
}
</style>
<!-- 列表前面的点去除 -->
分别在以下三个文件
themes/simple-style/layouts/index.html
themes/simple-style/layouts/list.html
themes/simple-style/layouts/section.html
加入代码:
<!-- 列表前面的点去除 -->
<style>
ul li{
list-style: none;
}
</style>
<!-- 列表前面的点去除 -->