|
|
@ -211,7 +211,7 @@ export default { |
|
|
<style lang="scss" scoped> // 搜索框 |
|
|
<style lang="scss" scoped> // 搜索框 |
|
|
// 搜索框 |
|
|
// 搜索框 |
|
|
.sozone{ |
|
|
.sozone{ |
|
|
position: relative; |
|
|
position: fixed; |
|
|
z-index: 70; |
|
|
z-index: 70; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 120rpx; |
|
|
height: 120rpx; |
|
|
@ -234,7 +234,7 @@ export default { |
|
|
display: flex; |
|
|
display: flex; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
background: #fff; |
|
|
background: #fff; |
|
|
padding-top: 16rpx; |
|
|
padding-top: 135rpx; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|