|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,61 @@ |
|||
<template> |
|||
<div class="row"> |
|||
<div class="back" v-if="$route.path !== '/index'" @click="() => $router.push('/')"></div> |
|||
<div class="bar"> |
|||
<div class="icon"></div> |
|||
<div class="stick"></div> |
|||
<div class="placeholder">精确查询品牌/公共设施</div> |
|||
</div> |
|||
</div> |
|||
</template> |
|||
|
|||
<script setup> |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.row { |
|||
position: fixed; |
|||
top: 260px; |
|||
left: 68px; |
|||
right: 68px; |
|||
height: 100px; |
|||
display: flex; |
|||
.back { |
|||
width: 130px; |
|||
height: 100px; |
|||
margin-right: 40px; |
|||
background: center / cover no-repeat url(./back.png); |
|||
box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.05); |
|||
border-radius: 24px; |
|||
} |
|||
.bar { |
|||
flex: 1; |
|||
height: 100px; |
|||
background: #ffffff; |
|||
box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.05); |
|||
border-radius: 24px; |
|||
display: flex; |
|||
padding-left: 40px; |
|||
align-items: center; |
|||
.icon { |
|||
width: 56px; |
|||
height: 56px; |
|||
background: center / cover no-repeat url(./icon.png); |
|||
} |
|||
.stick { |
|||
width: 4px; |
|||
height: 38px; |
|||
background: linear-gradient(180deg, #6c7ca6 0%, #879aca 100%); |
|||
margin: 0 32px; |
|||
} |
|||
.placeholder { |
|||
font-family: 'HarmonyOS Sans SC'; |
|||
font-style: normal; |
|||
font-weight: 700; |
|||
font-size: 20px; |
|||
line-height: 23px; |
|||
color: rgba(0, 0, 0, 0.2); |
|||
} |
|||
} |
|||
} |
|||
</style> |
|||
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.9 KiB |