1 Star 1 Fork 0

empcode / shoes-shoping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
customerservice.html 2.84 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" onclick="history.go(-1)">
<span class="icon-m_goback"></span>
</a>
</div>
</header>
<div class="medialist">
<div class="media">
<a class="csimg thumbnail text-center">
<img src="img/icons/p-glass.png">
<span class="block">眼镜</span>
</a>
<div class="media-body pbodytext" >
<p>眼镜</p>
<p>400-888-0909</p>
<p>周一至周日 09:00-22:00</p>
</div>
<a href="tel:13311111111" class="phonebtn"><span class="icon-phone"></span></a>
</div>
<div class="media">
<a class="csimg thumbnail text-center">
<img src="img/icons/p-mc.png">
<span class="block">男装</span>
</a>
<div class="media-body pbodytext" >
<p>男装</p>
<p>400-888-0909</p>
<p>周一至周日 09:00-22:00</p>
</div>
<a href="tel:13311111111" class="phonebtn"><span class="icon-phone"></span></a>
</div>
<div class="media">
<a class="csimg thumbnail text-center">
<img src="img/icons/p-wd.png">
<span class="block">登山鞋</span>
</a>
<div class="media-body pbodytext" >
<p>登山鞋</p>
<p>400-888-0909</p>
<p>周一至周日 09:00-22:00</p>
</div>
<a href="tel:13311111111" class="phonebtn"><span class="icon-phone"></span></a>
</div>
</div>
<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

搜索帮助