页面优化
This commit is contained in:
@@ -74,7 +74,10 @@
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
|
||||
background-color:#cbd3d3;
|
||||
color:white !important;
|
||||
}
|
||||
.loader-inner {
|
||||
bottom: 0;
|
||||
height: 60px;
|
||||
@@ -234,17 +237,19 @@
|
||||
@foreach (var item in Model)
|
||||
{
|
||||
<div role="tabpanel" class="tab-pane @(item.Product.Id==defaultProduct.Id?"active":"")" id="@item.Product.Id">
|
||||
<div style="fonft-size:1.2em;float:left;position: relative;top: calc(-2vh);left: -47%;height:calc(26vh);line-height:1.2em;width:calc(100vw);overflow:hidden;background:rgb(57, 81, 107);color:#FFFFFF;">
|
||||
<p class="texing text-center" style="color:#009933;border:none;">@item.Product.Name 简介</p>
|
||||
<hr>
|
||||
<ul class="texingList" style="padding-bottom:0;">
|
||||
<div style="fonft-size:1.2em;float:left;position: relative;top: calc(-2vh);left: -47%;height:calc(26vh);line-height:1.2em;width:calc(100vw);overflow:hidden;background:#cbd3d3;color:black;border-radius:100px;">
|
||||
<p class=" text-left" style="color:black;border:none;font-size: 35px;margin:0.7rem 0 0.2rem 0rem;width:calc(38vw);float:left;padding-left:0.4rem;">@item.Product.Name 简介: </p>
|
||||
<a target="_blank" style="color: black;font-size:32px;float:right;width:calc(60vw);text-align:center;border:2px solid white;border-top:none;line-height:150%;" href="/img/product_compare.png?id=12">点击查看各产品对比<br>需求5个以上,可联系客服优惠</a>
|
||||
<br>
|
||||
<br>
|
||||
<ul class="texingList" style="padding-bottom:0;padding-top:0.6rem">
|
||||
@foreach (var str in item.Product.ContentLine)
|
||||
{
|
||||
<li style="padding:5px;">·@str</li>
|
||||
}
|
||||
</ul>
|
||||
|
||||
<p class=" text-center" style="color:#FF9933">需求五个以上、可联系右侧客服设置优惠价</p>
|
||||
<br>
|
||||
</div>
|
||||
<div style="margin-top:calc(2vh);">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user