界面更改
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
$(".d5").show();
|
||||
$(".d5").addClass("animated bounceInDown");
|
||||
}
|
||||
if (topp > 2600) {
|
||||
if (topp > 1600) {
|
||||
$(".d_use").show();
|
||||
$(".d_use").addClass("animated flipInX");
|
||||
}
|
||||
@@ -417,41 +417,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- products -->
|
||||
<div class="container-fluid pro" style="background:#141f2d;color: #badcff;">
|
||||
<p class="tit tit_cp text-center">
|
||||
<span><img src="~/img/tit_chanpin.png"></span>
|
||||
<span class="modelTit">我们的产品</span>
|
||||
</p>
|
||||
<p class="chanpinText">冰点价格,开通后任何问题可无理由退款</p>
|
||||
<p class="chanpinText">温馨提示:在国外,香港,台湾,澳门,城市限制使用;移动网络,长城宽带以及校园网使用会不稳定,因此不建议亲使用哦</p>
|
||||
<div class="container-fluid d2">
|
||||
<ul class="newProduct" >
|
||||
@foreach (var item in Model.Where(m => m.Sort != 1000).OrderBy(m => m.Sort))
|
||||
{
|
||||
<li style="background:#2c3748;border:1px solid white;">
|
||||
|
||||
@*<p><img src="@P(item.Image)"></p>*@
|
||||
<p class="titCard">@item.Name</p>
|
||||
<p class="jieshao" style="overflow: hidden;">@item.Profile</p>
|
||||
@*<p class="chakan"> <a asp-action="index" asp-controller="linelist" asp-route-ProductId="@item.Id">查看线路表→</a></p>
|
||||
<p><a asp-action="index" asp-controller="product" asp-route-id="@item.Id"><button type="button" class="btn btn-primary gm">立即购买</button></a></p>*@
|
||||
<div class="buyBar">
|
||||
<div class="item ck"><a asp-action="index" asp-controller="linelist" type="button" class="btn btn-primary btn-warning" asp-route-ProductId="@item.Id">查看线路表</a></div>
|
||||
<div class="item">
|
||||
<a asp-action="index" asp-controller="product" asp-route-id="@item.Id">
|
||||
<button type="button" class="btn btn-primary btn-warning">
|
||||
测试与购买
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- youshi -->
|
||||
<div class="container-fluid youshi">
|
||||
@@ -522,12 +488,12 @@
|
||||
<div class="col-lg-3">
|
||||
<p class="cpTit">联系我们</p>
|
||||
<ul class="cp">
|
||||
<li>公司电话:400 800 9925</li>
|
||||
<li>客服QQ:800101003</li>
|
||||
<li>客服微信-售前:</li><br>
|
||||
<img width="100px" src="~/img/kf_sq.jpg?123"><br>
|
||||
<li>客服微信-售后:</li><br>
|
||||
<img width="100px" src="~/img/kf_sh.jpg?123">
|
||||
<li>客服电话:400 800 9925</li>
|
||||
<li>客服QQ:800101003</li><br>
|
||||
<li>客户经理: </li><br>
|
||||
<li>萱萱-电话/微信:18039519517</li><br>
|
||||
<li>琪琪-电话/微信:15303729701</li><br>
|
||||
<li>兔兔-电话/微信:17737957091</li><br>
|
||||
<li>工作时间: 8:30-23:00</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -573,12 +539,10 @@
|
||||
<p>所有IP产品已记录日志,均保留6个月以上</p>
|
||||
<p>发现违法行为直接提交网监部门处理</p>
|
||||
</div>
|
||||
<h4 style="margin-top: 10px;font-weight:bold;">聚IP兔年新春复工助力活动:</h4>
|
||||
<h4 style="margin-top: 10px;font-weight:bold;">聚IP最新活动:</h4>
|
||||
<div style="padding-left: 20px;">
|
||||
@* <p>1.动态IP一毛钱一天,每用户限一次~</p> *@
|
||||
<p>1.新上蘑菇IP,周卡送1天,月卡送5天,双月卡送1个月,多买多送~</p>
|
||||
<p>2.其他产品均有<span style="color: red;font-size:1.5em;font-weight:bold;">7.5</span>折活动~</p>
|
||||
<p>3.需求5个以上可联系客服设置优惠折扣!</p>
|
||||
<p>蘑菇IP不限速网速全网最快,新用户首单天卡1毛钱。周卡送1天,月卡送5天,双月卡送1个月,多买多送~</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user