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-weight: 400
        }

        i {
            font-style: normal
        }

        dl,dt,dd {
            margin: 0
        }

        ::selection {
            color: #fff;
            background-color: #00b38a;
        }

        ::-moz-focus-inner {
            border: 0
        }

        ul {
            margin: 0;
            padding: 0
        }

        li {
            list-style: none
        }

        .fl {
            float: left
        }

        .fr {
            float: right
        }

        .clearfix {
            zoom: 1;
        }

        .clearfix:before,.clearfix:after {
            content: "";
            display: table
        }

        .clearfix:after {
            clear: both
        }

        html {
            font-size: 14px
        }

        body {
            min-width: 1024px;
            min-height: 100%;
          background: url("//repo.bfw.wiki/bfwrepo/image/607aa1b0d81d0.png");
          background-size: cover;
        }

        a:hover {
            text-decoration: none;
        }

        .aui-input {
            font-size: 14px;
            position: relative;
            z-index: 1;
            height: 44px;
            line-height: 44px\9;
            vertical-align: middle;
            color: #333;
            border-width: 1px;
            border-style: solid;
            outline: 0;
        }

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

        input {
            -webkit-appearance: textfield;
            background-color: white;
            -webkit-rtl-ordering: logical;
            cursor: text;
            padding: 1px;
            border-width: 2px;
            border-style: inset;
            border-color: initial;
            border-image: initial;
        }

        input, textarea, select, button {
            text-rendering: auto;
            color: initial;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
   .........完整代码请登录后点击上方下载按钮下载查看

网友评论0