You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
3.5 KiB
PHP
83 lines
3.5 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>欢捷网络官网</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="description" content="手机详情" />
|
|
<meta name="keywords" content="手机详情" />
|
|
<?php echo HtmlTool::getStaticFile('bootstrap.3.3.7.min.css')?>
|
|
<?php echo HtmlTool::getStaticFile(array('jquery-1.11.0.min.js', 'bootstrap.3.3.7.min.js'))?>
|
|
<style>
|
|
*{margin:0;padding:0}
|
|
body{font:14px/1.5 'microsoft yahei',sisum,arial,\5b8b\4f53;}
|
|
.row{width:100%;background:url('http://pdd-desktop-pub.oss-cn-beijing.aliyuncs.com/material/haitundianqun.png') center top no-repeat; min-height:728px;}
|
|
.contaniner{width:1250px;margin:0 auto;}
|
|
.contxt{position: relative;height:730px;}
|
|
.desc{width:520px;height:420px;background:#000;opacity:.8;position: absolute;right:20px ;top:190px; border-radius: 10px;}
|
|
.desc h3{font-size: 35px;color: #ABF9FF;padding: 30px;text-align:center;}
|
|
.desc p{color: #27B4F2;padding: 0 30px;font-size: 24px;}
|
|
.login{position: absolute;right:215px ;top:520px;}
|
|
.copyright{color:#afafaf;text-align:center;padding:20px 0}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- <?php echo gethostname(); ?> -->
|
|
<div class="row">
|
|
<div class="contaniner">
|
|
<div class="contxt">
|
|
<div class="desc">
|
|
<h3>简单· 实用 · 智能· 高效</h3>
|
|
<p>海豚店群,多店铺开店必备工具</p>
|
|
<p>全网商品一键搬家到店铺,颜色、商品图、属性等完美复制,极大提高效率。电商群控软件,店铺卖家必备</p>
|
|
</div>
|
|
<div class="login">
|
|
<a href="javascript:void(0);" id="J_loginModalShow" class="btn btn-warning btn-lg">用账号登录</a>
|
|
</div>
|
|
</div>
|
|
<p class="copyright" style="color:#000;">©Copyright 福州欢捷网络科技有限公司 <?php echo date('Y');?>. All rights reserved. <a href="http://www.miitbeian.gov.cn/" target="_blank">闽ICP备19006109号-1</a></p>
|
|
</div>
|
|
</div>
|
|
<!-- Modal -->
|
|
<div class="modal fade" id="J_loginModal" tabindex="-1" role="dialog" aria-labelledby="J_loginModal">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
<h4 class="modal-title" id="myModalLabel">登录</h4>
|
|
</div>
|
|
<div class="modal-body">
|
|
<form class="form-horizontal" action="<?php echo Zc::url(RouteConst::commonAuthMockUser, [], false, 'pdddt.happyporsche.com');?>" method="post">
|
|
<input type="hidden" class="form-control" name="source" value="AlipayVerify">
|
|
<div class="form-group">
|
|
<label for="inputEmail3" class="col-sm-4 control-label">用户名:</label>
|
|
<div class="col-sm-6">
|
|
<input type="text" class="form-control" name="userName" id="J_userName" placeholder="">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="inputPassword3" class="col-sm-4 control-label">密 码:</label>
|
|
<div class="col-sm-6">
|
|
<input type="password" class="form-control" name="password" id="J_password" placeholder="">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="col-sm-offset-4 col-sm-10">
|
|
<button type="submit" class="btn btn-primary">登录</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
$('#J_loginModalShow').on('click', function(){
|
|
$('#J_loginModal').modal();
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|