wanglizhong
2025-05-05 2876dd05c0528ec665791a0844f643f566f7c31b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?php include "./inc/odbc.php"; ?>
<?php include "./inc/OAuth2.php"; ?>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>民航医疗快线</title>
<link rel="stylesheet" href="/css/webtyle.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<script src="/js/jquery-1.10.2.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/app.js?v=1.8"></script>
<link rel="stylesheet" href="/css/app.css?v=1.9">
<link rel="stylesheet" href="/css/app_2.css?v=2.0">
</head>
<body class="ds_body">
<div  style="text-align:center;margin-top:20px"><img src="img/top.png" width="90%" height="" border="0" alt=""></div>
<hr style="text-align:center;width:100%"></hr>
<style>
header .headbrand {
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 10px;
}
header {
    padding: 1em 5%;
    height: auto;
}
header .headico {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}
.info{
    padding-left: 10px;padding-bottom: 5px;display: inline-block;vertical-align: top;width: 60%;
}
.rating-small .fa {
    color: #ffcc33;
}
.sign{
    color: #545454;clear: both;font-size: 14px;
}
#point_star span{
    background-image: url("/img/start2_09.png");
}
#point_star .empty {
    background-image: url("/img/start2_10.png");
}
.showlabel ul li img{
    width: 13px;
    height: 13px;
    margin-left: 3px;
}
.imgs{text-align: left;margin: 10px 0;}
.imgs img{width: 60px;height: 60px;margin: 5px;}
    @media screen and (max-width: 320px) {
        .info{width: 50%;}
    }
.label3 {
    color: #fff;
     background:transparent; 
    border: 1px solid #ffa732;
    cursor: pointer;
    color: #ffa732;
}
</style>
<div class="myDiv_1">
        <a href="MyOrderlist.php?OrderType=1" class="aList aList10">
            <p style="font-size: 18px;">转运记录</p>
            <img src="img/sc_34.jpg">
            <div class="clear"></div>
        </a>
        <a href="MyOrderlist.php?OrderType=2" class="aList aList1">
            <p style="font-size: 18px;">服务评价</p>
            <img src="img/sc_34.jpg">
            <div class="clear"></div>
        </a>
        <a href="MyOrderlist.php?OrderType=3" class="aList aList10">
            <p style="font-size: 18px;">发票申请</p>
            <img src="img/sc_34.jpg">
            <div class="clear"></div>
        </a>
        <a href="MyCoupon.php" class="aList aList3" style="position:relative;">
            <p style="font-size: 18px;">优惠券</p>
            <img src="img/sc_34.jpg">
            <div class="clear"></div>
        </a>
</div>
 
<div class="myDiv_1">
    <a href="MyPhone.php" class="aList aListlast aList4">
        <p style="font-size: 18px;">我绑定的手机号</p>
        <img src="img/sc_34.jpg">
        <div class="clear"></div>
    </a>
</div>
</body>
</html>