This commit is contained in:
睿 安
2026-01-25 23:46:14 +08:00
parent 2a2a3d68d8
commit 37e7d278bd
727 changed files with 193377 additions and 7 deletions

View File

@@ -0,0 +1,22 @@
<vbox id="mainLayout">
<!-- 用于做半透明 -->
<vbox style="background-color: rgba(0,0,0,100) ">
<!-- 标题 -->
<iframe id="titleFrame" height="50" src="res/xml/title.htm"></iframe>
<!-- 中间部分 -->
<iframe id="centerFrame" src="res/xml/center.htm"></iframe>
<!-- 下边部分 -->
<iframe id="bottomFrame" height="67" src="res/xml/bottom.htm"></iframe>
</vbox>
</vbox>
<style>
#mainLayout {
background-color: #029BE9;
background-image: "res/imgs/defaultBackground.png";
}
#aaa {
border: 1px solid rgb(255, 216, 0); /*暂不支持*/
}
</style>