增加path选择

This commit is contained in:
kekee000
2014-09-03 11:34:01 +08:00
parent e5f1c82b1e
commit 52888e340b
11 changed files with 257 additions and 143 deletions

View File

@@ -1,6 +1,27 @@
* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
a {
color: #03C;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.hide {
display: none;
}
body,
html {
height: 100%;
}
#render-view {
width: 800px;
height: 600px;
width: 100%;
height: 100%;
background: #F0F0F0;
position: relative;
}

View File

@@ -1,8 +1,12 @@
@import './reset';
body, html {
height: 100%;
}
#render-view {
width: 800px;
height: 600px;
width: 100%;
height: 100%;
background: #F0F0F0;
position: relative;
}