forked from playwithblockchain/baidu-pet-chain-buyer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
51 lines (50 loc) · 1.48 KB
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>百度莱茨狗抢购插件 配置</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/options.js"></script>
<link type="text/css" href="css/bootstrap.min.css" rel="stylesheet" />
<link type="text/css" href="css/app.css" rel="stylesheet" />
<style>
.hide { display:none;}
.show { display:block;}
.left {
width: 500px;
float: left;
}
.right {
float: left;
padding: 50px;
}
</style>
</head>
<body>
<div class="container">
<div class="left">
<h4>买入价格配置</h4>
<div style="padding:10px 0;">
<table class="table table-bordered" id="degreeConf" style="width:100%;overflow:scroll">
<tr>
<th width="100">狗狗等级</th>
<th>最高买入价</th>
</tr>
</table>
<div class="bar" style="padding:10px 0;">
<button type="button" id="saveDegreeConf" class="btn btn-success">保存</button>
</div>
</div>
</div>
<div class="right">
<p> <b>打赏支持作者持续开发完善</b></p>
<p><img src="ds.png" /></p>
<p>
BTC: 1GsP6UQZbBw4VTHhEpKQh62d4Q3Go1Zm8W<br/>
ETH: 0x2e8c4c3a973afd055d7877b829612f1d08fb48c0
</p>
</div>
</div>
</body>
</html>