首页页头样式优化
This commit is contained in:
@@ -14,12 +14,12 @@ export default function Footer(props: FooterProps) {
|
||||
|
||||
<div className={`flex flex-col gap-2 lg:gap-4 max-lg:w-1/2`}>
|
||||
<h3>商务合作</h3>
|
||||
<p className={`text-sm text-gray-400 font-light`}>大客户经理:张经理</p>
|
||||
<p className={`text-sm text-gray-400 font-light`}>电话/微信:18751847847</p>
|
||||
<p className={`text-sm text-gray-400 font-light`}>QQ号:800180559</p>
|
||||
<p className={`text-sm text-gray-500 font-light`}>大客户经理:张经理</p>
|
||||
<p className={`text-sm text-gray-500 font-light`}>电话/微信:18751847847</p>
|
||||
<p className={`text-sm text-gray-500 font-light`}>QQ号:800180559</p>
|
||||
<h3 className={`hidden sm:block`}>服务保障</h3>
|
||||
<p className={`text-sm text-gray-400 font-light hidden sm:block`}>售前服务</p>
|
||||
<p className={`text-sm text-gray-400 font-light hidden sm:block`}>技术支持</p>
|
||||
<p className={`text-sm text-gray-500 font-light hidden sm:block`}>售前服务</p>
|
||||
<p className={`text-sm text-gray-500 font-light hidden sm:block`}>技术支持</p>
|
||||
</div>
|
||||
|
||||
<SiteNavList
|
||||
@@ -114,7 +114,7 @@ function SiteNavList(props: {
|
||||
].join(' ')}>
|
||||
{props.items.map((item, index) => (
|
||||
<li key={index}>
|
||||
<a href={item.href} className={`text-sm text-gray-400`}>{item.name}</a>
|
||||
<a href={item.href} className={`text-sm text-gray-500`}>{item.name}</a>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user