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

简单的网页页面

时间:2018-09-13 01:14:12      阅读:421      评论:0      收藏:0      [点我收藏+]

标签:maximum   text   charset   view   height   tps   dev   doctype   ack   

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1, user-scalable=no">
<title>兄弟连</title>
<style>
    .a{
        margin-top: 50px;
    }
    .b{
        margin-top: 20px;
    }
    .c{ 
        margin-top: 20px;
    }
    .d{
        margin-left: 348px;
    }
    #i1{
        width: 88px;
    }
    #i2{
        width: 64px;
        height: 26px;
        border: 1px;
    }
    #i3{
        width: 152px;    
    }
    .e{
        width:50px;
        height:26px;
    }
    #zi{
        color:#ffff;
        font-size: 9px;
    }
    .f{
        float: left;
    }
    .g{
        margin-top:120px;
        width: 0 auto; 
    }
body{
  background:url(https://i.loli.net/2018/09/12/5b99356528f7e.jpeg) no-repeat;
  background-size: 100%;
}
</style>
<link rel="stylesheet" href="css/bootstrap.css">
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="1.css">
</head>
<body>
    <div class="a">
        <center><img class="im1" src="https://i.loli.net/2018/09/12/5b9936965d175.png
"></center>
    </div>
    <div class="b">
        <center><img class="im1" src="https://i.loli.net/2018/09/12/5b9936773a4ca.png
"></center>
    </div>
    <div class="c">
        <center><p id="zi">兄弟连IT教育-让学员技术靠谱,做人更靠谱!</p></center>
    </div>
    
    <div class="d">
        <div class="f"><input id="i1"  type="text"></div>
        <div class="f"><input id="i2" style="font-size:6px;" value="@itxdl.com">&nbsp;&nbsp;&nbsp;&nbsp;</div>
        <div class="f"><input id="i3"  placeholder="密码" type="text">&nbsp;&nbsp;&nbsp;&nbsp;</div>
        <div class="f"><button style="background-color: #008844 ;color:#ffff">登陆</button></div>
        <div class="f"><p id="zi" style="margin-top: 5px;">&nbsp;&nbsp;&nbsp;&nbsp;管理员登陆 |</p></div>
        <div class="f"><p id="zi" style="margin-top: 5px;">&nbsp;忘记密码?</p></div>
    </div><br>
    <div class="g">
        <center><p id="zi">关于兄弟连 | 兄弟连IT教育首页 | 猿代码首页 | XDL机器人教育首页</p></center>
    </div>
    <div >
        <center><p id="zi">?2006-2015 XDL</p></center>
    </div>
    
</body>
</html>

示例图:

技术分享图片

简单的网页页面

标签:maximum   text   charset   view   height   tps   dev   doctype   ack   

原文地址:https://www.cnblogs.com/hacker-lsr/p/9638204.html

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