123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <!--360浏览器优先以webkit内核解析-->
- <title>厦门i健康-客户服务平台</title>
- <!--<link rel="shortcut icon" href="favicon.ico">-->
- <link href="../../../../css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet" />
- <link href="../../../../css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet" />
- <link href="../../../../css/jqgrid/ui.jqgridffe4.css?0820" rel="stylesheet" />
- <link href="../../../../css/animate.min.css" rel="stylesheet" />
- <link href="../../../../css/style1.min.css?v=4.1.0" rel="stylesheet" />
- <style>
- body {
- padding: 70px 30px 0;
- font-size: 14px;
- }
- .setfixed {
- position: fixed;
- top: 0;
- left: 30px;
- height: 70px;
- width: 100%;
- line-height: 60px;
- background-color: #fff;
- z-index: 100;
- }
- .closeBtn {
- position: fixed;
- top: 10px;
- right: 10px;
- width: 44px;
- height: 44px;
- background: url(../../img/guanbi_btn.png);
- z-index: 101;
- }
- .closeBtn:hover {
- background: url(../../img/guanbi_btn_pre.png);
- }
- .w20 {
- width: 20px;
- }
- ul {
- list-style: none;
- padding: 10px;
- font-size: 14px;
- }
- .w120 {
- display: block;
- width: 120px;
- margin: 0 auto;
- }
- .w138 {
- width: 138px;
- }
- .pd0 {
- padding: 0;
- }
- .pt60 {
- padding-top: 60px;
- }
- .fc-red {
- color: red;
- }
- .fc-12b7f5 {
- color: #12b7f5;
- }
- .fc-fff {
- color: #fff;
- }
- .bgc-fff {
- border: 1px solid #12b7f5;
- }
- .bgc-12b7f5 {
- background-color: #12b7f5;
- }
- .bgc-d7dce6 {
- background-color: #d7dce6;
- border: 1px solid #d7dce6;
- }
- .bgc-c3c8d2 {
- background-color: #c3c8d2;
- }
- .h24 {
- height: 24px;
- }
- .lh20 {
- line-height: 20px;
- }
- .h28 {
- display: inline-block;
- height: 28px;
- line-height: 28px;
- }
- .h38 {
- display: inline-block;
- height: 38px;
- line-height: 38px;
- border-radius: 5px;
- }
- ul li a.h28,
- ul li a.h38 {
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding: 0 20px;
- color: #12b7f5;
- }
- ul li a.fc-fff {
- color: #fff;
- }
- ul li a.fc-12b7f5:hover,
- ul li a.h28:hover,
- ul li a.active {
- background-color: #12b7f5;
- border-radius: 5px;
- color: #fff;
- }
- .reback {
- display: inline-block;
- width: 140px;
- height: 34px;
- margin-left: 20px;
- background: url(../../img/fanhui_liebiao_btn.png);
- line-height: 36px;
- text-indent: 38px;
- font-size: 14px;
- color: #12b7f5;
- cursor: pointer;
- }
- .reback:hover {
- background: url(../../img/fanhui_liebiao_pre.png);
- }
- .inp_border {
- height: 32px;
- padding: 2px 7px;
- border-radius: 2px;
- color: #666;
- }
- :-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #999;
- }
- ul li.disbox {
- display: block;
- padding: 0 0 0 10px;
- }
- .bd1 {
- border: 1px solid #999;
- }
- .btn {
- border: 1px solid #12b7f5;
- }
- ul li.li-time,
- ul li.li-time a {
- position: relative;
- display: block;
- height: 34px;
- border-radius: 5px;
- line-height: 34px;
- }
- ul li.li-time a {
- padding: 0 43px 0 5px;
- }
- ul li.li-time a.fc-fff {
- color: #fff;
- }
- ul li.li-time {
- margin: 10px 20px 10px 0;
- }
- ul li.li-time span {
- position: absolute;
- top: 0;
- right: 0;
- height: 32px;
- width: 38px;
- text-align: center;
- }
- .over-scroll {
- overflow: auto;
- max-height: 180px;
- }
- .search-wrapper {
- display: flex;
- align-items: center;
- margin-left: 20px;
- margin-top: 10px;
- }
- .setauto {
- display: block;
- margin: 0 auto;
- }
- .setInput {
- border: solid 1px #d7dce6;
- border-radius: 5px;
- }
- .setInput input {
- outline: none;
- border-radius: 5px;
- }
- #search span {
- display: inline-block;
- content: '';
- width: 16px;
- height: 16px;
- background: url(../../img/search.png);
- background-repeat: no-repeat;
- background-size: 16px;
- vertical-align: middle;
- margin-right: 9px;
- }
- .middle {
- -webkit-box-align: center;
- }
- </style>
- </head>
- <body>
- <!-- <a href="javascript: void(0)" title="关闭" class="closeBtn"></a> -->
- <h3 class="setfixed">
- <span class="tit c-f20">厦门市中山医院</span>
- <a href="javascript:;" class="reback">返回医院列表</a>
- </h3>
- <div id="app" class="mb30">
- <appoint-doptroon v-show="isSelDoctor" :doptroon="doptroon" @seldoptroon="seldoptroon"></appoint-doptroon>
- <doctor-select
- v-show="isSelDoctor"
- :doctors="doctors"
- :iswuhaoyuan="iswuhaoyuan"
- :doctortime="doctortime"
- @seldetail="seldetail"></doctor-select>
- <appoint-time
- v-show="!isSelDoctor"
- :visittime="visittime"
- :visitindex="visitindex"
- @changetime="changetime"></appoint-time>
- <signal-source v-show="!isSelDoctor" :detailtime="detailtime" @booking="booking"></signal-source>
- <div v-show="!isSelDoctor"><span class="w120 btn" @click="changeReturn">返回</span></div>
- </div>
- <script src="../../../../js/jquery-2.2.4.js" type="text/javascript" charset="utf-8"></script>
- <script src="../../../../js/vue.js"></script>
- <script src="../../../../js/underscore.js"></script>
- <script src="../../../../js/es6-promise.js"></script>
- <script src="../../../../js/util.js"></script>
- <script src="../../../../js/validate/jquery.validate.min.js"></script>
- <script src="../../../../js/validate/messages_zh.min.js"></script>
- <script src="../../../../plugins/toastr/toastr.min.js"></script>
- <script src="../../../../plugins/datepicker/bootstrap-datepicker.js"></script>
- <script src="../../../../plugins/jqgrid/i18n/grid.locale-cnffe4.js?0820"></script>
- <script src="../../../../plugins/jqgrid/jquery.jqGrid.minffe4.js"></script>
- <script src="../../../../component/common/event-bus.js"></script>
- <script src="../../appointment/appoint-doptroon.js"></script>
- <script src="../../appointment/doctor-select.js"></script>
- <script src="../../appointment/appoint-time.js"></script>
- <script src="../../appointment/signal-source.js"></script>
- <script src="../../../../api/jbsc-api.js"></script>
- <script src="../../../../api/http-request.js"></script>
- <script src="appoint-doctor-detail.js"></script>
- </body>
- </html>
|