Jelajahi Sumber

Merge branch 'master' of ssh://git.9026.com:2212/richod/dcj

dyjh 6 tahun lalu
induk
melakukan
61060b9a49

+ 8 - 6
resources/views/web/order/index.blade.php

xqd xqd xqd
@@ -98,6 +98,9 @@
             margin-top: 10px;
             margin-bottom: 30px;
         }
+        .imgbox img{
+            height: 40px;
+        }
     </style>
 </head>
 <body>
@@ -260,9 +263,8 @@
         <div class="col-xs-0 col-lg-2"></div>
         <div class="col-xs-12 col-lg-8 main" style="margin: 0 auto;margin-top: 10px;">
             <div class="col-xs-12 col-lg-12 imgbox" style="width:100%;margin-bottom:20px;display: flex;height: auto;" >
-                <div  class="col-xs-0 col-lg-2"></div>
-                <img  class="col-xs-3 col-lg-1" src="{{cdn_asset('/assets/img/logo.jpg')}}">
-                <h3  class="col-lg-8">健康体检服务知情同意书</h3>
+                <img  class="col-xs-3 col-lg-3" src="{{cdn_asset('/assets/img/logo.jpg')}}">
+                <img  class="col-xs-9 col-lg-9" src="{{cdn_asset('/assets/img/top.jpg')}}" alt="">
             </div>
             
             <form class="bs-example bs-example-form main" role="form">
@@ -319,13 +321,13 @@
                     </div>
                     <label for="name">样本类型:</label>
                     <div class="checkbox">
-                        <label><input type="radio" value="0" name="sample_type" checked>EDTA抗凝静脉血</label>
+                        <label><input type="checkbox" value="l1" name="gender[]">EDTA抗凝静脉血</label>
                     </div>
                     <div class="checkbox">
-                        <label><input type="radio" value="1" name="sample_type">口腔拭子</label>
+                        <label><input type="checkbox" value="l2" name="gender[]">口腔拭子</label>
                     </div>
                     <div class="checkbox">
-                        <label><input type="radio" value="2" name="sample_type">宫颈刷</label>
+                        <label><input type="checkbox" value="l3" name="gender[]">宫颈刷</label>
                     </div>
                     <button style="margin-left: 45%;margin-bottom: 20px;" type="button" onclick="submits()" class="btn btn-default">提交</button>
                     </div>

+ 15 - 18
resources/views/web/order/post.blade.php

xqd xqd xqd xqd xqd xqd xqd
@@ -29,15 +29,8 @@
             height: 100%;
             overflow-y: scroll;
         }
-        .all .main{
-            width: 66.66%;
-            height: auto;
-            margin: 0 auto;
-            border:1px solid #999;
-            margin-top: 10px;
-        }
-        .main .tishi{
-            width: 80%;
+        .all .tishi{
+            width: 90%;
             margin: 0 auto;
             margin-top: 10px;
         }
@@ -46,21 +39,22 @@
             width: 100%;
             text-indent: 20px;
         }
-        .main .qbox{
-            width: 80%;
+        .all .qbox{
+            width: 90%;
             margin: 0 auto;
         }
-        .main .qbox h3{
+        .all .qbox h3{
             margin-top: 30px;
             color: #aaa;
         }
-        .main .qbox .quest{
+        .all .qbox .quest{
             width: 100%;
             height: auto;
             margin-bottom: 20px;
         }
         .quest h4{
             font-weight: 700;
+            margin-bottom: 10px;
             width: 100%;
         }
         .quest label{
@@ -71,7 +65,6 @@
             display: inline-block;
             font-size: 10px;
             border:1px solid #999;
-            margin-left: 30px;
         }
         .quest .tcan{
             font-size: 20px;
@@ -105,7 +98,7 @@
             color: #777;
         }
         .foot{
-            width: 92%;
+            width: 90%;
             height: auto;
             margin: 0 auto;
             margin-bottom: 30px;
@@ -124,6 +117,9 @@
             color: #f14;
             margin-left: 20px;
         }
+        .top img{
+            height: 40px;
+        }
     </style>
 </head>
 <body>
@@ -137,8 +133,9 @@
                      <input type="hidden" name="_token" value="{{ csrf_token() }}">
                      <input type="hidden" name="id" value="{{ $id }}">
                      <input type="hidden" id="total_price" name="total_price" value=""/>
-                <div class="top" style="width: 90%;margin: 0 auto;">
-                    <img src="{{cdn_asset('/assets/img/top.jpg')}}" alt="" style="width: 100%;">
+                <div class="top" style="width: 90%;margin: 0 auto;display: flex;margin-bottom: 40px;">
+                    <img  class="col-xs-3 col-lg-3" src="{{cdn_asset('/assets/img/logo.jpg')}}">
+                    <img  class="col-xs-9 col-lg-9" src="{{cdn_asset('/assets/img/top.jpg')}}" alt="">
                 </div>
                 <div class="tishi" style="border-bottom: 1px solid #ccc;">
                     <h4>温馨提示:</h4>
@@ -156,7 +153,7 @@
                     <div class="col-xs-3 col-lg-8"></div>
                     <div class="col-xs-9 col-lg-4">
                         <text style="color:#f04;">总计:¥<span id="zongjia"></span>元</text>
-                        <button style="margin-left: 20px;"  type="submit" class="btn btn-default" onclick="zong()">提交</button>
+                        <button style="margin-left: 20px;margin-bottom: 20px;"  type="submit" class="btn btn-default" onclick="zong()">提交</button>
                     </div>
                 </div>
                 <div class="foot">