01.java实现冷饮批发管理系统-页面设计之【登录页面】

吴庆冷饮批发管理系统1.0正在研发中...  开发人员:小白吴庆君

我这边设计的所有页面都是利用easyui来布局,其中涉及到的一个简单的知识点就是:easyui中的layout布局可以嵌套布局,也是一种线型布局的感觉。以上纯本人个人见解,有不足之处,还请网友帮忙指出。首先就是第一个登录页面设计。

  1.   
  2.   
  3.       
  4.         "UTF-8">  
  5.         冷饮批发/用户登录  
  6.         "stylesheet" type="text/css" href="../js/easyui/themes/default/easyui.css">     
  7.         "stylesheet" type="text/css" href="../js/easyui/themes/icon.css">    
  8.         "stylesheet" type="text/css" href="../css/bootstrap.min.css" />  
  9.         "text/javascript" src="../js/easyui/jquery.min.js">     
  10.         "text/javascript" src="../js/easyui/jquery.easyui.min.js">   
  11.         "text/javascript" src="../js/bootstrap.min.js">  
  12.       
  13.             
  14.             "cc" class="easyui-layout" style="width:1000px;height:750px;overflow:hidden;margin: 0 auto;" >     
  15.             "region:'north'" style="height:50px;" >
     
  •             "region:'center'" style="padding:0px;background:#eee;" >  
  •                   
  •                          class="easyui-layout" fit="true" border="false">  
  •                               
  •                              "region:'west'" style="width:550px;text-align:center;" border="false">  
  •                                 class="easyui-layout" fit="true" border="false">  
  •                                     "north" style="height:50px;" border="false"
  •   
  •                                    "west" border="false" style="width:300px;height:90px;background:url(../img/love01.png);background-repeat: no-repeat;">  
  •                                    
  •   
  •                                    "center" style="font-family:'微软雅黑';" border="false">  
  •                                         "position: relative;margin-top:120px;padding-left:20px;">  
  •                                             "font-size:30px;font-weight:800;">冷饮批发管理系统
      
  •                                             Cold drinks wholesale management system  
  •                                         

      
  •                                    
  •   
  •                                
  •   
  •                              
  •      
  •                             "center" border="false">  
  •                             class="easyui-layout" fit="true" border="false" >  
  •                                 "region:'north'" style="height:50px;" border="false">  
  •                                       
  •                                 
  •   
  •                                 "west" style="width:50px;position: relative;" border="false">  
  •                                     "../img/split.png" style="position:absolute;left:0px;top:80px;"/>  
  •                                 
  •   
  •                                 "center"  border="false">  
  •                                     class="easyui-panel" title="开始批发"  iconCls="icon-user"  
  •                                          style="text-align: center;width:300px;height:380px;padding-top:50px;">  
  •                                         "ff" method="post">  
  •                                             
      
  •                                                 class="easyui-textbox"  
  •                                                        data-options="iconCls:'icon-man',prompt:'请输入用户名'"  
  •                                                        style="width:240px;height:30px;">  
  •                                             
  •   
  •                                             "margin-top: 20px;">  
  •                                                 class="easyui-textbox" type="password"  
  •                                                        data-options="iconCls:'icon-lock',prompt:'请输入密码'"  
  •                                                        style="width:240px;height:30px;">  
  •                                               
  •                                             "margin-top: 30px;">  
  •                                                 

      

  •                                                     "#" style="width:160px;height:30px;" class="easyui-linkbutton" iconCls="icon-accept">登录  
  •                                                     "margin-left:10px;width:80px;height:30px;" href="#"  >忘记密码?  
  •                                                 

      
  •                                               
  •                                             "margin-top: 40px;">  
  •                                                 

      

  •                                                     "font-size:20px;font-weight:800;">新用户  
  •                                                     "#" class="easyui-linkbutton" iconCls="icon-add" plain="true" οnclick="newUser()">请输入您的送货地址  
  •                                                 

      
  •                                               
  •                                           
  •                                       
  •                                   
  •                                 "east" style="width:20px;" border="false">  
  •                                   
  •                                 "south" style="height:10px;" border="false">  
  •                                       
  •                                   
  •                               
  •                          
  •   
  •                                 
  •                            
  •          
  •                  
  •             "region:'south',split:false" style="height:30px;text-align: center;" border="false">  
  •                 版权所有@冷饮批发管理系统  Copyright 2016-2017  
  •                
  •               
  •           
  •  
  • 效果图如下:

    01.java实现冷饮批发管理系统-页面设计之【登录页面】_第1张图片

    你可能感兴趣的:(java学习笔记)