From d6f36c34ca655517cd30088e7b5e05dc401615be Mon Sep 17 00:00:00 2001 From: Alone <675061370@qq.com> Date: Mon, 4 Nov 2024 11:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0666?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/news/list.html | 1 + public/static/index/css/app.css | 3 +++ 2 files changed, 4 insertions(+) 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{