-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (142 loc) · 4.54 KB
/
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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>zui by zbfe</title>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="deps/gh-pages/normalize.css" media="screen">
<link href="deps/gh-pages/font.css?family=Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="deps/gh-pages/stylesheet.css" media="screen">
<link rel="stylesheet" href="deps/gh-pages/github-light.css" media="screen">
<style>
.main-content pre {
-webkit-overflow-scrolling: touch;
}
.site-footer {
bottom: 0;
margin: 0;
padding: 10px 0;
position: absolute;
left: 0;
width: 100%;
}
body {
margin-bottom: 85px;
}
html {
min-height: 100%;
position: relative;
background-color: #fff;
}
.project-name a {
color: #fff;
text-decoration: none;
}
.runjs-btn,
.runhtml-btn {
background-color: #04be02;
border: none;
border-radius: 5px;
box-sizing: border-box;
color: #fff;
display: block;
font-size: 18px;
line-height: 2.33333333;
outline: none;
overflow: hidden;
padding-left: 14px;
padding-right: 14px;
position: relative;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
}
.run-iframe {
border: none;
width: 100%;
background: #fff url(http://static.meishichina.com/v6/img/loading-32-32.gif) no-repeat center center;
height: 100%;
overflow: hidden;
overflow-y: auto;
}
.runhtml-log {
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f0f0f0;
margin-top: 20px;
position: relative;
padding: 3px;
}
.runhtml-log:after,
.runhtml-log:before {
content: '';
display:block;position:absolute;z-index:10000;overflow:hidden;height:0;width:0;border:10px dashed transparent;
top: -20px;
left: 58px;
}
.runhtml-log:after {
border-bottom-style:solid;border-bottom-color:#f0f0f0;
top: -19px;
}
.runhtml-log:before {
border-bottom-style:solid;border-bottom-color:#ccc;
}
@media screen and (max-width: 700px) {
.runjs-btn,
.runhtml-btn {
width: 100%;
}
.runhtml-log:after,
.runhtml-log:before {
left: 50%;
margin-left: -10px;
}
}
@media screen and (min-width: 64em) {
.site-footer-inner {
margin: 0 auto;
max-width: 64rem;
padding: 0 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer-inner {
padding: 0 4rem;
}
}
@media screen and (max-width: 42em) {
.site-footer-inner {
padding: 0 1rem;
}
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name"><a href="README.md">zui</a></h1>
<h2 class="project-tagline">Mobile ui library created by zbfe</h2>
<a href="https://github.com/zbfe/zui" class="btn">View on GitHub</a>
<a href="README.md#demo" class="btn J-hash">Demo</a>
<a href="docs/quick-start.md" class="btn">Develop</a>
<!-- <a href="test/index.html" class="btn">Test case</a> -->
</section>
<section class="main-content">
<div id="main">
loading...
</div>
<footer class="site-footer">
<div class="site-footer-inner">
<span class="site-footer-owner"><a href="https://github.com/zbfe/zui">zui</a> is maintained by <a href="https://github.com/zbfe">zbfe</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</div>
</footer>
</section>
<script src="deps/gh-pages/jquery2.2.3.js"></script>
<script src="deps/gh-pages/marked.js"></script>
<script src="deps/requirejs/require.js"></script>
<script src="deps/requirejs/config.js"></script>
<script src="deps/gh-pages/page.js"></script>
</body>
</html>