1
jhzh
2025-07-28 a8b0eb32d97e7a540692a8a29f610fe76d67ef74
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;
  }
}