-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (112 loc) · 3.97 KB
/
index.html
File metadata and controls
115 lines (112 loc) · 3.97 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>赞助我们-MorFans</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/zui/1.5.0/css/zui.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/styletheme.css">
</head>
<body>
<nav class="navbar navbar-default topp" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-example">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><i class="icon icon-smile"> Donate</i></a>
</div>
<div class="collapse navbar-collapse navbar-collapse-example">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">赞助</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">链接 <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://morfans.cn">Blog</a></li>
<li><a href="https://chainwon.cc">Chainwon</a></li>
<li><a href="https://morfans.cc">SofeCenter</a></li>
<li class="divider"></li>
<li><a href="#" data-moveable="true" data-toggle="modal" data-target="#myModal">QQ群</a></li>
</ul>
</li>
</ul>
</div><!-- END .navbar-collapse -->
</div>
</nav>
<div class="tip">
</div>
<!-- <div class="myvideo" style="margin-left: 30%;margin-right: 30%;">
<video controls autoplay="autoplay" style="margin:0 auto;" id="video">
<source src="http://7vigs2.com1.z0.glb.clouddn.com/showtime.webm" type="video/webm">
<source src="http://7vigs2.com1.z0.glb.clouddn.com/morfansshow.mp4" type="video/mp4">
</video>
</div> -->
<div class="cards" style="margin:0 auto;">
<div class="col-md-6">
<h1 style="text-align: center">收到的赞助</h1>
<div class="col-md-12">
<div class="card">
<table class="table table-hover fuck">
<thead>
<tr>
<th>#</th>
<th>名称</th>
<th>捐赠金额</th>
<th>时间/方式</th>
</tr>
</thead>
<tbody class="donate">
</tbody>
</table>
<h3 style="text-align: center">总计:¥<span class="sum"></span></h3>
</div>
</div>
</div>
<div class="col-md-6">
<h1 style="text-align: center">支出的费用</h1>
<div class="col-md-12">
<div class="card">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>用途</th>
<th>金额</th>
<th>时间</th>
</tr>
</thead>
<tbody class="mydetail">
</tbody>
</table>
<h3 style="text-align: center">总计:¥<span class="mysum"></span></h3>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">关闭</span></button>
<h4 class="modal-title">这里还没写啦。。</h4>
</div>
<div class="modal-body">
<h1 class="text-warning">:)</h1>
<p>太懒了 这里就留着下次写吧 QAQ</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">知道了</button>
</div>
</div>
</div>
</div>
<script src="https://cdn.bootcss.com/zui/1.5.0/lib/jquery/jquery.js"></script>
<script src="./js/config.js"></script>
<script src="https://cdn.bootcss.com/zui/1.5.0/js/zui.min.js"></script>
</body>
</html>