• 布局


    代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>LayOut</title>
    <script src="../jquery-1.4.2.min.js" type="text/javascript"></script>
    <script src="../jquery.easyui.min.js" type="text/javascript"></script>

    <link href="../themes/default/easyui.css" rel="stylesheet" type="text/css" />
    <link href="../themes/icon.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="easyui-layout" style="600px;height:400px;">
    <div region="north" border="false" style="overflow:hidden;height:60px;background:#A4BED4;">
    <h2>Border布局</h2>
    </div>
    <div region="south" split="true" style="height:50px;background:#efefef;">
    </div>
    <div region="east" icon="icon-reload" title="Menu2" split="true" style="180px;">
    </div>
    <div region="west" split="true" title="Menu1" style="100px;">
    </div>
    <div region="center" title="Main Form" style="background:#eee;">
    </div>
    </div>
    </body>
    </html>

  • 相关阅读:
    用导数解决逗逼初三数学二次函数图像题
    NOIP 2014 pj & tg
    BZOJ 1004
    双参数Bellman-ford带队列优化类似于背包问题的递推
    emu1
    無題
    15 day 1代碼
    javascript quine
    线段树的总结
    Watering the Fields(irrigation)
  • 原文地址:https://www.cnblogs.com/zhao365845726/p/4185995.html
Copyright © 2020-2023  润新知