79 lines
3.0 KiB
HTML
79 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html class="">
|
|
<style>
|
|
|
|
</style>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="text/html" http-equiv="content-type" />
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
<meta content="webkit" name="renderer" />
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<title>{$pagetitle}</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" rel="stylesheet" type="text/css"/>
|
|
<link href="/Public/skin/css/global.css" rel="stylesheet">
|
|
</head>
|
|
|
|
|
|
<style>
|
|
.Logistics{ background: #f3f3f3; width: 100%; margin: 0 auto; padding: 25px;}
|
|
.Logistics .Logistics_title{ font-size: 18px; border-bottom: 1px solid #e7e7e7; margin: 0; padding: 14px 0 14px 20px; position: relative;}
|
|
.Logistics .Logistics_content{ margin: 20px 0px; margin-left: 12px; padding: 20px 0px; padding-left: 10px; position: relative;}
|
|
.Logistics .Logistics_content:before{
|
|
content: "";
|
|
width: 2px;
|
|
height: 100%;
|
|
background: #dcdcdc;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0px;
|
|
}
|
|
.Logistics .Logistics_content .Logistics_content_list{ position: relative; padding-left: 12px; margin-bottom: 15px;}
|
|
.Logistics .Logistics_content .Logistics_content_list dd{ width: 20%; font-size: 13px; font-weight: bolder; color: #666; line-height: 24px;}
|
|
.Logistics .Logistics_content .Logistics_content_list dt{ font-size: 13px; color: #333; width: 77%; margin-left: 3%; line-height: 24px;}
|
|
.Logistics .Logistics_content .Logistics_content_list:before{
|
|
content: '';
|
|
position: absolute;
|
|
border: 3px solid #f3f3f3;
|
|
background-color: #d9d9d9;
|
|
display: inline-block;
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
left: -5px;
|
|
top: 5px;
|
|
}
|
|
.Logistics .Logistics_content .Logistics_content_list:first-child:before{ background: #b8182c;}
|
|
.Logistics .Logistics_content .Logistics_content_list:first-child dd{ color: #b8182c;}
|
|
|
|
</style>
|
|
<body>
|
|
<div class="Logistics">
|
|
<div class="Logistics_content">
|
|
<foreach name="data" item="v" >
|
|
<div class="Logistics_content_list clear">
|
|
<dd class="fl">{$v.time}</dd>
|
|
<dt class="fl">{$v.context}</dt>
|
|
</div>
|
|
</foreach>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="/Public/skin/js/jquery-1.8.3.min.js"></script>
|
|
<script src="/Public/Admin/layer/layer.js"></script>
|
|
<script src="/Public/Admin/js/globals.js"></script>
|
|
<script language="javascript">
|
|
$(function(){
|
|
//改变高度
|
|
var index = parent.layer.getFrameIndex(window.name); //获取窗口索引
|
|
parent.layer.iframeAuto(index);
|
|
var title=$("title").html();
|
|
parent.$(".layui-layer-title").html(title);
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |