From 25030e327649a9c0d0cba5cce36e24ebe5499018 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 14 五月 2024 17:08:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages/visitorApplication/visitorApplication.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/h5/pages/visitorApplication/visitorApplication.vue b/h5/pages/visitorApplication/visitorApplication.vue
index 9c96377..9ab254a 100644
--- a/h5/pages/visitorApplication/visitorApplication.vue
+++ b/h5/pages/visitorApplication/visitorApplication.vue
@@ -901,7 +901,7 @@
 				align-items: center;
 				justify-content: space-between;
 				.t {
-					background: #025EEF !important;
+					background: #4d99a9 !important;
 					color: #ffffff !important;
 				}
 				.adduser_footer_item {
@@ -910,11 +910,11 @@
 					line-height: 88rpx;
 					text-align: center;
 					border-radius: 44rpx;
-					border: 1rpx solid #025EEF;
+					border: 1rpx solid #4d99a9;
 					font-size: 32rpx;
 					font-family: PingFangSC, PingFang SC;
 					font-weight: 400;
-					color: #025EEF;
+					color: #4d99a9;
 					margin-right: 18rpx;
 					&:last-child {
 						margin: 0 !important;
@@ -958,7 +958,7 @@
 				justify-content: space-between;
 				margin-top: 60rpx;
 				.t {
-					background: #025EEF !important;
+					background: #4d99a9 !important;
 					color: #ffffff !important;
 				}
 				.addcar_footer_item {
@@ -1267,12 +1267,12 @@
 				justify-content: center;
 				background: rgba(2, 94, 239, 0);
 				border-radius: 25rpx;
-				border: 1rpx solid #025EEF;
+				border: 1rpx solid #4c99a8;
 				font-size: 22rpx;
 				font-family: PingFangSC, PingFang SC;
 				font-weight: 400;
 				margin-top: 20rpx;
-				color: #025EEF;
+				color: #4c99a8;
 				margin: 0 auto;
 			}
 		}
@@ -1296,7 +1296,7 @@
 				height: 88rpx;
 				line-height: 88rpx;
 				text-align: center;
-				background: #025EEF;
+				background: #4c99a8;
 				border-radius: 44rpx;
 				font-size: 32rpx;
 				font-weight: 500;

--
Gitblit v1.9.3