From 97be3cf72fc7cd750eb9dd919d93b8b9801279ed Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Mon, 9 Jun 2025 22:46:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E7=9B=B4=E6=92=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA=202.=E4=BC=98=E5=8C=96=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=B3=A8=E5=86=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Home/Views/account/register_by_email.volt | 4 ++-- app/Http/Home/Views/account/register_by_phone.volt | 4 ++-- app/Http/Home/Views/course/show_catalog.volt | 4 ++-- public/static/home/css/common.css | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Http/Home/Views/account/register_by_email.volt b/app/Http/Home/Views/account/register_by_email.volt index f6c486d9..9a171a8d 100644 --- a/app/Http/Home/Views/account/register_by_email.volt +++ b/app/Http/Home/Views/account/register_by_email.volt @@ -36,6 +36,6 @@ {% else %}
- 邮箱注册已关闭 + 邮箱注册已关闭
-{% endif %} \ No newline at end of file +{% endif %} diff --git a/app/Http/Home/Views/account/register_by_phone.volt b/app/Http/Home/Views/account/register_by_phone.volt index 6a9322f8..d0a80261 100644 --- a/app/Http/Home/Views/account/register_by_phone.volt +++ b/app/Http/Home/Views/account/register_by_phone.volt @@ -36,6 +36,6 @@ {% else %}
- 手机注册已关闭 + 手机注册已关闭
-{% endif %} \ No newline at end of file +{% endif %} diff --git a/app/Http/Home/Views/course/show_catalog.volt b/app/Http/Home/Views/course/show_catalog.volt index 70594315..22b06e18 100644 --- a/app/Http/Home/Views/course/show_catalog.volt +++ b/app/Http/Home/Views/course/show_catalog.volt @@ -98,7 +98,7 @@ {% if lesson.attrs.stream.status == 'active' %} 直播中 {% elseif lesson.attrs.start_time > time() %} - 倒计时 + 倒计时 {% elseif lesson.attrs.end_time < time() %} 已结束 {% elseif lesson.attrs.stream.status == 'inactive' %} @@ -110,7 +110,7 @@ {% if lesson.attrs.start_time < time() and lesson.attrs.end_time > time() %} 授课中 {% elseif lesson.attrs.start_time > time() %} - 未开始 + 未开始 {% elseif lesson.attrs.end_time < time() %} 已结束 {% endif %} diff --git a/public/static/home/css/common.css b/public/static/home/css/common.css index db3d9580..dfa419ed 100644 --- a/public/static/home/css/common.css +++ b/public/static/home/css/common.css @@ -1096,7 +1096,7 @@ color: orange; } -.lesson-item .flag-pending { +.lesson-item .flag-scheduled { border: 1px solid green; color: green; }