界面更改
This commit is contained in:
@@ -237,6 +237,7 @@
|
||||
</div>
|
||||
@*新布局*@
|
||||
<h1 class="text-center tit " style="font-style: italic;text-shadow: 5px 6px 3px #ccc;font-weight:bold;">选择产品</h1>
|
||||
<p class="text-center" style="padding: 0;margin:0;"><a target="_blank" style="color: #0777ff;" href="/img/product_compare.png">查看各产品对比</a></p>
|
||||
|
||||
<div class="main-page">
|
||||
<div class="left" style="width: 175px;">
|
||||
@@ -246,7 +247,7 @@
|
||||
@foreach (var item in Model)
|
||||
{
|
||||
if(item.Product.Id == 18) {
|
||||
<div class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id"><span style="color: red;font-weight:bold;">送 </span>@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">8折</span></div>
|
||||
<div class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id"><span style="color: red;font-weight:bold;">送 </span>@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">最快</span></div>
|
||||
}
|
||||
else if(item.Product.Id == 14) {
|
||||
<div class="dropdown">
|
||||
|
||||
@@ -14,11 +14,9 @@
|
||||
</div>
|
||||
<div class="col-lg-6 text-center" style="color: white;">
|
||||
<h1>软件下载</h1>
|
||||
<p>软件和账户必须为同一产品才能使用</p>
|
||||
<p>注意:下载和使用电脑客户端时请关闭杀毒,如360,电脑管家</p>
|
||||
</div>
|
||||
<div class="col-lg-3 text-right" style="margin-top: 7em;">
|
||||
<a href="/article/index?Catalog=1" style="color: #fff;">使用教程→</a>
|
||||
<p>*软件和账户必须为同一产品才能使用</p>
|
||||
<p>*下载和使用电脑客户端时请关闭杀毒,如360,电脑管家</p>
|
||||
<p>*无对应客户端时,可通过线路表直连支持所有设备<a style="color:#0777ff;" href="/LineList/index"><<< IP线路表 >>></a><a style="color:#0777ff;" href="/article/index?Catalog=1"><<<教程&帮助>>></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -123,9 +121,6 @@
|
||||
<div class="item" style="margin-bottom: 5px;width:200px;">
|
||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E5%BC%BA%E5%AD%90IP%E5%AE%89%E5%8D%93%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button type="button" class="btn btn-sdefault" style="width: 99%;margin-right:5px">强子IP-安卓端</button></a>
|
||||
</div>
|
||||
<div class="item" style="margin-bottom: 5px;width:200px;">
|
||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E7%81%AB%E7%8B%90IP%E5%AE%89%E5%8D%93%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button type="button" class="btn btn-sdefault" style="width: 99%;margin-right:5px">火狐IP-安卓端</button></a>
|
||||
</div>
|
||||
<div class="item" style="margin-bottom: 5px;width:200px;">
|
||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%98%91%E8%8F%87IP-2-17.zip"> <button type="button" class="btn btn-sdefault" style="width: 99%;margin-right:5px">蘑菇IP-电脑端</button></a>
|
||||
</div>
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
<p style="padding-top: 40px; font-size: 25px; font-weight: bold; color: #ee7a69;">@Model.Product.Name</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<p class="sname">@Model.Package.Name</p>
|
||||
<p class="sname" style="font-size: 1.2em;margin-top:0.5em">@Model.Package.Name</p>
|
||||
<p class="sprice">@(Model.Package.DayPrice)元/天</p>
|
||||
<p class="stime">@Model.Package.Profile</p>
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<p style="padding-top: 40px; font-size: 25px; font-weight: bold; color: #ee7a69;">@Model.Product.Name</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<p class="sname">@Model.Package.Name</p>
|
||||
<p class="sname" style="font-size: 1.2em;">@Model.Package.Name</p>
|
||||
<p class="sprice">@(Model.Package.DayPrice)元/天</p>
|
||||
<p class="stime">@Model.Package.Profile</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user