|
|
|
@ -6,7 +6,10 @@ |
|
|
|
</div> |
|
|
|
<div class="brand" @click="go('brand', '品牌搜索')"> |
|
|
|
<div class="txt_w">{{ switchLanguage(list[0], 'title') }}</div> |
|
|
|
<div class="sear">{{ $t('searB') }}</div> |
|
|
|
<div class="sear"> |
|
|
|
<img src="@/assets/images/index/icon_brand.png" alt="" /> |
|
|
|
{{ $t('searB') }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="activity" @click="go('activity', '优惠与活动')"> |
|
|
|
<div class="txt_w">{{ switchLanguage(list[1], 'title') }}</div> |
|
|
|
@ -122,12 +125,17 @@ function go(path: string, moduleName: string) { |
|
|
|
position: absolute; |
|
|
|
top: 84px; |
|
|
|
left: 24px; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
font-size: 16px; |
|
|
|
font-family: 'font_regular'; |
|
|
|
color: rgb(255 255 255 / 80%); |
|
|
|
font-style: normal; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 24px; |
|
|
|
img { |
|
|
|
margin-right: 9.6px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.activity { |
|
|
|
|