Commit f373b54a authored by liukang's avatar liukang

修改提交

parent 0c7e183a
<?php /*a:4:{s:74:"D:\PHPStormProject\fjkankan\config/../template/home\index\Index\index.html";i:1648195474;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\header.html";i:1648195250;s:71:"D:\PHPStormProject\fjkankan\config/../template/home\public\nav_bar.html";i:1648116123;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\footer.html";i:1643092775;}*/ ?>
<?php /*a:4:{s:74:"D:\PHPStormProject\fjkankan\config/../template/home\index\Index\index.html";i:1648434706;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\header.html";i:1648195250;s:71:"D:\PHPStormProject\fjkankan\config/../template/home\public\nav_bar.html";i:1648116123;s:70:"D:\PHPStormProject\fjkankan\config/../template/home\public\footer.html";i:1643092775;}*/ ?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="/static/common/css/common.css">
......@@ -483,7 +483,7 @@
<p class="note">进入凡骄的世界,去结识那些陌生而有趣的人</p>
<ul class="clearfix">
<?php if(is_array($know_list) || $know_list instanceof \think\Collection || $know_list instanceof \think\Paginator): $i = 0; $__LIST__ = $know_list;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<li><img class="te" src="<?php echo htmlentities($vo['img_url']); ?>" style="width:290px"></li>
<li><img class="te" src="<?php echo htmlentities($vo); ?>" style="width:290px"></li>
<?php endforeach; endif; else: echo "" ;endif; ?>
</ul>
</section>
......@@ -649,7 +649,7 @@ $(document).ready(function(){
modal.style.display = "none";
}
$.post('/getConfig',function (data){
$.post('/getConfig',{type:1},function (data){
if (data.banner){
// $('#playerbanner').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
$('.page-1').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
......
......@@ -262,7 +262,7 @@
<p class="note">进入凡骄的世界,去结识那些陌生而有趣的人</p>
<ul class="clearfix">
{volist name="know_list" id="vo"}
<li><img class="te" src="{$vo.img_url}" style="width:290px"></li>
<li><img class="te" src="{$vo}" style="width:290px"></li>
{/volist}
</ul>
</section>
......@@ -400,7 +400,7 @@ $(document).ready(function(){
modal.style.display = "none";
}
$.post('/getConfig',function (data){
$.post('/getConfig',{type:1},function (data){
if (data.banner){
// $('#playerbanner').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
$('.page-1').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
......
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