移除移动端头部和底部内容,调整主容器的内边距以优化布局和样式。

This commit is contained in:
Phoenix 2025-05-23 13:56:39 +08:00
parent a0806cf79e
commit 9cc5eaf021

View File

@ -6,10 +6,8 @@ function copyEmail() {
</script>
<template>
<header class="header-mobile">
<!-- 可根据需要添加移动端头部内容 -->
</header>
<main ref="main" class="flex flex-col items-center from-primary to-accent w-[100vw] mt-8 animate-fade-in px-4 py-8 bg-[url('@/assets/image/bg-mobile.png')]">
<main ref="main" class="flex flex-col items-center from-primary to-accent w-[100vw] mt-8 animate-fade-in px-4 py-8 pt-500px bg-[url('@/assets/image/bg-mobile.png')]">
<div class="w-full flex flex-col items-center gap-4 px-2">
<h1 class="text-2xl font-bold text-primary animate-fade-in-down animate-delay-0">Investor Contacts</h1>
<div class="text-lg font-semibold text-gray-800 animate-fade-in-down animate-delay-200">FiEE Inc.</div>
@ -20,9 +18,7 @@ function copyEmail() {
</div>
</div>
</main>
<footer class="footer-mobile">
<!-- 可根据需要添加移动端底部内容 -->
</footer>
</template>
<style scoped lang="scss">