Browse Source

shop fetch order update

xiaoyu 3 years ago
parent
commit
ba84c66eef
1 changed files with 22 additions and 17 deletions
  1. 22 17
      shop/templates/default/seller/store_refill_order.index.php

+ 22 - 17
shop/templates/default/seller/store_refill_order.index.php

@@ -8,7 +8,7 @@
         /* margin-top: 20px; */
         width: 93%;
         display: flex;
-        justify-content: space-between;
+        /* justify-content: space-between; */
     }
     .tabmenuright {
         margin-right: 20px
@@ -33,10 +33,10 @@
 .flex {
     display:flex;
     /* margin-top: 10px; */
-    margin-left: 100px;
+    margin-left: 30px;
 }
 .flexright {
-    margin: 3px 112px 0px 9px;
+    margin: 3px 32px 0px 9px;
     font-size: 16px;
 }
 .flexleft {
@@ -52,6 +52,9 @@ a:nth-child(3) {
     margin-right: 0px;
 
 }
+a{
+    text-decoration: none;
+}
 .wrapper {
     width: 1855px;
     margin: auto;
@@ -60,8 +63,8 @@ a:nth-child(3) {
     background-color: #FFF;
     width: 89%;
     min-height: 640px;
-    float: right;
-    position: relative;
+    /* float: right;
+    position: relative; */
     z-index: 1;
 }
 .topmar {
@@ -70,12 +73,13 @@ a:nth-child(3) {
 #amountright {
     margin-left: 20px
 }
-/* .tabmenu a.ncsc-btn {
+.tabmenu a.ncsc-btn {
     position: relative;
-    z-index: 1;
-    top: -2px;
-    right: 0px;
-} */
+
+}
+.sticky .tabmenu a.ncsc-btn {
+    top: -4px;
+}
 .ncsc-default-table {
     line-height: 20px;
     width: 100%;
@@ -117,8 +121,8 @@ a:nth-child(3) {
     <a href="#" class="ncsc-btn ncsc-btn-blue" onclick="hDeal(event)"><i class="icon-edit"></i>处理</a> -->
     
 </div>
-<div class="tabmenu">
-    <div class="topmar">
+<div class="tabmenu" style="margin-top: 20px">
+    <!-- <div class="topmar"> -->
     <select name="" id="tabmenuright" class="tabmenuright">
         <option value="0">卡类型</option>
         <option value="<?php echo mtopcard\PetroChinaCard;?>" <?php if($_GET['card_type'] == mtopcard\PetroChinaCard){ echo 'selected';}?>>中石油</option>
@@ -150,10 +154,11 @@ a:nth-child(3) {
             <?php if ($_GET['refill_amount'] == '1000'){ ?>selected<?php } ?>>1000</option>
     <option value="2000"
             <?php if ($_GET['refill_amount'] == '2000'){ ?>selected<?php } ?>>2000</option>
-</select>
-    </div>
+      </select>
+
+    <!-- </div> -->
     
-  <div class="flex">
+    <div class="flex">
         <p class="flexleft">抢</p>
         <select name="" id="queryrob" class="querySelect">
         <option value="0">请选择</option>
@@ -163,8 +168,8 @@ a:nth-child(3) {
         </select>
         <p class="flexright">单</p>
  
-    <a href="#" id="blockrob" class="block ncsc-btn ncsc-btn-blue">确认抢单</a>
-  </div>
+    </div>
+    <a href="#" id="blockrob" class="block ncsc-btn ncsc-btn-blue ">确认抢单</a>
 
 </div>