fix:首页内容增加,及样式修改

This commit is contained in:
duyufeng
2025-09-18 16:17:50 +08:00
parent 3952cc2a3e
commit 03851cb25f
11 changed files with 291 additions and 49 deletions

View File

@@ -195,40 +195,10 @@
</div>
<div class="rt">
<ul>
<!-- <li>
<div class="newslt">
<h4>12</h4>
<p>2025.09</p>
</div>
<div class="newsrt">
<h4>降本增效新引擎AI如何实现能源的精细化管理与数智变革</h4>
<p>在能源革命和数字化转型的双重驱动下能源精细化管理已成为企业节能降碳实现可持续发展的必然选择...</p>
</div>
</li> -->
<!-- <li>
<div class="newslt">
<h4>10</h4>
<p>2025.09</p>
</div>
<div class="newsrt">
<h4>降本增效新引擎AI如何实现能源的精细化管理与数智变革</h4>
<p>在能源革命和数字化转型的双重驱动下能源精细化管理已成为企业节能降碳实现可持续发展的必然选择...</p>
</div>
</li>
<li>
<div class="newslt">
<h4>15</h4>
<p>2025.09</p>
</div>
<div class="newsrt">
<h4>降本增效新引擎AI如何实现能源的精细化管理与数智变革</h4>
<p>在能源革命和数字化转型的双重驱动下能源精细化管理已成为企业节能降碳实现可持续发展的必然选择...</p>
</div>
</li> -->
<li v-for="item in newsList" :key="item.id">
<div class="newslt">
<h4>{{ item.date.substring(8, 10) }}</h4>
<p>{{ item.date.substring(0, 8) }}</p>
<p>{{ item.date.substring(0, 7) }}</p>
</div>
<div class="newsrt">
<h4>{{ item.title }}</h4>