一、先上最终效果:
文章图片
二、代码
总结构图:
文章图片
1、index.html
Login - 锐客网
2、style.css
body{
margin: 0;
padding: 0;
background-image: url(../img/桥.jpg);
background-repeat: no-repeat;
background-size:100%;
background-position: 0px -50px;
}
.box{
width: 300px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: #00000068;
text-align: center;
}.box input[type = "text"],.box input[type = "password"]{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #c8d6e5;
padding: 14px 10px;
outline: none;
color: #ffffff;
border-radius: 24px;
transition: 0.25s;
}
h1{
color: #FFFFFF;
text-transform: uppercase;
font-weight: 500;
}.box input[type = "text"]:focus, .box input[type = "password"]:focus{
width: 280px;
border-color: #FFFFFF;
}
.box input[type = "submit"]{
border: 0;
font-size: 17px;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #FFFFFF;
padding: 14px 40px;
outline: none;
color: #ffffff;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.box input[type = "submit"]:hover{
background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
font-size: x-large;
}
3、背景图片自取 【Html|html+css漂亮登录页面】
文章图片
希望帮到更多的小伙伴们~~~~~~~~~
推荐阅读
- HTML/CSS|html+css实现漂亮的登录页面
- JavaScript|打了BOM,来了DOM()
- JavaScript|什么,BOM指的是物料清单()
- 对搭建编程HTML5的一些技术认识
- css浮动和定位
- 一些零碎代码|分享一个会遮掩的吊炸天登录页面
- 项目|【Echarts项目】前端就业数据可视化(HTML+Less+JavaScript+jQuery)入门级
- Web|Web API 实用案例
- Web|Web APIs 实用案例