208 lines
4.8 KiB
HTML
208 lines
4.8 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">
|
|
<title>饿了么我的</title>
|
|
<link rel="stylesheet" href="http://at.alicdn.com/t/font_2576965_u8lblew2pc.css">
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
border-top: 1px solid #d0cece;
|
|
background: #fff;
|
|
}
|
|
|
|
.footer li {
|
|
text-align: center;
|
|
}
|
|
|
|
.footer li p {
|
|
font-size: 12px;
|
|
color: #8e8e93;
|
|
}
|
|
|
|
.user_info {
|
|
background: linear-gradient(90deg, #0af, #0085ff);
|
|
height: 110px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.info_img {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.info_img img {
|
|
width: 60px;
|
|
border-radius: 100%;
|
|
margin-right: 18px;
|
|
}
|
|
|
|
.info_name {}
|
|
|
|
.info_name h3 {
|
|
color: #fff;
|
|
}
|
|
|
|
.info_name p {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.user_info i {
|
|
color: #fff;
|
|
}
|
|
|
|
.active {
|
|
display: flex;
|
|
height: 83.5px;
|
|
background: #fff;
|
|
}
|
|
|
|
.active li {
|
|
width: 50%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
|
|
.active li:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
.active li i {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.active li p {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
color: #666
|
|
}
|
|
|
|
.menu {}
|
|
|
|
.menu li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 45px;
|
|
align-items: center;
|
|
padding: 0 15px;
|
|
margin-top: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
.menu .icon_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.menu .icon_left i {}
|
|
|
|
.menu .icon_left span {
|
|
font-size: 14px;
|
|
color: #333;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.menu .icon-zhankai-copy {
|
|
color: #8e8e93;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="content">
|
|
<div class="user_info">
|
|
<div class="info_img">
|
|
<img src="./ele.png" alt="">
|
|
<div class="info_name">
|
|
<h3>登录/注册</h3>
|
|
<p>登录后享受更多特权</p>
|
|
</div>
|
|
</div>
|
|
<i class=" iconfont icon-zhankai-copy"></i>
|
|
</div>
|
|
|
|
<ul class="active">
|
|
<li>
|
|
<i class="iconfont icon-gouwuchekong"></i>
|
|
<p>红包</p>
|
|
</li>
|
|
<li>
|
|
<i class="iconfont icon-gouwuchekong"></i>
|
|
<p>金币</p>
|
|
</li>
|
|
</ul>
|
|
|
|
<ul class="menu">
|
|
<li>
|
|
<div class="icon_left">
|
|
<i class="iconfont icon-gouwuchekong"></i>
|
|
<span>我的地址</span>
|
|
</div>
|
|
<i class=" iconfont icon-zhankai-copy"></i>
|
|
</li>
|
|
<li>
|
|
<div class="icon_left">
|
|
<i class="iconfont icon-gouwuchekong"></i>
|
|
<span>我的地址</span>
|
|
</div>
|
|
<i class=" iconfont icon-zhankai-copy"></i>
|
|
</li>
|
|
<li>
|
|
<div class="icon_left">
|
|
<i class="iconfont icon-gouwuchekong"></i>
|
|
<span>我的地址</span>
|
|
</div>
|
|
<i class=" iconfont icon-zhankai-copy"></i>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<ul class="footer">
|
|
<li>
|
|
<i class="iconfont icon-pinglun"></i>
|
|
<p>首页</p>
|
|
</li>
|
|
<li>
|
|
<i class="iconfont icon-pinglun"></i>
|
|
<p>订单</p>
|
|
</li>
|
|
<li>
|
|
<i class="iconfont icon-pinglun"></i>
|
|
<p>我的</p>
|
|
</li>
|
|
</ul>
|
|
|
|
</body>
|
|
|
|
</html> |