Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fanchi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
甘剑浪
fanchi
Commits
0d8c038f
Commit
0d8c038f
authored
Mar 25, 2022
by
liukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
e5ed96b1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
186 additions
and
392 deletions
+186
-392
ServiceHelp.php
application/servicehelp/controller/ServiceHelp.php
+1
-1
0deabdad4795c8b2ce5dc2f7fc3b0738.php
runtime/temp/0deabdad4795c8b2ce5dc2f7fc3b0738.php
+46
-96
c2348956ca4de8c03d4e9b8f5c27c691.php
runtime/temp/c2348956ca4de8c03d4e9b8f5c27c691.php
+41
-91
d0e07805db87d104116900072e0482ec.php
runtime/temp/d0e07805db87d104116900072e0482ec.php
+16
-18
e2e304ca92087e4d428d31bc24cfd9eb.php
runtime/temp/e2e304ca92087e4d428d31bc24cfd9eb.php
+42
-94
e627f901799750a4145f38f9ae4ee578.php
runtime/temp/e627f901799750a4145f38f9ae4ee578.php
+39
-91
list.html
template/home/join/list.html
+1
-1
No files found.
application/servicehelp/controller/ServiceHelp.php
View file @
0d8c038f
...
...
@@ -33,7 +33,7 @@ class ServiceHelp extends Base
}
public
function
help
(){
$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
();
$cate
=
new
QuestionCate
();
if
(
count
(
$question_cate_list
)
>
0
){
...
...
runtime/temp/0deabdad4795c8b2ce5dc2f7fc3b0738.php
View file @
0d8c038f
<?php
/*a:4:{s:68:"D:\PHPStormProject\fanchi\config/../template/home\about\aboutus.html";i:164
3097516;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:164
8202490;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>
<head>
<title>
海星-全民娱乐直播平台
</title>
...
...
@@ -293,121 +293,71 @@
.common-header
li
.service.business
.down-list
{
left
:
-3px
;
}
/*
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
*/
/*.common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
/*
<?php
if
((
!
empty
(
$other_logo_url
)))
:
?>
*/
/*.white-bg .common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
if
((
!
empty
(
$other_logo_url
)))
:
?>
.white-bg
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
?>
</style>
<header
class=
"common-header"
style=
"background: none"
>
<!-- <a class="logo-href" href="/"></a>--
>
<header
class=
"common-header"
>
<a
class=
"logo-href"
href=
"/"
></a
>
<ul
class=
"clearfix"
>
<li
class=
"no-border"
>
<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>
<?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"
>
<span
class=
"service business aboutuson"
>
关于我们
<span
class=
"down-list"
>
<span
class=
"item colortext"
>
<a
href=
"javascript:"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/aboutus'
);
?>
"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a>
<span
class=
"service"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
<span
class=
"down-list"
style=
"position: relative;top: -30px;left: 0px;"
>
<span
class=
"item colortext"
style=
"left: -1px;width: 100%"
>
<a
href=
"javascript:"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
</a>
</span>
</span>
</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>
<?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
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>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</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 class="white-bg-service">-->
<!-- <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>-->
<!-- <!–<span class="item">–>-->
<!-- <!–<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>–>-->
<!-- <!–</span>–>-->
<!-- <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>-->
<!-- <!–<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口 </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>–>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="
<?php
echo
url
(
'/index/index/huatai'
);
?>
">华泰证券</a>-->
<!-- </li>-->
<?php
endif
;
?>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</ul>
</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"
>
<p
class=
"line"
></p>
<nav>
<ul
class=
"clearfix"
>
<
li
class=
" on "
><a
href=
"/aboutus/us.html"
"=""
>
关于我们
</a></li
>
<li
class=
"
"
><a
href=
"/aboutus/agreement.html"
"=""
>
用户协议
</a></li>
<!-- <li class=""><a href="/aboutus/vipterms.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=
"
<?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>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?
>
</ul>
</nav>
<?php
if
(
!
empty
(
$us
))
:
?>
<section
class=
"info-sec info-sec-1"
>
<?php
echo
htmlspecialchars_decode
(
$us
[
'content'
]);
?>
<?php
echo
htmlspecialchars_decode
(
$us
[
'content'
]);
?>
</section>
<?php
endif
;
?>
...
...
@@ -443,7 +393,7 @@
<footer
class=
"common-footer"
>
<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
(
'/join'
);
?>
"
>
招聘信息
</a></li>
<li><a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a></li>
...
...
runtime/temp/c2348956ca4de8c03d4e9b8f5c27c691.php
View file @
0d8c038f
<?php
/*a:4:{s:71:"D:\PHPStormProject\fanchi\config/../template/home\servicehelp\help.html";i:164
3097517;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:164
8202972;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>
<head>
<title>
海星-全民娱乐直播平台
</title>
...
...
@@ -348,107 +348,55 @@
.common-header
li
.service.business
.down-list
{
left
:
-3px
;
}
/*
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
*/
/*.common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
/*
<?php
if
((
!
empty
(
$other_logo_url
)))
:
?>
*/
/*.white-bg .common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
endif
;
if
((
!
empty
(
$other_logo_url
)))
:
?>
.white-bg
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
?>
</style>
<header
class=
"common-header"
style=
"background: none"
>
<!-- <a class="logo-href" href="/"></a>--
>
<header
class=
"common-header"
>
<a
class=
"logo-href"
href=
"/"
></a
>
<ul
class=
"clearfix"
>
<li
class=
"no-border"
>
<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>
<?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"
>
<span
class=
"service business aboutuson"
>
关于我们
<span
class=
"down-list"
>
<span
class=
"item colortext"
>
<a
href=
"javascript:"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/aboutus'
);
?>
"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a>
<span
class=
"service"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
<span
class=
"down-list"
style=
"position: relative;top: -30px;left: 0px;"
>
<span
class=
"item colortext"
style=
"left: -1px;width: 100%"
>
<a
href=
"javascript:"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
</a>
</span>
</span>
</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>
<?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
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>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</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 class="white-bg-service">-->
<!-- <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>-->
<!-- <!–<span class="item">–>-->
<!-- <!–<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>–>-->
<!-- <!–</span>–>-->
<!-- <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>-->
<!-- <!–<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口 </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>–>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="
<?php
echo
url
(
'/index/index/huatai'
);
?>
">华泰证券</a>-->
<!-- </li>-->
<?php
endif
;
?>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</ul>
</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"
>
<p
class=
"line"
></p>
...
...
@@ -461,6 +409,7 @@
</div>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</div>
<?php
if
(
!
empty
(
$question_cate_list
))
:
?>
<div
class=
"usercontext"
>
<div
class=
"tips-container"
>
<form
id=
"search-form"
method=
"get"
action=
"/servicehelp/search.html"
>
...
...
@@ -501,6 +450,7 @@
<?php
endif
;
?>
</div>
</div>
<?php
endif
;
?>
</section>
</div>
...
...
@@ -534,7 +484,7 @@
<footer
class=
"common-footer"
>
<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
(
'/join'
);
?>
"
>
招聘信息
</a></li>
<li><a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a></li>
...
...
runtime/temp/d0e07805db87d104116900072e0482ec.php
View file @
0d8c038f
<?php
/*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:164820
0189;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:164820
3345;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>
<head>
<title>
海星-全民娱乐直播平台
</title>
...
...
@@ -419,23 +419,21 @@
.common-header
li
.service.business
.down-list
{
left
:
-3px
;
}
/*
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
*/
/*.common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
/*
<?php
if
((
!
empty
(
$other_logo_url
)))
:
?>
*/
/*.white-bg .common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
if
((
!
empty
(
$other_logo_url
)))
:
?>
.white-bg
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
?>
</style>
<header
class=
"common-header"
style=
"background: none"
>
<!-- <a class="logo-href" href="/"></a>--
>
<header
class=
"common-header"
>
<a
class=
"logo-href"
href=
"/"
></a
>
<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'
]))
:
?>
<li
class=
"white-bg-service"
>
...
...
@@ -647,7 +645,7 @@
<footer
class=
"common-footer"
>
<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
(
'/join'
);
?>
"
>
招聘信息
</a></li>
<li><a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a></li>
...
...
runtime/temp/e2e304ca92087e4d428d31bc24cfd9eb.php
View file @
0d8c038f
<?php
/*a:4:{s:64:"D:\PHPStormProject\fanchi\config/../template/home\join\list.html";i:164
3097516;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:164
8204749;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>
<head>
<title>
海星招聘|人才招募|招商加盟|主播入驻|颜值主播
</title>
...
...
@@ -262,107 +262,55 @@
.common-header
li
.service.business
.down-list
{
left
:
-3px
;
}
/*
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
*/
/*.common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
/*
<?php
if
((
!
empty
(
$other_logo_url
)))
:
?>
*/
/*.white-bg .common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
if
((
!
empty
(
$other_logo_url
)))
:
?>
.white-bg
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
?>
</style>
<header
class=
"common-header"
style=
"background: none"
>
<!-- <a class="logo-href" href="/"></a>--
>
<header
class=
"common-header"
>
<a
class=
"logo-href"
href=
"/"
></a
>
<ul
class=
"clearfix"
>
<li
class=
"no-border"
>
<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>
<?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"
>
<span
class=
"service business aboutuson"
>
关于我们
<span
class=
"down-list"
>
<span
class=
"item colortext"
>
<a
href=
"javascript:"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/aboutus'
);
?>
"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a>
<span
class=
"service"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
<span
class=
"down-list"
style=
"position: relative;top: -30px;left: 0px;"
>
<span
class=
"item colortext"
style=
"left: -1px;width: 100%"
>
<a
href=
"javascript:"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
</a>
</span>
</span>
</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>
<?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
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>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</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 class="white-bg-service">-->
<!-- <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>-->
<!-- <!–<span class="item">–>-->
<!-- <!–<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>–>-->
<!-- <!–</span>–>-->
<!-- <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>-->
<!-- <!–<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口 </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>–>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="
<?php
echo
url
(
'/index/index/huatai'
);
?>
">华泰证券</a>-->
<!-- </li>-->
<?php
endif
;
?>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</ul>
</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 @@
</div>
<div
class=
"swiper-pagination swiper-pagination-clickable"
><span
class=
"swiper-pagination-bullet swiper-pagination-bullet-active"
></span></div>
</section>
<?php
if
(
!
empty
(
$join_cate_list
))
:
?>
<section
class=
"section2"
>
<p>
在这里,你将拥有宽松、愉悦、平等的工作环境,亦可收获友爱、尊重、温暖的伙伴
</p>
<p>
更重要的是,你的个人价值将被最大化实现,你的努力将被所有人看见。
</p>
...
...
@@ -436,7 +384,7 @@
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
<!--end of foreach-->
</section>
<?php
endif
;
?>
</div>
...
...
@@ -471,7 +419,7 @@
<footer
class=
"common-footer"
>
<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
(
'/join'
);
?>
"
>
招聘信息
</a></li>
<li><a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a></li>
...
...
runtime/temp/e627f901799750a4145f38f9ae4ee578.php
View file @
0d8c038f
<?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:164
3097517;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:164
8203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268
;}*/
?>
<html>
<head>
<title>
朱贝在线客服联系我们
</title>
...
...
@@ -211,107 +211,55 @@
.common-header
li
.service.business
.down-list
{
left
:
-3px
;
}
/*
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
*/
/*.common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
if
((
!
empty
(
$logo_url
)))
:
?>
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
/*
<?php
if
((
!
empty
(
$other_logo_url
)))
:
?>
*/
/*.white-bg .common-header {*/
/*
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;*/
/* background-size: 18%;*/
/*}*/
/*
<?php
endif
;
?>
*/
<?php
endif
;
if
((
!
empty
(
$other_logo_url
)))
:
?>
.white-bg
.common-header
{
background
:
url
(
<?php
echo
htmlentities
(
$other_logo_url
);
?>
)
-3px
37px
no-repeat
;
background-size
:
18%
;
}
<?php
endif
;
?>
</style>
<header
class=
"common-header"
style=
"background: none"
>
<!-- <a class="logo-href" href="/"></a>--
>
<header
class=
"common-header"
>
<a
class=
"logo-href"
href=
"/"
></a
>
<ul
class=
"clearfix"
>
<li
class=
"no-border"
>
<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>
<?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"
>
<span
class=
"service business aboutuson"
>
关于我们
<span
class=
"down-list"
>
<span
class=
"item colortext"
>
<a
href=
"javascript:"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/aboutus'
);
?>
"
>
关于我们
</a>
</span>
<span
class=
"item"
>
<a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a>
<span
class=
"service"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
<span
class=
"down-list"
style=
"position: relative;top: -30px;left: 0px;"
>
<span
class=
"item colortext"
style=
"left: -1px;width: 100%"
>
<a
href=
"javascript:"
>
<?php
echo
htmlentities
(
$vo
[
'title'
]);
?>
</a>
</span>
</span>
</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>
<?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
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>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</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 class="white-bg-service">-->
<!-- <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>-->
<!-- <!–<span class="item">–>-->
<!-- <!–<a href="https://cdn-fastly.obsproject.com/downloads/obs-mac-27.1.dmg">for mac</a>–>-->
<!-- <!–</span>–>-->
<!-- <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>-->
<!-- <!–<span class="service business guildon">工会入口-->
<!-- <span class="down-list">-->
<!-- <span class="item colortext">-->
<!-- <a href="javascript:">工会入口 </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>–>-->
<!-- </li>-->
<!-- <li class="white-bg-service">-->
<!-- <a class="home" href="
<?php
echo
url
(
'/index/index/huatai'
);
?>
">华泰证券</a>-->
<!-- </li>-->
<?php
endif
;
?>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</ul>
</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">
...
...
@@ -397,7 +345,7 @@
<footer
class=
"common-footer"
>
<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
(
'/join'
);
?>
"
>
招聘信息
</a></li>
<li><a
href=
"
<?php
echo
url
(
'/contact'
);
?>
"
>
联系我们
</a></li>
...
...
template/home/join/list.html
View file @
0d8c038f
...
...
@@ -104,7 +104,7 @@
</div>
<div
class=
"swiper-pagination swiper-pagination-clickable"
><span
class=
"swiper-pagination-bullet swiper-pagination-bullet-active"
></span></div>
</section>
{if !empty(join_cate_list)}
{if !empty(
$
join_cate_list)}
<section
class=
"section2"
>
<p>
在这里,你将拥有宽松、愉悦、平等的工作环境,亦可收获友爱、尊重、温暖的伙伴
</p>
<p>
更重要的是,你的个人价值将被最大化实现,你的努力将被所有人看见。
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment