Merge branch 'new-clean-branch' into refactor/clear

This commit is contained in:
Lenticular Studio Agent 2026-07-04 20:16:54 +08:00
commit f999ad9dfe
3 changed files with 17 additions and 9 deletions

View File

@ -1,11 +1,11 @@
<template>
<div class="compliance-portal">
<!-- 顶部标题区调整为垂直布局实现左对齐 -->
<!-- 顶部标题区Figma 设计banner 上居中显示标题与副标题 -->
<header class="header">
<div class="header-wrap">
<div class="title-section">
<h1 class="main-title">企业出海合规专题</h1>
<p class="sub-title">电池法案 / CBAM / 航运燃料 三大模块一站式信息与系统入口</p>
<h1 class="main-title">企业出海</h1>
<p class="sub-title">链接全球绿色规则助力中国企业可信出海</p>
</div>
<!-- 导航标签 -->
@ -252,7 +252,8 @@ body {
padding-top: 120px;
margin-bottom: 30px;
background: url(../../assets/qych/banner.png);
background-size: 100% 100%;
background-size: cover;
background-position: center;
// flex-direction: column; /* */
// gap: 20px; /* */
.header-wrap {
@ -262,17 +263,24 @@ body {
}
.title-section {
/* 移除原有flex设置 */
line-height: 80px;
/* 按 Figmabanner 上居中显示标题与副标题 */
text-align: center;
line-height: 1.4;
color: #fff;
.main-title {
margin-bottom: 16px;
font-size: 64px;
font-weight: 600;
line-height: 1.3;
color: #fff;
letter-spacing: 0;
}
.sub-title {
font-size: 24px;
font-size: 22px;
font-weight: 400;
// line-height: 32px;
line-height: 1.6;
letter-spacing: 0;
color: #666;
color: #fff;
}
}

Binary file not shown.