From 79db9782438e27a9006d540d18d649c720180a31 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Wed, 13 Aug 2025 18:46:46 +0800
Subject: [PATCH] 1

---
 src/page/bankCard1/index.vue |  179 ++++++++++++++++++++++++-----------------------------------
 1 files changed, 74 insertions(+), 105 deletions(-)

diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index 1a87078..1f3c235 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -1,122 +1,91 @@
 <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
+      :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="left_back_icon" @click="$router.go(-1)">
-					<img src="../../assets/img/zuojiantou.png" alt />
-				</div>
-			</div> -->
-
-      <div class="titles">
-        <span>{{ $t('关于我们') }}</span>
-      </div>
-      <div class="bank_name">
-        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) and
-        holds a Capital Markets Services (CMS) License.
-      </div>
+      <p
+        style="padding: 0px; margin-top: 0px; margin-bottom: 0px; text-align: justify; color: rgb(204, 204, 204);"
+      >
+        广州期货交易所(以下简称广期所)于2021年4月19日挂牌成立,是经国务院同意,由中国证监会批准设立的第五家期货交易所。广期所由上海期货交易所、郑州商品交易所、大连商品交易所、中国金融期货交易所股份有限公司、中国平安保险(集团)股份有限公司、广州金融控股集团有限公司、广东珠江投资控股集团有限公司、香港交易及结算所有限公司共同发起设立,是国内首家混合所有制交易所。设立广期所,是健全多层次资本市场体系,服务绿色发展,服务粤港澳大湾区建设,服务“一带一路”倡议的重要举措。
+      </p>
+      <p
+        data-v-536e3e91=""
+        style="padding: 0px; margin-top: 0px; margin-bottom: 0px; text-align: justify; color: rgb(204, 204, 204);"
+      >
+        广州期货交易所(以下简称广期所)于2021年4月19日挂牌成立,是经国务院同意,由中国证监会批准设立的第五家期货交易所。广期所由上海期货交易所、郑州商品交易所、大连商品交易所、中国金融期货交易所股份有限公司、中国平安保险(集团)股份有限公司、广州金融控股集团有限公司、广东珠江投资控股集团有限公司、香港交易及结算所有限公司共同发起设立,是国内首家混合所有制交易所。设立广期所,是健全多层次资本市场体系,服务绿色发展,服务粤港澳大湾区建设,服务“一带一路”倡议的重要举措。
+      </p>
+      <p
+        data-v-536e3e91=""
+        style="padding: 0px; margin-top: 0px; margin-bottom: 0px; text-align: justify; color: rgb(204, 204, 204);"
+      >
+        2021年5月,广期所两年期品种计划获中国证监会批准,明确将16个期货品种交由广期所研发上市,包括碳排放权、电力等事关国民经济基础领域和能源价格改革的重大战略品种,中证商品指数、能源化工、饲料养殖、钢厂利润等商品指数类创新型品种,工业硅、多晶硅、锂、稀土、铂、钯等与绿色低碳发展密切相关的产业特色品种,咖啡、高粱、籼米等具有粤港澳大湾区与“一带一路”特点的区域特色品种,以及国际市场产品互挂类品种。未来,广期所将不断丰富产品体系,强化市场服务能力,更好满足实体经济风险管理需要。
+      </p>
+      <p
+        data-v-536e3e91=""
+        style="padding: 0px; margin-top: 0px; margin-bottom: 0px; text-align: justify; color: rgb(204, 204, 204);"
+      >
+        广期所将以习近平新时代中国特色社会主义思想为指导,坚决贯彻落实党中央、国务院重大决策部署和证监会工作要求,完整、准确、全面贯彻新发展理念,以高质量发展为主线,以创新型、市场化、国际化为方向,以产品、制度、技术创新为引领,着力打造绿色、创新型期货交易所,积极服务构建新发展格局,助力实现绿色低碳转型发展
+      </p>
+      <p data-v-536e3e91="">
+        <br data-v-536e3e91="" /><img
+          data-v-536e3e91=""
+          src="https://res.pfmjnru.xyz//storage/article/cover/6f39e7df12297147c0558d26896e2b10.jpeg"
+          width="359"
+          height="230"
+        /><br data-v-536e3e91="" />
+      </p>
     </div>
   </div>
 </template>
 
 <script>
-  import * as api from "@/axios/api";
-  import {
-    Toast
-  } from "mint-ui";
-  import {
-    isNull,
-    bankNoReg,
-    isName
-  } from '@/utils/utils'
+import * as api from "@/axios/api";
+import { Toast } from "mint-ui";
+import { isNull, bankNoReg, isName } from "@/utils/utils";
 
-  export default {
-    name: "bankCard1",
-    data() {
-      return {
-
-      };
-    },
-    created() {
-
-    },
-    methods: {
-
-    }
-  };
+export default {
+  name: "bankCard1",
+  data() {
+    return {};
+  },
+  created() {},
+  methods: {}
+};
 </script>
 
 <style scoped lang="less">
-  /deep/ .van-nav-bar__content {
-    height: 65px;
-  }
+/deep/ .van-nav-bar__content {
+  height: 65px;
+}
 
-  /deep/ .van-nav-bar__title {
-    font-family: "DINPro";
+/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%;
+
+  .content {
     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;
+    padding: 0.4rem 0.6rem;
+    line-height: 0.55rem;
+    font-size: 0.3rem;
   }
-
-  .bank_card_page {
-    width: 100%;
-    height: 100%;
-    background: #fff;
-
-    .content {
-      width: 100%;
-      padding: 0 0.6rem;
-
-      .top_back {
-        width: 100%;
-        height: 2rem;
-
-        >div {
-          width: 10%;
-          height: 100%;
-          display: flex;
-          align-items: center;
-        }
-
-        img {
-          width: 0.6rem;
-          height: 0.6rem;
-        }
-      }
-
-      .titles {
-        width: 100%;
-        height: 1.5rem;
-        font-size: 0.641rem;
-        margin-top: 1rem;
-
-        span {
-          font-weight: 600;
-        }
-      }
-    }
-
-    .bank_name {
-      width: 100%;
-      height: 1.5rem;
-      font-size: 0.5rem;
-      display: flex;
-      padding: 0 0.2rem;
-      background: rgb(247, 247, 247);
-      border-radius: 0.2rem;
-      margin-top: 0.3rem;
-    }
-  }
+}
 </style>

--
Gitblit v1.9.3