From 208b5a9f559dd2c7298759fdfe37d07c926cbd4d Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 23 九月 2024 17:09:21 +0800
Subject: [PATCH] 完善提现

---
 src/static/css/comm.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/static/css/comm.scss b/src/static/css/comm.scss
index e1c29b7..ab1df10 100644
--- a/src/static/css/comm.scss
+++ b/src/static/css/comm.scss
@@ -9,6 +9,11 @@
     margin: 0 auto;
 	background-color: #f3f4f6;
 }
+.full-page-fff{
+	height: 100vh;
+    margin: 0 auto;
+	background-color: #fff;
+}
 // 搴曢儴鎸夐挳
 .tabbtns {
 	background-color: #fff;
@@ -20,6 +25,9 @@
     right: 0;
     z-index: 20;
 	padding: 24rpx;
+}
+.chuany-box{
+	box-sizing:border-box;
 }
 .list {
 		background-color: #f3f4f6;
@@ -42,6 +50,7 @@
 .chuany-justify-center { justify-content: center; }
 .chuany-justify-between { justify-content: space-between; }
 .chuany-justify-around { justify-content: space-around; }
+.chuany-justify-evenly { justify-content: space-evenly; }
 
 .chuany-align-start { align-items: flex-start; }
 .chuany-align-end { align-items: flex-end; }
@@ -97,6 +106,10 @@
 }
 
 .coreshop-f8 { background-color: #F8F8F8; }
+.coreshop-ff { background-color: #ffffff; }
+.core-opa{
+	opacity: 0;
+}
 
 /*瀛椾綋楂樺害*/
 .chuany-line-height-initial { line-height: initial }

--
Gitblit v1.9.1