落地页更新

master
chenxiaojun 5 years ago
parent 49c3c8a45e
commit 4d19e28633

@ -67,14 +67,21 @@
.register-box-max { .register-box-max {
width: 80%; width: 80%;
height: 40%; height: 280px;
top: 30%; top: calc(50% - 140px);
left: 10%; left: 10%;
position: fixed; position: fixed;
z-index: 10; z-index: 10;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
} }
@media screen and (min-width: 768px) {
.register-box-max {
width: 50%;
left: 25%;
}
}
.register-bg { .register-bg {
width: 100%; width: 100%;
@ -119,7 +126,7 @@
width: 80%; width: 80%;
height: 2.5rem; height: 2.5rem;
border: 0; border: 0;
border-radius: 5px; border-radius: 18px;
background-color: #1993ff; background-color: #1993ff;
color: #fff; color: #fff;
font-size: 1.1rem; font-size: 1.1rem;
@ -127,7 +134,7 @@
</style> </style>
</head> </head>
<body class="main_bg"> <body class="main_bg" style="background-color: #0a0a0a;height: auto;">
<input type="hidden" name="title" value="{$data[0]['relation_game_name']}"> <input type="hidden" name="title" value="{$data[0]['relation_game_name']}">
<input type="hidden" name="icon" value="{:get_cover($data[0]['icon'],'path')}"> <input type="hidden" name="icon" value="{:get_cover($data[0]['icon'],'path')}">
<input type="hidden" name="desc" value="{$data[0]['features']}"> <input type="hidden" name="desc" value="{$data[0]['features']}">
@ -135,14 +142,14 @@
<!--<div class="register-box-max">--> <!--<div class="register-box-max">-->
<!-- <div class="register-title-box">--> <!-- <div class="register-title-box">-->
<!-- <span>注册</span>--> <!-- <span>登录</span>-->
<!-- </div>--> <!-- </div>-->
<!-- <div class="register-input-box">--> <!-- <div class="register-input-box">-->
<!-- <input value="" placeholder="账号">--> <!-- <input value="" placeholder="账号/手机号">-->
<!-- <input value="" placeholder="密码">--> <!-- <input value="" placeholder="密码">-->
<!-- </div>--> <!-- </div>-->
<!-- <div class="register-btn-box">--> <!-- <div class="register-btn-box">-->
<!-- <button>注册</button>--> <!-- <button>登录</button>-->
<!-- </div>--> <!-- </div>-->
<!--</div>--> <!--</div>-->
<!--<div class="register-bg"></div>--> <!--<div class="register-bg"></div>-->
@ -190,7 +197,7 @@
</div> </div>
</notempty> </notempty>
<div class="h_title_box ta_c p_t_15"> <div class="h_title_box ta_c">
<script src="__STATIC__/layer/layer.js"></script> <script src="__STATIC__/layer/layer.js"></script>
<script src="__STATIC__/ios9/js/layer/layer.js?VerNo=20190923" type="text/javascript"></script> <script src="__STATIC__/ios9/js/layer/layer.js?VerNo=20190923" type="text/javascript"></script>
<script type="text/javascript"> <script type="text/javascript">
@ -209,7 +216,7 @@
} }
} else { } else {
if (is_ios()) { if (is_ios()) {
if (Boolean(navigator.userAgent.match(/OS [1][3]_[1][_\d]* like Mac OS X/i))) { if (Boolean(navigator.userAgent.match(/OS [1][3-9]_[1-9][_\d]* like Mac OS X/i))) {
if (parseInt("{:I('get.status')}") > 0) { if (parseInt("{:I('get.status')}") > 0) {
location.href = "{:U('iosDown',array('gid'=>$gameId,'pid'=>I('get.pid'),'status'=>1))}"; location.href = "{:U('iosDown',array('gid'=>$gameId,'pid'=>I('get.pid'),'status'=>1))}";
return false; return false;

Loading…
Cancel
Save