-
Notifications
You must be signed in to change notification settings - Fork 1
/
react1.html
55 lines (39 loc) · 940 Bytes
/
react1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>6565464566546456</title>
<style>
.example-enter {
opacity: 0.01;
}
.example-enter.example-enter-active {
opacity: 1;
transition: opacity 500ms ease-in;
}
.example-leave {
opacity: 1;
}
.example-leave.example-leave-active {
opacity: 0.01;
transition: opacity 300ms ease-in;
}
</style>
</head>
<body>
<div id="example">
</div>
<div id="content"></div>
<div id="content1"></div>
<div id="comment_box"></div>
<div id="products"></div>
<div id="demo1"></div>
<div id="demo2"></div>
<div id="demo3"></div>
<div id="demo4"></div>
<div id="demo5"></div>
<div id="demo6"></div>
<script src="http://localhost:8080/common.js"></script>
<script src="http://localhost:8080/react.bundle.js"></script>
</body>
</html>