Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
ca4cb903
authored
3 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加测试
parent
1ca70bab
master
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
3 deletions
guide/guide3.html
marketTest.html
guide/guide3.html
View file @
ca4cb903
...
@@ -17,24 +17,31 @@
...
@@ -17,24 +17,31 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<script
src=
"https://www.footseen.com/js/fsize.js"
></script>
<script
src=
"https://www.footseen.com/js/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base2.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base2.css"
>
<link
rel=
"stylesheet"
href=
"../css/iosNew.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</title>
<title>
Footseen
</title>
<style>
<style>
.guide3bg
{
.guide3bg
{
width
:
10rem
;
width
:
10rem
;
height
:
65.107rem
;
height
:
65.107rem
;
background
:
url(
www.footseen.com/img/new2/guide3bg
.png)
no-repeat
;
background
:
url(
https://www.footseen.com/img/new2/guide3
.png)
no-repeat
;
background-size
:
contain
;
background-size
:
contain
;
margin
:
0
auto
;
margin
:
0
auto
;
position
:
relative
;
position
:
relative
;
}
}
.goBackBtn
{
width
:
7.4rem
;
height
:
1.4rem
;
position
:
absolute
;
bottom
:
1.2rem
;
left
:
1.4rem
;
}
</style>
</style>
</head>
</head>
<body>
<body>
<div
class=
"guide3bg"
>
<div
class=
"guide3bg"
>
<a
href=
"javascript:history.back(-1);"
class=
"goBackBtn"
></a>
</div>
</div>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
marketTest.html
0 → 100644
View file @
ca4cb903
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
</head>
<body>
<input
id=
"input"
type=
"text"
>
<button
onclick=
"go()"
>
go
</button>
<script>
function
go
()
{
var
myInput
=
document
.
getElementById
(
"input"
);
window
.
location
.
href
=
"market://"
+
encodeURIComponent
(
"details?id="
+
myInput
.
value
);
}
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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