This commit is contained in:
2025-07-12 18:34:34 +08:00
parent 7c9b3152f8
commit cd4f8a95d2
2 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@
width: calc(100% - 890px);
height: 80px;
z-index: 9;
background: #fff;
background: #052249;
}
.home-foot-t{

View File

@ -3,8 +3,8 @@
<div class="flex align-center" v-for="(item, idx) in contentItem" :key="idx">
<div class="mr10"><img :src="item.icon" alt=""></div>
<div class="vountItem">
<div style="color:#0072FF" class="f16 lh20">{{ item.label }}</div>
<div class="mt4 f12" style="color: #333;">{{ item.value }}</div>
<div style="color:#ffffff" class="f16 lh20">{{ item.label }}</div>
<div class="mt4 f12" style="color: #ffffff;">{{ item.value }}</div>
</div>
</div>
</div>