diff --git a/app/index/view/news/list.html b/app/index/view/news/list.html index 2d60450..f0a7cf9 100644 --- a/app/index/view/news/list.html +++ b/app/index/view/news/list.html @@ -82,6 +82,7 @@ {$vo.name|raw} +
{$vo.times}
{if condition="$vo.is_type==1"} diff --git a/public/static/index/css/app.css b/public/static/index/css/app.css index 776f001..1695432 100644 --- a/public/static/index/css/app.css +++ b/public/static/index/css/app.css @@ -536,6 +536,9 @@ a:hover { .listBox .left .list .item .type.time::after{ content: "\ebb1"; } +.listBox .left .list .item .type.cate::after{ + content: "\e65f"; +} .listBox .right{