@ -1,154 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>个人信息</title>
|
||||
<style type="text/css">
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-image: url( ' 图片/timg (6).jpg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.xzc-submit-box{
|
||||
position:absolute;
|
||||
width: 80px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin-top: 30px;
|
||||
margin-left:100px;
|
||||
border-radius: 5px;
|
||||
background: grey;
|
||||
}
|
||||
#xzc-submit-button{
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
margin-top:140px;
|
||||
margin-left:440px;
|
||||
border-radius: 3px;
|
||||
background: #C5C5F8;
|
||||
}
|
||||
|
||||
.user-information-box
|
||||
{
|
||||
position: relative;
|
||||
height: 800px;
|
||||
width: 800px;
|
||||
top: 50px;
|
||||
margin: 0 auto;
|
||||
z-index: 99999;
|
||||
border: 7px solid #ccc;
|
||||
|
||||
}
|
||||
.user-photo{
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
display: flex;
|
||||
border-radius: 50%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
margin-left: 360px;
|
||||
margin-top: 0px;
|
||||
border: 2px solid #ccc;
|
||||
}
|
||||
.user-name-box
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border:0;
|
||||
margin-top: 0px;
|
||||
margin-left:250px;
|
||||
}
|
||||
.user-sex-box
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border:0;
|
||||
margin-top: 30px;
|
||||
margin-left:250px;
|
||||
}
|
||||
.user-age-box
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border:0;
|
||||
margin-top: 30px;
|
||||
margin-left:250px;
|
||||
}
|
||||
.user-hobbit-box
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border:0;
|
||||
margin-top: 30px;
|
||||
margin-left:220px;
|
||||
}
|
||||
.user-intro-box
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border:0;
|
||||
margin-top: 30px;
|
||||
margin-left:220px;
|
||||
}
|
||||
.user-playtimes-box
|
||||
{
|
||||
margin: 0;
|
||||
padding:0;
|
||||
border:0;
|
||||
margin-top: 60px;
|
||||
margin-left:220px;
|
||||
}
|
||||
.user-goodtimes-box
|
||||
{
|
||||
margin: 0;
|
||||
padding:0;
|
||||
border:0;
|
||||
margin-top: 30px;
|
||||
margin-left:0px;
|
||||
}
|
||||
.user-comment-box
|
||||
{
|
||||
margin: 0;
|
||||
padding:0;
|
||||
border:0;
|
||||
margin-top: 60px;
|
||||
margin-left:300px;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class=user-information-box>
|
||||
<img src="图片/timg(7).jpg" class="user-photo" alt="">
|
||||
<div class="user-name-box">
|
||||
<p>昵称:</p>
|
||||
</div>
|
||||
<div class=user-sex-box>
|
||||
<p>性别:</p>
|
||||
</div>
|
||||
<div class=user-age-box>
|
||||
<p>年龄:</p>
|
||||
</div>
|
||||
<div class="user-hobbit-box">
|
||||
<p>擅长球类:</p>
|
||||
</div>
|
||||
<div class=user-intro-box>
|
||||
<p>个性签名:</p>
|
||||
</div>
|
||||
<div class=user-playtimes-box>
|
||||
<p>已约次数:</p>
|
||||
<div class=user-goodtimes-box>
|
||||
<p>好评次数:</p>
|
||||
</div>
|
||||
<div class=user-comment-box>
|
||||
<p>球友评价:</p>
|
||||
</div>
|
||||
<input id = "xzc-submit-button" type="submit" value="编辑个人信息">
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 317 KiB |
After Width: | Height: | Size: 2.3 MiB |
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 411 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 22 KiB |
@ -1,146 +1,62 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>登录</title>
|
||||
<style type="text/css">
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background:url(' 图片/timg (4).jpg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
input{
|
||||
display: inline-block;
|
||||
background: #fff;
|
||||
}
|
||||
.xzc-title-box{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 50px;
|
||||
margin-left: 100px;
|
||||
margin-top: 5px;
|
||||
text-align:center;
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
color: #ff5000;
|
||||
line-height: 50px;
|
||||
}
|
||||
.xzc-login-box{
|
||||
<style>
|
||||
a:link {color:#87CEFA;}
|
||||
#section{
|
||||
width: 450px;
|
||||
height: 500px;
|
||||
padding: 10px;
|
||||
float: left;
|
||||
background-color: white;
|
||||
transform: translateY(50px);
|
||||
position: relative;
|
||||
height: 400px;
|
||||
width: 500px;
|
||||
top: 50px;
|
||||
margin: 0 auto;
|
||||
z-index: 99999;
|
||||
background: white;
|
||||
border: 7px solid #ccc;
|
||||
left:540px;
|
||||
}
|
||||
.xzc-username-box{
|
||||
position: absolute;
|
||||
width: 420px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin-top:100px;
|
||||
margin-left:80px;
|
||||
font-weight: 700;
|
||||
#section1{
|
||||
width:240px;
|
||||
height: 60px;
|
||||
padding: 10px;
|
||||
float:right
|
||||
|
||||
}
|
||||
.xzc-username-input{
|
||||
#name{
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
/*background: green;*/
|
||||
}
|
||||
#username{
|
||||
height: 35px;
|
||||
width: 290px;
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
margin-left: 20px;
|
||||
|
||||
.xzc-userPassword-box{
|
||||
position: absolute;
|
||||
width: 420px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin-top:180px;
|
||||
margin-left:80px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.xzc-userPassword-input{
|
||||
#name1{
|
||||
display: inline-block;
|
||||
margin-left: 20px;
|
||||
|
||||
}
|
||||
#userPassword{
|
||||
height: 35px;
|
||||
width: 290px;
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.xzc-submit-box{
|
||||
position:absolute;
|
||||
width: 80px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin-top: 30px;
|
||||
margin-left:100px;
|
||||
border-radius: 5px;
|
||||
background: grey;
|
||||
}
|
||||
#xzc-submit-button{
|
||||
#button{
|
||||
width:350px;
|
||||
height: 50px;
|
||||
background: #DC143C;
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
background: #C5C5F8;
|
||||
}
|
||||
.xzc-goGetback-box{
|
||||
position:absolute;
|
||||
width: 150px;
|
||||
height: 20px;
|
||||
margin-top: 80px;
|
||||
margin-left:40px;
|
||||
|
||||
transform: translateY(350px);
|
||||
position: relative;
|
||||
left:130px;
|
||||
}
|
||||
.xzc-goback-box
|
||||
{
|
||||
position:absolute;
|
||||
margin-top: 80px;
|
||||
margin-left:200px;
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class=xzc-login-box>
|
||||
<div class=xzc-title-box>
|
||||
<span>约球吧</span>
|
||||
</div>
|
||||
<form action="#" method="post">
|
||||
<div class="xzc-username-box">
|
||||
<label for="username">用户名</label>
|
||||
<div class="xzc-username-input">
|
||||
<input type="text" id="username" name="username" placeholder="请输入用户名" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="xzc-userPassword-box">
|
||||
<label for="userPassword">密码</label>
|
||||
<div class="xzc-userPassword-input">
|
||||
<input type="password" id="userPassword" name="userPassword" placeholder="请输入密码" />
|
||||
</div>
|
||||
<div class="xzc-submit-box">
|
||||
<input id = "xzc-submit-button" type="submit" value="登录">
|
||||
</div>
|
||||
<div class="xzc-goGetback-box">
|
||||
<a href="#" style="text-decoration: none;">忘记密码?去找回</a>
|
||||
<body style="background-image: url( 图片/QQ截图20190110093949.png);background-repeat:no-repeat">
|
||||
<div id="section">
|
||||
|
||||
</div>
|
||||
<div class=xzc-goback-box>
|
||||
<a href="">返回上一页</a>
|
||||
<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>
|
||||
<div id="name1">
|
||||
<input style="transform: translateY(268px);position: relative;left: -265px; width: 350px;height:40px;" type="text" id="password" name="password" placeholder=" 密码" />
|
||||
</div>
|
||||
<div>
|
||||
<a href="注册.html" style="text-decoration: none;position: relative;left:330px;bottom: -300px;">没有账号,立即注册</a>
|
||||
</div>
|
||||
<input id="button" type="submit" value="登录">
|
||||
</body>
|
||||
</html>
|