先锋在线状态

This commit is contained in:
“wanyongkang”
2024-04-23 15:46:46 +08:00
parent 1d88ed925e
commit 58f7436358
2 changed files with 15 additions and 19 deletions

View File

@@ -385,19 +385,17 @@
<div class="container bg_taocan">
<div class="row" style="background:url(/img/products.png) no-repeat; background-size:100% 100%;">
<div class="col-lg-4" style="height:200px;padding-top:30px;padding-left:50px;">
<p class="productName">@defaultProduct.Name</p>
</div>
<p class="productName">@defaultProduct.Name</p>
<a asp-action="index" asp-controller="product">
<button type="button" class="btn btn-warning">购买通道</button>
</a>
</div>
<div class="col-lg-8" style="height:200px;padding-top:30px;">
<p>@defaultProduct.Name</p>
@foreach (var str in defaultProduct.ContentLine)
{
<p style="font-size: 14px;margin:0;">@str</p>
}
<div class="row" style="text-align: right; position: absolute; left: -100px; bottom: 30px;">
<a asp-action="index" asp-controller="product">
<button type="button" class="btn btn-warning">购买通道</button>
</a>
</div>
}
</div>
</div>
</div>