|
|
@@ -10,7 +10,7 @@
|
|
|
@refresh="onRefresh"
|
|
|
> -->
|
|
|
<div ref="container">
|
|
|
- <div class="sticky" offset-top="safeTop">
|
|
|
+ <div class="sticky sticky1" offset-top="safeTop">
|
|
|
<div class="search_con">
|
|
|
<div class="search" @click="$router.push('/productSearch')">
|
|
|
<img src="@assets/search-con@3x.png" alt="" class="search_img" />
|
|
|
@@ -800,10 +800,14 @@ export default {
|
|
|
position: sticky;
|
|
|
z-index: 20;
|
|
|
background: #191d27;
|
|
|
- top: var(--safe-top);
|
|
|
+ top: 0;
|
|
|
|
|
|
&.sticky2 {
|
|
|
top: calc(var(--safe-top) + 67px);
|
|
|
}
|
|
|
+
|
|
|
+ &.sticky1 {
|
|
|
+ padding-top: var(--safe-top);
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|