栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > Html/CSS > CSS教程

app注册登录界面如何设计

CSS教程 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

app注册登录界面如何设计

body{
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  background-color: black;
  position: relative;
  color: white;
     }
     #bg{
  width: 100%;
  height: 100%;
  background-image: url(bg.jpg);
  background-size: auto 100%;
  background-position:10% center;
  background-repeat: no-repeat;
  
  filter: blur(10px);
     }
     main{
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
     }
     header{
  margin-bottom: 5rem;
     }
     header span:nth-child(1){
  
  float: left;
  position: relative;
  top: 1rem;
  left: 1rem;
     }
     header span:nth-child(2){
  position: relative;
  top: 1rem;
     }
     header span:nth-child(3){
  
  float: right;
  position: relative;
  top: 1rem;
  right: 1rem;
     }
     #head{
  width: 15%;
  
  max-width: 200px;
  border-radius: 50%;
     }
     #account,#password{
  width: 70%;
  margin: 3rem auto;
  border-bottom: 2px solid lightgray;
  text-align: left;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
     }
     #password span:nth-child(2){
  
  letter-spacing: 0.3rem;
     }
     #login{
  width: 70%;
  line-height: 4rem;
  margin: 2rem auto;
  background-color: green;
  border-radius: 10px;
  font-size: 1.3rem;
     }
     footer img{
  width: 4rem;
     } 
 
返回 登录 注册
 账号 1156669337@qq.com
 密码 
登录
忘记密码?
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/243508.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号