From b28f73e855dc7464bd5e8337ce2354de8067e985 Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Tue, 6 Aug 2019 19:20:03 +0800
Subject: [PATCH] 提现最低限制

---
 public/themes/simpleboot3/public/assets/css/base.css | 18 +++++++++---------
 public/themes/simpleboot3/public/assets/css/log.css  | 22 +++++++++++-----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/public/themes/simpleboot3/public/assets/css/base.css b/public/themes/simpleboot3/public/assets/css/base.css
index 5084cb7..0aaf7ed 100755
--- a/public/themes/simpleboot3/public/assets/css/base.css
+++ b/public/themes/simpleboot3/public/assets/css/base.css
@@ -966,15 +966,6 @@ body {
 /* 确认订单页面 */
 
 .order_top {
-    position: relative;
-    /*top: 0;*/
-    /*left: 0;*/
-    cursor: pointer;
-    width: 100%;
-    height: 0.88rem;
-    background-color: white;
-}
-.order_tops{
     position: fixed;
     top: 0;
     left: 0;
@@ -983,6 +974,15 @@ body {
     height: 0.88rem;
     background-color: white;
 }
+/*.order_tops{*/
+    /*position: fixed;*/
+    /*top: 0;*/
+    /*left: 0;*/
+    /*cursor: pointer;*/
+    /*width: 100%;*/
+    /*height: 0.88rem;*/
+    /*background-color: white;*/
+/*}*/
 .order_top img {
     width: 0.32rem;
     position: absolute;
diff --git a/public/themes/simpleboot3/public/assets/css/log.css b/public/themes/simpleboot3/public/assets/css/log.css
index 27bddc8..ef531f5 100755
--- a/public/themes/simpleboot3/public/assets/css/log.css
+++ b/public/themes/simpleboot3/public/assets/css/log.css
@@ -140,22 +140,22 @@
 
 .order_top {
 	cursor: pointer;
-	position: relative;
+	position: fixed;
 	width: 100%;
 	height: 0.88rem;
-	/*top: 0;*/
-	/*left: 0;*/
-
-}
-.order_tops{
-	position: fixed;
 	top: 0;
 	left: 0;
-	cursor: pointer;
-	width: 100%;
-	height: 0.88rem;
-	background-color: white;
+
 }
+/*.order_tops{*/
+	/*position: fixed;*/
+	/*top: 0;*/
+	/*left: 0;*/
+	/*cursor: pointer;*/
+	/*width: 100%;*/
+	/*height: 0.88rem;*/
+	/*background-color: white;*/
+/*}*/
 .order_top img {
 	cursor: pointer;
 	width: 0.32rem;
--
libgit2 0.24.0