1 Star 1 Fork 0

empcode / shoes-shoping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
profile.html 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
empcode 提交于 2018-11-30 16:25 . init
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<link href="css/sweetalert.css" rel="stylesheet">
<link href="css/application.css" rel="stylesheet">
<title>个人中心</title>
</head>
<body>
<header>
<div class="headerbar">
<h1>个人中心</h1>
<a class="navbar-toggle" href="profile-business.html">
<!--<span class="icon-more_m pull-left"></span> &nbsp;-->商家模式
</a>
</div>
</header>
<section class="profile">
<div class="headimg">
<img src="http://fakeimg.pl/120x120/ccc/fff/?text=LOGO" class="roundpic">
</div>
<p>我的用户名</p>
<div class="row rmenu-3">
<div class="col-4" ><a href="my-order-pay.html"><span class="icon-wallet"></span>待付款</a></div>
<div class="col-4" ><a href="my-order-delivery.html"><span class="icon-transport"></span>待收货</a></div>
<div class="col-4" ><a href="my-order-empty.html"><span class="icon-refund"></span>退款/售后</a></div>
</div>
</section>
<section class="wrapper cart">
<div class="shelves">
<p class="tipssmall"> &nbsp;</p>
<div>
<a class="iconmenu" href="my-order.html"><i class="icon-order" ></i>我的订单</a>
</div>
<div>
<a class="iconmenu" href="address.html"><i class="icon-address" ></i>我的地址
</a>
</div>
<p class="tipssmall"> &nbsp;</p>
<div>
<a class="iconmenu" href="customerservice.html"><i class="icon-phone" ></i>客服中心
</a>
</div>
<div>
<a class="iconmenu" href="password.html"><i class="icon-password" ></i>修改密码
</a>
</div>
</div>
</section>
<footer>
<div class="footheight"></div>
<div class="row footbar">
<a class="col-4 text-center" href="index.html" ><span class="icon-home"></span>首页</a>
<a class="col-4 text-center" href="cart.html" ><span class="icon-cart2"></span>购物车</a>
<a class="col-4 text-center active" href="profile.html" ><span class="icon-user2"></span>我的必要</a>
</div>
</footer>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/swipeSlide.min.js" type="text/javascript"></script>
<script src="js/sweetalert.min.js" type="text/javascript"></script>
<script src="js/jquery.mmenu.min.js" type="text/javascript"></script>
<script src="js/icheck.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.touchSwipe.min.js"></script>
<script src="js/application.js" type="text/javascript"></script>
</body>
</html>
1
https://gitee.com/empcode/shoes-shoping.git
git@gitee.com:empcode/shoes-shoping.git
empcode
shoes-shoping
shoes-shoping
master

搜索帮助