手机端活动问题
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<a asp-action="rebuy" asp-controller="Product" asp-route-packageId="@package.Id" asp-route-accounts=@ViewBag.accounts>
|
||||
<div class="card color_@((Model.Packages.IndexOf(package)+1)%5)">
|
||||
<div class="item">
|
||||
<p style="font-size: 35px;color:#f64e3d;">@package.Name 送1月</p>
|
||||
<p style="font-size: 35px;color:#f64e3d;">@package.Name </p>
|
||||
<p>@(package.DayPrice)元/天</p>
|
||||
<p>@package.Profile</p>
|
||||
</div>
|
||||
@@ -90,7 +90,7 @@
|
||||
<a asp-action="rebuy" asp-controller="Product" asp-route-packageId="@package.Id" asp-route-accounts=@ViewBag.accounts>
|
||||
<div class="card color_@((Model.Packages.IndexOf(package)+1)%5)">
|
||||
<div class="item">
|
||||
<p style="font-size: 35px;color:#f64e3d;">@package.Name 送7天</p>
|
||||
<p style="font-size: 35px;color:#f64e3d;">@package.Name </p>
|
||||
<p>@(package.DayPrice)元/天</p>
|
||||
<p>@package.Profile</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user