Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
920ef036
authored
Jun 02, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
3dfd069e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
download/css/index.css
download/css/index.less
download/download.html
download/download2.html
index.html
download/css/index.css
View file @
920ef036
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
background
:
url(../images/downBtn2.png)
no-repeat
;
background
:
url(../images/downBtn2.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
position
:
absolute
;
position
:
absolute
;
bottom
:
0
.2rem
;
bottom
:
1
.2rem
;
z-index
:
5
;
z-index
:
5
;
left
:
50%
;
left
:
50%
;
margin-left
:
-3.17rem
;
margin-left
:
-3.17rem
;
...
...
download/css/index.less
View file @
920ef036
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
background: url(../images/downBtn2.png)no-repeat;
background: url(../images/downBtn2.png)no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
position: absolute;
position: absolute;
bottom:
0
.2rem;
bottom:
1
.2rem;
z-index: 5;
z-index: 5;
left: 50%;
left: 50%;
margin-left: -3.17rem;
margin-left: -3.17rem;
...
...
download/download.html
View file @
920ef036
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<script
src=
"../lib/fsize.js"
></script>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220602"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220602
01
"
>
<style>
<style>
</style>
</style>
...
...
download/download2.html
View file @
920ef036
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<script
src=
"../lib/fsize.js"
></script>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220602"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220602
01
"
>
<style>
<style>
.new-bg
{
.new-bg
{
background
:
url(images/bg-new2.png)
no-repeat
;
background
:
url(images/bg-new2.png)
no-repeat
;
...
...
index.html
View file @
920ef036
...
@@ -250,7 +250,7 @@ $(function(){
...
@@ -250,7 +250,7 @@ $(function(){
var
html
=
[];
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
){
var
list
=
data
.
roomList
[
i
]
var
list
=
data
.
roomList
[
i
]
html
+=
'
<
a
href
=
"download/down
1
.html?qd=ftsBH5ZB"
><
div
class
=
"live-box"
>
';
html
+=
'
<
a
href
=
"download/down
load2
.html?qd=ftsBH5ZB"
><
div
class
=
"live-box"
>
';
html+='
<
div
class
=
"live-face-box"
><
img
src
=
"https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180"
alt
=
""
><
/div>'
;
html+='
<
div
class
=
"live-face-box"
><
img
src
=
"https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180"
alt
=
""
><
/div>'
;
html
+=
'
<
div
class
=
"live-box-name"
>
'+list.nickname+'
<
/div>'
;
html
+=
'
<
div
class
=
"live-box-name"
>
'+list.nickname+'
<
/div>'
;
html
+=
'
<
/div></
a
>
';
html
+=
'
<
/div></
a
>
';
...
...
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