|
@@ -13,6 +13,10 @@
|
|
|
</div>
|
|
</div>
|
|
|
</section>
|
|
</section>
|
|
|
<PlansSection class="mb-plans-section" />
|
|
<PlansSection class="mb-plans-section" />
|
|
|
|
|
+ <section class="mb-subtitle">
|
|
|
|
|
+ <h2>全景技术架构让技术成为增长引擎</h2>
|
|
|
|
|
+ <p>从基础设施、数据引擎、服务中台到业务应用,层层协同,将算力、数据与能力统一管理</p>
|
|
|
|
|
+ </section>
|
|
|
</section>
|
|
</section>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -91,5 +95,31 @@ import PlansSection from '~/components/mobile/home/PlansSection.vue'
|
|
|
margin-top: 18px;
|
|
margin-top: 18px;
|
|
|
padding-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .mb-subtitle {
|
|
|
|
|
+ margin-top: 32px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 12px;
|
|
|
|
|
+
|
|
|
|
|
+ h2 {
|
|
|
|
|
+ width: 216px;
|
|
|
|
|
+ color: #FFF;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 36px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p {
|
|
|
|
|
+ width: 322px;
|
|
|
|
|
+ color: rgba(255, 255, 255, 0.80);
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|