作业2登录页面和教务中心

教务中心

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>教务系统</title>

    <style>

.item1{

    height: 30px;

    background-color: rgb(35, 64, 213);

}

.item1>div{

    float: left;

}

.box1{

    height: 400px;

    width: 30%;

    background-color: rgba(10, 55, 138, 0.854);

    display: flex;

    justify-content: left;

    align-items: center;

    padding-right: 10pxs;

}

.box2{

    height: 400px;

    width: 15%;

    background-color: rgb(23, 110, 141);

    display: flex;

    justify-content: center;

    align-items: center;

}

.box3{

    height: 400px;

    width: 52%;

    background-color: chartreuse;

   

}

.box1,.box2,.box3{

    float: left;

}

.A,.B{

    height: 200px;

    background-color: rgb(99, 37, 50);

}

.item21,.item22{

    float: left;

    display: flex;

    justify-content: center;

    align-items: center;

}

.item21{

    width:29% ;

    height: 200px;

    background-color: hwb(210 1% 27%);

}

.item22{

    width: 70%;

    height: 200px;

    background-color: rgb(228, 55, 139);

}

.box11,.box22{

    float: left;

    display: flex;

    justify-content: center;

    align-items: center;

}

.box11{

    width:29% ;

    height: 200px;

    background-color: rgba(136, 104, 151, 0.817);

}

.box22{

    width: 70%;

    height: 200px;

    background-color: rgb(167, 80, 179);

}

.eat1,.eat2,.eat3,.eat4,.eat5,.eat6{

    float: left;

    width:16.1% ;

    height: 200px;

    display: flex;

    justify-content: center;

    align-items: center;

   

}

.eat1{

    background-color: rgb(21, 125, 129);

}

.eat2{

    background-color: chartreuse;

}

.eat3{

    background-color: rgb(177, 98, 19);

}

.eat4{

    background-color: rgb(138, 193, 215);

}

.eat5{

    background-color: rgb(94, 63, 123);

}

.eat6{

    background-color: mediumblue;

}

img{

    max-width: 100%;

    max-height: 100%;

}

    </style>

</head>

<body>

    <div>

        <div><img src="../img登录页面2.jpg" alt=""></div>

    </div>


 

    <div class="item1" >

        <div><img src="../微信图片_20240607201636.png" alt="" height="30px"></div>

        <div>我的桌面</div>

        <div>培养管理</div>

        <div>考试报名</div>

        <div>教学评价</div>

    </div>

    <br>

<div>

    <div class="box1"><img src="../微信图片1_20240607214321.png" alt="center">

    </div>

    <div class="box2"><img src="../微信图片2_20240607214546.png" alt=""></div>

    <div class="box3">

        <div class="A">

            <div class="item21"><img src="../微信图片3_20240607214336.png" alt=""></div>

            <div class="item22"><img src="../微信图片4_20240607214413.png" alt=""></div>

        </div>

        <div class="B">

            <div class="box11"><img src="../微信图片5_20240607214635.png" alt=""></div>

            <div class="box22"><img src="../微信图片6_20240607214430.png" alt=""></div>

        </div>

    </div>

</div>

<div>

    <div class="eat1"><img src="../微信图片7_20240607214452.png" alt=""></div>

    <div class="eat2"><img src="../微信图片8_20240607214726.png" alt=""></div>

    <div class="eat3"><img src="../微信图片9_20240607215931.png" alt=""></div>

    <div class="eat4"><img src="../微信图片91020240607214733.png" alt=""></div>

    <div class="eat5"><img src="../微信图片11_20240607214740.png" alt=""></div>

    <div class="eat6"><img src="../微信图片12_20240607215948.png" alt=""></div>

</div>

   

   

</body>

</html>

登录页面

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>登录页面</title>

    <style>



 

.item3{font-size: 10px;

}

.item2,.item3{

  float: left;

  margin-left: 30px;

}

.item4{

  width: 1200px;

  height: 300px;

  background-color: rgb(208, 205, 205);

}

.A{

  padding-left: 160px;

}

.item5,.item6

{

  float: left;

}

.item6{

  padding-left: 600px;

}

    </style>

</head>

<body>

    <div class="box">

      <div class="item1">

        <img style="padding-top:80px" src="../img登录页面2.jpg" width="474px" height="61px" alt="center">

         

     

        <div class="item4">

            <div class="item2">  <img src="../img登录页面.jpg" alt="" width="474pc" h1100px></div>

            <div class="item3">

              <div style="font-size: 30px;">用户登录</div>

             

              <div style="font-size: 20px;">用户名 </div>

              <div><input type="text" id="userAccount" width="90px" height="30px" top:7px;"></div>

               <div style="font-size: 20px;"> 密码</div>

               <div><input type="password" id="userPassword" width="90px" height="30px" top:54px;" ></div>

               <div class="A"><img src="../微信图片_20240607135526.png" alt="margin-left" width="80px" height="50px"></div>

            </div>

           

      </div>

      <div class="item5">湖南强智科技发展有限公司 版权所有</div>

      <div class="item6">隐私声明|设为首页</div>

    </div>

</html>

  • 8
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值