You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.3 KiB

6 years ago
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
a:link {color:#87CEFA;}
#section{
width: 450px;
height: 600px;
padding: 10px;
float: left;
background-color: white;
transform: translateY(50px);
position: relative;
left:540px;
}
#section1{
width:240px;
height: 60px;
padding: 10px;
float:right
}
#name{
display: inline-block;
margin-left: 20px;
}
#name1{
display: inline-block;
margin-left: 20px;
}
#button{
width:350px;
height: 50px;
background: #DC143C;
display: inline-block;
transform: translateY(450px);
position: relative;
left:-223px;
}
</style>
</head>
<body style="background-image: url( 图片/QQ截图20190110093949.png);background-repeat:no-repeat">
<div id="section">
</div>
<div id="section1" style="background:url(图片/QQ截图20190110095831.png);transform: translateY(80px);position: relative;right:610px;"></div>
<div id="name">
<input style="transform: translateY(200px);position: relative;left: 115px; width: 350px;height:40px;" type="text" id="username" name="username" placeholder=" 请输入用户名" />
</div>
<form action="RegUseServlet" method="post">
<div id="name1">
<input style="transform: translateY(268px);position: relative;left: -265px; width: 350px;height:40px;" type="text" id="password" name="password" placeholder=" 请输入密码" />
</div>
<input style="transform: translateY(288px);position: relative;left: 134px; width: 350px;height:40px;" type="text" id="repassword" name="repassword" placeholder=" 确认密码" />
<input style="transform: translateY(356px);position: relative;left: -225px; width: 350px;height:40px;" type="text" id="phonenum" name="phonenum" placeholder=" 请输入手机号" />
<input style="transform: translateY(380px);position: relative;left: 134px; width: 350px;height:40px;" type="text" id="email" name="email" placeholder=" 请输入邮箱" />
<input id="button" type="submit" value="注册">
</form>
<a href="登录.html" style="text-decoration: none;position: relative;left:-350px;bottom: -520px">已有账号,立即登录</a>
</body>
</html>