4.27每日总结

今天进行了登陆界面的学习借鉴学习,
复制代码
<!DOCTYPE HTML>
<html>
  <head>
    <title>登录界面</title>
    <meta charset="utf-8">
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
<link rel="stylesheet" type="text/css" href="css.css" />
  </head>
  <body>
          <form name="form1" action="" method="post">
              <h1>供货商登录</h1>
            <input class=input_1 id=username size=15  name="username"  placeholder=用户名><br />
              <input class=input_1 id=password type=text size=15 name="password" placeholder=密码><br />

               <br/>
            <input class=input_3 type="button" onclick="login()" value="登录" />
            <input class=input_3 type="button"  onclick=document.form1.reset() value="重置" /> 
            <input class=input_3 type="button"  onclick="zhucea()" value="注册" /> 
         </form>
        <script type="text/javascript" src="script.js"></script>        
  </body>
</html>
复制代码
复制代码
@charset "UTF-8";
body{
        margin:0;
        padding:0;
        background:url("ab.jpg") no-repeat;
        background-size:100%;
    }
html{
    height: 100%;
    box-shadow:0px 0px 300px #000 inset;
    -webkit-box-shadow:0px 0px 50px #000 inset;
}
form{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-220px;
    width:480px;
    height:380px;
    background:url("b.png") no-repeat;
    border-radius:25px;
    color:#fff;
    text-align:center;
    padding:65px;
    /*box-shadow: 0px 0px 15px #0005;*/
}
.input_1{
    outline:none;
    margin-top:10px;
    border:0;
    width:300px;
    height:50px;
    border-radius:15px;
    padding-left:15px;
    font-size:18px;
    color:#999;
}
.input_2{
    margin:20px 0px;
    border:0;
    background:#fff;
}
h1{
    color:#fff;
}
    /*单选*/
.radio_box{ display:inline-block; position:relative;margin:20px 5px;}
.radio_box label{ width:15px; height:15px; position:absolute; top:0; left:0; border:2px solid #3A5367; border-radius:50%; background:#fff; cursor:pointer;}
.radio_box input:checked + label:after{ content:''; width:9px; height:9px; position:absolute; top:3px; left:3px; background:#3A5367; border-radius:50%;}
.check_box em{ margin:0 0 0 5px;}
.input_3{
    outline: none;
    width:50px;
    height:30px;
    border:0;
    padding:5px 7px;
    background:#fff;
    border-radius:20px;
    margin:0px 10px;
}
复制代码

 

为了将表格数据存储到数据库中,并能够查询和检索这些数据。我今天学习了一下数据库相关方面的知识

posted @   漏网鲨鱼  阅读(8)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
点击右上角即可分享
微信分享提示