求快递单的页面HTML代码,各个快递的!

求快递单的页面HTML代码,各个快递的!,第1张

<!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>noteform</title>

<script src="http://www.codefans.net/ajaxjs/jquery-1.4.2.min.js"></script>

<script>

$(function(){

 $("div").click(function(){

$(this).addClass("select")        

    })

})

</script>

<style>

<!--

body{

    background-image:url(wood-bg2.jpg)

}

.exlist{

    background-color:#F9EE70

    margin:30px auto

    padding:5px

    width:680px

    min-height:200px

    height:auto

    font-family:"微软雅黑"

    -webkit-box-shadow:4px 4px 5px #333/*webkit*/ 

    -moz-box-shadow:4px 4px 5px #333/*firefox*/     

    box-shadow:4px 4px 5px #333/*opera或ie9*/ 

}

#title{

    width:200px

    margin:20px auto

}

#title legend{

    font-size:26px

}

div.exlist_title{

    background-color:#F9EE70

    width:680px

    height:20px

}

div.exlist_title img{

    float:right

    margin:-15px 10px

}

/*-----------form-----------*/

fieldset{

    width:90%

    border:1px dashed #666

    margin:40px auto

}

 

legend{

    background-color:#F9EE70

    height:120px

    height:30px

    color:#630

    font-weight:bolder

    font-size:20px

    line-height:30px

    margin:-20px 10px 10px

    padding:0 10px

}

div.row{

    margin:10px

    padding:5px

}

 

div.row label{

    height:20px

    font-size:16px

    line-height:20px

    margin:0 10px

}

 

input.txt{

    background-color:#F9EE70

    color:#333

    width:150px

    height:20px

    margin:0 10px

    font-size:16px

    line-height:20px

    border:none

    border-bottom:1px solid #565656

}

 

input.txt:focus{

    color:#333

    background-color: #FF0

    border-bottom:1px solid #F00

}

 

select{

    width:100px

}

option{

    text-align:center

}

input.btn{

    width:50px

    height:20px

    color:#000008B

    background-color: transparent

    border:0

    padding:0

}

-->

</style>

</head>

<body>

<div class="exlist">

    <div class="exlist_title"><img src="paper-clip.png" /></div>

       <div id="title"><legend>快递运单信息</legend></div>

       <form method="post" action="">

           <fieldset>

           <legend>收件信息</legend>

                   <div class="row">

                   <label>1. 收货人:</label>

                   <input style="width:100px" class="txt" type="text" />

                   <label>2. 目的地:</label>

                   <select>

                   <option>北京</option>

                   <option>上海</option>

                   <option>武汉</option>

                   <option>乌鲁木齐</option>

                   </select>

                   </div>

                   <div class="row">

                   <label>3. 联系电话:</label><input class="txt" type="text" />

                   </div>

                   <div class="row">

                   <label>4. 详细地址:</label><input class="txt" style="width:400px"  type="text" />

                   </div>

           </fieldset>

           <fieldset>

           <legend>发件信息</legend>

                   <div class="row">

                   <label>1. 发货人:</label>

                   <input style="width:100px" class="txt" type="text" />

                   <label>2. 始发地:</label>

                   <select>

                   <option>北京</option>

                   <option>上海</option>

                   <option>武汉</option>

                   <option>乌鲁木齐</option>

                   </select>

                   </div>

                   <div class="row">

                   <label>3. 联系电话:</label><input class="txt" type="text" />

                   </div>

                   <div class="row">

                   <label>4. 详细地址:</label><input class="txt" style="width:400px"  type="text" />

                   </div>

           </fieldset>

           <fieldset>

           <legend>货物信息</legend>

                   <div class="row">

                   <label>1. 数量:</label><input class="txt" style="width:30px" maxlength="2" type="text" />

                   <label>(1-99件)</label>

                   <label>2. 体积:</label><input class="txt" style="width:30px" maxlength="3" type="text" />

                   <label>3. 重量:</label><input class="txt" style="width:30px" maxlength="3" type="text" />

                   <label>(Kg)</label>

                   </div>

                   <div class="row">

                   <label>4. 运输方式:</label>

                   <select>

                   <option>航运</option>

                   <option>火车</option>

                   <option>汽车</option>

                   <option>轮船</option>

                   </select>

                   </div>

             <div class="row">

               <label>5. 付款方式:</label>

                   <p>

                     <label><input type="radio" name="pay" value="单选"/>现金付款</label>

                     <label><input type="radio" name="pay" value="单选"/>收件人付款</label>

                     <label><input type="radio" name="pay" value="单选"/>第三方付款</label>

                   </p>

               </div>

           </fieldset>

        </form>

</div>

</body>

</html>

快递单..

邮政。

快递官网查询

通过相应的快递公司的官网对快件进行跟踪,相关信息可以直接通过快递回执上的条形码进行查询,即可在相应公司的网页上输入查询码并获取快递单的相关信息。

综合查询平台查询

通过综合查询类网站主要是指,通过集成了多种快递公司快递跟踪查询服务的网站。主要是提供一个统一的查询入口,然后在输入相关查询码之后,在后台调用相关快递公司的查询功能并给用户返回结果。

通过快递查询接口(API)的查询方式

通过快递查询接口(API)来进行查询,是指通过调用综合查询平台对外开放的应用程序接口来进行查询的方式。电子商务网站、企业管理系统等第三方开发者,能够通过调用这些接口(API)与开放了自身数据的快递查询平台进行交互,以获得快递查询的方法与数据,并基于这些接口(API)开发自己的快递查询应用程序,从而实现不用登录快递官网或综合查询平台就能实现查快递的功能。

手机客户端查询

利用手机客户端查询 ,你只要在相应的查询框内输入快件号就能知道您的物品所在位置,让你及时对您的物品进行跟踪了解。同时,你也可以通过客户端进行计费查询,包括首重费用、续重费用、以及从您的出发地到目的地的价格等多种费用的查询。

价格都是公开、透明,让您能在计费板块中一目了然。服务范围版块中详细标明了快递公司的服务派送范围,方便你的查询。你也可以在客户服务中给提出您宝贵的建议,如果对服务有不满意的地方你也可以在投诉栏中直接对其进行投诉。


欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/7064980.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-01
下一篇 2023-04-01

发表评论

登录后才能评论

评论列表(0条)

保存