parent
fcb8a108a1
commit
100ede565e
@ -1,59 +1,60 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang=zh-CN>
|
<html lang=zh-CN>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
|
||||||
<title>CRMEB</title>
|
<title>甄味馆</title>
|
||||||
<meta name="Copyright" content="helang">
|
<meta name="Copyright" content="helang">
|
||||||
<!-- <link rel="shortcut icon" type="image/png" href="/uniapp-extend/static/logo.png"> -->
|
<!-- <link rel="shortcut icon" type="image/png" href="/uniapp-extend/static/logo.png"> -->
|
||||||
<meta name="keywords" content="CRMEB">
|
<meta name="keywords" content="甄味馆">
|
||||||
<meta name="description" content="CRMEB">
|
<meta name="description" content="甄味馆">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body{
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
iframe{
|
|
||||||
width: 375px;
|
iframe {
|
||||||
height: 667px;
|
width: 375px;
|
||||||
background-color: #fff;
|
height: 667px;
|
||||||
/* box-sizing: content-box; */
|
background-color: #fff;
|
||||||
|
/* box-sizing: content-box; */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 450px) {
|
@media screen and (min-width: 450px) {
|
||||||
iframe {
|
iframe {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border: 1px solid #f5f5f5;
|
border: 1px solid #f5f5f5;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.isPC = true;
|
window.isPC = true;
|
||||||
window.onload = function(){
|
window.onload = function() {
|
||||||
/* 监听电脑浏览器窗口尺寸改变 */
|
/* 监听电脑浏览器窗口尺寸改变 */
|
||||||
if(window.innerWidth <= 420){
|
if (window.innerWidth <= 420) {
|
||||||
window.location.pathname = '/';
|
window.location.pathname = '/';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- <iframe src="https://java.crmeb.net/"></iframe> -->
|
<!-- <iframe src="https://java.crmeb.net/"></iframe> -->
|
||||||
<!--若你的项目未设置根目录(默认为 / 时),则使用下方代码-->
|
<!--若你的项目未设置根目录(默认为 / 时),则使用下方代码-->
|
||||||
<iframe src="/" id="iframe"></iframe>
|
<iframe src="/" id="iframe"></iframe>
|
||||||
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
|
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var Ip=returnCitySN['cip']
|
var Ip = returnCitySN['cip']
|
||||||
localStorage.setItem('Ip', Ip)
|
localStorage.setItem('Ip', Ip)
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 89 KiB |
Loading…
Reference in new issue