-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (31 loc) · 859 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>sku</title>
<style>
.sku.clicked{
background: #3682e6;
}
</style>
</head>
<body>
<div class='sku-group'>
<!-- <div>
属性1:
<input type="button" class="sku" attr_id="10" value="10"/>
</div> -->
</div>
<div class="detail">
<span id="init_time">init sku time: </span> </br>
<span id="price">--</span> </br>
</div>
</body>
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
<script src="./method.js"></script>
<script src="./main.js"></script>
<script>
</script>
</html>