[TOC]
  • {
    margin: 0;
    padding: 0;
    }

    input,
    button {
    outline: none;
    }

    .box {
    position: relative;
    height: 500px;
    text-align: center;
    }

    .box2 h2 {
    font-size: 28px;
    }

    .mask {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    }

    .loginbox {
    position: absolute;
    width: 450px;
    height: 250px;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 0 10px #fff;
    }

    .loginbox h4 {
    position: relative;
    font-size: 20px;
    cursor: move;
    }

    .loginbox h4 .del {
    position: absolute;
    right: 15px;
    top: -10px;
    cursor: pointer;
    }

    .loginbox p {
    margin-top: 20px;
    }

    .loginbox label {
    display: inline-block;
    width: 90px;
    text-align: right;
    }

    .loginbox input {
    width: 300px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    }

    .loginbox button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 30px;
    cursor: pointer;
    }



点击登录




登录会员×