|  | @@ -23,7 +23,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      #fulldiv {
 | 
	
		
			
				|  |  |          background: url('/thmz/images/back.png')no-repeat;
 | 
	
		
			
				|  |  | -        background-size: 100%;
 | 
	
		
			
				|  |  | +        background-size: cover;
 | 
	
		
			
				|  |  |          width: 100%;
 | 
	
		
			
				|  |  |          text-align: center;
 | 
	
		
			
				|  |  |          height: 100%;
 | 
	
	
		
			
				|  | @@ -53,26 +53,28 @@
 | 
	
		
			
				|  |  |              <div class="panel-body">
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <div class="row" id="showDiv">
 | 
	
		
			
				|  |  | -                <div class="col-md-3 col-sm-3 col-xs-12">
 | 
	
		
			
				|  |  | -                    <img src="/thmz/images/logo.png" style="object-fit: cover;width: 300px;"/>
 | 
	
		
			
				|  |  | -                </div>
 | 
	
		
			
				|  |  | -                <div class="col-md-9 col-sm-9 col-xs-12" style="border-bottom: 6px solid #8ADCA3;height: 100px;padding-top: 10px;">
 | 
	
		
			
				|  |  | -                    <div class="col-md-6 col-sm-6 col-xs-12">
 | 
	
		
			
				|  |  | -                        <h1 class="title">   发药排队   </h1></div>
 | 
	
		
			
				|  |  | -                    <div class="col-md-6 col-sm-6 col-xs-12">
 | 
	
		
			
				|  |  | -                        <div style="text-align: right;padding-right: 50px;font-family: fantasy;">
 | 
	
		
			
				|  |  | -                            <span style="font-size: 32px;" id="timeNow"></span><br>
 | 
	
		
			
				|  |  | -                            <span style="font-size: 23px;" id="dateNow"></span>
 | 
	
		
			
				|  |  | +                <div style="display: flex">
 | 
	
		
			
				|  |  | +                    <div class="col-md-3 col-sm-3 col-xs-12" style="width: 300px">
 | 
	
		
			
				|  |  | +                        <img src="/thmz/images/logo.png" style="object-fit: cover;width: 300px;"/>
 | 
	
		
			
				|  |  | +                    </div>
 | 
	
		
			
				|  |  | +                    <div class="col-md-9 col-sm-9" style="border-bottom: 6px solid #8ADCA3;height: 100px;padding-top: 10px;">
 | 
	
		
			
				|  |  | +                        <div class="col-md-6 col-sm-6">
 | 
	
		
			
				|  |  | +                            <h1 class="title"> 发药排队 </h1></div>
 | 
	
		
			
				|  |  | +                        <div class="col-md-6 col-sm-6 col-xs-12">
 | 
	
		
			
				|  |  | +                            <div style="text-align: right;padding-right: 30px;font-family: fantasy;">
 | 
	
		
			
				|  |  | +                                <span style="font-size: 24px;" id="timeNow"></span><br>
 | 
	
		
			
				|  |  | +                                <span style="font-size: 24px;" id="dateNow"></span>
 | 
	
		
			
				|  |  | +                            </div>
 | 
	
		
			
				|  |  |                          </div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  | -                <div style="margin-top: 280px;">
 | 
	
		
			
				|  |  | +                <div style="margin-top: 200px;">
 | 
	
		
			
				|  |  |                      <button type="button" id="btn_med_in_cert" class="btn btn-primary button-click"
 | 
	
		
			
				|  |  | -                            style="background: url('/thmz/images/ybpz.png')no-repeat;margin-right: 100px;cursor:pointer"
 | 
	
		
			
				|  |  | +                            style="background: url('/thmz/images/ybpz.png')no-repeat;margin-left: 200px;cursor:pointer"
 | 
	
		
			
				|  |  |                              title="医保凭证">
 | 
	
		
			
				|  |  |                      </button>
 | 
	
		
			
				|  |  |                      <button type="button" id="btn_patient_id" class="btn btn-primary button-click"
 | 
	
		
			
				|  |  | -                            style="background: url('/thmz/images/jfpz.png')no-repeat;margin-left: 100px;cursor:pointer"
 | 
	
		
			
				|  |  | +                            style="background: url('/thmz/images/jfpz.png')no-repeat;margin-left: 200px;cursor:pointer"
 | 
	
		
			
				|  |  |                              title="缴费凭证">
 | 
	
		
			
				|  |  |                      </button>
 | 
	
		
			
				|  |  |                  </div>
 |