态势感知平台-增加武汉市开源建设生态页面展示

This commit is contained in:
fmk1023
2026-01-04 15:29:42 +08:00
parent 31da7bdea9
commit 4d9c8ed52c
4 changed files with 1508 additions and 84 deletions

View File

@@ -13,7 +13,7 @@
<div class="flex items-center justify-center mb-5">
<div class="title-arrow-left"></div>
<h2 class="text-[32px] md:text-[40px] font-bold text-[#1a1a1a] px-5 tracking-[0.05em] leading-tight">
<h2 class="text-[32px] md:text-[40px] font-bold text-white px-5 tracking-[0.05em] leading-tight">
开源 · 武汉
</h2>
@@ -750,10 +750,11 @@ onMounted(() => {
}
.index-module__NV_5cW__header {
width: 1400px;
text-align: center;
margin-bottom: 3rem;
padding: 2rem 1rem 1rem;
padding: 1rem;
position: relative;
margin: 0 auto 3rem;
}
.index-module__NV_5cW__floatingElements {
@@ -809,7 +810,6 @@ onMounted(() => {
}
}
// 加宽标题区域移除max-width限制调整宽度为100%,增加内边距
.index-module__NV_5cW__titleSection {
color: #333;
z-index: 2;
@@ -818,10 +818,6 @@ onMounted(() => {
gap: 1rem;
display: flex;
position: relative;
width: 100%;
max-width: 1200px; // 增加最大宽度,适配大屏
margin: 0 auto; // 居中显示
padding: 0 2rem; // 增加左右内边距
}
.index-module__NV_5cW__titleContainer {
@@ -1084,7 +1080,7 @@ onMounted(() => {
}
.index-module__NV_5cW__sectionTitle {
color: #333;
//color: #333;
text-align: center;
justify-content: center;
align-items: center;