From 09909a722bb7d3ec0c858960b3c0c9748f5abb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 19 Jan 2022 14:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E9=94=8B=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/Product/Index.cshtml | 46 ++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 59745c2..6549f00 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -274,6 +274,35 @@ border-bottom-color: transparent; } + .packageitem8530{ + position: relative; + } + .packageitem8530::before { + position: absolute; + top: 0.3rem; + left: -0.5rem; + z-index: 1; + padding-right: 0.625rem; + font-weight: bold; + line-height: 0px; + color: white; + height: 0px; + border: 1.0rem solid #FF9933; + border-right-color: transparent; + content: "8.5折+送 1 月"; + box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000; + } + + .packageitem8530::after { + content: ""; + position: absolute; + top: 2.1875rem; + left: -0.5rem; + border: 0.25rem solid #f64e3d; + border-left-color: transparent; + border-bottom-color: transparent; + } + .warning{ position: fixed; width: 400px; @@ -471,7 +500,8 @@ *@ } @if(item.Product.Id == 6){ -

本产品目前所有地区都屏蔽QQ微信

+

本产品目前所有地区都屏蔽QQ微信
双月卡赠送1个月,多买多送 +(新开和续费都可参加,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)

} @if(item.Product.Id == 5){

购买须知:本产品目前所有地区都屏蔽QQ微信

@@ -618,6 +648,20 @@ } + else if(package.Id == 104){ + +
+ +

@package.Price

+

原价:@package.LinePrice

+

@(Math.Round(package.Price/package.DayCount,2))元/天

+
+

@package.Name

+

@package.Profile

+
+ +
+ } else {