-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #529 from 724338817/lab3.0.2
Lab3.0.2
- Loading branch information
Showing
42 changed files
with
606 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@font-face { | ||
font-family: 'webfont'; | ||
src: url('../font/webfont.eot'); /* IE9 */ | ||
src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../font/webfont.woff') format('woff'), /* chrome、firefox */ | ||
url('../font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ | ||
url('../font/webfont.svg#webfont') format('svg'); /* iOS 4.1- */ | ||
} | ||
.web-font { | ||
font-family: "webfont",Arial,sans-serif; | ||
/* font-size: 16px; */ | ||
font-style: normal; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
*{margin: 0;padding: 0;list-style: none;} | ||
|
||
|
||
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, | ||
dl, dt, dd, ul, ol, li, | ||
pre, | ||
form, fieldset, legend, button, input, textarea, | ||
th, td { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
html,body{ | ||
height: 100%; | ||
} | ||
body, | ||
button, input, select, textarea /* for ie */ { | ||
font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; | ||
} | ||
h1, h2, h3, h4, h5, h6 { font-size: 100%; } | ||
address, cite, dfn, em, var { font-style: normal; } | ||
code, kbd, pre, samp { font-family: courier new, courier, monospace; } | ||
small { font-size: 14px; } | ||
ul, ol { list-style: none; } | ||
a { text-decoration: none; } | ||
a:hover { text-decoration: underline; } | ||
legend { color: #000; } /* for ie6 */ | ||
fieldset, img { border: 0; } | ||
button, input, select, textarea { font-size: 100%; } | ||
table { border-collapse: collapse; border-spacing: 0; } | ||
.ks-clear:after, .clear:after { | ||
content: '\20'; | ||
display: block; | ||
height: 0; | ||
clear: both; | ||
} | ||
.ks-clear, .clear { | ||
*zoom: 1; | ||
} | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
if (window.location.hash == '#/contract') { | ||
var _PageHeight = document.documentElement.clientHeight, | ||
_PageWidth = document.documentElement.clientWidth; | ||
var _LoadingTop = _PageHeight > 61 ? (_PageHeight - 61) / 2 : 0, | ||
_LoadingLeft = _PageWidth > 215 ? (_PageWidth - 215) / 2 : 0; | ||
var _LoadingHtml = '<div id="loadingDiv" style="position:absolute;left:0;width:100%;height:' + _PageHeight + 'px;top:0;background:#f3f8ff;opacity:1;filter:alpha(opacity=80);z-index:10000;"><div style="position: absolute; cursor1: wait; left: ' + _LoadingLeft + 'px; top:' + _LoadingTop + 'px; width: auto; height: 57px; line-height: 57px; padding-left: 50px; padding-right: 5px;color: #696969; font-size: 22px;">切换版本中,请等待...</div></div>'; | ||
document.write(_LoadingHtml); | ||
document.onreadystatechange = completeLoading; | ||
function completeLoading() { | ||
if (document.readyState == "complete") { | ||
var loadingMask = document.getElementById('loadingDiv'); | ||
loadingMask.parentNode.removeChild(loadingMask); | ||
} | ||
} | ||
} |
Oops, something went wrong.