更新
This commit is contained in:
@ -209,7 +209,7 @@
|
||||
width: calc(100% - 890px);
|
||||
height: 80px;
|
||||
z-index: 9;
|
||||
background: #fff;
|
||||
background: #052249;
|
||||
}
|
||||
|
||||
.home-foot-t{
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user