界面调整
This commit is contained in:
@@ -382,7 +382,7 @@
|
|||||||
break;
|
break;
|
||||||
case 26:
|
case 26:
|
||||||
this.l2tp = '1234';
|
this.l2tp = '1234';
|
||||||
this.search_field = '强子静态IP';
|
this.search_field = '猎豹IP';
|
||||||
this.sstp = '4430';
|
this.sstp = '4430';
|
||||||
break;
|
break;
|
||||||
case 27:
|
case 27:
|
||||||
|
|||||||
@@ -359,6 +359,9 @@
|
|||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -384,11 +387,11 @@
|
|||||||
<div class="col-lg-4" style="height:200px;padding-top:30px;padding-left:50px;">
|
<div class="col-lg-4" style="height:200px;padding-top:30px;padding-left:50px;">
|
||||||
<p class="productName">@defaultProduct.Name</p>
|
<p class="productName">@defaultProduct.Name</p>
|
||||||
</div>
|
</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>
|
<p>@defaultProduct.Name</p>
|
||||||
@foreach (var str in defaultProduct.ContentLine)
|
@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;">
|
<div class="row" style="text-align: right; position: absolute; left: -100px; bottom: 30px;">
|
||||||
<a asp-action="index" asp-controller="product">
|
<a asp-action="index" asp-controller="product">
|
||||||
@@ -444,7 +447,7 @@
|
|||||||
<p class="yuanjia" style="color: #FF9900;">原价:<span>@package.LinePrice</span>元</p>
|
<p class="yuanjia" style="color: #FF9900;">原价:<span>@package.LinePrice</span>元</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<div class="pkgNameCard" style="background-color:#0777ff">
|
<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>
|
<p class="qixian">@package.Profile</p>
|
||||||
</div>
|
</div>
|
||||||
<img src="~/img/check.png" class="cardCheck">
|
<img src="~/img/check.png" class="cardCheck">
|
||||||
|
|||||||
Reference in New Issue
Block a user