Skip to content

Commit

Permalink
(*) 优化PriSafebox工程
Browse files Browse the repository at this point in the history
  • Loading branch information
iaiting committed Apr 12, 2018
1 parent 1cb5ef1 commit 45054ec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PriSafebox/default.aproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<file name="main.aardio" path="main.aardio" comment="启动程序代码"/>
<folder name="资源文件" path="res" embed="true"/>
<folder name="HTML" path="html" comment="" embed="true">
<file name="main.html" path="html\main.html.aardio" comment="html\main.aardio"/>
<file name="main.html" path="html\main.html" comment="html\main.html"/>
<folder name="js" path="html\js" comment="html\js"/>
</folder>
</project>
28 changes: 24 additions & 4 deletions PriSafebox/html/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,24 @@
box-sizing:border-box;
}



#container .container-head{
height:15%;
background:rgb(52,152,220);
}

/*中间内容栏 左侧列*/
#container .lside{
height:100%;
height:85%;
width:150px;
float:left;
background:rgb(110,179,210);
}

/*中间内容栏 右侧列*/
#container .rside{
height:100%;
height:85%;
margin-left:150px;
background:#FFF;
padding:20px;
Expand Down Expand Up @@ -130,8 +137,21 @@
</div>

<div id="container">
<div class="lside"> </div>
<div class="rside"> aaaaaaaaaaaaaa当前时间:<?= time() ?> </div>
<div class="container-head">
<button onclick="javascript:external.aardioCall('hello')">我的好友</button>
<button>安全分享</button>
<button>安全邮件</button>
<button>安全聊天</button>
<button>安全会议</button>
<button>文件发件箱</button>
<button>密码保密箱</button>
<button>文件保密箱</button>
<button>更多应用</button>
<button>请插入key</button>
</div>
<div class="lside">xx </div>
<div class="rside">aaaaaaaaaaaaaa当前时间:<?= time() ?></div>

</div>


Expand Down

0 comments on commit 45054ec

Please sign in to comment.