码迷,mamicode.com
首页 > Web开发 > 详细

.net 中主框架的搭建(2种方式)

时间:2017-06-18 18:11:22      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:选择   source   span   代码   center   UI   round   ima   pos   

第一种:windows办公界面

技术分享

主要步骤如下:

  1)引入ligerui库

 技术分享

复制代码到index界面修改相关路径

2)技术分享

选择布局 进行流失布局

 <title></title>
    <link href="/Content/ligerui/Source/lib/ligerUI/skins/Aqua/css/ligerui-all.css" rel="stylesheet" />
    <script src="/Content/ligerui/Source/lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
    <script src="/Content/ligerui/Source/lib/ligerUI/js/core/base.js" type="text/javascript"></script>
    <script src="~/Content/ligerui/Source/lib/ligerUI/js/ligerui.all.js"></script>
 

  

 

 <div id="layout1">
           <div id="winlinks">
            <ul>
            </ul>
            </div>     
    </div> 

  

<body style="overflow: hidden; background: url(/Content/Images/7_7.jpg) no-repeat  center center;">
    <div style="background:url(/Content/Images/bg3.png) repeat-x;height:67px">

        <img src="~/Content/Images/logo.gif" style="float:left"/>
        <h1 style="float:left;font-size:24px;margin:35px">OA系统-MyOA</h1>
      
        
         <div style="float:right">
             <span style="position:relative;top:-50px;">当前时间:@DateTime.Now.ToString()</span>
            <img src="~/Content/Images/big.png" />
        </div>
        
    </div>

  

<script>
       $(function () {
           $("#layout1").ligerLayout();
       });
   </script>

完成

第二种:传统界面(左侧为树)

 技术分享

步骤如下

1)引入ligerui库

2)选择Source->demo->layout文件夹下的布局

 

.net 中主框架的搭建(2种方式)

标签:选择   source   span   代码   center   UI   round   ima   pos   

原文地址:http://www.cnblogs.com/lt123/p/7044764.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!