feat: 将荣誉资质模块布局重构为响应式网格,并移除其描述字段
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-26 22:41:07 +08:00
parent 0409d1f4ed
commit 56a31b968d
4 changed files with 57 additions and 227 deletions

View File

@@ -633,21 +633,9 @@
<p class="honor-subtitle">实体企业,资质齐全,技术独立<br>国三资资质证书+增值电信业务经营许可证(ISP资质)+其他资质齐全,可帮助用户办理ICP备案、公安备案等</p>
</div>
<!-- 左右布局容器 -->
<div class="honor-wrapper">
<!-- 左侧切换按钮和描述 -->
<div class="honor-sidebar">
<div class="honor-tabs" id="honorTabs">
<!-- 动态生成切换按钮 -->
</div>
</div>
<!-- 右侧图片展示 -->
<div class="honor-display">
<div class="honor-slides" id="honorSlides">
<!-- 动态生成图片 -->
</div>
</div>
<!-- 网格布局容器 -->
<div class="honor-grid" id="honorGrid">
<!-- 动态生成图片网格 -->
</div>
</div>
</div>