手机端页面修改

This commit is contained in:
“wanyongkang”
2023-08-26 17:31:44 +08:00
parent ebe53896fe
commit a4b0f2e5c5
22 changed files with 1312 additions and 848 deletions

View File

@@ -25,6 +25,10 @@
</li>
<li class="navhelp-item">
<a href="?Catalog=2"><span>优惠活动</span></a>
</li>
<li class="navhelp-item">
<a href="?Catalog=6"><span>代理合作</span></a>
</li>
</ul>
</div>
<section class=" col-md-9" style="color: #0777ff;background:#263238;margin-left:5px;height: 80vh;overflow:auto; text-center;" >
@@ -39,6 +43,12 @@
</span>
</div><!-- /input-group -->
</div>
@if (type == 4) {
<div>
<p style="padding:0;margin:0;">*请优先选择客户端连接 <a style="color:#0777ff;" href="/product/soft"><<<下载客户端>>></a></p>
<p style="padding:0;margin:0;">*无对应客户端时,可通过线路表直连支持所有设备</p>
</div>
}
<ul class="listUl">
@foreach (var item in Model.List)
{
@@ -136,7 +146,7 @@ var title_list = [' ','其他帮助','优惠活动','常见售后','直连教程
$("#detail").show();
$.ajax({
type: 'GET',
url: '/article/info?id=' + id,
url: '/article/infoapi?id=' + id,
dataType: "json",
success: function (res) {
$("#content").html(res.Data.Info.Content)