html {
height:100%
}
body {
height:100%;
margin:0px;
padding:0px
}
#controller {
width:100%;
border-bottom:3px outset;
height:30px;
filter:alpha(Opacity=100);
-moz-opacity:1;
opacity:1;
z-index:10000;
background-color:lightblue;
}
#container {
height:100%
}
更新时间:2021-04-19 00:30:21
请点的下载后查看效果。