@charset "UTF-8"; * { padding: 0; margin: 0; } body { background: url("../img/656.jpg") no-repeat 100%; background-attachment: fixed; } /*中间盒子居中*/ .content { padding: 15%; } /*中间盒子样式*/ .login_box { margin: 0 auto; width: 550px; height: 400px; background-color: sandybrown; text-align: center; position: relative; /*颜色*/ background-color: rgba(232, 232, 232, 0.7); border-radius: 40px; box-shadow: 0px 0px 6px 6px rgba(232, 232, 232, 0.4); } /*登录标题*/ .box_title { top: 80px; right: 220px; position: absolute; color: #FFF; font-size: 25px; } /*表单样式*/ form { left: 175px; top: 140px; position: absolute; } /*输入样式*/ input { margin-bottom: 10px; height: 30px; width: 200px; } /*按钮样式*/ button { border-radius: 3px; color: #eFeFeF; width: 65px; height: 30px; font-weight: bold; } /*a标签样式*/ #forget { font-size: 13px; text-decoration: none; color: #FFF; } /*标题样式*/ .hend_titile { top: 150px; left: 570px; position: absolute; font-size: 70px; color: #FFF; }