From fff6bee06addea3a27b0c06f03d30dbad5d4691f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 9 Apr 2024 17:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/LineList/Index.cshtml | 2 +- Host/Views/Product/ReBuyIndex.cshtml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Host/Views.Mobile/LineList/Index.cshtml b/Host/Views.Mobile/LineList/Index.cshtml index 9655234..e0fc880 100644 --- a/Host/Views.Mobile/LineList/Index.cshtml +++ b/Host/Views.Mobile/LineList/Index.cshtml @@ -382,7 +382,7 @@ break; case 26: this.l2tp = '1234'; - this.search_field = '强子静态IP'; + this.search_field = '猎豹IP'; this.sstp = '4430'; break; case 27: diff --git a/Host/Views/Product/ReBuyIndex.cshtml b/Host/Views/Product/ReBuyIndex.cshtml index 6d8ad9a..0a10638 100644 --- a/Host/Views/Product/ReBuyIndex.cshtml +++ b/Host/Views/Product/ReBuyIndex.cshtml @@ -359,6 +359,9 @@ border-left-color: transparent; border-bottom-color: transparent; } + p { + font-size: 14px; + } @@ -384,11 +387,11 @@

@defaultProduct.Name

-
+

@defaultProduct.Name

@foreach (var str in defaultProduct.ContentLine) { -

@str

+

@str

}