首页 > 软件开发 > HTML >

网站后台登录界面前端html

来源:互联网 2023-03-16 19:10:53 239

网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

工具/原料

  • adobe dreamweaver

方法/步骤

  • 1

    新建html文档。R8q办公区 - 实用经验教程分享!

    网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

  • 2

    准备好需要用到的图标。R8q办公区 - 实用经验教程分享!

    网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

  • 3

    书写hmtl代码。R8q办公区 - 实用经验教程分享!

    div id="wrapper">R8q办公区 - 实用经验教程分享!

    div id="header">R8q办公区 - 实用经验教程分享!

    div id="logo">/div>R8q办公区 - 实用经验教程分享!

    div id="heading">R8q办公区 - 实用经验教程分享!

    div id="title">后台管理系统/div>R8q办公区 - 实用经验教程分享!

    div id="subTitle">Ver 1.0/div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    div id="main">R8q办公区 - 实用经验教程分享!

    div id="mainBg">R8q办公区 - 实用经验教程分享!

    div id="mainPanel">R8q办公区 - 实用经验教程分享!

    div id="left">R8q办公区 - 实用经验教程分享!

    div id="image">/div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    div id="right">R8q办公区 - 实用经验教程分享!

    div id="welcome"> span id="welcome-text">管 理 登 录/span> /div>R8q办公区 - 实用经验教程分享!

    div id="user-name"> span class="item">用户名:/span> span>R8q办公区 - 实用经验教程分享!

    input type="text" name="userName" class="form-input">R8q办公区 - 实用经验教程分享!

    /span> /div>R8q办公区 - 实用经验教程分享!

    div id="user-password"> span class="item">密   码:/span> span class="input">R8q办公区 - 实用经验教程分享!

    input type="password" name="password" class="form-input">R8q办公区 - 实用经验教程分享!

    /span> /div>R8q办公区 - 实用经验教程分享!

    div id="user-checkcode"> span class="item">验证码:/span> span class="input">R8q办公区 - 实用经验教程分享!

    input type="text" name="checkCode" class="form-input">R8q办公区 - 实用经验教程分享!

    /span> span class="checkcode-span">/span> /div>R8q办公区 - 实用经验教程分享!

    div id="error-tip"> span id="tip-text">这里是出错提示/span> /div>R8q办公区 - 实用经验教程分享!

    div id="button-group">R8q办公区 - 实用经验教程分享!

    input type="submit" class="btn" value="提交"/>R8q办公区 - 实用经验教程分享!

    input type="reset" class="btn" value="重置"/>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    div id="footer">R8q办公区 - 实用经验教程分享!

    div id="text">Copyright © 2009-2011 All Rights Reserved Powered By baidu jingyan/div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    /div>R8q办公区 - 实用经验教程分享!

    网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

  • 4

    书写css代码。R8q办公区 - 实用经验教程分享!

    style>R8q办公区 - 实用经验教程分享!

    body { margin: 0px; padding: 0px; overflow: hidden; }R8q办公区 - 实用经验教程分享!

    #wrapper { position: absolute; width: 100%; height: 100%; min-width: 1280px; min-height: 680px; overflow-x: hidden; overflow-y: hidden; background-image: -moz-linear-gradient(top, #77D1F6, #2F368F); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77D1F6), color-stop(1, #2F368F)); }R8q办公区 - 实用经验教程分享!

    #header { height: 100px; width: 100%; }R8q办公区 - 实用经验教程分享!

    #logo { position: absolute; float: left; margin-left: 5%; margin-top: 30px; height: 40px; width: 160px; text-align: center; }R8q办公区 - 实用经验教程分享!

    #heading { position: relative; float: left; margin-left: 20%; margin-top: -18px; height: 110px; width: 60%; border-radius: 18px; background-color: #1C75BC; opacity: 0.6; }R8q办公区 - 实用经验教程分享!

    #heading #title { margin-top: 40px; text-align: center; font-family: 微软雅黑; font-size: 24px; font-weight: bold; }R8q办公区 - 实用经验教程分享!

    #heading #subTitle { margin-top: 10px; text-align: center; font-family: Courier New; }R8q办公区 - 实用经验教程分享!

    #main { margin-top: 20px; height: 500px; width: 100%; }R8q办公区 - 实用经验教程分享!

    #mainBg { position: relative; float: left; margin-left: 20%; margin-top: 0px; height: 500px; width: 60%; border-radius: 18px; background-color: #000000; opacity: 0.5; }R8q办公区 - 实用经验教程分享!

    #mainPanel { position: relative; margin: 25px; height: 450px; border-radius: 18px; background-image: -moz-linear-gradient(top, #EBEBEB, #BFBFBF); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB), color-stop(1, #BFBFBF)); }R8q办公区 - 实用经验教程分享!

    #mainPanel #left { float: left; border-right: 2px solid #F6F6F6; position: relative; top: 10%; height: 80%; width: 49%; border-right-style: groove; }R8q办公区 - 实用经验教程分享!

    #mainPanel #image { position: relative; height: 256px; width: 256px; left: 15%; top: 12%; background-image: url('./images/admin.png'); }R8q办公区 - 实用经验教程分享!

    #mainPanel #right { float: left; position: relative; height: 90%; width: 49%; top: 5%; }R8q办公区 - 实用经验教程分享!

    #welcome { margin-top: 20px; height: 60px; width: 100%; vertical-align: middle; display: inline-block; line-height: 60px; text-align: center; }R8q办公区 - 实用经验教程分享!

    #welcome #welcome-text { font-size: 38px; font-weight: bold; font-family: 微软雅黑; text-shadow: 0 1px 1px #F6F6F6; }R8q办公区 - 实用经验教程分享!

    #user-name { height: 35px; width: 100%; margin-top: 20px; vertical-align: middle; display: inline-block; line-height: 35px; }R8q办公区 - 实用经验教程分享!

    #user-password { margin-top: 20px; height: 35px; width: 100%; vertical-align: middle; display: inline-block; line-height: 35px; }R8q办公区 - 实用经验教程分享!

    #user-checkcode { margin-top: 20px; height: 35px; width: 100%; vertical-align: middle; display: inline-block; line-height: 35px; }R8q办公区 - 实用经验教程分享!

    #button-group { margin-top: 10px; height: 35px; width: 100%; vertical-align: middle; display: inline-block; line-height: 35px; text-align: center; }R8q办公区 - 实用经验教程分享!

    #error-tip { margin-top: 20px; margin-left: 5%; height: 40px; width: 90%; vertical-align: middle; display: inline-block; line-height: 35px; text-align: center; border-bottom: 2px solid #F6F6F6; border-bottom-style: groove; }R8q办公区 - 实用经验教程分享!

    #error-tip #tip-text { font-size: 18px; font-weight: bold; font-family: 微软雅黑; color: red; }R8q办公区 - 实用经验教程分享!

    .item { margin-left: 20px; font-family: 微软雅黑; font-size: 20px; font-weight: bold; float: left; width: 80px; margin-top: 3px; text-align: center; text-shadow: 0 1px 1px #F6F6F6; }R8q办公区 - 实用经验教程分享!

    .input { vertical-align: middle; display: inline-block; }R8q办公区 - 实用经验教程分享!

    #checkcode-img { margin-top: 3px; height: 20px; width: 60px; }R8q办公区 - 实用经验教程分享!

    .form-input { height: 20px; }R8q办公区 - 实用经验教程分享!

    .btn { border: 1px solid #cccccc; cursor: pointer; margin: 10px 5px; height: 40px; width: 80px; text-align: center; border-radius: 4px; border-color: #636263 #464647 #A1A3A5; text-shadow: 0 1px 1px #F6F6F6; background-image: -moz-linear-gradient(center top, #D9D9D9, #A6A6A6 49%, #A6A6A6 50%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9D9D9), color-stop(1, #A6A6A6)); }R8q办公区 - 实用经验教程分享!

    #footer { margin-top: 20px; width: 100%; }R8q办公区 - 实用经验教程分享!

    #footer #text { text-align: center; font-size: 14px; font-family: 微软雅黑; font-weight: bold; }R8q办公区 - 实用经验教程分享!

    /style>R8q办公区 - 实用经验教程分享!

    网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

  • 5

    代码整体结构。R8q办公区 - 实用经验教程分享!

    网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

  • 6

    查看效果。R8q办公区 - 实用经验教程分享!

    网站后台登录界面前端htmlR8q办公区 - 实用经验教程分享!

  • 6本页面未经授权抓取自百度经验
  • 以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!R8q办公区 - 实用经验教程分享!


    标签: HTML

    办公区 Copyright © 2016-2023 www.bgqu.net. Some Rights Reserved. 备案号:湘ICP备2020019561号统计代码