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 |   36 ++++++++++++++++++++++++++++++++----
 1 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index 4d78e07..4350065 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -1,16 +1,29 @@
 <template>
 	<div class="bank_card_page">
+    <van-nav-bar
+      :placeholder="true"
+      :safe-area-inset-top="true"
+      :title="$t('关于我们')"
+      left-arrow
+      @click-left="$router.go(-1)"
+    >
+    </van-nav-bar>
 		<div class="content">
-			<div class="top_back">
+			<!-- <div class="top_back">
 				<div class="left_back_icon" @click="$router.go(-1)">
 					<img src="../../assets/img/zuojiantou.png" alt />
 				</div>
-			</div>
+			</div> -->
+
 			<div class="titles">
 				<span>{{ $t('关于我们') }}</span>
 			</div>
 			<div class="bank_name">
-        {{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}{{ $t('关于我们') }}
+        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>
@@ -44,6 +57,22 @@
 </script>
 
 <style scoped lang="less">
+  /deep/ .van-nav-bar__content {
+    height: 65px;
+  }
+  /deep/ .van-nav-bar__title {
+    font-family: "DINPro";
+    width: 100%;
+    height: 1.17333rem;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    font-style: normal;
+    font-weight: 500;
+    font-size: 0.48rem;
+    color: #14181f;
+  }
+
 	.bank_card_page {
 		width: 100%;
 		height: 100%;
@@ -51,7 +80,6 @@
 
 		.content {
 			width: 100%;
-			height: 100%;
 			padding: 0 0.6rem;
 
 			.top_back {

--
Gitblit v1.9.3