From dc09911781431eb9039b649c04e06d06f1d62952 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 08 Jul 2025 14:52:30 +0800
Subject: [PATCH] 1

---
 static/css/public2.css |   47 ++++++++++++++++++++++++++++-------------------
 1 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/static/css/public2.css b/static/css/public2.css
index 9cc652c..56d197e 100644
--- a/static/css/public2.css
+++ b/static/css/public2.css
@@ -3,6 +3,9 @@
   src: url(../fonts/number.otf);
   font-weight: normal;
 }
+.van-popover__action{
+  white-space: nowrap !important;
+}
 .horseLampModule[data-v-3cbcde51] {
   height: .5rem;
   line-height: .5rem;
@@ -11831,7 +11834,7 @@
   background-repeat: no-repeat;
   background-position: 0 0;
   position: relative;
-  background-color: #fafafa;
+  background-color: #fff;
   display: -ms-flexbox;
   display: flex;
   right: 0;
@@ -12579,18 +12582,19 @@
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
   background-color: #fff;
-  width: 85%;
+  width: 80%;
   border-radius: 3px;
   font-size: 16px;
   -webkit-user-select: none;
   overflow: hidden;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
-  transition: .2s
+  transition: .2s;
+  border-radius:16px;
 }
 
 .mint-msgbox-header {
-  padding: 15px 0 0
+  padding: 30px 0 0
 }
 
 .mint-msgbox-content {
@@ -12619,30 +12623,34 @@
   text-align: center;
   padding-left: 0;
   margin-bottom: 0;
-  font-size: 16px;
+  font-size: 26px;
   font-weight: 700;
-  color: #333
+  color: #333;
 }
 
 .mint-msgbox-message {
-  line-height: 36px
+  line-height: 36px;
+  font-size: 20px;
+  color: #666666;
 }
 
 .mint-msgbox-btns {
   display: -ms-flexbox;
   display: flex;
-  height: 40px;
-  line-height: 40px
+  height: 50px;
+  line-height: 50px
 }
 
 .mint-msgbox-btn {
-  line-height: 35px;
+  line-height: 50px;
   display: block;
   background-color: #fff;
   -ms-flex: 1;
   flex: 1;
   margin: 0;
-  border: 0
+  border: 0;
+  font-size: 22px;
+  letter-spacing: 2px;
 }
 
 .mint-msgbox-btn:focus {
@@ -12655,7 +12663,8 @@
 
 .mint-msgbox-cancel {
   width: 50%;
-  border-right: 1px solid #ddd
+  border-right: 1px solid #ddd;
+  color: #999;
 }
 
 .mint-msgbox-cancel:active {
@@ -12782,7 +12791,7 @@
 .mint-indexsection-index {
   margin: 0;
   padding: 10px;
-  background-color: #fafafa
+  background-color: #fff
 }
 
 .mint-indexsection-index + ul {
@@ -12897,7 +12906,7 @@
 }
 
 body {
-  background: #fafafa;
+  background: #fff;
   font-family: \\5B8B\4F53, Arial Narrow
 }
 
@@ -13792,7 +13801,7 @@
 }
 
 .mint-msgbox-message {
-  color: #999;
+  color: #666666;
   margin: 0;
   text-align: center;
   line-height: 2rem !important
@@ -17104,7 +17113,7 @@
 }
 
 body.black-bg {
-  background: #16171d;
+  /* background: #16171d; */
 }
 
 body {
@@ -17333,7 +17342,7 @@
 }
 
 .red-bg, body.red-bg {
-  background: #fafafa
+  background: #fff
 }
 
 .red-bg {
@@ -17424,7 +17433,7 @@
 
 .red-bg .order-info-box {
   color: #333;
-  background: #fafafa
+  background: #fff
 }
 
 .red-bg .order-info-box .order-title {
@@ -20617,7 +20626,7 @@
 }
 
 .el-table--striped .el-table__body tr.el-table__row--striped td {
-  background: #fafafa
+  background: #fff
 }
 
 .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {

--
Gitblit v1.9.3