Skip to content

Commit f3e3474

Browse files
authored
Merge pull request #529 from 724338817/lab3.0.2
Lab3.0.2
2 parents e08abbc + 042f4cd commit f3e3474

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+606
-346
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
height: 100%;
2222
margin: 0px;
2323
padding: 0px;
24-
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.c37365cbac2d5de8aab7.js></script><script type=text/javascript src=./static/js/4.86dc5bae99368e457ce9.js></script><script type=text/javascript src=./static/js/runtime.07574a96f648973400ba.js></script><script type=text/javascript src=./static/js/6.b9d1562218845d2a225b.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
24+
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.2149849dadbf6089d765.js></script><script type=text/javascript src=./static/js/4.86dc5bae99368e457ce9.js></script><script type=text/javascript src=./static/js/runtime.5f15c4cbc2e863427ccf.js></script><script type=text/javascript src=./static/js/6.79ad17ade2027bc30fc6.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
2525
var antiClickjack = document.getElementById("antiClickjack");
2626
antiClickjack.parentNode.removeChild(antiClickjack);
2727
} else {

dist/static/css/base.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@font-face {
2+
font-family: 'webfont';
3+
src: url('../font/webfont.eot'); /* IE9 */
4+
src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
5+
url('../font/webfont.woff') format('woff'), /* chrome、firefox */
6+
url('../font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
7+
url('../font/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
8+
}
9+
.web-font {
10+
font-family: "webfont",Arial,sans-serif;
11+
/* font-size: 16px; */
12+
font-style: normal;
13+
-webkit-font-smoothing: antialiased;
14+
-moz-osx-font-smoothing: grayscale;
15+
}

dist/static/css/reset.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
*{margin: 0;padding: 0;list-style: none;}
2+
3+
4+
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
5+
dl, dt, dd, ul, ol, li,
6+
pre,
7+
form, fieldset, legend, button, input, textarea,
8+
th, td {
9+
margin: 0;
10+
padding: 0;
11+
}
12+
html,body{
13+
height: 100%;
14+
}
15+
body,
16+
button, input, select, textarea /* for ie */ {
17+
font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
18+
}
19+
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
20+
address, cite, dfn, em, var { font-style: normal; }
21+
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
22+
small { font-size: 14px; }
23+
ul, ol { list-style: none; }
24+
a { text-decoration: none; }
25+
a:hover { text-decoration: underline; }
26+
legend { color: #000; } /* for ie6 */
27+
fieldset, img { border: 0; }
28+
button, input, select, textarea { font-size: 100%; }
29+
table { border-collapse: collapse; border-spacing: 0; }
30+
.ks-clear:after, .clear:after {
31+
content: '\20';
32+
display: block;
33+
height: 0;
34+
clear: both;
35+
}
36+
.ks-clear, .clear {
37+
*zoom: 1;
38+
}
39+

dist/static/font/webfont.eot

8.07 KB
Binary file not shown.

dist/static/font/webfont.svg

Lines changed: 157 additions & 0 deletions
Loading

dist/static/font/webfont.ttf

7.82 KB
Binary file not shown.

dist/static/font/webfont.woff

5.5 KB
Binary file not shown.

dist/static/font/webfont.woff2

4.7 KB
Binary file not shown.

dist/static/image/add-front.png

42.1 KB
Loading

dist/static/image/add-host.png

49.4 KB
Loading

0 commit comments

Comments
 (0)