按seo需求更改站点地图

This commit is contained in:
make
2025-07-05 15:55:56 +08:00
parent 60c965f0c0
commit 3586074c25
30 changed files with 1554 additions and 69 deletions

View File

@@ -1047,4 +1047,80 @@ pc 导航 滚动
border: 1px solid #FF9900;
background: #FF9900;
color: #FFFFFF;
}
}
/* map 开始 */
.layout-box, .pannel-box {
margin-top: 15px;
background: #fff;
padding: 10px 20px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}
.sitemap ul {
border-top: 1px dashed #f5f5f5;
}
.sitemap ul {
padding: 15px 0 0 60px;
border-top: 1px dashed;
}
.sitemap ul li.title {
margin: 0 10px 15px -60px;
float: left;
}
.box-title {
overflow: hidden;
line-height: 35px;
margin-bottom: 5px;
}
.sitemap ul li {
float: left;
margin-bottom: 15px;
margin-right: 13px;
}
.text-color {
color: #5ab46a;
}
.sitemap ul {
border-top: 1px dashed #f5f5f5;
}
.pull-right {
float: right !important;
}
.box-title h2, .box-title h1 {
display: inline-block;
font-size: 18px !important;
margin-bottom: 0px !important;
}
.title-lb {
border-color: #5ab46a;
border-left: 4px solid #FFF;
margin-right: 5px;
padding-top: 2px;
}
@media (max-width: 767px) {
.layout-box, .pannel-box {
margin-top: 10px;
padding: 0px;
}
.box-title {
margin-left: 6px;
margin-right: 6px;
margin-bottom: 0px;
padding-top: 6px;
}
.sitemap {
padding: 10px;
}
.box-title h2, .box-title h1 {
font-size: 16px !important;
}
.title-lb {
margin-left: 5px;
margin-right: 5px;
}
}
/* map 结束*/