-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail_baoyue_disabled2.html
91 lines (91 loc) · 3.63 KB
/
detail_baoyue_disabled2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>包月账户信息</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HCI">
<meta name="author" content="PengEdy">
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}
.form-signin {
max-width: 500px;
padding: 19px 29px 29px;
margin: 0 auto 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading{
margin-bottom: 10px;
}
.row{
margin: 10px;
}
p{
font-size: 20px;
}
</style>
</head>
<body>
<div class="container">
<form class="form-signin">
<h2 class="form-signin-heading" align="center">541012010418T(包月)信息</h2>
<div class="span3">
<h3>账户状态</h3>
<br><br>
<p class="text-center text-warning"><strong>已停用</strong></p>
<br><br>
<p class="text-info text-center"><strong>请复通帐号</strong></p>
</div>
<div class="span3">
<h3>资费标准:25元/月</h3>
<a href="#charge" role="button" data-toggle="modal" class="btn btn-large span2" type="button">一个月</a>
<a href="#charge" role="button" data-toggle="modal" class="btn btn-large span2" type="button">两个月</a>
<a href="#charge" role="button" data-toggle="modal" class="btn btn-large span2" type="button">三个月</a>
<a href="#charge" role="button" data-toggle="modal" class="btn btn-large span2" type="button">四个月</a>
</div>
<br><br><br>
<div class="row"><h1> </h1></div>
<div class="row-fluid">
<a href="#restart" role="button" data-toggle="modal" class="btn btn-large btn-primary span6" type="button">帐号复通</a>
<button class="btn btn-large btn-warning span6" type="button" onclick="location.href='main_baoyue.html'">返回</button>
</div>
</form>
</div>
<div id="charge" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<h3 id="myModalLabel" class="text-success" align="center">充值成功!</h3>
</div>
<div class="modal-body" align="center">
<div class="row-fluid">
<button class="btn btn-primary btn-large span6" onclick="location.href=''" >返回</button>
<button class="btn btn-danger btn-large span6" onclick="self.close()">退出</button>
</div>
</div>
</div>
<div id="restart" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<h3 id="myModalLabel" class="text-success" align="center">操作成功!</h3>
</div>
<div class="modal-body" align="center">
<div class="row-fluid">
<button class="btn btn-primary btn-large span6" onclick="location.href='detail_baoyue_enabled.html'" >返回</button>
<button class="btn btn-danger btn-large span6" onclick="self.close()">退出</button>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>