This commit is contained in:
toom1996
2025-08-07 10:48:13 +08:00
parent a1e964186f
commit 5ee8bbd2b5
2 changed files with 10 additions and 3 deletions

View File

@ -192,7 +192,8 @@ a:active {
.foot-container .foot-box .new-blist {
overflow: hidden;
width: 184px;
height: 290px; }
/* height: 290px; */
}
.foot-container .foot-box .new-blist .dl {
width: 184px;
height: 24px;

View File

@ -14,8 +14,8 @@ import "../assets/webpub/jqCloud/jqcloud.min.css";
import { getConfig } from "../../utils/config";
const config = getConfig(Astro)
const {
desc = 'xxx保险网。',
title = '这是title',
desc = '环平保险',
title = '',
keywords = '霍尔果斯霍尔果斯飞驰广告传媒有限公司,霍尔果斯飞驰,飞驰营销网',
bytedance = ''
} = Astro.props
@ -68,6 +68,12 @@ const {
<div class="tab-item-bd"></div>
</a>
</div>
<div class="head-tab-item">
<a class="tab-item" href="/news">
<div class="tab-item-name">环平保险资讯</div>
<div class="tab-item-bd"></div>
</a>
</div>
</div>
<slot />