http
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
<link rel="stylesheet" type="text/css" href="~/css/base.css" />
|
||||
<link rel="stylesheet" type="text/css" href="~/css/swiper.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="~/css/animate.min.css" />
|
||||
|
||||
<link href="/http/css/style.css" rel="stylesheet">
|
||||
<link rel="Shortcut Icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<script src="~/js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="~/js/bootstrap.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
@@ -216,35 +218,41 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid nav nav_buy">
|
||||
<div class="container-fluid nav nav_buy main_menu">
|
||||
<div class="row">
|
||||
<div class="col-lg-2 col-md-2 logo">
|
||||
<a href="#"><img src="~/img/logo.png"></a>
|
||||
</div>
|
||||
<div class="col-lg-10 col-md-10">
|
||||
<ul class="navList navList_buy pull-right">
|
||||
<ul class="navList pull-right sf-menu">
|
||||
<li><a href="/">首页</a></li>
|
||||
<li><a href="/product/index">产品购买 <span style="color: red;">活动</span></a></li>
|
||||
<li><a href="/LineList/index">IP线路表</a></li>
|
||||
<li><a href="/product/soft">软件下载</a></li>
|
||||
<li><a href="/article/index">教程&帮助</a></li>
|
||||
<li><a href="/product/routeros">软路由购买</a></li>
|
||||
<li><a href="http://vps.juip.com" style="color: red;">动态VPS</a></li>
|
||||
<li>
|
||||
@if (user == null)
|
||||
{
|
||||
<button type="button" class="btn btn-primary reg">注册</button>
|
||||
<button type="button" class="btn btn-primary login">登录</button>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="item" style="display: inline-block;margin-right:20px;">
|
||||
<a asp-action="index" style="border-radius:25px;background-color:#FF9900;padding:5px;" asp-controller="user">个人中心</a>
|
||||
<li> <a href="#">产品购买</a>
|
||||
<ul>
|
||||
<li style="width:100px;height:39px;padding-top:0;"> <a style="height:39px;padding-top:0;" href="/product/index">动静态IP</a> </li>
|
||||
<li style="width:100px;height:39px;padding-top:0;"> <a style="height:39px;padding-top:0;" href="/product/http">HTTP</a> </li>
|
||||
<li style="width:100px;height:39px;padding-top:0;"> <a style="height:39px;padding-top:0;" href="/product/routeros">软路由购买</a> </li>
|
||||
<li style="width:100px;height:39px;padding-top:0;"> <a style="height:39px;padding-top:0;" href="http://vps.juip.com">动态vps</a> </li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/LineList/index">IP线路表</a></li>
|
||||
<li><a href="/product/soft">软件下载</a></li>
|
||||
<li><a href="/article/index">教程&帮助</a></li>
|
||||
<li>
|
||||
@if (user == null)
|
||||
{
|
||||
<button type="button" class="btn btn-warning reg">注册</button>
|
||||
<button type="button" class="btn btn-danger login">登录</button>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="item" style="display: inline-block;">
|
||||
<a asp-action="index" class="btn btn-warning margin-top-10" asp-controller="user">个人中心</a>
|
||||
</div>
|
||||
<div class="item" style="display: inline-block;">
|
||||
<a asp-action="LoginOut" asp-controller="user">退出登录</a>
|
||||
<a asp-action="LoginOut"class="btn btn-danger margin-top-10" asp-controller="user">退出登录</a>
|
||||
</div>
|
||||
}
|
||||
|
||||
}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -271,9 +279,9 @@
|
||||
<li>客服电话:400 800 9925</li>
|
||||
<li>客服QQ:800101003</li><br>
|
||||
<li>客户经理: </li><br>
|
||||
<li>萱萱-电话/微信:13523072998</li><br>
|
||||
<li>萱萱-电话/微信:15225139515</li><br>
|
||||
<li>琪琪-电话/微信:15713870747</li><br>
|
||||
<li>兔兔-电话/微信:19503890845</li><br>
|
||||
<li>兔兔-电话/微信:15111748058</li><br>
|
||||
<li>工作时间: 8:30-23:00</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user