css布局实现大气登录页面效果代码

代码语言:html

所属分类:布局界面

代码描述:css布局实现大气登录页面效果代码,包含账户与密码登录、验证码登录、第三方登录及注册

代码标签: 大气 登录 页面 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name='TTUNION_verify' content='b846c3c2b85efabc496d2a2b8399cd62'>
    <meta name="sogou_site_verification" content="gI1bINaJcL" />
    <meta name="360-site-verification" content="37ae9186443cc6e270d8a52943cd3c5a" />
    <meta name="baidu_union_verify" content="99203948fbfbb64534dbe0f030cbe817">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="apple-touch-fullscreen" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="format-detection" content="telephone=no">
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
            color: #333;
            word-wrap: break-word;
            -webkit-font-smoothing: antialiased;
           
        }

        article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
            display: block
        }

        progress {
            display: inline-block;
            vertical-align: baseline
        }

        a {
            background-color: transparent;
            outline: 0;
            text-decoration: none
        }

        a:hover {
            color: #00b38a;
            text-decoration: underline
        }

        h1,h2,h3,h4,h5,h6 {
            margin: 10px 0;
            font-weight: 400
        }

        h1 {
            font-size: 24px
        }

        h2 {
            font-size: 20px
        }

        h3 {
            font-size: 18px
        }

        h4 {
            font-size: 16px
        }

        h5 {
            font-size: 14px
        }

        h6 {
            font-size: 12px
        }

        p {
            margin: 0
        }

        p+p {
            margin-top: 10px
        }

        img {
            border: 0;
            vertical-align: top;
            display: inline-block
        }

        button,input,optgroup,select,textarea {
            margin: 0;
            padding: 0;
            border: 1px solid #ededed;
            font-family: inherit
        }

        input {
            font-family: Arial,"Hiragino Sans GB","Microsoft Yahei",SimSun
        }

        label,select,button,input[type=button],input[type=reset],input[type=submit],input[type=radio],input[type=checkbox] {
            cursor: pointer
        }

        input[type=checkbox],input[type=radio] {
            padding: 0
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        th,td {
            padding: 0
        }

        em,strong {
            font-.........完整代码请登录后点击上方下载按钮下载查看

网友评论0