66 lines
2.1 KiB
HTML
66 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../public.css">
|
|
<link rel="stylesheet" href="../clear.css">
|
|
<link rel="stylesheet" href="./橱窗app2.css">
|
|
<title>橱窗app2</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<div class="photo"></div>
|
|
<div class="header_title">编辑个人资料</div>
|
|
<div></div>
|
|
</div>
|
|
<ul class="footer">
|
|
<li>
|
|
<div class="footer_photo">头像</div>
|
|
<div class="footer_right">
|
|
<img src="./imgs/-e-头像拷贝.png" alt="">
|
|
<img src="./imgs/左拷贝.png" alt="">
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="footer_photo">昵称 </div>
|
|
<div class="footer_right">
|
|
<div class="footer_photo_text">小许</div>
|
|
<img src="./imgs/左拷贝.png" alt="">
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="footer_photo">用户ID </div>
|
|
<div class="footer_right">
|
|
<div class="footer_photo_text">11221122</div>
|
|
<img src="./imgs/左拷贝.png" alt="">
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="footer_photo">性别 </div>
|
|
<div class="footer_right">
|
|
<div class="footer_photo_text">女</div>
|
|
<img src="./imgs/左拷贝.png" alt="">
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="footer_photo">所在地 </div>
|
|
<div class="footer_right">
|
|
<div class="footer_photo_text">安徽 合肥市</div>
|
|
<img src="./imgs/左拷贝.png" alt="">
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="footer_photo">个人介绍 </div>
|
|
<div class="footer_right">
|
|
<div class="footer_photo_text">填写个人资料更容易获得关注</div>
|
|
<img src="./imgs/左拷贝.png" alt="">
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
|
|
</html> |