diff --git a/txw-mhzc-web/src/pages/index/components/footer/index.vue b/txw-mhzc-web/src/pages/index/components/footer/index.vue index a6de69b..d258b03 100644 --- a/txw-mhzc-web/src/pages/index/components/footer/index.vue +++ b/txw-mhzc-web/src/pages/index/components/footer/index.vue @@ -13,13 +13,13 @@ - diff --git a/txw-mhzc-web/src/pages/index/components/nav/index2.vue b/txw-mhzc-web/src/pages/index/components/nav/index2.vue index 151a094..0986bc2 100644 --- a/txw-mhzc-web/src/pages/index/components/nav/index2.vue +++ b/txw-mhzc-web/src/pages/index/components/nav/index2.vue @@ -381,6 +381,7 @@ export default { }, goyhzx() { + this.curPage = ""; //进入工作台之后:nav菜单取消active this.closeMobileMenu(); this.$router.push("/yhzx/gzt") // window.location.href = `/view/mhzc/yhzx`; diff --git a/txw-mhzc-web/src/pages/index/views/glxtSy/glxtSy.vue b/txw-mhzc-web/src/pages/index/views/glxtSy/glxtSy.vue index 732dc4e..e2dd198 100644 --- a/txw-mhzc-web/src/pages/index/views/glxtSy/glxtSy.vue +++ b/txw-mhzc-web/src/pages/index/views/glxtSy/glxtSy.vue @@ -130,7 +130,7 @@ export default { }, { id: 'cunzhengjilu', - title: '存证记录', + title: '存证记录管理', icon: 'user', name: 'cunzhengjilu', iframeUrl: "https://ctn-web-pre.lingshu.net/cert-record-mgt", @@ -142,7 +142,7 @@ export default { iframeUrl: "https://ctn-web-pre.lingshu.net/hosting-record-mgt", }, { id: 'chazhengjilu', - title: '查证记录', + title: '查证记录管理', icon: 'user', name: 'chazhengjilu', iframeUrl: "https://ctn-web-pre.lingshu.net/query-record-mgt", diff --git a/txw-mhzc-web/src/pages/index/views/home2/index.vue b/txw-mhzc-web/src/pages/index/views/home2/index.vue index 33dfe7c..64bc074 100644 --- a/txw-mhzc-web/src/pages/index/views/home2/index.vue +++ b/txw-mhzc-web/src/pages/index/views/home2/index.vue @@ -120,9 +120,9 @@
核心底座
-
国家区块链上海枢纽
+
国家区块链
- 依托国家区块链基础底座上海枢纽,确保每一笔碳数据拥有唯一的“链上基因”,实现国家级权威存证与不可篡改。 + 依托国家区块链基础底座,确保每一笔碳数据拥有唯一的“链上基因”,实现国家级权威存证与不可篡改。
@@ -146,7 +146,7 @@
闭环赋能
精准服务企业走出去
- 服务企业出海、国际互认直。击跨境合规与碳交易撮合痛点,通过智能合约实现供需精准匹配,助力企业低碳转型提速。 + 服务企业出海、国际互认。直击跨境合规与碳交易撮合痛点,通过智能合约实现供需精准匹配,助力企业低碳转型提速。
@@ -226,17 +226,17 @@
平台公告
-
- 国家发改委发布2025年碳减排重点任务 +
+ 国务院关于印发《2024—2025年节能降碳行动方案》的通知
-
- 国务院发布《关于加快建立健全绿色低碳循环发展经济体系的指导意见》 +
+ 国务院关于加快建立健全绿色低碳循环发展经济体系的指导意见
-
+
生态环境部发布《碳排放权交易管理办法(试行)》修订版
-
- 2025 年钢铁行业碳排放配额分配方案发布明确总量控制目标,鼓励低碳技术应用... +
+ 关于印发《2024、2025年度全国碳排放权交易市场钢铁、水泥、铝冶炼行业配额总量和分配方案》的通知
@@ -246,11 +246,9 @@
-
建立您的碳数字身份
基于国家区块链网络,实现碳数据的一站式确权、核验与托管
申请服务
-
@@ -307,6 +305,11 @@ export default { window.removeEventListener('resize', this.syncBannerHeight); }, methods: { + openNewTab(url){ + window.open(url); + }, + + syncBannerHeight() { const w = window.innerWidth; if (w < 768) { @@ -595,7 +598,7 @@ export default { /* display: flex; */ /* justify-content: space-between; */ width: 100%; - padding: 0% 20%; + padding: 0% 10%; gap: 3%; display: grid; @@ -666,11 +669,11 @@ export default { .center-box { width: 100%; background: #fff; - padding: 60px 20%; + padding: 60px 10%; } .center-box .content-box { display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); justify-items: center; gap: 20px; width: 100%; @@ -726,7 +729,7 @@ export default { font-family: PingFang SC; font-weight: 600; font-style: Semibold; - font-size: 28px; + font-size: 24px; leading-trim: NONE; line-height: 48px; letter-spacing: 0%; @@ -754,7 +757,7 @@ export default { width: 100%; background: #f5f7fa; - padding: 3% 20%; + padding: 60px 10%; } .gxnl-qych-hydt-box > div { @@ -945,6 +948,7 @@ export default { margin-top: 12px; color: #333333; + cursor: pointer; } .bottom-box { @@ -982,11 +986,11 @@ export default { /* backdrop-filter: blur(12px); */ box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.08); } -.bottom-box .content > div { +.bottom-box .content { display: flex; flex-direction: column; - justify-content: flex-start; - align-items: flex-start; + justify-content: center; + align-items: center; } .bottom-box-content-title { @@ -1145,9 +1149,6 @@ export default { font-size: 16px; } - .center-box .item .name2 { - font-size: 20px; - } .center-box .item .name3 { font-size: 14px;