<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| <title>YunTrack</title> |
| <link rel="icon" sizes="any" mask=mask href="/images/yuntrack.ico" /> |
| <link type="text/css" rel="stylesheet" href="/css/base.css" /> |
| <link type="text/css" rel="stylesheet" href="/css/public.css" /> |
| <link type="text/css" rel="stylesheet" href="/css/style.css?637459375935558764" /> |
| <link href="/Content/drag.css" rel="stylesheet" /> |
| <script src="/js/jquery-1.7.2.min.js"></script> |
| <script src="/Scripts/layer/layer.js"></script> |
| <script src="/Scripts/drag.js"></script> |
| <script type="text/javascript" src="/js/jquery-powerSwitch-min.js"></script> |
| |
| <script> |
| var _hmt = _hmt || []; |
| (function () { |
| var hm = document.createElement("script"); |
| hm.src = "https://hm.baidu.com/hm.js?81f1d144a52ab565fdb50eab25182685"; |
| var s = document.getElementsByTagName("script")[0]; |
| s.parentNode.insertBefore(hm, s); |
| })(); |
| </script> |
| |
| <script type="text/javascript"> |
| $(function () { |
| textInteraction.publicModthA(); |
| $(".qw_Textarea").focus(); |
| $(".qw_Textarea").blur(); |
| }) |
| // $(function () { |
| //var area = $('.qw_Textarea'); |
| //area.focus(function () { //得到焦点 |
| // if (area.val().replace(/(^\s*)|(\s*$)/g, "") == area.attr('data-value')) { |
| // area.val(""); |
| // } |
| // $(this).keyup(function(event) { //得到焦点的同时添加按键释放的事件 |
| // var n = $(this).val().split("\n").length; |
| // if (event.keyCode != '13' && event.keyCode != '32') //如果按键不是回车,因为俺回车的时候同时就多了一个/n,因此li会比行数要多 |
| // { |
| // $('.qw_L').html(""); //清空li |
| // for (i = 0; i < n; i++) //按一个键就循环一次,比如是有X行,第一次进来N等于0,那么LI,就添加一个li,第二次按了回车的时候,这时候n等于2,那么进行就循环2次,每次添加一个li,共添加2行 |
| // { |
| // $('.qw_L').append("<li><span class='Dib_vm'></span> <i></i></li>"); |
| // } |
| // } |
| |
| // if (n > 7) //释放的时候判断,如果回车的数量大于12,那么就把就qw_Textarea高度增加30 |
| // { |
| // $(this).css('height', n * 30); |
| // $('.qw_L').css('left', 505); |
| // } |
| // if ($(this).val() == '') //移除XX ,恢复高度,恢复left |
| // { |
| // $('.qw_L li').remove(); |
| // $(this).css('height', 360); |
| // $('.qw_L').css('left', 515); |
| // } |
| // }); |
| //}).blur(function () { |
| // if (area.val().replace(/(^\s*)|(\s*$)/g, "") == "") { |
| // area.val(area.attr('data-value')); |
| // } |
| //}); |
| //area.blur(); |
| |
| //$('.qw_L li').live('click', function () { |
| |
| // var idx = $(this).index(); |
| // var chat = $('.qw_Textarea').val(); |
| // var text = chat.split("\n"); /*[idx]*/ |
| // text.splice(idx, 1); |
| // $('.qw_Textarea').val(text.toString().replace(/,/gi, '\n')); |
| // if (chat.split("\n").length > 12) { |
| // $('.qw_Textarea').css('height', (chat.split("\n").length - 1) * 30); |
| // $(this).parent().children().last().remove(); |
| // if ($('.qw_Textarea').css('height') == "360px") { |
| // $('.qw_L').css('left', 515); |
| // } |
| |
| // } else { |
| // $(this).parent().children().last().remove(); |
| // } |
| |
| //}); |
| // }); |
| |
| |
| /*详细搜索筛选*/ |
| var size = function () { |
| if ($(this).width() <= 1024) { |
| $('.Main_scroll').css('width', '88%'); |
| $('.mwd_opsition').css('left', '6%'); |
| } |
| if ($(this).width() > 1024 && $(this).width() <= 1280) { |
| $('.Main_scroll').css('width', '70%'); |
| $('.mwd_opsition').css('left', '15%'); |
| } |
| if ($(this).width() > 1280) { |
| $('.Main_scroll').css('width', '56%'); |
| $('.mwd_opsition').css('left', '22%'); |
| } |
| }; |
| $(window).resize(size); |
| |
| </script> |
| |
| </head> |
| |
| |
| <body> |
| |
| |
| |
| |
| |
| |
| |
| |
| <style type="text/css"> |
| .bl { |
| border: 2px solid #ecf0f1; |
| } |
| |
| .Constr { |
| width: 800px; |
| } |
| </style> |
| <div class="Constr bl" style="margin-top:50px;"> |
| <div style="background-color:#ecf0f1;height:60px;"> |
| <header class="mb30 f20 tc pt15 b"> YT2100821272077948</header> |
| </div> |
| <div style="height:90px;"> |
| <div class="l tc"> |
| <img src="/images/detaillogo.png" class="mt15 ml15"> |
| </div> |
| <div class="l pl30 pt30"> |
| <span class="b" style="font-size:28px">YunExpress</span> |
| </div> |
| </div> |
| <div style="background-color:#008385;height:70px;"> |
| <div class="f24 tc g4 b pt20"> |
| <span style="color:#fff;">Transit</span> |
| </div> |
| </div> |
| <div style="min-height: 600px;"> |
| <div style="line-height:30px;font-size:14px;padding-left:25px;"> |
| <table style="border-collapse:separate; border-spacing:0px 25px;"> |
| |
| <tr> |
| <td style="width:140px;"> |
| 2021/01/10 21:29:48 |
| </td> |
| <td style="width:30px;"> |
| <div style="width:25px; position:absolute; height:22px; text-align: center;vertical-align:top;color: #fff;margin-top:-10px;background:url(/images/count.png) no-repeat;}"> |
| <span class="wd_count">3</span></div> |
| </td> |
| <td> |
| <div class="wd_message tk_content">Shipment has been processed in operational center----SHANGHAI </div> |
| </td> |
| </tr> |
| <tr> |
| <td style="width:140px;"> |
| 2021/01/08 19:31:26 |
| </td> |
| <td style="width:30px;"> |
| <div style="width:25px; position:absolute; height:22px; text-align: center;vertical-align:top;color: #fff;margin-top:-10px;background:url(/images/count.png) no-repeat;}"> |
| <span class="wd_count">2</span></div> |
| </td> |
| <td> |
| <div class="wd_message tk_content">Arrived at Sort Facility SHANGHAI----SHANGHAI </div> |
| </td> |
| </tr> |
| <tr> |
| <td style="width:140px;"> |
| 2021/01/08 10:28:06 |
| </td> |
| <td style="width:30px;"> |
| <div style="width:25px; position:absolute; height:22px; text-align: center;vertical-align:top;color: #fff;margin-top:-10px;background:url(/images/count.png) no-repeat;}"> |
| <span class="wd_count">1</span></div> |
| </td> |
| <td> |
| <div class="wd_message tk_content">Shipment information received</div> |
| </td> |
| </tr> |
| </table> |
| </div> |
| </div> |
| </div> |
| <div class="Constr"> |
| <div class="mt20 mb20 f16"> The date and time is based on the local time of the tracking place.</div> |
| </div> |
| <div class="Constr bgf8"> |
| <div class="f12 tc foot"> |
| Copyright 2013-2021, YunExpress Co., Ltd. ICP certificate:<a href="http://www.beian.miit.gov.cn" style="color:#008385" target="_blank">ICP Number 14056559</a> |
| </div> |
| </div> |
| |
| |
| <script type="text/javascript" src="/js/client.js?637459375935558764"></script> |
| </body> |
| |
| </html> |