master
parent
8f5e0a6705
commit
e4556e8f1d
@ -0,0 +1,150 @@
|
|||||||
|
<p><%@ page language="java" contentType="text/html; charset=utf-8"<br>
|
||||||
|
pageEncoding="utf-8"%><br>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><br>
|
||||||
|
<html><br>
|
||||||
|
<head><br>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br>
|
||||||
|
<title>Insert title here</title><br>
|
||||||
|
</head><br>
|
||||||
|
<head><br>
|
||||||
|
<meta charset="utf-8"><br>
|
||||||
|
<title>登录</title><br>
|
||||||
|
<style type="text/css"><br>
|
||||||
|
body{<br>
|
||||||
|
margin: 0;<br>
|
||||||
|
padding: 0; <br>
|
||||||
|
background:url(' 图片/timg (4).jpg');<br>
|
||||||
|
background-position: center;<br>
|
||||||
|
background-repeat: no-repeat;<br>
|
||||||
|
}<br>
|
||||||
|
input{<br>
|
||||||
|
display: inline-block;<br>
|
||||||
|
background: #fff;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-title-box{<br>
|
||||||
|
position: absolute;<br>
|
||||||
|
width: 300px;<br>
|
||||||
|
height: 50px;<br>
|
||||||
|
margin-left: 100px;<br>
|
||||||
|
margin-top: 5px;<br>
|
||||||
|
text-align:center;<br>
|
||||||
|
font-size: 28px;<br>
|
||||||
|
font-weight: 800;<br>
|
||||||
|
color: #ff5000;<br>
|
||||||
|
line-height: 50px;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-login-box{<br>
|
||||||
|
position: relative;<br>
|
||||||
|
height: 400px;<br>
|
||||||
|
width: 500px;<br>
|
||||||
|
top: 50px;<br>
|
||||||
|
margin: 0 auto;<br>
|
||||||
|
z-index: 99999;<br>
|
||||||
|
background: white;<br>
|
||||||
|
border: 7px solid #ccc;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-username-box{<br>
|
||||||
|
position: absolute;<br>
|
||||||
|
width: 420px;<br>
|
||||||
|
height: 40px;<br>
|
||||||
|
line-height: 40px;<br>
|
||||||
|
margin-top:100px;<br>
|
||||||
|
margin-left:80px;<br>
|
||||||
|
font-weight: 700;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-username-input{<br>
|
||||||
|
display: inline-block;<br>
|
||||||
|
margin-left: 5px;<br>
|
||||||
|
/*background: green;*/<br>
|
||||||
|
}<br>
|
||||||
|
#username{<br>
|
||||||
|
height: 35px;<br>
|
||||||
|
width: 290px;<br>
|
||||||
|
border: 2px solid #ccc;<br>
|
||||||
|
border-radius: 5px;<br>
|
||||||
|
}<br>
|
||||||
|
</p>
|
||||||
|
<p> .xzc-userPassword-box{<br>
|
||||||
|
position: absolute;<br>
|
||||||
|
width: 420px;<br>
|
||||||
|
height: 40px;<br>
|
||||||
|
line-height: 40px;<br>
|
||||||
|
margin-top:180px;<br>
|
||||||
|
margin-left:80px;<br>
|
||||||
|
font-weight: 700;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-userPassword-input{<br>
|
||||||
|
display: inline-block;<br>
|
||||||
|
margin-left: 20px;<br>
|
||||||
|
}<br>
|
||||||
|
#userPassword{<br>
|
||||||
|
height: 35px;<br>
|
||||||
|
width: 290px;<br>
|
||||||
|
border: 2px solid #ccc;<br>
|
||||||
|
border-radius: 5px;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-submit-box{<br>
|
||||||
|
position:absolute;<br>
|
||||||
|
width: 80px;<br>
|
||||||
|
height: 40px;<br>
|
||||||
|
line-height: 40px;<br>
|
||||||
|
margin-top: 30px;<br>
|
||||||
|
margin-left:100px;<br>
|
||||||
|
border-radius: 5px;<br>
|
||||||
|
background: grey;<br>
|
||||||
|
}<br>
|
||||||
|
#xzc-submit-button{<br>
|
||||||
|
display: inline-block;<br>
|
||||||
|
width: 80px;<br>
|
||||||
|
height: 40px;<br>
|
||||||
|
border-radius: 5px;<br>
|
||||||
|
background: #C5C5F8;<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-goGetback-box{<br>
|
||||||
|
position:absolute;<br>
|
||||||
|
width: 150px;<br>
|
||||||
|
height: 20px;<br>
|
||||||
|
margin-top: 80px;<br>
|
||||||
|
margin-left:40px;<br>
|
||||||
|
<br>
|
||||||
|
}<br>
|
||||||
|
.xzc-goback-box<br>
|
||||||
|
{<br>
|
||||||
|
position:absolute;<br>
|
||||||
|
margin-top: 80px;<br>
|
||||||
|
margin-left:200px;<br>
|
||||||
|
<br>
|
||||||
|
}<br>
|
||||||
|
}<br>
|
||||||
|
</style><br>
|
||||||
|
</head></p>
|
||||||
|
<p><body><br>
|
||||||
|
<div class=xzc-login-box><br>
|
||||||
|
<div class=xzc-title-box><br>
|
||||||
|
<span>约球吧</span><br>
|
||||||
|
</div><br>
|
||||||
|
<form action="#" method="post"><br>
|
||||||
|
<div class="xzc-username-box"><br>
|
||||||
|
<label for="username">用户名</label><br>
|
||||||
|
<div class="xzc-username-input"><br>
|
||||||
|
<input type="text" id="username" name="username" placeholder="请输入用户名" /><br>
|
||||||
|
</div><br>
|
||||||
|
</div><br>
|
||||||
|
<div class="xzc-userPassword-box"><br>
|
||||||
|
<label for="userPassword">密码</label><br>
|
||||||
|
<div class="xzc-userPassword-input"><br>
|
||||||
|
<input type="password" id="userPassword" name="userPassword" placeholder="请输入密码" /><br>
|
||||||
|
</div><br>
|
||||||
|
<div class="xzc-submit-box"><br>
|
||||||
|
<input id = "xzc-submit-button" type="submit" value="登录"><br>
|
||||||
|
</div><br>
|
||||||
|
<div class="xzc-goGetback-box"><br>
|
||||||
|
<a href="#" style="text-decoration: none;">忘记密码?去找回</a><br>
|
||||||
|
</div><br>
|
||||||
|
<div class=xzc-goback-box><br>
|
||||||
|
<a href="">返回上一页</a><br>
|
||||||
|
</div><br>
|
||||||
|
</div><br>
|
||||||
|
</div><br>
|
||||||
|
</body></p>
|
||||||
|
<p></html></p>
|
@ -0,0 +1,84 @@
|
|||||||
|
package balls.entity;
|
||||||
|
|
||||||
|
public class message {
|
||||||
|
private String id;
|
||||||
|
private String name;
|
||||||
|
private String sex;
|
||||||
|
private String age;
|
||||||
|
private String tel;
|
||||||
|
private String mail;
|
||||||
|
private String qq;
|
||||||
|
private String sol;
|
||||||
|
private String addr;
|
||||||
|
private String username;
|
||||||
|
private String password;
|
||||||
|
|
||||||
|
|
||||||
|
public String getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
public void setId(String id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
public String getName() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
public void setName(String name) {
|
||||||
|
this.name = name;
|
||||||
|
}
|
||||||
|
public String getSex() {
|
||||||
|
return sex;
|
||||||
|
}
|
||||||
|
public void setSex(String sex) {
|
||||||
|
this.sex = sex;
|
||||||
|
}
|
||||||
|
public String getAge() {
|
||||||
|
return age;
|
||||||
|
}
|
||||||
|
public void setAge(String age) {
|
||||||
|
this.age = age;
|
||||||
|
}
|
||||||
|
public String getTel() {
|
||||||
|
return tel;
|
||||||
|
}
|
||||||
|
public void setTel(String tel) {
|
||||||
|
this.tel = tel;
|
||||||
|
}
|
||||||
|
public String getMail() {
|
||||||
|
return mail;
|
||||||
|
}
|
||||||
|
public void setMail(String mail) {
|
||||||
|
this.mail = mail;
|
||||||
|
}
|
||||||
|
public String getQq() {
|
||||||
|
return qq;
|
||||||
|
}
|
||||||
|
public void setQq(String qq) {
|
||||||
|
this.qq = qq;
|
||||||
|
}
|
||||||
|
public String getSol() {
|
||||||
|
return sol;
|
||||||
|
}
|
||||||
|
public void setSol(String sol) {
|
||||||
|
this.sol = sol;
|
||||||
|
}
|
||||||
|
public String getAddr() {
|
||||||
|
return addr;
|
||||||
|
}
|
||||||
|
public void setAddr(String addr) {
|
||||||
|
this.addr = addr;
|
||||||
|
}
|
||||||
|
public String getUsername() {
|
||||||
|
return username;
|
||||||
|
}
|
||||||
|
public void setUsername(String username) {
|
||||||
|
this.username = username;
|
||||||
|
}
|
||||||
|
public String getPassword() {
|
||||||
|
return password;
|
||||||
|
}
|
||||||
|
public void setPassword(String password) {
|
||||||
|
this.password = password;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue