界面调整
This commit is contained in:
@@ -359,6 +359,9 @@
|
||||
border-left-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
p {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
@@ -384,11 +387,11 @@
|
||||
<div class="col-lg-4" style="height:200px;padding-top:30px;padding-left:50px;">
|
||||
<p class="productName">@defaultProduct.Name</p>
|
||||
</div>
|
||||
<div class="col-lg-8" style="height:200px;padding-top:30px">
|
||||
<div class="col-lg-8" style="height:200px;padding-top:30px;">
|
||||
<p>@defaultProduct.Name</p>
|
||||
@foreach (var str in defaultProduct.ContentLine)
|
||||
{
|
||||
<p>@str</p>
|
||||
<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">
|
||||
@@ -444,7 +447,7 @@
|
||||
<p class="yuanjia" style="color: #FF9900;">原价:<span>@package.LinePrice</span>元</p>
|
||||
<p> </p>
|
||||
<div class="pkgNameCard" style="background-color:#0777ff">
|
||||
<p class="tianka" style="font-size:17px;">@package.Name</p>
|
||||
<p class="tianka" style="font-size:13px;">@package.Name</p>
|
||||
<p class="qixian">@package.Profile</p>
|
||||
</div>
|
||||
<img src="~/img/check.png" class="cardCheck">
|
||||
|
||||
Reference in New Issue
Block a user