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
df9f2af5
Commit
df9f2af5
authored
Mar 28, 2022
by
liukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
0d8c038f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
d0e07805db87d104116900072e0482ec.php
runtime/temp/d0e07805db87d104116900072e0482ec.php
+3
-3
index.html
template/home/index/Index/index.html
+2
-2
No files found.
runtime/temp/d0e07805db87d104116900072e0482ec.php
View file @
df9f2af5
<?php
/*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:1648
203345
;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;}*/
?>
<?php
/*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:1648
434703
;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>
...
...
@@ -494,7 +494,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>
...
...
@@ -737,7 +737,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 @
df9f2af5
...
...
@@ -271,7 +271,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>
...
...
@@ -434,7 +434,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