From 8affe5beedfcd9f6fbf4826ec1a7f9ce0718a9d3 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 29 Nov 2024 16:10:38 +0800
Subject: [PATCH] 1

---
 src/page/bankCard1/index.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index 9ae3986..4350065 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -19,7 +19,11 @@
 				<span>{{ $t('关于我们') }}</span>
 			</div>
 			<div class="bank_name">
-                 {{ $t('aboutsUsContent') }}
+        Our diversified team comprises professionals being CS, CA, MBA, CFA and others. Pentagon group provides a one-stop-shop offering integrated business, legal and financial solutions to varied sections of society. Pentagon Stock Broking, a Pentagon group entity provides stock broking platform along with the inhouse depository participant's services to its investor groups for Equity, Derivatives, Mutual Funds, Currency Segments and So on..
+        </br>
+        The rich & diverse experience of our team including that in some of the landmark transactions and corporate actions, in-house research and knowledge management set-up fuels the intrinsic attitude of the Group to offer innovative, out-of-box solutions to dynamic business needs along with turn-key execution support.
+        </br>
+        Progress with values, our tag-line, signifies our progressive approach driven by essential values any eco-system thrives on. Ethics, integrity,transparency in dealings, time-bound delivery and stakeholder satisfaction are the corner-stones of our defined value system.
 			</div>
 		</div>
 	</div>
@@ -109,12 +113,13 @@
 
 		.bank_name {
 			width: 100%;
-            font-size: 0.5rem;
+			height: 1.5rem;
+      font-size: 0.5rem;
 			display: flex;
 			padding: 0 0.2rem;
 			background: rgb(247, 247, 247);
 			border-radius: 0.2rem;
-			padding: .3rem;
+			margin-top: 0.3rem;
 		}
 	}
 </style>

--
Gitblit v1.9.3