个人中心界面

master
CYB 6 years ago
parent 50145bda77
commit 6282c1ba43

@ -0,0 +1,83 @@
<!doctype html>
<html>
<head>
<style>
#header {
background-color:black;
color:white;
text-align:left;
padding:5px;
}
.city {
float:left;
margin: 5px;
padding: 15px;
width: 300px;
height: 300px;
border: 1px solid black;
}
.section {
float: left;
margin: 5px;
padding: 15px;
width: 430px;
height: 680px;
border: 1px solid black;
}
.section1{
float: left;
margin: 5px;
padding: 15px;
width: 580px;
height: 335px;
border: 1px solid black;
transform: translateY(-380px);
}
.section2{
float: left;
margin: 5px;
padding: 15px;
width: 360px;
height: 335px;
border: 1px solid black;
transform: translateY(-380px);
position:relative;
right:0px
}
</style>
</head>
<body>
<div id="header">
<h1>约球吧</h1>
<h2>个人中心</h2>
</div>
<div class="city">
<h2>基本资料</h2>
<p>用户名</p>
<p>性别</p>
<p>电子邮箱</p>
<p>手机号</p>
</div>
<div class="city">
<h2>个人简介</h2>
<p></p>
</div>
<div class="city">
<h2>历史订单</h2>
<p></p>
</div>
<div class="section" style="background: url( 图片/14_3.jpg) ">
<h2 style="color:black"></h2>
</div>
<div class="section1" style="background: url(图片/詹姆斯.jpg)">
</div>
<div class="section2" style="background: url( 图片/QQ截图20190107111832.png)">
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

@ -251,7 +251,7 @@
</div>
<div class="xiao-userIntro-box">
<span class="xiao-require">*</span>
<label for="userIntro">生涯介绍</label>
<label for="userIntro">个人资料</label>
<div class="xiao-userIntro-input">
<input type="Introduction" id="userIntro" name="userIntro" placeholder="介绍下自己吧" />
</div>

@ -89,9 +89,9 @@ border: 1px solid black;
</div>
<div id="nav">
<a href="/index.html" style="text-decoration: none" target="_blank" >登录</a><br>
<a href="/index.html" style="text-decoration: none" target="_blank">注册</a><br>
<a href="/index.html" style="text-decoration: none" target="_blank">个人中心</a><br>
<a href="file:///C:/Users/ChenYB/Desktop/GIT%20try/yqb/%E5%89%8D%E7%AB%AF/%E7%99%BB%E5%BD%95.html" style="text-decoration: none" target="_blank" >登录</a><br>
<a href="file:///C:/Users/ChenYB/Desktop/GIT%20try/yqb/%E5%89%8D%E7%AB%AF/%E6%B3%A8%E5%86%8C.html" style="text-decoration: none" target="_blank">注册</a><br>
<a href="个人中心.html" style="text-decoration: none" target="_blank">个人中心</a><br>
</div>
<div id="section">

Loading…
Cancel
Save