diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml
index 3c91125..58a2fd4 100644
--- a/Host/Views.Mobile/Product/Index.cshtml
+++ b/Host/Views.Mobile/Product/Index.cshtml
@@ -54,9 +54,9 @@
新@item.Product.Name送一月
}
- else if(item.Product.Id == 6) {
+ else if(item.Product.Id == 6||item.Product.Id == 8) {
- @item.Product.Name送一月
+ @item.Product.Name无限送
}
else if(item.Product.Id == 1||item.Product.Id == 14) {
diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml
index dd9d6a5..61633d4 100644
--- a/Host/Views/Product/Index.cshtml
+++ b/Host/Views/Product/Index.cshtml
@@ -158,6 +158,66 @@
border-bottom-color: transparent;
}
+ .packageitem10{
+ position: relative;
+ }
+ .packageitem10::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;
+ }
+
+ .packageitem10::after {
+ content: "";
+ position: absolute;
+ top: 2.1875rem;
+ left: -0.5rem;
+ border: 0.25rem solid #f64e3d;
+ border-left-color: transparent;
+ border-bottom-color: transparent;
+ }
+
+
+ .packageitem710{
+ position: relative;
+ }
+ .packageitem710::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;
+ }
+
+ .packageitem710::after {
+ content: "";
+ position: absolute;
+ top: 2.1875rem;
+ left: -0.5rem;
+ border: 0.25rem solid #f64e3d;
+ border-left-color: transparent;
+ border-bottom-color: transparent;
+ }
+
+
.packageitem1{
position: relative;
}
@@ -437,7 +497,7 @@
@if(item.Product.Id == 13){
@item.Product.Name 送一月
}
- else if(item.Product.Id == 2||item.Product.Id == 4 || item.Product.Id == 5) {
+ else if(item.Product.Id == 2||item.Product.Id == 4 || item.Product.Id == 5||item.Product.Id == 14) {
@item.Product.Name 抄底价
}
else if(item.Product.Id == 18) {
@@ -446,10 +506,10 @@
else if(item.Product.Id == 17) {
新@item.Product.Name 送一月
}
- else if(item.Product.Id == 6) {
- @item.Product.Name 送一月
+ else if(item.Product.Id == 6||item.Product.Id == 8) {
+ @item.Product.Name 无限送
}
- else if(item.Product.Id == 1||item.Product.Id == 14) {
+ else if(item.Product.Id == 1) {
@item.Product.Name 抄底价
}
else {
@@ -521,11 +581,11 @@
月卡送1周,双月卡赠送1个月,新开和续费都有赠送
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
} *@
@if(item.Product.Id == 6){
- 双月卡赠送1个月,新开和续费都有赠送,活动截止时间2021年2月26日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
+ 双月卡赠送1个月,新开和续费都有赠送,活动截止时间2021年2月26日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
+ }
+ @if(item.Product.Id == 8){
+ 月卡送10天,双月卡赠送1个月,活动截止时间2021年3月31日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送))
}
- @* @if(item.Product.Id == 8||item.Product.Id == 7||item.Product.Id == 9||item.Product.Id == 3||item.Product.Id == 10||item.Product.Id == 16||item.Product.Id == 15){
- 双月卡赠送1个月,新开和续费都有赠送,活动截止时间2020年11月15日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
- } *@
@*—@item.Product.Name—
*@
@@ -615,6 +675,34 @@
}
+ else if(package.Id == 34){
+
+
+
+
@package.Price元
+
原价:@package.LinePrice元
+
@(Math.Round(package.Price/package.DayCount,2))元/天
+
+
@package.Name
+
@package.Profile
+
+

+
+ }
+ else if(package.Id==105){
+
+
+
+
@package.Price元
+
原价:@package.LinePrice元
+
@(Math.Round(package.Price/package.DayCount,2))元/天
+
+
@package.Name
+
@package.Profile
+
+

+
+ }
else if(package.Id == 100||package.Id == 102) {
diff --git a/Host/Views/Product/ReBuyIndex.cshtml b/Host/Views/Product/ReBuyIndex.cshtml
index f084686..a6c024e 100644
--- a/Host/Views/Product/ReBuyIndex.cshtml
+++ b/Host/Views/Product/ReBuyIndex.cshtml
@@ -65,6 +65,66 @@
border-left-color: transparent;
border-bottom-color: transparent;
}
+
+ .packageitem10{
+ position: relative;
+ }
+ .packageitem10::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;
+ }
+
+ .packageitem10::after {
+ content: "";
+ position: absolute;
+ top: 2.1875rem;
+ left: -0.5rem;
+ border: 0.25rem solid #f64e3d;
+ border-left-color: transparent;
+ border-bottom-color: transparent;
+ }
+
+
+ .packageitem710{
+ position: relative;
+ }
+ .packageitem710::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;
+ }
+
+ .packageitem710::after {
+ content: "";
+ position: absolute;
+ top: 2.1875rem;
+ left: -0.5rem;
+ border: 0.25rem solid #f64e3d;
+ border-left-color: transparent;
+ border-bottom-color: transparent;
+ }
+
.packageitem19{
position: relative;
@@ -269,7 +329,10 @@
月卡送1周,双月卡赠送1个月,新开和续费都有赠送
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
} *@
@if(defaultProduct.Id == 6){
-
双月卡赠送1个月,新开和续费都有赠送,活动截止时间2021年2月26日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
+
双月卡赠送1个月,新开和续费都有赠送,活动截止时间2021年2月26日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)
+ }
+ @if(defaultProduct.Id == 8){
+
月卡送10天,双月卡赠送1个月,活动截止时间2021年3月31日
(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送))
}
@@ -294,6 +357,34 @@
+
@package.Price元
+
原价:@package.LinePrice元
+
@(Math.Round(package.Price/package.DayCount,2))元/天
+
+
@package.Name
+
@package.Profile
+
+

+
+ }
+ else if(package.Id == 34){
+
+
+
+
@package.Price元
+
原价:@package.LinePrice元
+
@(Math.Round(package.Price/package.DayCount,2))元/天
+
+
@package.Name
+
@package.Profile
+
+

+
+ }
+ else if(package.Id==105){
+
+
+
@package.Price元
原价:@package.LinePrice元
@(Math.Round(package.Price/package.DayCount,2))元/天