|
|
@ -22,7 +22,7 @@ |
|
|
|
<!-- :style="'background: '+ bgColor +' ;margin-top:'+ mbConfig +'rpx;'" --> |
|
|
|
<!-- :style="'background: '+ bgColor +' ;margin-top:'+ mbConfig +'rpx;'" --> |
|
|
|
<view class="mp-header"> |
|
|
|
<view class="mp-header"> |
|
|
|
<view class="sys-head skeleton-rect" :style="{ height: statusBarHeight }"></view> |
|
|
|
<view class="sys-head skeleton-rect" :style="{ height: statusBarHeight }"></view> |
|
|
|
<view class="serch-box skeleton-rect" style="height: 43px;display: flex;justify-content: space-between;align-items: center;min-width: 550rpx;max-width: 550rpx;"> |
|
|
|
<view class="serch-box skeleton-rect titleBox"> |
|
|
|
<!-- <view class="serch-wrapper flex" :style="'padding-left:'+prConfig+'rpx;'"> |
|
|
|
<!-- <view class="serch-wrapper flex" :style="'padding-left:'+prConfig+'rpx;'"> |
|
|
|
<view v-if="logoConfig" class="logo skeleton-rect"><image :src="logoConfig" mode=""></image></view> |
|
|
|
<view v-if="logoConfig" class="logo skeleton-rect"><image :src="logoConfig" mode=""></image></view> |
|
|
|
<navigator :url="merId ? '/pages/store/list/index?mer_id='+merId : '/pages/columnGoods/goods_search/index'" :class="logoConfig ? 'input' : 'uninput'" |
|
|
|
<navigator :url="merId ? '/pages/store/list/index?mer_id='+merId : '/pages/columnGoods/goods_search/index'" :class="logoConfig ? 'input' : 'uninput'" |
|
|
@ -186,6 +186,19 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.titleBox{ |
|
|
|
|
|
|
|
height: 43px; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
/* #ifdef MP */ |
|
|
|
|
|
|
|
min-width: 550rpx; |
|
|
|
|
|
|
|
max-width: 550rpx; |
|
|
|
|
|
|
|
/* #endif*/ |
|
|
|
|
|
|
|
/* #ifndef MP */ |
|
|
|
|
|
|
|
width:98% |
|
|
|
|
|
|
|
/* #endif*/ |
|
|
|
|
|
|
|
} |
|
|
|
/* #ifdef MP || APP-PLUS */ |
|
|
|
/* #ifdef MP || APP-PLUS */ |
|
|
|
.mp-header { |
|
|
|
.mp-header { |
|
|
|
z-index: 999; |
|
|
|
z-index: 999; |
|
|
|