html登录教程,CSS+html登录界面(菜鸟学前端)

编程知识 更新时间:2023-04-06 07:01:29

html>

龙首观景苑-登录

body

{

background:url(image/8.gif );

background-size:1900px 1000px;

background-repeat:no-repeat;

padding-top:40px;

}

#login_wrap {

width:100%;

min-width: 1300px;

overflow: hidden;

position: relative;

}

.login-box {

width: 360px;

height: 450px;

position: absolute;

top: 50px;

left:170px;

background:rgba(49, 29, 3, 0.397);

}

.title {

height: 80px;

line-height: 80px;

background: #f1f0ed36;

font-size: 22px;

padding:0 30px;

}

.title img {

float: left;

margin-top: 12px;

margin-right: 15px;

}

.login_inner {

overflow: hidden;

padding: 30px 50px;

}

.alert {

margin: 0 auto;

padding: 6px 10px;

border: 1px solid transparent;

text-align: left;

color: #a94442;

background-color: #f2dede;

border-color: #ebccd1;

margin-bottom: 17px;

font-size: 12px;

}

.login_inner form{

width: 100%;

overflow: hidden;

padding-bottom: 15px;

border-bottom: 1px solid #eee;

}

.login_inner input {

display: inline-block;

width: 246px;

height: 26px;

border: 1px solid #d8d8d8;

font-size: 14px;

color: #666;

line-height: 28px;

padding: 6px 0 6px 12px;

box-shadow: 0 0 5px #fff;

outline: none;

transition: box-shadow 0.25s linear 0s;

-webkit-transition: box-shadow 0.25s linear 0s;

margin-bottom: 17px;

}

.verify input {

width: 95px;

margin-right: 20px;

float: left;

margin-bottom: 0;

}

.submit_btn button {

width: 120px;

height: 40px;

border: none;

background-color: #ffa800;

text-align: center;

line-height: 40px;

color: #000;

font-size: 18px;

font-weight: bold;

cursor: pointer;

float: left;

}

.auto_login {

margin-top: 15px;

}

.submit_btn .checkbox {

float: left;

width: 17px;

margin: 7px 5px 0 54px;

}

.submit_btn  span {

line-height: 35px;

}

.reg {

border-top: 1px solid #eeeeee;

margin-top: 15px;

width: 100%;

height: 40px;

line-height: 40px;

background: #f1f1f1;

text-align: center;

font-size: 16px;

}

.reg a {

color: #fc7f7f;

}

欢迎登录龙首观景苑

 

//图片点击事件

function changeCheckCode(img) {

img.src="checkCode?"+new Date().getTime();

}

登录

自动登录

没有账户? 立即注册

更多推荐

html登录教程,CSS+html登录界面(菜鸟学前端)

本文发布于:2023-04-06 07:01:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/0deaeab5ddca91a6d0b7b804262a742a.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:菜鸟   界面   教程   html   CSS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 48575文章数
  • 14阅读数
  • 0评论数