From 79214abec1e6ef195367158f5c3b36708bf2c84e Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Mon, 21 Aug 2023 17:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/mld/MyShippingWeb/Views/Home/Index.cshtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Sources/mld/MyShippingWeb/Views/Home/Index.cshtml b/Sources/mld/MyShippingWeb/Views/Home/Index.cshtml index 221a099..13a8006 100644 --- a/Sources/mld/MyShippingWeb/Views/Home/Index.cshtml +++ b/Sources/mld/MyShippingWeb/Views/Home/Index.cshtml @@ -155,20 +155,20 @@
- +
获取
- +
- +
@@ -882,4 +882,11 @@ font-weight: bold; font-size:13px; } + .has-error .control-label { + color: #c91bd6; + font-weight: bold; + } + .has-error .form-control-feedback { + color: #c91bd6 !important; + } \ No newline at end of file