From a8b0eb32d97e7a540692a8a29f610fe76d67ef74 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 28 Jul 2025 17:39:39 +0800
Subject: [PATCH] 1

---
 src/page/bankCard1/index.vue |   37 ++++++++++++++++++++++++-------------
 1 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index 5eaee77..160df50 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -15,14 +15,22 @@
 				</div>
 			</div> -->
 
-      <div class="titles">
+    <!--  <div class="titles">
         <span>{{ $t("关于我们") }}</span>
+      </div> -->
+      <div class="bank_name">
+        {{
+          $t('sgjj')
+        }}
       </div>
       <div class="bank_name">
         {{
-          $t(
-            "Duro Capital is an India-focused investment management firm and is the manager for the Duro India Opportunities Fund (the “Fund”). The Fund’s investment objective is to achieve long-term capital appreciation by investing into equity and equity-related securities of fairly priced businesses with a defensible right-to-win in their industries and that are undergoing structural changes, which enables these companies to compound earnings at ~25% over the Fund’s holding period. Duro Capital is regulated by the Monetary Authority of Singapore (MAS) andholds a Capital Markets Services (CMS) License."
-          )
+          $t('sgjj2')
+        }}
+      </div>
+      <div class="bank_name">
+        {{
+          $t('sgjj3')
         }}
       </div>
     </div>
@@ -60,6 +68,7 @@
   font-weight: 500;
   font-size: 0.48rem;
   color: #14181f;
+
 }
 
 .bank_card_page {
@@ -68,9 +77,11 @@
   background: #fff;
 
   .content {
-    width: 100%;
-    padding: 0 0.6rem;
-
+    // width: 100%;
+    margin: 20px;
+    // padding: 0 0.6rem;
+    background: rgb(247, 247, 247);
+    border-radius: 0.2rem;
     .top_back {
       width: 100%;
       height: 2rem;
@@ -95,19 +106,19 @@
       margin-top: 1rem;
 
       span {
-        font-weight: 600;
+        // font-weight: 600;
       }
     }
   }
 
   .bank_name {
     width: 100%;
-    height: 1.5rem;
-    font-size: 0.5rem;
+    // height: 1.5rem;
+    font-size: 18px;
+    line-height: 25px;
     display: flex;
-    padding: 0 0.2rem;
-    background: rgb(247, 247, 247);
-    border-radius: 0.2rem;
+    padding: 0.2rem;
+
     margin-top: 0.3rem;
   }
 }

--
Gitblit v1.9.3