12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="renderer" content="webkit">
- <meta http-equiv="Cache-Control" content="no-siteapp">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge">
- <title>我的卡包</title>
- <meta name="keywords" content="">
- <meta name="description" content="">
- <link rel="shortcut icon" href="../../../favicon.ico">
- <link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
- <link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css" />
- <link rel="stylesheet" type="text/css" href="../../../css/flex.css" />
- <link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css">
- <link rel="stylesheet" href="../css/payment.css" />
- </head>
- <body class="bgc-f2f3f4">
- <div id="app" v-cloak>
- <div class="bgc-fff c-border-tb mt10 flex ptb10 pr15">
- <div class="f_s_0 c-f17 c-333 c-t-center c-border-r" style="width: 80px;line-height: 32px;">就诊卡</div>
- <div class="f_g_1"><input type="text" placeholder="输入就诊卡号" class="input-bcard w-calc-220 c-333"/></div>
- <div class="f_s_0 jiaoyanBtn">校验身份</div>
- </div>
- <div class="bgc-fff c-border-tb mt10 flex ptb10 pr15 c-999">
- <div class="f_s_0 c-f17 c-t-center c-border-r" style="width: 80px;line-height: 32px;">姓 名</div>
- <div class="f_g_1"><input type="text" placeholder="就诊人姓名" class="input-bcard"readonly="readonly"/></div>
- </div>
- <div class="bgc-fff c-border-b flex ptb10 pr15 c-999">
- <div class="f_s_0 c-f17 c-t-center c-border-r" style="width: 80px;line-height: 32px;">手机号</div>
- <div class="f_g_1"><input type="text" placeholder="办卡手机号" class="input-bcard" readonly="readonly"/></div>
- </div>
- <div class="p30">
- <button type="button" class="c-btn-4dcd70 c-btn-arc c-btn-full c-btn-big" style="height: 45px;">立即添加</button>
- <div class="pt20 c-333 c-f14">
- <img src="../images/tishi_icon.png" width="13" class="mr10"/>温馨提示:
- <div class="c-999">
- 1.未开卡用户来院就诊后当天可绑定就诊卡,享受在线预约挂号、缴费查询等服务。
- </div>
- </div>
- </div>
- </div>
- <script src="../../../js/post.js"></script>
- <script src="../../../widget/artDialog/6.0.5/js/dialog-plus.js"></script>
- <script src="../js/bindingCard.js"></script>
- </body>
- </html>
|