新增blank页

master
chenzhi 5 years ago
parent 629c803e87
commit e4b72a1847

@ -418,9 +418,4 @@ class SsgController extends BaseController {
} }
$this->success("领取成功",$novice); $this->success("领取成功",$novice);
} }
public function blank()
{
$this->display();
# code...
}
} }

@ -1,67 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no">
<title></title>
<link href="__CSS__/ssg/common.css?v={$rand}" rel="stylesheet" type="text/css">
</head>
<style>
/* blank-page */
.blank-box{
font-size: .16rem;
color: #292929;
background-color: #fff;
min-height: 100vh;
}
.blank-box .title {
display: flex;
height: .45rem;
width: 100%;
justify-content: space-between;
align-items: center;
background-color: #21B1EB;
}
.blank-box .title img,
.blank-box .titleright {
width: .15rem;
height: .15rem;
}
.blank-box .title img{
margin-left:.12rem;
}
.blank-box .titleright {
margin-right:.12rem;
}
.blank-box .title .content{
font-size: .16rem;color: #fff;
}
</style>
<body>
<div class="blank-box">
<div class="title">
<img class="gologin" src="__IMG__/ssg/back.png" onclick="javascript:history.go(-1)">
<div class="content">充值帮助</div>
<div class="titleright"></div>
</div>
<div style="width: 100%;padding:.9rem 0 0;display: flex;justify-content: center;">
<img src="__IMG__/ssg/blank/blankimg.png" style="width: 2rem;height: 1.75rem;">
</div>
<p style="width: 100%;font-size: .16rem;text-align: center;line-height: 1.5;">网络似乎不太好</p>
<div style="width: 100%;padding:.35rem 0 0;display: flex;justify-content: center;">
<a style="width: 1.1rem;height: .35rem;border-radius: 35px;text-align: center;color: #fff;background-color:#21B1EB;line-height: .35rem;">
刷新页面
</a>
</div>
</div>
</body>
<script src="__JS__/jquery-1.11.1.min.js?v={$rand}" type="text/javascript"></script>
<script src="__JS__/ssg/common.js" type="text/javascript"></script>
<script>
</script>
</html>

@ -489,4 +489,10 @@ class Ipa365Controller extends BaseController{
$map['gift_id'] = $gift_id; $map['gift_id'] = $gift_id;
return M("gift_record",'tab_')->field('*')->where($map)->find(); return M("gift_record",'tab_')->field('*')->where($map)->find();
} }
//前往空白页
public function blank()
{
$this->display();
# code...
}
} }

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no">
<title></title>
<link href="__CSS__/ssg/common.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="blank-box">
<div class="title">
<img class="gologin" src="__IMG__/ssg/alipay/back.png" onclick="javascript:history.go(-1)">
<div class="content">充值帮助</div>
<div class="titleright"></div>
</div>
<div class="cell-box">
<img src="__IMG__/ssg/blank/blankimg.png">
</div>
<p>网络似乎不太好</p>
<div class="resbtn">
<a href="#">
刷新页面
</a>
</div>
</div>
</body>
<script src="__JS__/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="__JS__/ssg/common.js" type="text/javascript"></script>
<script>
</script>
</html>

@ -221,3 +221,48 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #
.order-search li dl .order-pay { position: absolute; right: 0; top: 50%; margin-top: -0.265rem; width: 0.53rem; height: 0.53rem; background-repeat: no-repeat; background-size: 100%; margin: auto; } .order-search li dl .order-pay { position: absolute; right: 0; top: 50%; margin-top: -0.265rem; width: 0.53rem; height: 0.53rem; background-repeat: no-repeat; background-size: 100%; margin: auto; }
/*# sourceMappingURL=common.css.map */ /*# sourceMappingURL=common.css.map */
/* blank-page */
.blank-box{
font-size: .16rem;
color: #292929;
background-color: #fff;
min-height: 100vh;
}
.blank-box .title {
display: flex;
height: .45rem;
width: 100%;
justify-content: space-between;
align-items: center;
background-color: #21B1EB;
}
.blank-box .title img,
.blank-box .titleright {
width: .15rem;
height: .15rem;
}
.blank-box .title img{
margin-left:.12rem;
}
.blank-box .titleright {
margin-right:.12rem;
}
.blank-box .title .content{
font-size: .16rem;color: #fff;
}
.blank-box .cell-box{
width: 100%;padding:.9rem 0 0;display: flex;justify-content: center
}
.blank-box .cell-box img{
width: 2rem;height: 1.75rem;
}
.blank-box p{
width: 100%;font-size: .16rem;text-align: center;line-height: 1.5;
}
.blank-box .resbtn{
width: 100%;padding:.35rem 0 0;display: flex;justify-content: center;
}
.blank-box .resbtn a{
width: 1.1rem;height: .35rem;border-radius: 35px;text-align: center;color: #fff;background-color:#21B1EB;line-height: .35rem;
}

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Loading…
Cancel
Save