Commit 289d6b23 authored by 余成's avatar 余成

创建项目

parent 7ad36eb0
history
.history
\ No newline at end of file
<!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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment