From c094d4a32180130de0c26c75a5abc414128a5ec1 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 20 三月 2025 18:31:33 +0800
Subject: [PATCH] test

---
 pages/modal/classAttr.vue |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/pages/modal/classAttr.vue b/pages/modal/classAttr.vue
index c61f7b0..d2042d1 100644
--- a/pages/modal/classAttr.vue
+++ b/pages/modal/classAttr.vue
@@ -2032,9 +2032,11 @@
 		margin-top: 50rpx;
 		padding: 20rpx;
 		line-height: 1.5;
-		background: #27A6E1;
+		/* background: #27A6E1;
 		border: none;
-		color: #fff;
+		color: #fff; */
+		background: #fff;
+		color: #000;
 		font-size: 38rpx;
 		font-weight: bold;
 		float: left;
@@ -2118,7 +2120,7 @@
 	.popup-footer {
 		float: right;
 		position: absolute;
-		bottom: 0;
+		bottom: 10rpx;
 		right: 20rpx;
 	}
 
@@ -2142,9 +2144,11 @@
 		margin-top: 50rpx;
 		padding: 15rpx;
 		line-height: 1.5;
-		background: #27A6E1;
+	/* 	background: #27A6E1;
 		border: none;
-		color: #fff;
+		color: #fff; */
+		background: #fff;
+		color: #000;
 		font-size: 38rpx;
 		font-weight: bold;
 		/* float: right; */

--
Gitblit v1.9.1