一号店登录系统

  • Post author:
  • Post category:其他


一号店注册:

<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>登录</title>
    <style>
        *{
            margin: 0px;
            padding: 0px;
        }
        .clear{
            content: '';
            display: block;
            clear: both;
        }
        body{
            background: #fcfcfc;
        }
        .logo{
            margin: 20px 0px 20px 150px;
            float: left;
        }
        .login{
            height: 32px;
            line-height: 32px;
            margin: 10px 150px 0px 0px;
            float: right;
        }
        #help{
            margin: 0px 0px 0px 20px;
            float: right;
            padding:0px 7px;
            border: #dbdbdb 1px solid;
            font-size: 13px;
        }
        #help img,#help span{
            vertical-align: middle;
        }
        #welcome{
            color: #b4b4b4;
            font-weight: lighter;
        }
        #login{
            text-decoration: none;
            color: #6f69d9;
        }
        header{
            height: 110px;
            border-bottom: #b4b4b4 1px solid;
        }
        .bodyimg{
            margin-top: 30px;
            position: relative;
            left: -70px;
        }
        .load{
            margin-top: 80px;
            float: right;
            margin-right: 260px;
            width: 330px;
        }
        .load span:nth-of-type(1){
            font-size: 15px;
            font-weight: bold;
            color: #727272;
        }
        #load{
            text-decoration: none;
            float: right;
            padding-top: 5px;
        }
        .load1{
          



版权声明:本文为qq_33311727原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。