<template>
<view>
<view style="height: 300px;position: fixed;left: 0;right: 0;background-color: #007AFF;">
<text style="font-size: 30px;">VUE</text>
</view>
<view style="height:500px;background-color: #FF5A5F;width: 100%;">  
    </view>  
    <view style="position: sticky;top:50px;background-color: #18BC37;height: 60px;">  
    </view>  
    <view style="height:1500px;background-color: #FF005F;">  
    </view>  
</view>  
</template>
<script>
export default {
data() {
return {  
        }  
    },  
    methods: {  
    }  
}  
</script>
<style>
</style>
            
            
            
            
咳 (作者)
2022-01-22 17:34
Tshoiasc
没后续了? 倒是回复一下啊
2022-04-18 16:44