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

Binary file not shown.