|
|
@@ -11,6 +11,7 @@
|
|
|
>
|
|
|
<van-sticky :offset-top="0">
|
|
|
<div class="search_con">
|
|
|
+ <img src="@assets/01.png" class="logo" alt="">
|
|
|
<div class="search" @click="$router.push('/productSearch')">
|
|
|
<img src="@assets/icon-sosuo.png" alt="" class="search_img" />
|
|
|
<span class="search_text">搜索你想要的</span>
|
|
|
@@ -398,8 +399,14 @@ export default {
|
|
|
padding: 12px 16px 24px 16px;
|
|
|
box-sizing: border-box;
|
|
|
background: #0f0f27;
|
|
|
+ .flex();
|
|
|
+ .logo{
|
|
|
+ width: 49px;
|
|
|
+ height: 24px;
|
|
|
+ margin-right: 12px;
|
|
|
+ }
|
|
|
.search {
|
|
|
- width: 100%;
|
|
|
+ flex-grow: 1;
|
|
|
height: 32px;
|
|
|
background: #29293f;
|
|
|
border-radius: 4px;
|