18 lines
435 B
HTML
18 lines
435 B
HTML
|
|
<vlayout id="mainLayout" action="move">
|
||
|
|
<!-- 标题栏 -->
|
||
|
|
<hbox height="20" margin-top="5" action="move">
|
||
|
|
<spacer></spacer>
|
||
|
|
<!-- 退出按钮 -->
|
||
|
|
<button id="btnExitMain" size="20,20" style="background-image: url(res/close.png)"></button>
|
||
|
|
<spacer width="10"></spacer>
|
||
|
|
</hbox>
|
||
|
|
|
||
|
|
</vlayout>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
#mainLayout {
|
||
|
|
background-color: #E8F0FF;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
</style>
|