qc.ifish7.com/Application/Member/View/Index/index.html

153 lines
8.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html class="">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>用户中心</title>
<link href="__PUBLIC__/skin/css/animate.min.css" rel="stylesheet">
<link href="__PUBLIC__/skin/css/font-awesome.min.css" rel="stylesheet">
<link href="__PUBLIC__/skin/css/nav.css" rel="stylesheet">
<link href="__PUBLIC__/skin/css/nav2.css" rel="stylesheet">
<link href="__PUBLIC__/skin/css/slick-min.css" type="text/css" rel="stylesheet"/>
<link href="__PUBLIC__/skin/css/global.css" rel="stylesheet">
<style>
.bottom_txt_list{ margin-bottom: 17px;}
.bottom_txt_list .txt_list_title{ line-height: 42px; background: #f5f5f5; color: #333333; padding: 0px 17px; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.bottom_txt_list:first-child .txt_list_title{ border-top: 0px;}
.bottom_txt_list .txt_list_title span{ margin-right: 60px}
.bottom_txt_list .txt_list_body{ padding: 0px 17px; padding-right: 0px; border-bottom: 1px solid #e5e5e5;}
.bottom_txt_list .txt_list_body .list_body_list{ padding: 23px 0px; border-right: 1px solid #e5e5e5; text-align: center; width: 20%;}
.bottom_txt_list .txt_list_body .list_body_list:nth-child(1){ width: 40%; text-align: left;}
.bottom_txt_list .txt_list_body .list_body_list:nth-child(2){ padding: 53px 0px;}
.bottom_txt_list .txt_list_body .list_body_list:nth-child(3){ padding: 65px 0px;}
.bottom_txt_list .txt_list_body .list_body_list:nth-child(4){ padding: 42px 0px; border-right: 0px;}
.bottom_txt_list .txt_list_body .list_body_list .body_list_img{ border: 1px solid #e5e5e5; width: 28%; margin-right: 4%;}
.bottom_txt_list .txt_list_body .list_body_list .body_list_img img{ width: 100%; height: 100px; object-fit: cover;}
.bottom_txt_list .txt_list_body .list_body_list .body_list_txt{ padding: 15px 0px; width: 65%;}
.bottom_txt_list .txt_list_body .list_body_list .body_list_txt dd{ font-size: 14px; color: #333333; margin-bottom: 15px; line-height:23px; text-align:left;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.bottom_txt_list .txt_list_body .list_body_list dt{ font-size: 14px; color: #b8182c;}
.bottom_txt_list .txt_list_body .list_body_list .body_list_txt dt span{ font-size: 12px; color: #999999; display: inline-block; background: url(../images/bn87.png) no-repeat 0% 70%; padding-left: 8px; margin-left: 10px;}
.bottom_txt_list .txt_list_body .list_body_list p{ font-size: 14px; color: #999999; margin-top: 5px;}
.bottom_txt_list .txt_list_body .list_body_list a{ font-size: 14px; color: #333333; display: inline-block; width: 100px; border-radius: 4px; line-height: 30px;}
.bottom_txt_list .txt_list_body .list_body_list .body_list_Pay{ background: #b8182c; color: #fff; margin-bottom: 5px;}
</style>
</head>
<body>
<include file="./Application/Data/templateFile/header.html"/>
<div class="height"></div><!-- #EndLibraryItem -->
<div class="indexProduct UserCenter_nav">
<div class="indexProduct_content clear all">
<a href="{:U('Home/index/index')}">首页</a>
<span class="fa fa-angle-right"></span>
<a href="javascript:void(0)" class="on">用户中心</a>
</div>
</div>
<div class="indexProduct UserCenter" >
<div class="indexProduct_content clear all">
<div class="UserCenter_left fl"><include file="./Application/Member/View/Inc/left.html"/></div>
<div class="UserCenter_right fl">
<div class="UserCenter_right_top clear">
<div class="right_top_left fl">
<dd><img src="{$Think.session.member.zhizhao}"/></dd>
</div>
<div class="right_top_right fl">
<dd>{$Think.session.member.truename}欢迎您来到IMI商城</dd>
<dt>
<p><img src="__PUBLIC__/skin/images/bn77.png"/>我的资料:<a href="{:U('company_info')}">完善资料</a></p>
<p><img src="__PUBLIC__/skin/images/bn78.png"/>账号绑定:{$Think.session.member.mobile}</p>
</dt>
</div>
</div>
<div class="UserCenter_right_bottom" id="app">
<div class="right_bottom_list">
<div class="bottom_list_title clear">
<dd class="fl">待付款订单(<span>{$readyPaytCount}</span></dd>
<a href="/index.php/Shop/ShopOrder/index.html?status_code=101" class="fr">查看全部<span class="fa fa-angle-right"></span></a>
</div>
<?php
if($readyPaytCount){
?>
<foreach name="readyPayt" item="v">
<include file="./Application/Shop/View/Inc/orderLi.html"/>
</foreach>
<?php
}else{
?>
<div class="bottom_list_content">
<dd>您暂时还没有待付款订单,<a href="/index.php/Home/Search/filter/">去看看商品吧<i class="fa fa-angle-double-right"></i></a></dd>
</div>
<?php
}
?>
</div>
<div class="right_bottom_list">
<div class="bottom_list_title clear">
<dd class="fl">待发货订单(<span>{$readyDeliveryCount}</span></dd>
<a href="/index.php/Shop/ShopOrder/index.html?status_code=102" class="fr">查看全部<span class="fa fa-angle-right"></span></a>
</div>
<?php
if($readyDeliveryCount){
?>
<foreach name="readyDelivery" item="v">
<include file="./Application/Shop/View/Inc/orderLi.html"/>
</foreach>
<?php
}else{
?>
<div class="bottom_list_content">
<dd>您暂时还没有待发货订单,<a href="/index.php/Home/Search/filter/">去看看商品吧<i class="fa fa-angle-double-right"></i></a></dd>
</div>
<?php
}
?>
</div>
<div class="right_bottom_list">
<div class="bottom_list_title clear">
<dd class="fl">待收货订单(<span>{$readyReceiptCount}</span></dd>
<a href="/index.php/Shop/ShopOrder/index.html?status_code=103" class="fr">查看全部<span class="fa fa-angle-right"></span></a>
</div>
<?php
if($readyReceiptCount){
?>
<foreach name="readyReceipt" item="v">
<include file="./Application/Shop/View/Inc/orderLi.html"/>
</foreach>
<?php
}else{
?>
<div class="bottom_list_content">
<dd>您暂时还没有待收货订单,<a href="/index.php/Home/Search/filter/">去看看商品吧<i class="fa fa-angle-double-right"></i></a></dd>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>
<include file="./Application/Data/templateFile/footer.html"/>
<script type="text/javascript" src="/Public/skin/js/jquery-1.8.3.min.js"></script>
<script src="/Public/skin/js/global.js"></script>
<script src="/Public/skin/js/nav.js"></script>
<script src="/Public/Admin/layer/layer.js"></script>
<script src="/Public/Admin/js/globals.js"></script>
</body>
</html>