Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
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
21626d39
authored
Aug 20, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
673f9dd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
0 deletions
activeFt/goddess/demo.html
activeFt/goddess/demo.html
0 → 100644
View file @
21626d39
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/daily.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=2024061701"
>
<link
rel=
"stylesheet"
href=
"css/liMarquee.css"
>
<style>
.layui-layer-shade
{
opacity
:
0.7
!important
;
}
.yourclass5
{
border-radius
:
0rem
!important
;
background
:
rgba
(
0
,
0
,
0
,
0
)
!important
;
}
.yourclass5
.layui-layer-content
{
border-radius
:
0rem
!important
;
}
.demo-bg
{
width
:
10rem
;
margin
:
0
auto
;
height
:
15rem
;
background
:
pink
;
overflow
:
hidden
;
}
.demo-bg
input
{
width
:
8rem
;
height
:
1rem
;
margin
:
0
auto
;
display
:
block
;
margin-top
:
0.5rem
;
font-size
:
0.4rem
;
}
.demo-bg
div
{
width
:
3rem
;
height
:
1rem
;
background
:
hotpink
;
margin
:
0
auto
;
line-height
:
1rem
;
border-radius
:
1rem
;
text-align
:
center
;
font-size
:
0.5rem
;
color
:
#fff
;
margin-top
:
1rem
;
}
</style>
</head>
<script
src=
"lib/lottie-player.js"
></script>
<body
style=
"background: rgba(0, 0, 0, 0);"
>
<div
class=
"demo-bg"
>
<input
type=
"text"
placeholder=
"请输入你要跳转的地址"
>
<div>
确定
</div>
</div>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/default.js?v='2024061702'"
></script>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/socket.io.js"
></script>
<script>
$
(
".demo-bg div"
).
on
(
"click"
,
function
(){
var
urlGo
=
$
(
".demo-bg input"
).
val
()
window
.
location
.
href
=
urlGo
})
</script>
</html>
\ No newline at end of file
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