Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Shanxi_CCB_Card
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
余成
Shanxi_CCB_Card
Commits
289d6b23
Commit
289d6b23
authored
Jul 13, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建项目
parent
7ad36eb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
0 deletions
+93
-0
.gitignore
.gitignore
+2
-0
index.html
index.html
+91
-0
No files found.
.gitignore
0 → 100644
View file @
289d6b23
history
.history
\ No newline at end of file
index.html
0 → 100644
View file @
289d6b23
<!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>
信用卡专享优惠-惠满三晋
</title>
<!-- 这里是浏览器适配 -->
<script>
!
(
function
(
e
,
i
)
{
var
t
=
e
.
documentElement
,
n
=
navigator
.
userAgent
.
match
(
/iphone|ipod|ipad/gi
),
a
=
n
?
Math
.
min
(
i
.
devicePixelRatio
,
3
)
:
1
,
m
=
"orientationchange"
in
window
?
"orientationchange"
:
"resize"
;
t
.
dataset
.
dpr
=
a
;
for
(
var
d
,
l
,
c
=
!
1
,
o
=
e
.
getElementsByTagName
(
"meta"
),
r
=
0
;
r
<
o
.
length
;
r
++
)
{
(
l
=
o
[
r
]),
"viewport"
==
l
.
name
&&
((
c
=
!
0
),
(
d
=
l
));
}
if
(
c
)
{
d
.
content
=
"width=device-width,initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0,user-scalable=no"
;
}
else
{
var
o
=
e
.
createElement
(
"meta"
);
(
o
.
name
=
"viewport"
),
(
o
.
content
=
"width=device-width,initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0,user-scalable=no"
),
t
.
firstElementChild
.
appendChild
(
o
);
}
var
s
=
function
()
{
var
e
=
t
.
clientWidth
;
var
dw
=
window
[
"designWidth"
]
||
750
;
e
/
a
>
dw
&&
(
e
=
dw
*
a
),
(
window
.
remScale
=
e
/
dw
),
(
t
.
style
.
fontSize
=
100
*
(
e
/
dw
)
+
"px"
);
};
s
(),
e
.
addEventListener
&&
i
.
addEventListener
(
m
,
s
,
!
1
);
})(
document
,
window
);
</script>
<!-- 全局样式 -->
<style>
*
{
padding
:
0
;
margin
:
0
;
outline
:
none
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
/*禁止长按链接与图片弹出菜单*/
-webkit-touch-callout
:
none
;
-ms-touch-callout
:
none
;
-moz-touch-callout
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
font-family
:
-apple-system
,
Helvetica
,
sans-serif
;
}
body
{
width
:
100%
;
height
:
100%
;
}
.container
{
width
:
7.5rem
;
max-width
:
7.5rem
;
min-height
:
100vh
;
overflow
:
hidden
;
position
:
relative
;
background-color
:
#a1daff
;
}
::-webkit-scrollbar
{
display
:
none
;
}
img
{
display
:
block
;
width
:
100%
;
margin
:
0
;
padding
:
0
;
text-decoration
:
none
;
}
</style>
</head>
<body>
</body>
</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