From 97fd30b55d373e3f0d85d8e5c274d568eea01d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 26 Jan 2021 15:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=98=91=E8=8F=87=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 | 52 +++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 974da05..8228ff6 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -260,7 +260,7 @@ height: 0px; border: 1.0rem solid #f64e3d; border-right-color: transparent; - content: "九折+送一个月"; + content: "八折+送一个月"; box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000; } @@ -289,7 +289,7 @@ height: 0px; border: 1.0rem solid #f64e3d; border-right-color: transparent; - content: "九折+送两个月"; + content: "八折+送两个月"; box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000; } @@ -303,6 +303,37 @@ border-bottom-color: transparent; } + + .packageitem8-1{ + position: relative; + } + .packageitem8-1::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 #f64e3d; + border-right-color: transparent; + content: "八折+送七天"; + box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000; + } + + .packageitem8-1.contentNew::after { + content: ""; + position: absolute; + top: 2.1875rem; + left: -0.5rem; + border: 0.25rem solid #f64e3d; + border-left-color: transparent; + border-bottom-color: transparent; + } + + .packageitem71{ position: relative; } @@ -458,6 +489,9 @@ } @if(item.Product.Id == 17){

双月卡赠送1个月,仅限新开账号,续费帐号不赠送,活动截止时间2020年2月28日
(同一个IP账号仅限一次,每位会员不限账号数量,您可购买多个IP账号都有赠送)

+ } + @if(item.Product.Id == 18){ +

月卡送1周,双月卡赠送1个月,季卡送两个月,新开和续费都有赠送
(同一个IP账号仅限一次,每位会员不限账号数量,您可购买多个IP账号都有赠送)

} @* @if(item.Product.Id == 4){

全部套餐8折聚惠,天卡除外,新开和续费都有8折,活动截止时间11月20日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)

@@ -538,6 +572,20 @@ } + else if(package.Id==1014){ + +
+ +

@package.Price

+

原价:@package.LinePrice

+

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

+
+

@package.Name

+

@package.Profile

+
+ +
+ } else if(package.Id == 88||package.Id == 101||package.Id == 103){