Commit 0d8c038f authored by liukang's avatar liukang

修改提交

parent e5ed96b1
...@@ -33,7 +33,7 @@ class ServiceHelp extends Base ...@@ -33,7 +33,7 @@ class ServiceHelp extends Base
} }
public function help(){ public function help(){
$question_cate_list =QuestionCate::where('isdeleted',0)->select(); $question_cate_list =QuestionCate::where('isdeleted',0)->select();
// $question_cate_list = $this->dealData($question_cate_list); $question_cate_list = $this->dealData($question_cate_list);
$question_list = array(); $question_list = array();
$cate = new QuestionCate(); $cate = new QuestionCate();
if(count($question_cate_list)>0){ if(count($question_cate_list)>0){
......
<?php /*a:4:{s:68:"D:\PHPStormProject\fanchi\config/../template/home\about\aboutus.html";i:1643097516;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\header.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1643097517;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1643097517;}*/ ?> <?php /*a:4:{s:68:"D:\PHPStormProject\fanchi\config/../template/home\about\aboutus.html";i:1648202490;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\header.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<html> <html>
<head> <head>
<title>海星-全民娱乐直播平台</title> <title>海星-全民娱乐直播平台</title>
...@@ -293,121 +293,71 @@ ...@@ -293,121 +293,71 @@
.common-header li .service.business .down-list { .common-header li .service.business .down-list {
left: -3px; left: -3px;
} }
/*<?php if(( !empty($logo_url))): ?> */ <?php if(( !empty($logo_url))): ?>
/*.common-header {*/ .common-header {
/* background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/ <?php endif; if(( !empty($other_logo_url))): ?>
.white-bg .common-header {
/*<?php if(( !empty($other_logo_url))): ?>*/ background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;
/*.white-bg .common-header {*/ background-size: 18%;
/* background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;*/ }
/* background-size: 18%;*/ <?php endif; ?>
/*}*/
/*<?php endif; ?>*/
</style> </style>
<header class="common-header" style="background: none"> <header class="common-header">
<!-- <a class="logo-href" href="/"></a>--> <a class="logo-href" href="/"></a>
<ul class="clearfix"> <ul class="clearfix">
<li class="no-border"> <?php if(is_array($nav) || $nav instanceof \think\Collection || $nav instanceof \think\Paginator): $k = 0; $__LIST__ = $nav;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($k % 2 );++$k;if(!empty($vo['child'])): ?>
<a class="home" href="<?php echo url('/home'); ?>">首页</a>
</li>
<!--<li>
<a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="/nationalTide">国潮</a>
</li>-->
<!-- <li>-->
<!-- <a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="<?php echo url('/news'); ?>">动态</a>-->
<!-- </li>-->
<li>
<a class="join <?php echo $url=='Join' ? 'active' : ''; ?>" href="<?php echo url('/join'); ?>">加入我们</a>
</li>
<li class="white-bg-service"> <li class="white-bg-service">
<span class="service business aboutuson">关于我们 <span class="service">&nbsp;<?php echo htmlentities($vo['title']); ?>&nbsp;
<span class="down-list"> <span class="down-list" style="position: relative;top: -30px;left: 0px;">
<span class="item colortext"> <span class="item colortext" style="left: -1px;width: 100%">
<a href="javascript:">关于我们&nbsp;&nbsp;</a> <a href="javascript:"><?php echo htmlentities($vo['title']); ?></a>
</span>
<span class="item">
<a href="<?php echo url('/aboutus'); ?>">关于我们</a>
</span>
<span class="item">
<a href="<?php echo url('/contact'); ?>">联系我们</a>
</span> </span>
</span> <?php if(is_array($vo['child']) || $vo['child'] instanceof \think\Collection || $vo['child'] instanceof \think\Paginator): $key = 0; $__LIST__ = $vo['child'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$child): $mod = ($key % 2 );++$key;?>
</span>
</li>
<li class="white-bg-service">
<span class="service helpon">服务与帮助
<span class="down-list">
<span class="item colortext">
<a href="<?php echo url('/servicehelp/help'); ?>">服务与帮助</a>
</span>
<span class="item"> <span class="item">
<a href="<?php echo url('/servicehelp/help'); ?>">帮助中心</a> <a href="<?php echo htmlentities($child['url']); ?>" <?php if($child['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($child['title']); ?></a>
</span> </span>
<?php endforeach; endif; else: echo "" ;endif; ?>
</span> </span>
</span> </span>
<li>
<?php else: ?>
<li <?php if($k==1): ?>class="no-border"<?php else: ?>class="white-bg-service"<?php endif; ?>>
<a class="<?php echo htmlentities($vo['class']); ?> <?php echo $url==ucfirst($vo['class']) ? 'active' : ''; ?>" href="<?php echo htmlentities($vo['url']); ?>" <?php if($vo['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($vo['title']); ?></a>
</li> </li>
<?php endif; ?>
<!-- <li class="white-bg-service">--> <?php endforeach; endif; else: echo "" ;endif; ?>
<!-- <span class="service helpon">朱贝直播助手-->
<!-- <span class="down-list"> -->
<!-- <span class="item colortext">-->
<!-- <a href="">朱贝直播助手</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a href="http://oss.3yakj.com/app/zhuBeiLive3.0.rar">for Windows</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://obsproject.com">OBS下载地址</a>-->
<!-- </span>-->
<!-- &lt;!&ndash;<span class="item">&ndash;&gt;-->
<!-- &lt;!&ndash;<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>&ndash;&gt;-->
<!-- &lt;!&ndash;</span>&ndash;&gt;-->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://lcnsc3uqhj.feishu.cn/docs/doccnJ8LBZipIQUarP0Sous9ouc">帮助中心</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- &lt;!&ndash;<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口&nbsp;&nbsp;</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">mcn机构入口</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>&ndash;&gt;-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="<?php echo url('/index/index/huatai'); ?>">华泰证券</a>-->
<!-- </li>-->
</ul> </ul>
</header> </header>
<script>
//由于未知bug导致child不为空的时候会生成一个空的li,这里删除
var ul = document.getElementsByClassName("clearfix");
var childList = ul[0].children;
for (var i = 0;i < childList.length ; i++){
if (childList[i].className === ''){
ul[0].removeChild(ul[0].children[i]);
}
}
</script>
<div class="wrapper"> <div class="wrapper">
<p class="line"></p> <p class="line"></p>
<nav> <nav>
<ul class="clearfix"> <ul class="clearfix">
<li class=" on "><a href="/aboutus/us.html" "="">关于我们</a></li> <?php if(is_array($list) || $list instanceof \think\Collection || $list instanceof \think\Paginator): $i = 0; $__LIST__ = $list;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<li class=""><a href="/aboutus/agreement.html" "="">用户协议</a></li> <li class="<?php if($id==$vo['id']): ?>on<?php endif; ?>"><a href="/aboutus/us/article/<?php echo htmlentities($vo['id']); ?>.html"><?php echo htmlentities($vo['title']); ?></a></li>
<!-- <li class=""><a href="/aboutus/vipterms.html" "="">会员条款</a></li>--> <?php endforeach; endif; else: echo "" ;endif; ?>
</ul> </ul>
</nav> </nav>
<?php if(!empty($us)): ?>
<section class="info-sec info-sec-1"> <section class="info-sec info-sec-1">
<?php echo htmlspecialchars_decode($us['content']); ?> <?php echo htmlspecialchars_decode($us['content']); ?>
</section> </section>
<?php endif; ?>
...@@ -443,7 +393,7 @@ ...@@ -443,7 +393,7 @@
<footer class="common-footer"> <footer class="common-footer">
<ul class="clearfix" style="width: 510px;"> <ul class="clearfix" style="width: 510px;">
<li><a href="<?php echo url('/aboutus'); ?>">关于我们</a></li> <li><a href="<?php echo url('/aboutus'); ?>">关于海星</a></li>
<li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li> <li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li>
<li><a href="<?php echo url('/join'); ?>">招聘信息</a></li> <li><a href="<?php echo url('/join'); ?>">招聘信息</a></li>
<li><a href="<?php echo url('/contact'); ?>">联系我们</a></li> <li><a href="<?php echo url('/contact'); ?>">联系我们</a></li>
......
<?php /*a:4:{s:71:"D:\PHPStormProject\fanchi\config/../template/home\servicehelp\help.html";i:1643097517;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\header.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1643097517;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1643097517;}*/ ?> <?php /*a:4:{s:71:"D:\PHPStormProject\fanchi\config/../template/home\servicehelp\help.html";i:1648202972;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\header.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<html> <html>
<head> <head>
<title>海星-全民娱乐直播平台</title> <title>海星-全民娱乐直播平台</title>
...@@ -348,107 +348,55 @@ ...@@ -348,107 +348,55 @@
.common-header li .service.business .down-list { .common-header li .service.business .down-list {
left: -3px; left: -3px;
} }
/*<?php if(( !empty($logo_url))): ?> */ <?php if(( !empty($logo_url))): ?>
/*.common-header {*/ .common-header {
/* background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/
/*<?php if(( !empty($other_logo_url))): ?>*/ <?php endif; if(( !empty($other_logo_url))): ?>
/*.white-bg .common-header {*/ .white-bg .common-header {
/* background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/ <?php endif; ?>
</style> </style>
<header class="common-header" style="background: none"> <header class="common-header">
<!-- <a class="logo-href" href="/"></a>--> <a class="logo-href" href="/"></a>
<ul class="clearfix"> <ul class="clearfix">
<li class="no-border"> <?php if(is_array($nav) || $nav instanceof \think\Collection || $nav instanceof \think\Paginator): $k = 0; $__LIST__ = $nav;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($k % 2 );++$k;if(!empty($vo['child'])): ?>
<a class="home" href="<?php echo url('/home'); ?>">首页</a>
</li>
<!--<li>
<a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="/nationalTide">国潮</a>
</li>-->
<!-- <li>-->
<!-- <a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="<?php echo url('/news'); ?>">动态</a>-->
<!-- </li>-->
<li>
<a class="join <?php echo $url=='Join' ? 'active' : ''; ?>" href="<?php echo url('/join'); ?>">加入我们</a>
</li>
<li class="white-bg-service"> <li class="white-bg-service">
<span class="service business aboutuson">关于我们 <span class="service">&nbsp;<?php echo htmlentities($vo['title']); ?>&nbsp;
<span class="down-list"> <span class="down-list" style="position: relative;top: -30px;left: 0px;">
<span class="item colortext"> <span class="item colortext" style="left: -1px;width: 100%">
<a href="javascript:">关于我们&nbsp;&nbsp;</a> <a href="javascript:"><?php echo htmlentities($vo['title']); ?></a>
</span>
<span class="item">
<a href="<?php echo url('/aboutus'); ?>">关于我们</a>
</span>
<span class="item">
<a href="<?php echo url('/contact'); ?>">联系我们</a>
</span> </span>
</span> <?php if(is_array($vo['child']) || $vo['child'] instanceof \think\Collection || $vo['child'] instanceof \think\Paginator): $key = 0; $__LIST__ = $vo['child'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$child): $mod = ($key % 2 );++$key;?>
</span>
</li>
<li class="white-bg-service">
<span class="service helpon">服务与帮助
<span class="down-list">
<span class="item colortext">
<a href="<?php echo url('/servicehelp/help'); ?>">服务与帮助</a>
</span>
<span class="item"> <span class="item">
<a href="<?php echo url('/servicehelp/help'); ?>">帮助中心</a> <a href="<?php echo htmlentities($child['url']); ?>" <?php if($child['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($child['title']); ?></a>
</span> </span>
<?php endforeach; endif; else: echo "" ;endif; ?>
</span> </span>
</span> </span>
<li>
<?php else: ?>
<li <?php if($k==1): ?>class="no-border"<?php else: ?>class="white-bg-service"<?php endif; ?>>
<a class="<?php echo htmlentities($vo['class']); ?> <?php echo $url==ucfirst($vo['class']) ? 'active' : ''; ?>" href="<?php echo htmlentities($vo['url']); ?>" <?php if($vo['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($vo['title']); ?></a>
</li> </li>
<?php endif; ?>
<!-- <li class="white-bg-service">--> <?php endforeach; endif; else: echo "" ;endif; ?>
<!-- <span class="service helpon">朱贝直播助手-->
<!-- <span class="down-list"> -->
<!-- <span class="item colortext">-->
<!-- <a href="">朱贝直播助手</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a href="http://oss.3yakj.com/app/zhuBeiLive3.0.rar">for Windows</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://obsproject.com">OBS下载地址</a>-->
<!-- </span>-->
<!-- &lt;!&ndash;<span class="item">&ndash;&gt;-->
<!-- &lt;!&ndash;<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>&ndash;&gt;-->
<!-- &lt;!&ndash;</span>&ndash;&gt;-->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://lcnsc3uqhj.feishu.cn/docs/doccnJ8LBZipIQUarP0Sous9ouc">帮助中心</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- &lt;!&ndash;<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口&nbsp;&nbsp;</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">mcn机构入口</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>&ndash;&gt;-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="<?php echo url('/index/index/huatai'); ?>">华泰证券</a>-->
<!-- </li>-->
</ul> </ul>
</header> </header>
<script>
//由于未知bug导致child不为空的时候会生成一个空的li,这里删除
var ul = document.getElementsByClassName("clearfix");
var childList = ul[0].children;
for (var i = 0;i < childList.length ; i++){
if (childList[i].className === ''){
ul[0].removeChild(ul[0].children[i]);
}
}
</script>
<div class="user-services"> <div class="user-services">
<p class="line"></p> <p class="line"></p>
...@@ -461,6 +409,7 @@ ...@@ -461,6 +409,7 @@
</div> </div>
<?php endforeach; endif; else: echo "" ;endif; ?> <?php endforeach; endif; else: echo "" ;endif; ?>
</div> </div>
<?php if(!empty($question_cate_list)): ?>
<div class="usercontext"> <div class="usercontext">
<div class="tips-container"> <div class="tips-container">
<form id="search-form" method="get" action="/servicehelp/search.html"> <form id="search-form" method="get" action="/servicehelp/search.html">
...@@ -501,6 +450,7 @@ ...@@ -501,6 +450,7 @@
<?php endif; ?> <?php endif; ?>
</div> </div>
</div> </div>
<?php endif; ?>
</section> </section>
</div> </div>
...@@ -534,7 +484,7 @@ ...@@ -534,7 +484,7 @@
<footer class="common-footer"> <footer class="common-footer">
<ul class="clearfix" style="width: 510px;"> <ul class="clearfix" style="width: 510px;">
<li><a href="<?php echo url('/aboutus'); ?>">关于我们</a></li> <li><a href="<?php echo url('/aboutus'); ?>">关于海星</a></li>
<li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li> <li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li>
<li><a href="<?php echo url('/join'); ?>">招聘信息</a></li> <li><a href="<?php echo url('/join'); ?>">招聘信息</a></li>
<li><a href="<?php echo url('/contact'); ?>">联系我们</a></li> <li><a href="<?php echo url('/contact'); ?>">联系我们</a></li>
......
<?php /*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:1648200189;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648199907;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1643097517;}*/ ?> <?php /*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:1648203345;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<html> <html>
<head> <head>
<title>海星-全民娱乐直播平台</title> <title>海星-全民娱乐直播平台</title>
...@@ -419,23 +419,21 @@ ...@@ -419,23 +419,21 @@
.common-header li .service.business .down-list { .common-header li .service.business .down-list {
left: -3px; left: -3px;
} }
/*<?php if(( !empty($logo_url))): ?> */ <?php if(( !empty($logo_url))): ?>
/*.common-header {*/ .common-header {
/* background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/ <?php endif; if(( !empty($other_logo_url))): ?>
.white-bg .common-header {
/*<?php if(( !empty($other_logo_url))): ?>*/ background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;
/*.white-bg .common-header {*/ background-size: 18%;
/* background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;*/ }
/* background-size: 18%;*/ <?php endif; ?>
/*}*/
/*<?php endif; ?>*/
</style> </style>
<header class="common-header" style="background: none"> <header class="common-header">
<!-- <a class="logo-href" href="/"></a>--> <a class="logo-href" href="/"></a>
<ul class="clearfix"> <ul class="clearfix">
<?php if(is_array($nav) || $nav instanceof \think\Collection || $nav instanceof \think\Paginator): $k = 0; $__LIST__ = $nav;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($k % 2 );++$k;if(!empty($vo['child'])): ?> <?php if(is_array($nav) || $nav instanceof \think\Collection || $nav instanceof \think\Paginator): $k = 0; $__LIST__ = $nav;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($k % 2 );++$k;if(!empty($vo['child'])): ?>
<li class="white-bg-service"> <li class="white-bg-service">
...@@ -647,7 +645,7 @@ ...@@ -647,7 +645,7 @@
<footer class="common-footer"> <footer class="common-footer">
<ul class="clearfix" style="width: 510px;"> <ul class="clearfix" style="width: 510px;">
<li><a href="<?php echo url('/aboutus'); ?>">关于我们</a></li> <li><a href="<?php echo url('/aboutus'); ?>">关于海星</a></li>
<li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li> <li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li>
<li><a href="<?php echo url('/join'); ?>">招聘信息</a></li> <li><a href="<?php echo url('/join'); ?>">招聘信息</a></li>
<li><a href="<?php echo url('/contact'); ?>">联系我们</a></li> <li><a href="<?php echo url('/contact'); ?>">联系我们</a></li>
......
<?php /*a:4:{s:64:"D:\PHPStormProject\fanchi\config/../template/home\join\list.html";i:1643097516;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1643097517;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1643097517;}*/ ?> <?php /*a:4:{s:64:"D:\PHPStormProject\fanchi\config/../template/home\join\list.html";i:1648204749;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<html> <html>
<head> <head>
<title>海星招聘|人才招募|招商加盟|主播入驻|颜值主播</title> <title>海星招聘|人才招募|招商加盟|主播入驻|颜值主播</title>
...@@ -262,107 +262,55 @@ ...@@ -262,107 +262,55 @@
.common-header li .service.business .down-list { .common-header li .service.business .down-list {
left: -3px; left: -3px;
} }
/*<?php if(( !empty($logo_url))): ?> */ <?php if(( !empty($logo_url))): ?>
/*.common-header {*/ .common-header {
/* background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/ <?php endif; if(( !empty($other_logo_url))): ?>
.white-bg .common-header {
/*<?php if(( !empty($other_logo_url))): ?>*/ background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;
/*.white-bg .common-header {*/ background-size: 18%;
/* background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;*/ }
/* background-size: 18%;*/ <?php endif; ?>
/*}*/
/*<?php endif; ?>*/
</style> </style>
<header class="common-header" style="background: none"> <header class="common-header">
<!-- <a class="logo-href" href="/"></a>--> <a class="logo-href" href="/"></a>
<ul class="clearfix"> <ul class="clearfix">
<li class="no-border"> <?php if(is_array($nav) || $nav instanceof \think\Collection || $nav instanceof \think\Paginator): $k = 0; $__LIST__ = $nav;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($k % 2 );++$k;if(!empty($vo['child'])): ?>
<a class="home" href="<?php echo url('/home'); ?>">首页</a>
</li>
<!--<li>
<a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="/nationalTide">国潮</a>
</li>-->
<!-- <li>-->
<!-- <a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="<?php echo url('/news'); ?>">动态</a>-->
<!-- </li>-->
<li>
<a class="join <?php echo $url=='Join' ? 'active' : ''; ?>" href="<?php echo url('/join'); ?>">加入我们</a>
</li>
<li class="white-bg-service"> <li class="white-bg-service">
<span class="service business aboutuson">关于我们 <span class="service">&nbsp;<?php echo htmlentities($vo['title']); ?>&nbsp;
<span class="down-list"> <span class="down-list" style="position: relative;top: -30px;left: 0px;">
<span class="item colortext"> <span class="item colortext" style="left: -1px;width: 100%">
<a href="javascript:">关于我们&nbsp;&nbsp;</a> <a href="javascript:"><?php echo htmlentities($vo['title']); ?></a>
</span>
<span class="item">
<a href="<?php echo url('/aboutus'); ?>">关于我们</a>
</span>
<span class="item">
<a href="<?php echo url('/contact'); ?>">联系我们</a>
</span> </span>
</span> <?php if(is_array($vo['child']) || $vo['child'] instanceof \think\Collection || $vo['child'] instanceof \think\Paginator): $key = 0; $__LIST__ = $vo['child'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$child): $mod = ($key % 2 );++$key;?>
</span>
</li>
<li class="white-bg-service">
<span class="service helpon">服务与帮助
<span class="down-list">
<span class="item colortext">
<a href="<?php echo url('/servicehelp/help'); ?>">服务与帮助</a>
</span>
<span class="item"> <span class="item">
<a href="<?php echo url('/servicehelp/help'); ?>">帮助中心</a> <a href="<?php echo htmlentities($child['url']); ?>" <?php if($child['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($child['title']); ?></a>
</span> </span>
<?php endforeach; endif; else: echo "" ;endif; ?>
</span> </span>
</span> </span>
<li>
<?php else: ?>
<li <?php if($k==1): ?>class="no-border"<?php else: ?>class="white-bg-service"<?php endif; ?>>
<a class="<?php echo htmlentities($vo['class']); ?> <?php echo $url==ucfirst($vo['class']) ? 'active' : ''; ?>" href="<?php echo htmlentities($vo['url']); ?>" <?php if($vo['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($vo['title']); ?></a>
</li> </li>
<?php endif; ?>
<!-- <li class="white-bg-service">--> <?php endforeach; endif; else: echo "" ;endif; ?>
<!-- <span class="service helpon">朱贝直播助手-->
<!-- <span class="down-list"> -->
<!-- <span class="item colortext">-->
<!-- <a href="">朱贝直播助手</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a href="http://oss.3yakj.com/app/zhuBeiLive3.0.rar">for Windows</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://obsproject.com">OBS下载地址</a>-->
<!-- </span>-->
<!-- &lt;!&ndash;<span class="item">&ndash;&gt;-->
<!-- &lt;!&ndash;<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>&ndash;&gt;-->
<!-- &lt;!&ndash;</span>&ndash;&gt;-->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://lcnsc3uqhj.feishu.cn/docs/doccnJ8LBZipIQUarP0Sous9ouc">帮助中心</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- &lt;!&ndash;<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口&nbsp;&nbsp;</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">mcn机构入口</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>&ndash;&gt;-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="<?php echo url('/index/index/huatai'); ?>">华泰证券</a>-->
<!-- </li>-->
</ul> </ul>
</header> </header>
<script>
//由于未知bug导致child不为空的时候会生成一个空的li,这里删除
var ul = document.getElementsByClassName("clearfix");
var childList = ul[0].children;
for (var i = 0;i < childList.length ; i++){
if (childList[i].className === ''){
ul[0].removeChild(ul[0].children[i]);
}
}
</script>
...@@ -379,7 +327,7 @@ ...@@ -379,7 +327,7 @@
</div> </div>
<div class="swiper-pagination swiper-pagination-clickable"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span></div> <div class="swiper-pagination swiper-pagination-clickable"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span></div>
</section> </section>
<?php if(!empty($join_cate_list)): ?>
<section class="section2"> <section class="section2">
<p>在这里,你将拥有宽松、愉悦、平等的工作环境,亦可收获友爱、尊重、温暖的伙伴</p> <p>在这里,你将拥有宽松、愉悦、平等的工作环境,亦可收获友爱、尊重、温暖的伙伴</p>
<p>更重要的是,你的个人价值将被最大化实现,你的努力将被所有人看见。</p> <p>更重要的是,你的个人价值将被最大化实现,你的努力将被所有人看见。</p>
...@@ -436,7 +384,7 @@ ...@@ -436,7 +384,7 @@
<?php endforeach; endif; else: echo "" ;endif; ?> <?php endforeach; endif; else: echo "" ;endif; ?>
<!--end of foreach--> <!--end of foreach-->
</section> </section>
<?php endif; ?>
</div> </div>
...@@ -471,7 +419,7 @@ ...@@ -471,7 +419,7 @@
<footer class="common-footer"> <footer class="common-footer">
<ul class="clearfix" style="width: 510px;"> <ul class="clearfix" style="width: 510px;">
<li><a href="<?php echo url('/aboutus'); ?>">关于我们</a></li> <li><a href="<?php echo url('/aboutus'); ?>">关于海星</a></li>
<li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li> <li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li>
<li><a href="<?php echo url('/join'); ?>">招聘信息</a></li> <li><a href="<?php echo url('/join'); ?>">招聘信息</a></li>
<li><a href="<?php echo url('/contact'); ?>">联系我们</a></li> <li><a href="<?php echo url('/contact'); ?>">联系我们</a></li>
......
<?php /*a:4:{s:68:"D:\PHPStormProject\fanchi\config/../template/home\about\contact.html";i:1643097516;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1643097517;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1643097517;}*/ ?> <?php /*a:4:{s:68:"D:\PHPStormProject\fanchi\config/../template/home\about\contact.html";i:1643097516;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<html> <html>
<head> <head>
<title>朱贝在线客服联系我们</title> <title>朱贝在线客服联系我们</title>
...@@ -211,107 +211,55 @@ ...@@ -211,107 +211,55 @@
.common-header li .service.business .down-list { .common-header li .service.business .down-list {
left: -3px; left: -3px;
} }
/*<?php if(( !empty($logo_url))): ?> */ <?php if(( !empty($logo_url))): ?>
/*.common-header {*/ .common-header {
/* background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/
/*<?php if(( !empty($other_logo_url))): ?>*/ <?php endif; if(( !empty($other_logo_url))): ?>
/*.white-bg .common-header {*/ .white-bg .common-header {
/* background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;*/ background: url(<?php echo htmlentities($other_logo_url); ?>) -3px 37px no-repeat;
/* background-size: 18%;*/ background-size: 18%;
/*}*/ }
/*<?php endif; ?>*/ <?php endif; ?>
</style> </style>
<header class="common-header" style="background: none"> <header class="common-header">
<!-- <a class="logo-href" href="/"></a>--> <a class="logo-href" href="/"></a>
<ul class="clearfix"> <ul class="clearfix">
<li class="no-border"> <?php if(is_array($nav) || $nav instanceof \think\Collection || $nav instanceof \think\Paginator): $k = 0; $__LIST__ = $nav;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($k % 2 );++$k;if(!empty($vo['child'])): ?>
<a class="home" href="<?php echo url('/home'); ?>">首页</a>
</li>
<!--<li>
<a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="/nationalTide">国潮</a>
</li>-->
<!-- <li>-->
<!-- <a class="news <?php echo $url=='News' ? 'active' : ''; ?>" href="<?php echo url('/news'); ?>">动态</a>-->
<!-- </li>-->
<li>
<a class="join <?php echo $url=='Join' ? 'active' : ''; ?>" href="<?php echo url('/join'); ?>">加入我们</a>
</li>
<li class="white-bg-service"> <li class="white-bg-service">
<span class="service business aboutuson">关于我们 <span class="service">&nbsp;<?php echo htmlentities($vo['title']); ?>&nbsp;
<span class="down-list"> <span class="down-list" style="position: relative;top: -30px;left: 0px;">
<span class="item colortext"> <span class="item colortext" style="left: -1px;width: 100%">
<a href="javascript:">关于我们&nbsp;&nbsp;</a> <a href="javascript:"><?php echo htmlentities($vo['title']); ?></a>
</span>
<span class="item">
<a href="<?php echo url('/aboutus'); ?>">关于我们</a>
</span>
<span class="item">
<a href="<?php echo url('/contact'); ?>">联系我们</a>
</span> </span>
</span> <?php if(is_array($vo['child']) || $vo['child'] instanceof \think\Collection || $vo['child'] instanceof \think\Paginator): $key = 0; $__LIST__ = $vo['child'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$child): $mod = ($key % 2 );++$key;?>
</span>
</li>
<li class="white-bg-service">
<span class="service helpon">服务与帮助
<span class="down-list">
<span class="item colortext">
<a href="<?php echo url('/servicehelp/help'); ?>">服务与帮助</a>
</span>
<span class="item"> <span class="item">
<a href="<?php echo url('/servicehelp/help'); ?>">帮助中心</a> <a href="<?php echo htmlentities($child['url']); ?>" <?php if($child['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($child['title']); ?></a>
</span> </span>
<?php endforeach; endif; else: echo "" ;endif; ?>
</span> </span>
</span> </span>
<li>
<?php else: ?>
<li <?php if($k==1): ?>class="no-border"<?php else: ?>class="white-bg-service"<?php endif; ?>>
<a class="<?php echo htmlentities($vo['class']); ?> <?php echo $url==ucfirst($vo['class']) ? 'active' : ''; ?>" href="<?php echo htmlentities($vo['url']); ?>" <?php if($vo['show_type']==1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($vo['title']); ?></a>
</li> </li>
<?php endif; ?>
<!-- <li class="white-bg-service">--> <?php endforeach; endif; else: echo "" ;endif; ?>
<!-- <span class="service helpon">朱贝直播助手-->
<!-- <span class="down-list"> -->
<!-- <span class="item colortext">-->
<!-- <a href="">朱贝直播助手</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a href="http://oss.3yakj.com/app/zhuBeiLive3.0.rar">for Windows</a>-->
<!-- </span> -->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://obsproject.com">OBS下载地址</a>-->
<!-- </span>-->
<!-- &lt;!&ndash;<span class="item">&ndash;&gt;-->
<!-- &lt;!&ndash;<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>&ndash;&gt;-->
<!-- &lt;!&ndash;</span>&ndash;&gt;-->
<!-- <span class="item">-->
<!-- <a target="_blank" href="https://lcnsc3uqhj.feishu.cn/docs/doccnJ8LBZipIQUarP0Sous9ouc">帮助中心</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- &lt;!&ndash;<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口&nbsp;&nbsp;</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">mcn机构入口</a>-->
<!-- </span>-->
<!-- <span class="item">-->
<!-- <a href="http://guild-rds.3yakj.com" target="_blank">公会入口</a>-->
<!-- </span>-->
<!-- </span>-->
<!-- </span>&ndash;&gt;-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="<?php echo url('/index/index/huatai'); ?>">华泰证券</a>-->
<!-- </li>-->
</ul> </ul>
</header> </header>
<script>
//由于未知bug导致child不为空的时候会生成一个空的li,这里删除
var ul = document.getElementsByClassName("clearfix");
var childList = ul[0].children;
for (var i = 0;i < childList.length ; i++){
if (childList[i].className === ''){
ul[0].removeChild(ul[0].children[i]);
}
}
</script>
<!-- <div class="wrapper"> <!-- <div class="wrapper">
...@@ -397,7 +345,7 @@ ...@@ -397,7 +345,7 @@
<footer class="common-footer"> <footer class="common-footer">
<ul class="clearfix" style="width: 510px;"> <ul class="clearfix" style="width: 510px;">
<li><a href="<?php echo url('/aboutus'); ?>">关于我们</a></li> <li><a href="<?php echo url('/aboutus'); ?>">关于海星</a></li>
<li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li> <li><a href="<?php echo url('/aboutus/agreement'); ?>">用户协议</a></li>
<li><a href="<?php echo url('/join'); ?>">招聘信息</a></li> <li><a href="<?php echo url('/join'); ?>">招聘信息</a></li>
<li><a href="<?php echo url('/contact'); ?>">联系我们</a></li> <li><a href="<?php echo url('/contact'); ?>">联系我们</a></li>
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</div> </div>
<div class="swiper-pagination swiper-pagination-clickable"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span></div> <div class="swiper-pagination swiper-pagination-clickable"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span></div>
</section> </section>
{if !empty(join_cate_list)} {if !empty($join_cate_list)}
<section class="section2"> <section class="section2">
<p>在这里,你将拥有宽松、愉悦、平等的工作环境,亦可收获友爱、尊重、温暖的伙伴</p> <p>在这里,你将拥有宽松、愉悦、平等的工作环境,亦可收获友爱、尊重、温暖的伙伴</p>
<p>更重要的是,你的个人价值将被最大化实现,你的努力将被所有人看见。</p> <p>更重要的是,你的个人价值将被最大化实现,你的努力将被所有人看见。</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment