feat(h5): 统一品牌名称与 logo 与 PC 端一致(M³ + 房地产新材料选材管理数据系统)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
7b5ff36b23
commit
a084f5c7e0
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
|
||||
<title>材料浏览</title>
|
||||
<title>房地产新材料选材管理数据系统</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ const submit = async () => {
|
|||
<div class="min-h-screen flex flex-col bg-surface">
|
||||
<div class="flex-[0.55] flex items-end justify-center pb-10">
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 mx-auto rounded-2xl bg-brand text-white text-3xl font-bold flex items-center justify-center">材</div>
|
||||
<h1 class="mt-4 text-xl font-semibold">材料浏览</h1>
|
||||
<div class="w-16 h-16 mx-auto rounded-2xl bg-brand text-white text-2xl font-bold flex items-center justify-center">M³</div>
|
||||
<h1 class="mt-4 text-lg font-semibold leading-snug">房地产新材料<br/>选材管理数据系统</h1>
|
||||
<p class="mt-1 text-sm text-muted">登录后查看材料库</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue