|
|
@ -8,7 +8,7 @@ |
|
|
scroll-y="true" |
|
|
scroll-y="true" |
|
|
:scroll-top="scrollTop" |
|
|
:scroll-top="scrollTop" |
|
|
:lower-threshold="lowerThreshold" |
|
|
:lower-threshold="lowerThreshold" |
|
|
style="height: 80vh;" |
|
|
style="height: 78vh;" |
|
|
> |
|
|
> |
|
|
<view class="ul"> |
|
|
<view class="ul"> |
|
|
<view class="item_box" v-for="(v,k) in tableList" :key="k" :id="'item_' + v.id"> |
|
|
<view class="item_box" v-for="(v,k) in tableList" :key="k" :id="'item_' + v.id"> |
|
|
@ -417,8 +417,8 @@ export default { |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
|
background: #292929 100%; |
|
|
background: #292929 100%; |
|
|
padding: 0 0rpx; |
|
|
padding: 0 0rpx; |
|
|
padding-top: 32rpx; |
|
|
padding-top: 120rpx; |
|
|
padding-bottom: 150rpx; |
|
|
padding-bottom: 120rpx; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
@ -481,7 +481,8 @@ export default { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
|
|
|
|
|
|
padding: 50rpx 30rpx; |
|
|
padding: 30rpx; |
|
|
|
|
|
padding-bottom: 50rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content:space-between; |
|
|
justify-content:space-between; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|