blank
parent
5236c7a6f1
commit
b5484a07c6
@ -0,0 +1,67 @@
|
|||||||
|
<!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>
|
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
Loading…
Reference in New Issue