后台页面登陆框

HTML:









       






Js:

CSS:

body {
/*background:black;*/
background: url(img/bg.jpg) no-repeat;
}

.login {
width: 320px;
margin: 200px auto;
border: 1px solid #ddd;
background: rgba(255, 255, 255, 0.5);
padding: 10px;
border-radius: 4px;
box-shadow: 1px 2px 10px #333333;
}

.yzm {
height: 34px;
background: #F8F8F8;
text-align: center;
line-height: 34px;
font-size: 16px;
cursor: pointer;
}

你可能感兴趣的:(综合)