Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fjkankan
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
甘剑浪
fjkankan
Commits
f373b54a
Commit
f373b54a
authored
Mar 28, 2022
by
liukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
0c7e183a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cc84ef246e2bf6333dcaea87e1f27839.php
runtime/temp/cc84ef246e2bf6333dcaea87e1f27839.php
+3
-3
index.html
template/home/index/Index/index.html
+2
-2
No files found.
runtime/temp/cc84ef246e2bf6333dcaea87e1f27839.php
View file @
f373b54a
<?php
/*a:4:{s:74:"D:\PHPStormProject\fjkankan\config/../template/home\index\Index\index.html";i:1648
195474
;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:1648
434706
;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%'
)
...
...
template/home/index/Index/index.html
View file @
f373b54a
...
...
@@ -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%'
)
...
...
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