简洁风格的登录页面效果代码

代码语言:html

所属分类:布局界面

代码描述:简洁风格的登录页面效果代码

代码标签: 登录 页面 效果

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

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <style>
       html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    font-family: 'Microsoft YaHei';
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
    background: url('//repo.bfw.wiki/bfwrepo/image/5d65eaff5a217.png') no-repeat;
    background-size: 100% 100%;
}
.t_container{
    width: 100%;
    height: 100%;
    position: relative;
}
.t_header{
    width: 100%;
    height: 6.667rem;
    background: #14395f;
    line-height: 0.72rem;
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 2rem;
    line-height: 6.667rem;
    padding-left: 2rem;
}
.t_header img{
    width: 20.2rem;
    height: 3.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 2rem;
}
.t_main ul{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36rem;
    height: 34.4rem;
    background.........完整代码请登录后点击上方下载按钮下载查看

网友评论0